
Merge desktop items.
Various KDE 1.-4. Improvements
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Merge desktop items
-------------------
Using LDAP/PAM/NSS you can login on more than one host. Now one thing you want is that you can take your kde-settings and desktop with you. With the standard KDE installation every host keeps it own settings.
Now I've been working on a sollution to take the settings with me. Look at:
http://linux.bononline.nl/linux/sessionscripts/02/example01.html
With this I can take my settings with me. Just like roaming profiles.
They are installed (synced) when I login KDM. (and synced back when I log out)
This construction is OK, but does not make any difference between hosts. Some times some application is typical for one host, not all. Then you only want to see a icon for this program on your desktop on this host, not on any other host.
How can I achieve this? I've been thinking that adding a new X-hosts line in the .desktop files in the ~/Desktop directory. The sync command for this directory should somehow merge a local Desktop directory and the Desktop directory for this user available on the network. The new added line X-hosts should play an important rol in this.
Possible values for X-hosts should be:
- a single host
- a group/network
Any body having experience/ideas with this??
This is only an idea, apart from the construction I'm using for my machines at home I do not have any sollution.
Stef Bon
14 years ago
2006-04-03 First idea.
14 years ago
2006-04-03 First idea.
ccimiluca
14 years ago
Report