You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Monday, October 30th 2006, 7:53pm

custom menu additions

Hello,

I am trying to add a custom menu addition of applications.

I am currently creating a directory under:
/var/lib/menu/kde/Applications/NEW_DIR

I am then doing an nfs mount to this directory, so NEW_DIR is really an nfs mount point. This would allow for me to make changes accross the enterprise, without having to go to each workstation.

It seems that sometimes the mount point disappears after logging out or reboot...

Is there a way to make this directory NEW_DIR permanent?

Can someone point me to an indepth document to how this tree get populated on login...?

What I would like to do...

/share/dot_desktop_files is an automount export...
then
mount --bind /share/dot_desktop /var/lib/menu/kde/Applications/NEW_DIR
in an /etc/rc script...

and have this last through logouts etc...


Thanks,

/c

2

Monday, October 30th 2006, 10:22pm

RE: custom menu additions

The solution I put in place... in each users home directory...

ln -s /share/dot_desktop_files $HOME/.kde/share/applnk-redhat/NEW_DIR

Similar to our Solaris solution for the .dt/dtwmrc...



/c