LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Autostarting Beryl w/OpenSuse 10.2 KDE weird cursor change (https://www.linuxquestions.org/questions/linux-software-2/autostarting-beryl-w-opensuse-10-2-kde-weird-cursor-change-524735/)

Guitarist88 02-01-2007 01:37 PM

Autostarting Beryl w/OpenSuse 10.2 KDE weird cursor change
 
I just started to play around with Beryl. I'm using it without xgl with my Nvidia card. I have installed the pager-compiz and taskbar-compiz packages from kde-apps.org to get those two applets to function correctly with Beryl.

The originates from this: if beryl starts after kde, the pager-compiz and taskbar-compiz don't work correctly but if Beryl starts first, then they do.

So I created some scripts in order to autostart Beryl when I logged in. Here is what they are:

This file here is in /usr/share/xsessions saved as beryl.desktop
[Desktop Entry]
Encoding=UTF-8
Exec=/usr/bin/beryl.sh
Icon=
MimeType=
Name=Beryl
Name[en_US]=Beryl
Path=
StartupNotify=false
Terminal=false
TerminalOptions=
Type=Application
X-DCOP-ServiceType=none
X-KDE-SubstituteUID=false
X-KDE-Username=


Then this is in /usr/bin called beryl.sh
#!/bin/bash
#
#Start KDE with Beryl
#
beryl-manager &
sleep 5
startkde

These work correctly but there is one annoying problem. When I do this, the cursor themes and some window menus are weird. If I mouse over a window title bar, the mouse becomes the default suse cursor... or if I right click the beryl-manager gem, its not the regular menu theme.

Any ideas on how to fix this?? If you need more info, just ask!

karelvdm 02-02-2007 06:31 AM

I had a little different problem:
Installed a "fancy" mouse cursor theme, but everytime when I open a program or folder that needed root rights, like yast, the cursor changed to default.

My solution was to log in as root and install the same cursor theme for root.
Might work for you or at least point you in the right direction.


All times are GMT -5. The time now is 01:59 PM.