Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XFCE anyone?

Status
Not open for further replies.

TheBigBasicQ

Programmer
Dec 20, 2001
107
IN
Can anyone guide me to install xfce on my RH9 system? I have d/l it from the website. But after i untar it displays lots of .rpm files. How do i install these multiple rpms? i have installed single rpms whose dependencies are already installed. But I dont know how to install these rpms. Since when i try to install any rpm, the package manager tells me some dependencies havent been installed.

Am i making my question too complicated? =P
 
In the directory with the RPMs, run
Code:
rpm -Uvh *.rpm
as root.

//Daniel
 
ok, i got xfce to work. its nice. could u tell me what that -Uvh actually did?

also i dont have my progs working in it. like StarOffice etc which i already have in my GNOME or KDE installations.

and how can i get this theme in xfce:
I mean i dont want the chinese translations but the Mac OS windows.

Thanks
 
Code:
-U
: upgrade
Code:
-v
: verbose
Code:
-h
: hashes to display progress

Are you unable to start programs or do you want menus?

I think that that theme is part of the default install, just open the settings manager -> Window manager -> Decoration style.

//Daniel
 
Well, I have never installed a GTK theme before, but I would assume you would just have to copy the AquaX directory to
Code:
/usr/share/themes
.

About the menus, there is no way to import the menu that I know of. You will basically have to add each application to the toolbar.

//Daniel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top