Re: Using gconftool-2 tool to add icons on menu panel for the users
Qihua Wang <[email protected]>
| Newsgroups | gmane.comp.gnome.lib.gconf |
|---|---|
| Organization | Alcatel Networks |
| Message-ID | <[email protected]> |
Mark McLoughlin wrote: > Hi, > > On Fri, 2004-07-30 at 22:18, Qihua Wang wrote: > > >>I also noticed that in my $HOME/.gconf/apps/panel/default_profiles, > > > Don't look at the actual files :-) Just use gconftool-2 -R > > >>there is profiles directory as well. Looks like the panel >>takes the profile directory as its preference setting not the default_profiles. > > > default_profiles is intended to be like /etc/skel - its just for new > users. So, if this user has logged in once already you need to do it in > /apps/panel/profiles, otherwise you need to do it in > /apps/panel/default_profiles. > > One problem could be that applications://netscape.desktop isn't being > found - look in ~/.xsession-errors. So, try doing object_type == > "menu-object" instead to see if you get a menu button. > > Cheers, > Mark. > Changed to use other .desktop file and did other modification and it worked. Thanks a lot! I have another question. From admin guide, I only saw the precedure to set menus or menu items for all users. Is there any way that I can set particular menu and its items for certain users? My goal is for each unix account created by my script, I would like to put two icons LaunchGUI and LaunchLogger on their desktop and also add two icons under Applications/Alcatel/LaunchGUI and LaunchLogger menu. How should I do it? Thanks! -Qihua