Does anybody know how to apply a customized user settings to other existing or new users?. Something like a customized preferences settings for system wide so that everybody posses those settings and below will explain in clear what I actually ment.
On every machine I will install the following:
Eclipse
Mysql Query Browser and Admin
Mysql Workbench
Oracle VirtualBox
Thunderbird
-----------
-----------
-----------
If I install them by apt, this will automatically create shortcuts in Applications but when I build them from source or extract the tar ball, I will have to add New Item at it's relevant place going to System-->Preferences-->Main Menu to make them available as a shortcuts and this settings are applied only for the account I login and perform them. How could I make this preferences settings for complete system wide which applies for all users? or if there is a way to apply a customized user settings to other users will also be ok. Any hint please?
Thank you!
applicationsdirectory under/usr/local/share. Should I create it? – user3215 Nov 14 '11 at 12:49applicationsupto the edition lucid. But in new editions(11.04, 11.10) I couldn't see the directory, any more idea? – user3215 Nov 14 '11 at 13:05/usr/local/share/applicationsas you said. Probably the path is changed from 10.04 onwards and is/usr/share/applicationswhere I could see many applications. This would be enough for my requirement for now. You're awesome!!!. Thanks a lot! – user3215 Nov 14 '11 at 15:12/usr/share/applicationsis where distribution packages install these files. Generally, you want to keep files handled by the package manager and files you create separate./usr/local/share/applicationsmight not exist in a default install, but you can create it yourself. It's not something that is 100% necessary, but it is very good practice. – andrewsomething Nov 18 '11 at 16:05