LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-19-2003, 01:05 PM   #1
ShockTherapy
LQ Newbie
 
Registered: Nov 2003
Location: London, U.K
Distribution: RedHat 9, Gentoo, I'm Working On More so Don't Bug Me.
Posts: 23

Rep: Reputation: 15
Customising XFCE


XFCE is the perfect shell for me, except there is no way to easily access the system configuration GUIs. Unlike the KDE kcontrol panel or the GNOME start menu, I actually have to remember every command for a GUI config panel in xfce (as far as I can tell).


Fine by me, except the only one I actually know how to type is redhat-config-network.


I know it is possible to run things like kcontrol within xfce, it will display pretty much correct info but some functions won't work.

Is there any way to customise XFCE to include some elements of GNOME and some of KDE. Life would be much simpler with someone as small as a system menu.

Or do I just have to copy the text of all the names down and type it into the run command.


I hope this is clear, but if it isnt just tell me and I will try and explain again.
 
Old 11-21-2003, 07:41 PM   #2
darthtux
Senior Member
 
Registered: Dec 2001
Location: 35.7480° N, 95.3690° W
Distribution: Debian, Gentoo, Red Hat, Solaris
Posts: 2,070

Rep: Reputation: 47
XFCE has a panel and menu. Since you are asking about Red Hat Administration commands do this:

ls /usr/sbin/redhat-config*
ls /usr/bin/redhat-config-*

Then manually add them to the panel or menu.
 
Old 11-21-2003, 07:47 PM   #3
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
right, the menu is menu.xml in /usr/local/etc/xfce4, and you can make launchers for the panel pretty easily.
 
Old 11-22-2003, 03:28 AM   #4
linksocc
Member
 
Registered: Jul 2003
Location: US
Distribution: Mandrake 9.0 1st/9.1 2nd/Gentoo 1.4 now
Posts: 313

Rep: Reputation: 30
I just used menumaker and it did all the dirty work fo me http://menumaker.sourceforge.net/
 
Old 11-22-2003, 10:36 AM   #5
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
Quote:
Originally posted by linksocc
I just used menumaker and it did all the dirty work fo me http://menumaker.sourceforge.net/
cheater! thanks for the link, that looks like a cool little app.
 
Old 01-18-2004, 04:26 PM   #6
r_jensen11
Senior Member
 
Registered: Apr 2003
Location: Minnesota, USA
Distribution: Slack 10.0 w/2.4.26
Posts: 1,032

Rep: Reputation: 45
Quote:
Originally posted by synaptical
right, the menu is menu.xml in /usr/local/etc/xfce4, and you can make launchers for the panel pretty easily.
Hey man, when I go to /usr/local/etc/, only mplayer has a directory there. I'm running a search for menu.xml, but it's taking forever and I don't think I'll have any luck. I know there HAS to be a file of it somewhere, because otherwise I wouldn't have any menus for my wheel button and my right button.... Any idea where it's default location is on Slack9.1 or slack current?
 
Old 01-18-2004, 05:24 PM   #7
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
try "locate" instead of find:

locate menu.xml
 
Old 01-18-2004, 08:35 PM   #8
linksocc
Member
 
Registered: Jul 2003
Location: US
Distribution: Mandrake 9.0 1st/9.1 2nd/Gentoo 1.4 now
Posts: 313

Rep: Reputation: 30
the location is /etc/xfce4/menu.xml
 
Old 01-18-2004, 11:49 PM   #9
r_jensen11
Senior Member
 
Registered: Apr 2003
Location: Minnesota, USA
Distribution: Slack 10.0 w/2.4.26
Posts: 1,032

Rep: Reputation: 45
Quote:
Originally posted by linksocc
the location is /etc/xfce4/menu.xml
Is this for Slackware? I read in the default documents that come with XFCE where the default paths are supposed to be, but there was nothing there. The next time I go back on my linux box, I'll check that out.
 
Old 01-19-2004, 09:01 AM   #10
r_jensen11
Senior Member
 
Registered: Apr 2003
Location: Minnesota, USA
Distribution: Slack 10.0 w/2.4.26
Posts: 1,032

Rep: Reputation: 45
Found it. For slackware, the default is /etc/X11/xfce4/menu.xml
 
Old 01-19-2004, 11:01 AM   #11
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
i run slackware, and mine is in /usr/local/etc/xfce4. weird.

my one complaint about linux: everything added to the system should go in the same place! /usr/local or /usr/share, or just get everyone to *decide* where the extra stuff should go. after all, no one has a problem dumping everything in ~/
 
Old 01-19-2004, 03:55 PM   #12
linksocc
Member
 
Registered: Jul 2003
Location: US
Distribution: Mandrake 9.0 1st/9.1 2nd/Gentoo 1.4 now
Posts: 313

Rep: Reputation: 30
Quote:
Originally posted by synaptical
i run slackware, and mine is in /usr/local/etc/xfce4. weird.

my one complaint about linux: everything added to the system should go in the same place! /usr/local or /usr/share, or just get everyone to *decide* where the extra stuff should go. after all, no one has a problem dumping everything in ~/
everything goes to the same place everything you compile from source go to /usr/local and if you install from an RPM, ebuild, tgz, deb or any other I'm forgetting about goes to /usr and conf files to /etc , but there are some distros that just like to do it some other weird way
 
Old 01-19-2004, 04:27 PM   #13
r_jensen11
Senior Member
 
Registered: Apr 2003
Location: Minnesota, USA
Distribution: Slack 10.0 w/2.4.26
Posts: 1,032

Rep: Reputation: 45
Oh well, what matters is that I found the path. Now if anybody has my same problem, they'll know where to look, as long as they use the SEARCH function....
 
Old 03-05-2004, 04:41 PM   #14
Elyson
LQ Newbie
 
Registered: Feb 2004
Posts: 9

Rep: Reputation: 0
Hi,
is there a way to add the gnome or kde menu to the xfce panel?
I mean only the menu not the hole bar.

thx
 
Old 09-24-2005, 11:34 PM   #15
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Rep: Reputation: 35
Is there a way to enlarge Header font size?

Thanks.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Forum dedicated to customising UI? scoops98 LQ Suggestions & Feedback 3 02-25-2005 12:38 PM
Customising the menu in Gnome viscus Fedora 4 09-18-2004 08:16 AM
questions on customising mandrake 10.0 pantheman Linux - Newbie 4 07-27-2004 05:56 AM
customising cups AcerKev Linux - Networking 1 02-03-2004 07:38 AM
customising evolution xconspirisist Linux - Software 4 10-03-2003 04:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration