Easy to get as root:
- Code: Select all
layman -a sunrise
or if you want the svn version
- Code: Select all
layman -o http://portato.sf.net/layman.xml -S && layman -o http://portato.sf.net/layman.xml -a portato
then
- Code: Select all
emerge portato
then run portato
or portato qt
an icon should appear in your menu under System also
More Info:
http://forums.gentoo.org/viewtopic-t-502350.html <--view whole thread to see all changes/options
http://www.sourceforge.net/projects/portato
It even has a world update button. With the commandline box you can see and make sure everything is working fine, which is a great feature. Select your packages, in the que they go, than emerge and watch the console box to see what is going on. It doesn't leave you hanging going, hmmmmmmmmm and wondering if anything is going on.
GUI is simple and clean and you can set your preferences - works with eix also. Search box at top of screen

Give it a whirl today! Give the Developer some kudoos too!
Thanks to lleb in IRC
to make a desktop icon you need to do the following
Right Click on desktop and go to
---Create New
------Link to Application
A box comes up, on the General tab give it a name Portato and than on the Application tab where it say Command, enter:
kdesu -t -d --nonewdcop -u root -c portato gtk -caption "%c" %i %m
or if u want the qt front end
kdesu -t -d --nonewdcop -u root -c portato qt -caption "%c" %i %m
click ok to have your icon on desktop, you can always change the icon too
note* for gnome users - simple change kdesu to gksu

