mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 21:19:24 +02:00
linux installers: let the desktop icon point to /usr/bin/startlazarus instead of /usr/share/lazarus/startlazarus (bug #7969)
git-svn-id: trunk@10332 -
This commit is contained in:
parent
a0507c6111
commit
3a1836c830
@ -1,7 +1,7 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Lazarus
|
Name=Lazarus
|
||||||
Comment=Lazarus IDE
|
Comment=Lazarus IDE
|
||||||
Exec=/usr/share/lazarus/startlazarus %f
|
Exec=/usr/bin/startlazarus %f
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Icon=lazarus.png
|
Icon=lazarus.png
|
||||||
|
Loading…
Reference in New Issue
Block a user