mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-16 09:03:51 -05:00
.desktop file remove absolute path for icons; fixes #2925
This commit is contained in:
parent
dae748ca2e
commit
dc84b7c1d6
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ Version=1.0
|
||||||
Name=RetroShare
|
Name=RetroShare
|
||||||
Comment=Securely communicate with your friends
|
Comment=Securely communicate with your friends
|
||||||
Exec=/usr/bin/retroshare %U
|
Exec=/usr/bin/retroshare %U
|
||||||
Icon=/usr/share/pixmaps/retroshare.xpm
|
Icon=retroshare.xpm
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Network;Email;InstantMessaging;Chat;Feed;FileTransfer;P2P
|
Categories=Network;Email;InstantMessaging;Chat;Feed;FileTransfer;P2P
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ Version=1.0
|
||||||
Name=RetroShare
|
Name=RetroShare
|
||||||
Comment=Securely communicate with your friends
|
Comment=Securely communicate with your friends
|
||||||
Exec=/usr/bin/retroshare %U
|
Exec=/usr/bin/retroshare %U
|
||||||
Icon=/usr/share/pixmaps/retroshare.xpm
|
Icon=retroshare.xpm
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Network;Email;InstantMessaging;Chat;Feed;FileTransfer;P2P
|
Categories=Network;Email;InstantMessaging;Chat;Feed;FileTransfer;P2P
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue