We are currently updating some lab machines that are running Ubuntu 9.10 (Karmic Koala). What I'd like to know is if there is some way to set up the system's defaults (for instance which applications are present in the initial drop down menu or what applications are loaded on startup) but for every user, not just a specific profile.
Asked
Active
Viewed 109 times
1 Answers
1
Unless I'm mistaken, the menu items are populated from /usr/share/applications, so you can add new .desktop files there. As far as removing, I would just remove the package containing the program you don't want to show.
You can also look in /etc/xdg/autostart and /etc/xdg/menus.
Suppressingfire
- 1,158
-
1Further inquiries led to the /etc/skel directory, which can be used to add files that are to be copied automatically. You can, for instance, add files to the Desktop folder. – pypmannetjies Nov 22 '09 at 20:57
-
Yes, good point, but note that /etc/skel only applies to new accounts, so pushing new items in there into existing accounts will need to be something that is managed manually. – Suppressingfire Nov 23 '09 at 00:38