Page 1 of 1

Easy linux - Right click utilities

Posted: Sat 21 Apr 2018, 15:19
by don570

Easy linux - Right click utilities

Only Easy Linux
Tested on latest version of Easy linux version 0.9.10
http://www.murga-linux.com/puppy/viewtopic.php?t=109958

Quickly add a collection of right click utilities like pupmd5sum, uextract, ptmtimer,
folder compress, puppy units, graph paper creator.
________________________________________________

Posted: Mon 23 Apr 2018, 09:06
by april
Thats a weird one .
I don't get anything different on a right click on anything.
I gat a uextract GUI which always sets itself at /root which is a pain because I like it to retain the directory I was last in preferably .

But I don't get access to any other functions?..Oh I see they are in the menu
Xenialpup64-7.5

Posted: Mon 23 Apr 2018, 16:14
by don570
I don't get anything different on a right click on anything.
An exageration :lol:

...but I did remove a lot of right click actions because I was in a hurry.
I'll put them back in and make it multi-language when I have time.

This package is meant for Easy linux. It will mostly work in other puppies.
(32 and 64 bit)
______________________________________________

Posted: Mon 07 May 2018, 02:57
by BarryK
I have put the PET into the noarch repo:

http://bkhome.org/news/201805/right-click-easy-pet.html

Posted: Mon 07 May 2018, 03:38
by technosaurus
I started to write a similar utility for all mime types (generated by the same tool as the menu), but eventually came to the conclusion that the desktop icon spec needs a way to be able to determine if an app can only read files of a particular type or if can also write them, soas to distinguish between an open and an edit menu. Not sure how to convince XDG to add a new entry along those lines ... MimeTypeWrite= or MimeTypeEdit= so that viewers only come up in the open menu, but editors also show up in an edit menu.

Anyhow, if you only want an OpenWith right click menu, it can be done programatically using .desktop files and localized if you use the upstream defaults instead of puppified (stripped down and bastardized) versions. There is some applicable shell code in my jwm tools thread... I keep meaning to port it to awk though.

Posted: Thu 13 Dec 2018, 00:08
by don570
New version Right-click-Easy-6.9.1.pet
http://murga-linux.com/puppy/viewtopic.php?t=113208
Slide show is now gpicview

uextract will now open .img

Audacious audio player is now used rather than pmusic
________________________________________________

Posted: Fri 14 Dec 2018, 00:07
by BarryK
don570 originally inspired me, with the right-click menu concept. Then I built a generator into woofQ, script /usr/sbin/build-rox-sendto, so the right-click menu is setup when EasyOS distro is built. Introduced here:

http://bkhome.org/news/201805/rox-filer ... -menu.html

This automatically provides appropriate apps in the right-click menu, according to the mime-type of the file being clicked on.

Posted: Fri 14 Dec 2018, 00:34
by don570
To Barry...

My idea was to check what language LANG that the user was using
and then create the menu in the language of the user.

I was successful in doing this in several languages.
'gettext' was the key.

_________________________________________


The situation regarding image format mime..
There seems to a difference between puppy distros.

older version of Easy .7
# rox -m easy-0.9.10-amd64.img
application/easy-disk-image
________________________________________
newest version of Easy 0.9.10
# rox -m pyro64-0.5-8gb.img
application/octet-stream
________________________________________
fatdog 710
# rox -m easy-0.9.10-amd64.img
application/x-raw-disk-image
#
-----------------------------------------------------
fatdog800 alpha
# rox -m easy-0.9.10-amd64.img
application/x-raw-disk-image
#