mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
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:
parent
fbdb65b236
commit
03053d72d3
2 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@ begin
|
|||
|
||||
{$IF DEFINED(NIGHTLY_BUILD)}
|
||||
InitLineInfo;
|
||||
AddLineInfoPath(ExtractFileDir(ParamStr(0)));
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF HEAPTRC}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue