Posts: 2
lfgtech
Joined: 18 Mar 2012
#1
Olá Pessoal,

gostaria de instalar um outro gerenciador de arquivos, p. ex. o thunar e outro gerenciador de rede, pois o wicd não me parece muito funcional, especialmente para wireless e vpn, por isso pensei no gnome-network-manager. Como poderia instalá-los e disponibilizá-los no menu?

obrigado, lfgtech
Posts: 1,062
Dave
Joined: 20 Jan 2010
#2
To install another file manager
menu --> terminal
type: su (press enter)
type: your root password (press enter)
type: apt-get update (press enter)
type: apt-get -f install thunar (press enter)

That should be it thunar will be in the menu.
To change the toolbar and menu defaults from rox.
antixcc -> Desktop -> edit icewm settings
in the menu file change
prog"File Manager" folder rox -> prog"File Manager" folder thunar
in the toolbar file change
prog"Home Folder" folder rox -> prog"Home Folder" folder thunar

Then restart icewm
menu -> logout arrow -> restart icewm

For network manger
menu --> terminal
type: su (press enter)
type: your root password (press enter)
type: apt-get update (press enter)
type: apt-get -f install network-manager-gnome (press enter)
For VPN in network manager you will need to install network-manager-openvpn-gnome
type: apt-get -f install network-manager-openvpn-gnome

That should install the basic network-manager, then you will need to add it to startup
antixcc -> Desktop -> edit icewm settings
in the startup file make sure wicd is commented '#' out, then add right below that line
sleep 3 && nm-applet &

Then logout and log in
menu -> logout > logout
type your username (press enter)
type your password (press enter)

There are quite a bit more packages that add functionality to these two applications. If you wish to find and research what they are
antixcc -> system -> manager packages
type: your root password and press ok
press: reload
press: search
type: what you wish to search for (network-manager)
press: search

When you find one that you would like to install
right click -> mark
press: apply
press: apply