WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: desktop file & icon of an scm  (Read 2603 times)

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
desktop file & icon of an scm
« on: April 09, 2012, 03:45:11 AM »
Hi
When I downloaded for example xarchiver.scm I first load it, then I copy its desktop file in ~/.local/share/applications/ modifiyng the Exec line in this way:
Code: [Select]
Exec=scm-load -i xarchiver; xarchiver %F; scm-load -r xarchiverI also copied the icon in ~/.local/share/pixmaps and modified the icon lines in this way:
Code: [Select]
Icon=/home/tc/.local/share/pixmaps/xarchiver.png
X-FullPathIcon=/home/tc/.local/share/pixmaps/xarchiver.png
dCore user