Tiny Core Linux

Off-Topic => Archive / Obsolete => SCM EXtensions => Topic started by: jls on April 09, 2012, 06:45:11 AM

Title: desktop file & icon of an scm
Post by: jls on April 09, 2012, 06: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