LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Xfce Start/Kicker menu (https://www.linuxquestions.org/questions/linux-software-2/xfce-start-kicker-menu-252912/)

Beresford 11-09-2004 02:54 PM

Xfce Start/Kicker menu
 
Hello,

I might just be thick (possible cause) but I can't seem to figure out how to created a start menu (as in MS Windows / KDE / Gnome) in Xfce.

I want to create a Office Menu, Internet Menu, Multimedia Menu, etc.

If I create a seperate icon for all the progams I want to install then I am going to end up with one heck of a long taskbar and it won't look very professional.

On another topic, where is the standard place to put programs I install.
eg. I installed OOo to /usr/bin/OOo and Firefox to /usr/bin/Firefox. Is that correct?

stonecrest 11-09-2004 05:42 PM

If you're using 4.0.6, you can add a menu to any icon. right-click on the icon, go to properties, and check the box that says "add menu to launcher" (or something along those lines).

With the recent 4.2 betas, you can also add a typical "start" menu (which i think is what you want). right-click on the panel, add new item, and choose xfce menu.

IBall 11-09-2004 07:00 PM

1) For the old versions of XFCE, there is a desktop right click menu. You can edit this by editing the file /etc/X11/xfce4/menu.xml. This file is pretty self explatantory, but unfortunately you cant add icons, or add the desktop menu to the panel. I suggest that you upgrade to version 4.2, it has several good new features.

2) Normally, you install the program files to /opt or /usr/local. Then you can create a symbolic link in /usr/bin to the actual executable in /usr/bin. Eg you would install firefox to /opt/firefox, and then create a symbolic link to the firefox binary in /ur/bin - "ln -s /opt/firefox/firefox /ur/bin"

I hope this helps
--Ian


All times are GMT -5. The time now is 04:01 PM.