Re: Gnome settings under KDE Kiosk
Murray Trainer <[email protected]>
| Newsgroups | gmane.comp.kde.kiosk |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 2006-04-13 at 15:40, Murray Trainer wrote: > Hi All, > > I get the error below trying to run the gnome-settings daemon to set > preferences for gnome apps when I login to kde. Any suggestions how to > get around this problem? > > Thanks > > Murray > > You do not have permission to run > file:///home/test/.kde/Autostart/gnome-settings-daemon. > Figured out a way to do this that seems to work under Kiosk mode. I created a file gnome-settings-daemon.desktop in the /opt/kde3/share/autostart directory with the contents below: [Desktop Entry] Encoding=UTF-8 Type=Application Exec=/opt/gnome/lib/control-center-2.0/gnome-settings-daemon Terminal=false Name=gnome-settings-daemon X-KDE-autostart-phase=2 I noticed that starting the gnome-settings-daemon caused a gnome screen-saver to start which required disabling using a setting via gconftool-2. Murray