Contextual Menu Problems

Post here if you are a new Porteus member and you're looking for some help.
Post Reply
jimwg
Shogun
Shogun
Posts: 322
Joined: 09 Oct 2013, 18:15
Distribution: porteus
Location: NYC

Contextual Menu Problems

Post#1 by jimwg » 11 Jan 2014, 14:28

Greetings!

The following Configure Custom Actions won't work transplanted from Puppy to Porteus:

Move To: Meld %F $(zenity -- file selection -- directory)

Create .7z Archive: tar czvf %n.7z %n *

Convert JPGS to PNGS: convert %f -quality 75 %f.jpg *.png

Copy To: Copy %F $(zenity -- file selection -- directory)

What am I not adjusting for? Thanks for any hints!

Jim in NYC

User avatar
brokenman
Site Admin
Site Admin
Posts: 6104
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil
Contact:

Re: Contextual Menu Problems

Post#2 by brokenman » 12 Jan 2014, 12:55

Check if your version of Porteus has zenity installed. You can do this from a command line by typing: which zenity
My guess is no. So any of these actions containing will not give you a popup window.

Move To: has a strange call after it: 'Meld' I've never seen this.

Create .7z will require 7zip to be installed (rather large so not shipped with Porteus)

Convert To: probably imagemagick (going from the convert command)

I could rewrite these actions to use gtkdialog (we use one tool only for the job of popup windows) or you could install zenity.
In short if you want to fix the majority of these you will need to Install zenity and imagemagick (plus dependencies). Hopefully PPM will sort that out for you.If not let me know.
How do i become super user?
Wear your underpants on the outside and put on a cape.

User avatar
phhpro
Full of knowledge
Full of knowledge
Posts: 543
Joined: 10 Nov 2013, 20:35
Distribution: .

Re: Contextual Menu Problems

Post#3 by phhpro » 13 Jan 2014, 03:36

...

Post Reply