Gentoo Archives: gentoo-user

From: Marco Calviani <marco.calviani@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: rss-glx + KDE + kscreensaver problem
Date: Sun, 08 Jan 2006 20:49:03
Message-Id: da5cd1900601081242p76dbbde5o@mail.gmail.com
In Reply to: [gentoo-user] rss-glx + KDE + kscreensaver problem by Marco Calviani
1 Hi list,
2
3 > i'm trying to install the rss-glx screensaver and i'm using the KDE
4 > window manager.
5 > After a successful installation i can see the kscreensaver entries in
6 > the "Screen Saver" section of the kcontrol module. However when i try
7 > to test the screensaver or tweak the screensaver with the setup option
8 > nothing happens.
9 > Looking into more details in the .desktop links that define the menu
10 > entries, it appears that it is searching for two programs "kxsconfig"
11 > for the setup and "kxsrun" for the run part, that are actually non
12 > existing in my machine....
13 >
14 > Here's an example for the solarwinds saver:
15 >
16 > #cat /usr/share/applnk/System/ScreenSavers/solarwinds.desktop
17 >
18 > [Desktop Entry]
19 > Encoding=UTF-8
20 > Exec=solarwinds
21 > Icon=kscreensaver
22 > Type=Application
23 > Actions=InWindow;Root
24 > Name=Solarwinds (GL)
25 >
26 > [Desktop Action Setup]
27 > Exec=kxsconfig solarwinds
28 > Name=Setup...
29 >
30 > [Desktop Action InWindow]
31 > Exec=kxsrun solarwinds -- -window-id %w
32 > Name=Display in specified window
33 > NoDisplay=true
34 >
35 > [Desktop Action Root]
36 > Exec=kxsrun solarwinds -- --root
37 > Name=Display in root window
38 > NoDisplay=true
39 >
40 >
41 > Any ideas?
42 >
43 > PS: they are working well if one calls them directly on the command line
44 > (i.d. /usr/lib/misc/xscreensaver/solarwinds)
45
46 Ok. Sorry to all it was my fault.
47 I compiled some time ago kdeartwork-kscreensaver without
48 xscreensaver..... so the kxsrun and kxsconfig binaries were not
49 created. Just enabling the xscreesaver USE flags has resolved this
50 issue.
51
52 Best regards,
53 MC
54
55 --
56 gentoo-user@g.o mailing list