Page 1 of 1

[Solved] missing pcmanfm service menus

Posted: 11 Mar 2011, 00:12
by fanthom
not a bug but rather a feature request. posting here as i'm lucky with 'Community help...' category so far :)

As you probably know dolphin/konqueror has service menus specific for Porteus (unpack xzm, mount,xzm, buiild xzm, convert deb->xzm, convert rpm->xzm, etc...) which many members finds useful.
would be nice if someone could write similar ones for pcmanfm (default LXDE manager).

let me know in case of successful adoption and i'll include it in default ISO.

Cheers

Re: missing pcmanfm service menus

Posted: 11 Mar 2011, 02:05
by hypomania
Hello,
I did service menu before to work with xdialog, this service can activate/deactivate LZM modules.

/usr/share/applications/xactivate.desktop

Code: Select all

[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=xactivate
Exec=xactivate %f
Icon=cdr
NoDisplay=true
MimeType=application/x-lzm;
then I added MimeType

Code: Select all

echo "application/x-lzm=xactivate.desktop;" >> /root/.local/share/applications/mimeapps.list
it's simple, you can read more here .
http://wiki.lxde.org/en/Main_Menu

Re: missing pcmanfm service menus

Posted: 11 Mar 2011, 06:52
by ponce
I think some C coding skills (no luck here) are required for the task

http://pcmanfm.git.sourceforge.net/git/ ... .c;hb=HEAD

for xzm extracting/packing maybe this can help.

Re: [Solved] missing pcmanfm service menus

Posted: 21 Nov 2011, 17:35
by fanthom
giving [SOLVED] as per Ahau's contribution to Porteus-1.1:
http://porteus.org/forum/viewtopic.php? ... 6797#p6797

Thanks guys.

Re: [Solved] missing pcmanfm service menus

Posted: 21 Nov 2011, 17:48
by Ahau
Oops! I forgot about this thread -- should have posted my solution here lol ;)

Thanks, fanthom!