Bug 7195 - Опять сломали в XFCE работу xscreensaver
Summary: Опять сломали в XFCE работу xscreensaver
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: xfce-utils (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Andrei Astafiev
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-24 12:30 MSD by ru_classic
Modified: 2005-06-30 09:28 MSD (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ru_classic 2005-06-24 12:30:40 MSD
test $UID -gt 0 -a -z "$VNCSESSION" && [ -x "$XSCREENSAVER" ] && "$XSCREENSAVER"
-no-splash &

В файле /etc/xdg/xfce4/xinitrc "сломана" загрузка хранителя экрана в строке

test $UID -gt 0 -a -z "$VNCSESSION" && [ -x "XSCREENSAVER" ] && $"XSCREENSAVER"
-no-splash &

допущено две ошибки и обе в перменной XSCREENSAVER. Должно выглядеть так:

test $UID -gt 0 -a -z "$VNCSESSION" && [ -x "$XSCREENSAVER" ] && "$XSCREENSAVER"
-no-splash &
Comment 1 Andrei Astafiev 2005-06-30 09:28:04 MSD
Fixed.