UPD: Don't use absolute file names in doublecmd.desktop

FIX: Read debug line info when DC run from relative symlink
This commit is contained in:
Alexander Koblov 2012-11-25 08:56:28 +00:00
commit 03053d72d3
2 changed files with 3 additions and 2 deletions

View file

@ -1,8 +1,8 @@
[Desktop Entry]
Name=Double Commander
Comment=Double Commander is a cross platform open source file manager with two panels side by side.
Exec=/usr/bin/doublecmd
Terminal=false
Icon=doublecmd
Exec=doublecmd
Type=Application
Icon=/usr/share/pixmaps/doublecmd.png
Categories=Application;Utility;FileManager;

View file

@ -60,6 +60,7 @@ begin
{$IF DEFINED(NIGHTLY_BUILD)}
InitLineInfo;
AddLineInfoPath(ExtractFileDir(ParamStr(0)));
{$ENDIF}
{$IFDEF HEAPTRC}