! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
xscreensaver KILLING vncsessions
Status:
CLOSED: FIXED
Product:
Xfce-utils
Component:
General

Comments

Description joshua 2004-02-27 21:57:55 CET
xfce if a good thing. Esp. in vnc sessions, where on a server I have maybe 20
of them going for different users... sure beats the memory footprint of KDE or
GNOME. However, xfce, as started by "startxfce4", starts xscreensaver EVEN IN
VNC SESSIONS !!! This renders a server useless if I have more than 2 or 3 vnc
sessions on it, as xscreensaver chews up cpu cycles under vnc like crazy.
Comment 1 joshua 2004-02-27 21:57:57 CET
Additional information:

Though the problem is drastic, the fix should be very simple: simply replace
this line in /etc/xfce4/xinitrc:

test $UID -gt 0 && xscreensaver -no-splash &

with this one:

test $UID -gt 0 && test -z $VNCSESSION && xscreensaver -no-splash &

Thanks!
Comment 2 Olivier Fourdan editbugs 2004-02-27 22:23:20 CET
Ok, applied, although the xinitrc is customizable by every user.
Comment 3 Brian J. Tarricone (not reading bugmail) 2004-04-08 19:36:17 CEST
mass stale bug cleanup - reopen if closed in error

Bug #125

Reported by:
joshua
Reported on: 2004-02-27
Last modified on: 2009-07-15

People

Assignee:
Xfce Bug Triage
CC List:
0 users

Version

Attachments

Additional information