Page 1 of 1

RPM files

Posted: 12 Sep 2015, 14:47
by ralcocer
there is no menu item when you right-click on RPM files, there is one for Debian, I am new to XFCE , how can I make one.

Re: RPM files

Posted: 12 Sep 2015, 20:25
by beny
pclos have a thunar pkgutilities this is a link to the rpm package: http://rpm.pbone.net/index.php3/stat/4/ ... h.rpm.html see if you have the same thunar version before convert it

Re: RPM files

Posted: 12 Sep 2015, 22:10
by brokenman
There is a command line option: rpm2xzm /path/to/module.xzm

Re: RPM files

Posted: 12 Sep 2015, 23:23
by ralcocer
I know there is a command line option, but why there is a gui option for .deb I right click and not one for .rpm, just show me how to do it and I will go my merry way.

Re: RPM files

Posted: 13 Sep 2015, 00:29
by brokenman
Sorry. I didn't really read your post correctly.

1) Open file manager
2) Edit / Configure custom actions

Now to see how to enter the correct syntax
3) Select deb2xzm
4) Click edit button on right
5) Analyze the commands
6) Create a new action for rpm2xzm

The script for this is at: /opt/porteus-scripts/context-menu/convert_rpm

Re: RPM files

Posted: 13 Sep 2015, 11:48
by ralcocer
Thanks