Bug#1014782: The problem remains

2023-02-20 Thread Jamie Zawinski
but Xfce isn't using it? Sounds that way! Which is surprising, from reading the code, but not actually a problem, I guess. -- Jamie Zawinski • jwz.org • dnalounge.com

Bug#1014782: The problem remains

2023-02-20 Thread Jamie Zawinski
If blanking is being inhibited by dbus, the verbose log will look like this: xscreensaver-systemd: 16:54:30: inhibited by "firefox-esr" (:1.48) with "video-playing" cookie "0C765C49" xscreensaver-systemd: 16:54:30: inhibited by "firefox-esr" since Mon Feb 20 16:54:30 2023 xscreensaver-systemd:

Bug#1014782: The problem remains

2023-02-20 Thread Jamie Zawinski
a6977ab51c75dfd7/src/xfce-screensaver.c#L233 Is xscreensaver-systemd not running for you? -- Jamie Zawinski • jwz.org • dnalounge.com

Bug#1030909: Unable to run xscreensaver-demo or xscreensaver-settings

2023-02-19 Thread Jamie Zawinski
or increase. Anyway, the bottom line is this: one must call XSync before calling XSetErrorHandler. If the GTK devs refuse to add that one line change, well, good luck to you all. -- Jamie Zawinski • jwz.org • dnalounge.com

Bug#1030909: Unable to run xscreensaver-demo or xscreensaver-settings

2023-02-19 Thread Jamie Zawinski
oing the effect of GDK_SYNCHRONIZE=1 on the connection used by > GTK/GDK/xscreensaver. I think this is why GDK_SYNCHRONIZE had no > effect for you. This makes sense, thanks. In that case, moving the call to XSynchronize to just after the call to XtDisplayInitialize should fix that oddit

Bug#1030659: xscreensaver: segfault when starting xscreensaver-settings or xscreensaver-demo

2023-02-13 Thread Jamie Zawinski
how it was designed, and that is how it was tested. Trying to install bits and pieces of it and hoping that it still holds together DEMONSTRABLY does not work. -- Jamie Zawinski • jwz.org • dnalounge.com

Bug#1030659: xscreensaver: segfault when starting xscreensaver-settings or xscreensaver-demo

2023-02-13 Thread Jamie Zawinski
> Marco and Teoh, out of curiosity, why do you not have xscreensaver-gl > installed on your systems? Because you went out of your way to make it trivially easy for someone to drive their car off the lot with no seat belts or alternator. -- Jamie Zawinski • jwz.org • dnalounge.com

Bug#1030659: xscreensaver: segfault when starting xscreensaver-settings or xscreensaver-demo

2023-02-12 Thread Jamie Zawinski
for everybody, while solving no problems whatsoever. Put all of XScreenSaver into one package already, for fuck's sake! -- Jamie Zawinski • jwz.org • dnalounge.com

Bug#1031076: Doesn't go to DPMS sleep anymore and settings always disabled

2023-02-11 Thread Jamie Zawinski
Maybe this fixes it? --- a/driver/demo-Gtk.c +++ b/driver/demo-Gtk.c @@ -1677,6 +1677,7 @@ switch_page_cb (GtkNotebook *notebook, GtkWidget *page, state *s = >state; if (s->debug_p) fprintf (stderr, "%s: tab changed\n", blurb()); + populate_prefs_page (s); pref_changed_cb (GTK_WIDGET

Bug#1030909: Unable to run xscreensaver-demo or xscreensaver-settings

2023-02-11 Thread Jamie Zawinski
, 0); A second or two after startup, this will cause an X error. Backtrace will show a stack that does not include update_subproc_timer or XSetWindowBackgroundPixmap. Add XSynchronize (s->dpy, True); before that line. Now the backtrace is as expected. -- Jamie Zawinski • jwz.org • dnalounge.com

Bug#1030909: Unable to run xscreensaver-demo or xscreensaver-settings

2023-02-10 Thread Jamie Zawinski
I meant to say: 1: every call to *XSetErrorHandler* has XSync before it, or 2: every *non-blocking* X11 call inside gdk_x11_display_error_trap_push has XSync before it.

Bug#1030909: Unable to run xscreensaver-demo or xscreensaver-settings

2023-02-10 Thread Jamie Zawinski
See also https://github.com/mirror/libX11/blob/master/src/ErrHndlr.c#L38 -- Jamie Zawinski • jwz.org • dnalounge.com

Bug#1030909: Unable to run xscreensaver-demo or xscreensaver-settings

2023-02-10 Thread Jamie Zawinski
interesting to try out a few more GTK3 apps and see if the same crash happens there. But it is obviously timing related, so that might not turn up any examples. -- Jamie Zawinski • jwz.org • dnalounge.com

Bug#1030909: Unable to run xscreensaver-demo or xscreensaver-settings

2023-02-10 Thread Jamie Zawinski
On Feb 10, 2023, at 1:50 AM, Tormod Volden wrote: > > Wait, this was different: What is the X error if you let that continue? -- Jamie Zawinski • jwz.org • dnalounge.com

Bug#1030909: Unable to run xscreensaver-demo or xscreensaver-settings

2023-02-10 Thread Jamie Zawinski
ose are actually being called before the X error happens. If so, try putting the XSynchronize call there. If not... the X error is happening so early that it must be a GTK or GDK bug? -- Jamie Zawinski • jwz.org • dnalounge.com

Bug#1030909: Unable to run xscreensaver-demo or xscreensaver-settings

2023-02-10 Thread Jamie Zawinski
ronize (gdk_x11_get_default_xdisplay(), True); Wayland isn't involved here, is it? xscreensaver-settings should have printed warnings if so. -- Jamie Zawinski • jwz.org • dnalounge.com

Bug#1030909: Unable to run xscreensaver-demo or xscreensaver-settings

2023-02-10 Thread Jamie Zawinski
You'll need to run with -sync for backtraces of X errors to make any sense. (Seeing XInternAtom in the stack is always an indication that the backtrace is bogus.) xscreensaver-settings doesn't do anything with focus, though, so this is still confusing. -- Jamie Zawinski • jwz.org

Bug#1030659: xscreensaver: segfault when starting xscreensaver-settings or xscreensaver-demo

2023-02-09 Thread Jamie Zawinski
Not having a GL visual reported here is definitely a problem in the "should never happen" category, so trying to figure out where that's going wrong would be helpful. -- Jamie Zawinski • jwz.org • dnalounge.com

Bug#1030801: xdaliclock no longer honors -font or -geometry command line switches

2023-02-07 Thread Jamie Zawinski
Things change. Intentionally. It's better now. Adjust and move on with your life.

Bug#1028029: xscreensaver: contains non-free fonts

2023-01-28 Thread Jamie Zawinski
On Jan 6, 2023, at 1:50 AM, Bastian Germann wrote: > > But there is a version available at > https://sourceforge.net/projects/ocr-a-font/ that might be free. > You can certainly replace it. This one seems better than that one: https://tsukurimashou.osdn.jp/ocr.php.en Annoyingly, the name

Bug#1014782: xscreensaver: fails to activate via "Preview" button or via "Blank after" setting

2023-01-21 Thread Jamie Zawinski
You are making this all needlessly complicated. Each distro should have exactly one xscreensaver package which contains exactly one app-defaults file, with whatever patches are necessary to that. Which should be "just about none", as configure should have figured out the correct settings for

Bug#1014782: xscreensaver: fails to activate via "Preview" button or via "Blank after" setting

2023-01-21 Thread Jamie Zawinski
No. There should be exactly one XScreenSaver package. So, so many problems have stemmed from this incomplete, broken installations as a result of this ridiculous extras-data-extras-gl-extras-extras nonsense. I am decades weary of hearing about them.

Bug#1014782: xscreensaver: fails to activate via "Preview" button or via "Blank after" setting

2023-01-21 Thread Jamie Zawinski
Yes, it is critical that the version of /usr/lib/X11/app-defaults/XScreenSaver actually correspond to the version of XScreenSaver that is installed. I would have thought this to be obvious. If the file does not exist at all, things *should* work ok, but having an old version there is

Bug#1028029: xscreensaver: contains non-free fonts

2023-01-05 Thread Jamie Zawinski
Correction, Gallant is in fact BSD licensed: http://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/sys/dev/wsfont/gallant12x22.h

Bug#1028029: xscreensaver: contains non-free fonts

2023-01-05 Thread Jamie Zawinski
False. Luxi Mono is from Red Hat, I'm sure you've heard of them. OCRA is an ANSI Standard, and is public domain. Gallant is a reproduction of the Sun font created by Joshua M. Clulow and released, as far as I am aware, into the public domain.

Bug#1027999: xscreensaver: xscreensaver-systemd does not start: "inhibit sleep failed: Permission denied"

2023-01-05 Thread Jamie Zawinski
What does polkitd do, and why does xscreensaver-systemd fail without it? I gather it has something to do with "org.freedesktop.PolicyKit1" but I can't tell what that's for either, and xscreensaver-systemd does not explicitly use it.

Bug#1020460: xdaliclock: New version ignores Xresource settings and can't be made transparent

2022-09-26 Thread Jamie Zawinski
Congrats, you are well on your way to understanding that Linux is a trash fire all the way down! On Sep 26, 2022, at 11:07 AM, Stefan Monnier wrote: > > Oh, it's worse: I installed `picom` which made the opacity slider work, > but that affects the whole window, whereas I only want the

Bug#1020460: xdaliclock: New version ignores Xresource settings and can't be made transparent

2022-09-26 Thread Jamie Zawinski
Less snarkily: none of these things can or will be fixed. Adapting xdaliclock to more modern toolkits in order to have fully scalable antialiasing and a real GUI for preferences has some other side effects. If you want to party like it's 1991, run the code from 1991. It still exists.

Bug#1019516: xscreensaver: New version available upstream

2022-09-10 Thread Jamie Zawinski
Please make sure you grab xscreensaver-6.05.1.tar.gz if you already grabbed the other one; there was a last minute fix.

Bug#774668: xscreensaver: check libxss-dev:XScreenSaverQueryInfo() during idle loop

2022-06-26 Thread Jamie Zawinski
T-SCREEN-SAVER extension is under active development. In our universe, that code almost certainly hasn't been touched since the 90s. XScreenSaver does not and will not use that server extension. Install XScreenSaver 6.04 and then "man xscreensaver-systemd". -- Jamie Zawinski • jwz.org • dnalounge.com

Bug#1012840: xscreensaver-systemd doesn't exit at end of Xfce session

2022-06-26 Thread Jamie Zawinski
ucking time with this bullshit. To Sergio: before you submit a bug report in anything, UPGRADE. Not to the version that some slacking upstream asshat has made easily available to you, but to the ACTUAL LATEST VERSION. https://www.jwz.org/blog/2016/04/i-would-like-debian-to-stop-shipping-

Bug#1012840: xscreensaver-systemd doesn't exit at end of Xfce session

2022-06-26 Thread Jamie Zawinski
olicyAgent" not in use [ kill server ] xscreensaver-systemd: 02:07:26: X connection closed Exit 1 -- Jamie Zawinski • jwz.org • dnalounge.com

Bug#1012840: xscreensaver-systemd doesn't exit at end of Xfce session

2022-06-15 Thread Jamie Zawinski
I don't see how this is possible. When the user logs out, the X server exits. The display connection that both xscreensaver and xscreensaver-systemd have open will close with SIGPIPE. Send logs. -- Jamie Zawinski • jwz.org • dnalounge.com

Bug#1009864: xscreensaver: firefox stops (inhibits) xscreensaver from firing. Needs option to ignore firefox

2022-04-19 Thread Jamie Zawinski
ur screen will not auto-lock when you close the laptop lid. > Yes, I know the proper fix is to tell firefox to give me an option to not > inhibit the screensaver That's not actually the fix, it's just that they are inhibiting it in the stupidest possible way. Maybe "be less stupid&q

Bug#961129: xscreensaver should not search for screensaver executables in PATH

2022-03-23 Thread Jamie Zawinski
installs *the entire program* as I have designed and tested it. This requires only a one line change to your dependency list. Your continued refusal to do this keeps causing problems for everybody, including me. -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#1007724: xscreensaver: xscreensaver-auth says it should be installed setuid root

2022-03-20 Thread Jamie Zawinski
There is no debate about this. It is insecure and irresponsible for xscreensaver-auth to *not* be setuid root. Install it setuid root, as it was designed to be, and as "make install" does by default.

Bug#1004947: xscreensaver: still happening in version 6.02+dfsg1-2

2022-02-16 Thread Jamie Zawinski
https://www.jwz.org/xscreensaver/faq.html#typeahead • I used to be able to start typing my password before the unlock dialog had appeared, but now I have to wait for the prompt. This is an inevitable consequence of the new security model introduced in XScreenSaver 6.00. The old

Bug#1004946: Cannot hold down backspace to delete password

2022-02-13 Thread Jamie Zawinski
> Why did you switch to it? Or am I misunderstanding that you did? For the new security model. No other way to increase the privilege separation. -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#1004946: Cannot hold down backspace to delete password

2022-02-12 Thread Jamie Zawinski
. It is unreasonable to expect an X11 client to hack auto-repeat by itself. This is a server-side configuration issue. Also this is far from the only problem with XInput2's keyboard event handling. See the comments in xscreensaver/driver/xinput.c for a laundry list of its bugs. -- Jamie Zawinski

Bug#1004946: Cannot hold down backspace to delete password

2022-02-11 Thread Jamie Zawinski
ve no reason to believe that XInput2 has not always behaved that way. You are noticing it now because XScreenSaver only began using XInput2 as of 6.x. Stating the problem/annoyance more concisely: XInput2 does not send auto-repeat press/release events in the same manner as XNextEvent. -- Jamie Zawinsk

Bug#1004947: Loses keystrokes until dialog displayed

2022-02-03 Thread Jamie Zawinski
https://www.jwz.org/xscreensaver/faq.html#typeahead This is an inevitable consequence of the new security model introduced in XScreenSaver 6.00. The old behavior will not be returning, so get used to clicking the mouse or tapping "Shift" before you start typing your password. Just typing

Bug#1004946: Cannot hold down backspace to delete password

2022-02-03 Thread Jamie Zawinski
the whole line. -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#997794: xscreensaver: systemd integration leads to spurious deactivations (unblank) on desktop

2021-12-12 Thread Jamie Zawinski
Well, I'm confused about how it got from "blanking" to "unblanking" without printing why active_at changed. Please try logging with -vvv -log to make sure it's printing everything. -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#997794: xscreensaver: systemd integration leads to spurious deactivations (unblank) on desktop

2021-11-18 Thread Jamie Zawinski
I don't understand why you are having trouble logging with 6.02. Did you launch it as xscreensaver -v -log log.txt? Investigating this in 5.x will not be helpful, because the flow of control is completely different with 6.x's new security model.

Bug#997794: xscreensaver: systemd integration leads to spurious deactivations (unblank) on desktop

2021-11-07 Thread Jamie Zawinski
t;about ten minutes apart" means without you saying actual timestamps, but that log file shows the screen powering on due to user activity: > xscreensaver: 18:48:06: user is active (keyboard activity) > ... > xscreensaver: 19:25:42: user is active (mouse motion) -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#997794: xscreensaver: systemd integration leads to spurious deactivations (unblank) on desktop

2021-10-25 Thread Jamie Zawinski
ts man > page, I gather xscreensaver-systemd doesn't do anything useful for > that particular machine. xscreensaver-systemd is also the mechanism by which most movie players and web browsers tell XScreenSaver to not blank the screen while a video is playing. -- Jamie Zawinski https://w

Bug#961129: xscreensaver should not search for screensaver executables in PATH

2021-10-14 Thread Jamie Zawinski
n is installed, then *all* of XScreenSaver must be installed, or else you get the "zoom" problem and related. That is how it was designed, and that is how it was tested. Trying to install bits and pieces of it and hoping it still holds together demonstrably does not work. -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#961129: xscreensaver should not search for screensaver executables in PATH

2021-10-13 Thread Jamie Zawinski
ner. > I think it makes sense for us to not blindly pick whatever is in the user's > PATH. You are absolutely 100% wrong. Do not make this change. Many things will malfunction. Do not make the mistake of forking my program even more than you already have. That does not go well for any o

Bug#961129: xscreensaver should not search for screensaver executables in PATH

2021-10-12 Thread Jamie Zawinski
nstead of FIVE -- one that installs *all* of XScreenSaver instead of only bits and pieces and expecting that to still work. I cannot comprehend why you continue to refuse to implement this trivial fucking fix. -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#988158: xscreensaver regularly crashes, leaving screen unlocked

2021-05-08 Thread Jamie Zawinski
this out is if you include all of the output of -log. Also, you're running 5.45 instead of 6.00 and if you can't reproduce it in 6.00 there's no point in investigating any further. So try that. -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#987149: xscreensaver: allows starting external programs with cap_net_raw

2021-04-18 Thread Jamie Zawinski
As I said, it's already fixed in 6.00. The fix is just to configure without setcap and use setuid instead, which works properly with Mesa. I assume that having 6.00 distributed by Debian prior to 2035 would be asking too much, but we dare to dream.

Bug#987149: xscreensaver: allows starting external programs with cap_net_raw

2021-04-18 Thread Jamie Zawinski
Already fixed in XScreenSaver 6.00. The bug is in Mesa: it has a panoply of env vars that do what LD_PRELOAD does, except Mesa only checks geteuid instead of checking getauxval AT_SECURE, as the kernel does. So anything that uses both Mesa and setcap is vulnerable. Ironically, using setuid

Bug#979562: lightdm session termination does not stop xscreensaver

2021-01-11 Thread Jamie Zawinski
.0 3748 664 pts/0S+ 21:56 0:00 grep saver Note that pid 11997 does not have -nosplash on its command line. -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#979562: lightdm session termination does not stop xscreensaver

2021-01-10 Thread Jamie Zawinski
nd user B. If things have gone wrong in a weird way, the "xscreensaver-systemd" process of user A might linger, but it won't be able to communicate with user B's xscreensaver. -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#979562: lightdm session termination does not stop xscreensaver

2021-01-10 Thread Jamie Zawinski
dministrator installed xscreensaver on a multi-user system, the expectation would be for it to run in all graphical login sessions. -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#979562: lightdm session termination does not stop xscreensaver

2021-01-08 Thread Jamie Zawinski
> In xscreensaver (or maybe lightdm). > Why is xscreensaver started in the lightdm session anyway? > Is xscreensaver really usable as a per user service or should it be per > session? > Why is the lightdm xscreensaver instance interfering with the xscreensaver > instance of the logged in user? >

Bug#978589: systemd based startup not working

2021-01-02 Thread Jamie Zawinski
e first seconds, there is: Ok, that's different! You mean the splash screen? If you're seeing that, then it did manage to connect to the X server! This is all very strange, I'm not sure what's going on. I guess I'd try to coerce more logs out of everything involved? -- Jamie Zawinski http

Bug#978589: systemd based startup not working

2020-12-30 Thread Jamie Zawinski
arly shutdown of xscreensaver? No, all "xscreensaver-systemd" does is occasionally run "xscreensaver-command". You are not getting that far. -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#978589: systemd based startup not working

2020-12-29 Thread Jamie Zawinski
han one ExecStart= setting, which is only allowed for Type=oneshot > services. Refusing. > Dez 30 01:13:20 whitestar systemd[2605]: xscreensaver.service: Cannot add > dependency job, ignoring: Unit xscreensaver.service has a bad unit file > setting. Sounds like it doesn't like your edits? -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#978589: systemd based startup not working

2020-12-28 Thread Jamie Zawinski
The fact that $DISPLAY is not set at the time xscreensaver is launched is not a good sign. The cookie error suggests that ~/.Xauthority does not exist or is not readable. However you do appear to be running as yourself, not as "nobody". Perhaps $HOME is set to something weird? Maybe try setting

Bug#978086: xscreensaver: should use scalable fonts by default and not depend on bitmap fonts

2020-12-27 Thread Jamie Zawinski
xset q | grep font /usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,built-ins And after that, having •either* xfonts-100dpi or gsfonts-x11 installed makes both xterm and xscreensaver have correct fonts. -- Jamie Zawinski https://ww

Bug#978086: xscreensaver: should use scalable fonts by default and not depend on bitmap fonts

2020-12-27 Thread Jamie Zawinski
-*-*-*-180-*-*-*-*-iso8859-1' does not work. So there must be some *other* thing installed on your system that is not installed on mine that is making Xlib Helvetica work. I don't know what that is. -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#978086: xscreensaver: should use scalable fonts by default and not depend on bitmap fonts

2020-12-26 Thread Jamie Zawinski
' And of the matched font files, what packages are they from? E.g.: % apt-file search /usr/share/fonts/X11/100dpi/helvB18.pcf.gz xfonts-100dpi: /usr/share/fonts/X11/100dpi/helvB18.pcf.gz -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#978086: xscreensaver: should use scalable fonts by default and not depend on bitmap fonts

2020-12-26 Thread Jamie Zawinski
pkg-query -L xfonts-100dpi | grep helvB18 /usr/share/fonts/X11/100dpi/helvB18.pcf.gz /usr/share/fonts/X11/100dpi/helvB18-ISO8859-1.pcf.gz > I think that you should fix font selection, and choose a default font > that will yield reproducible results. Easy for you to say! -- Jamie Z

Bug#978086: xscreensaver: should use scalable fonts by default and not depend on bitmap fonts

2020-12-26 Thread Jamie Zawinski
On Dec 26, 2020, at 3:45 AM, Vincent Lefevre wrote: > > I'm wondering whether this could be gsfonts-x11. Nope, I get crappy fonts in xscreensaver and xterm with: apt remove xfonts-base xfonts-100dpi apt install gsfonts-x11 -- Jamie Zawinski https://www.jwz.org/

Bug#978086: xscreensaver: should use scalable fonts by default and not depend on bitmap fonts

2020-12-25 Thread Jamie Zawinski
armhf [installed,automatic] libxfont2/stable,now 1:2.0.3-1 armhf [installed,automatic] timgm6mb-soundfont/stable,now 1.3-2 all [installed,automatic] xfonts-100dpi/stable,now 1:1.0.4+nmu1 all [installed] xfonts-encodings/stable,now 1:1.0.4-2 all [installed,automatic] xfonts-utils/stable,now 1:7.7+

Bug#978086: xscreensaver: should use scalable fonts by default and not depend on bitmap fonts

2020-12-25 Thread Jamie Zawinski
The screen savers themselves use XFT and scaled fonts, if available. The xscreensaver daemon does not, as it uses only Xlib, and links as few libraries as possible for security reasons. Without Xlib bitmap fonts, the text on the unlock dialog won't display properly.

Bug#956251: xscreensaver-demo do not handle correctly domain part of usernames

2020-09-30 Thread Jamie Zawinski
first patch disables this check. I still don't understand why a user name would have an @ in it in the first place, so I can't comment on the rest. -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#932837: xscreensaver: No text on lock screen

2020-08-24 Thread Jamie Zawinski
o10646-1" xlsfonts -fn "-*-*-medium-r-*-*-*-180-*-*-p-*-iso10646-1" Maybe test with "xterm -font " -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#932837: xscreensaver: No text on lock screen

2020-08-16 Thread Jamie Zawinski
xlsfonts on your >> system where it's doing something terrible. > > Here it is. Well, that set of fonts is, in fact, garbage, but I think it should have fallen back to -misc-fixed-medium-r-normal-*-*-*-*-*-c-*-iso10646-1 -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#932837: xscreensaver: No text on lock screen

2020-08-16 Thread Jamie Zawinski
XScreenSaver (as of 5.42) tries really hard to do something sensible with whatever set of garbage fonts you happen to have installed, so it would be helpful if you send me the output of xlsfonts on your system where it's doing something terrible. Is there anything about fonts in the log output

Bug#953098: xscreensaver: Crashes with XIO: fatal IO error

2020-03-24 Thread Jamie Zawinski
For best logging: xscreensaver -verbose -log log.txt

Bug#953098: xscreensaver: Crashes with XIO: fatal IO error

2020-03-14 Thread Jamie Zawinski
As far as I know, an XIO error means the X server dropped the connection to the xscreensaver client. So either the X server itself crashed, or it decided to disconnect xscreensaver for some unknown reason. If the client had done something wrong, X11-protocol-wise, this would have been a more

Bug#781961: systemd-logind integration for XScreenSaver

2019-06-03 Thread Jamie Zawinski
en could involve a multi-second animation. -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#781961: systemd-logind integration for XScreenSaver

2019-06-03 Thread Jamie Zawinski
on. */ + monitor_power_on (si, True); + # if 0 /* When -deactivate is received while locked, pop up the dialog box instead of just ignoring it. Some people depend on this behavior -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#781961: systemd-logind integration for XScreenSaver

2019-05-19 Thread Jamie Zawinski
Wow, this seems like a huge amount of code to do such a simple thing! Is that... normal? Is this really how insane the world has gotten? Also: I thought that -deactivate would power on the screen by itself, so that xset isn't necessary? -- Jamie Zawinski https://www.jwz.org/ https

Bug#699392: xscreensaver requires xfonts-100dpi or xfonts-75dpi

2019-05-02 Thread Jamie Zawinski
ONTNAME BitstreamVeraSerif-Roman RASTERIZER_NAME FreeType % find /opt/X11/share/fonts -type f | grep -i verase /opt/X11/share/fonts/TTF/VeraSe.ttf /opt/X11/share/fonts/TTF/VeraSeBd.ttf % xterm -fn '-bitstream-bitstream vera serif-medium-r-normal--17-120-100-100-p-107-iso10646-1' ...

Bug#699392: xscreensaver requires xfonts-100dpi or xfonts-75dpi

2019-05-01 Thread Jamie Zawinski
ino", "lucida", "bitstream charter", - "*" }; + /* "*" */ + }; const char *charsets[] = { "iso10646-1", "iso8859-1", "*-*" }; const char *weights[] = { "bold", "medium" }; const char *slants[] = { "o", "i", "r" }; -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#699392: xscreensaver requires xfonts-100dpi or xfonts-75dpi

2019-04-30 Thread Jamie Zawinski
he problem is that your font cache needs to be regenerated with fc-cache? -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#914109: xscreensaver-data: looks for image files to display even though it is told not to

2019-04-24 Thread Jamie Zawinski
To be clear: my intention is to ignore this trivial problem.

Bug#914109: xscreensaver-data: looks for image files to display even though it is told not to

2019-04-24 Thread Jamie Zawinski
> From a user point of view, if I say that you should not look for image > files to display, you should just not do that. This is a bug in > Xscreensaver. There is no good reason why it should give an error. With your settings, the only option is to change the failure mode from "print an error

Bug#699392: xscreensaver requires xfonts-100dpi or xfonts-75dpi

2019-04-22 Thread Jamie Zawinski
Xscreensaver 5.42 tries really hard to do something sensible with whatever set of garbage fonts you happen to have installed, so it would be helpful if you send me the output of xlsfonts on your system where it's doing something terrible. If you're feeling adventurous, rebuilding with DEBUG

Bug#914109: xscreensaver-data: looks for image files to display even though it is told not to

2019-04-21 Thread Jamie Zawinski
Well, there's no way for glitchpeg to work on your desktop image, because your desktop is not a jpeg...

Bug#910612: xscreensaver should clean out it's pic cache

2018-10-08 Thread Jamie Zawinski
Cache times out after 3 hours, or the first time no suitable images are found.

Bug#781961: ditto

2018-02-20 Thread Jamie Zawinski
If you know of a way to run an X11 application without using libx11, let me know. I'm not going to argue about this any further. I've explained how you can solve your problem: write a shell script that locks xscreensaver between "lid closed" and "cpu halted". If that shell script talks to

Bug#781961: ditto

2018-02-20 Thread Jamie Zawinski
It is not my responsibility to secure Debian's laptop power management system. It is not my responsibility to integrate xscreensaver with Debian's laptop power management system. It is my responsibility to make *xscreensaver* as secure as it can be. It is my judgement that linking with

Bug#781961: ditto

2018-02-20 Thread Jamie Zawinski
to the xscreensaver daemon, great. If you can't, then you (and all Linux users) have my ongoing sympathies for the batshit insane design decisions that the creators of the GUI desktop libraries have foisted upon you. -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#781961: ditto

2018-02-18 Thread Jamie Zawinski
to activate that solution by default. Hypothetically. If anyone actually knew how to do that. -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#878373: xscreensaver-screensaver-webcollage: Fails to get resuls from google, bing, and instagram making collages repetitive.

2017-12-03 Thread Jamie Zawinski
4: Oct 24 2015 - 4.0 months elapsed 5.35: May 24 2016 - 7.0 months elapsed 5.36: Oct 10 2016 - 4.6 months elapsed 5.37: Jul 5 2017 - 8.8 months elapsed -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#878373: xscreensaver-screensaver-webcollage: Fails to get resuls from google, bing, and instagram making collages repetitive.

2017-12-03 Thread Jamie Zawinski
> Sometimes it goes more than a year between upstream's releases also, This has literally never happened. There are typically 4-8 releases a year, but there have never been fewer than 2 per year, since 1992.

Bug#878373: xscreensaver-screensaver-webcollage: Fails to get resuls from google, bing, and instagram making collages repetitive.

2017-10-14 Thread Jamie Zawinski
Well, 5.36 was released on 11 Oct 2016, which, as of the date of this bug report, was 1 year and 3 days old. 5.37, which contains webcollage updates, was released on 5 July 2017. The latency with which distros package it up for you is entirely out of my hands.

Bug#878373: xscreensaver-screensaver-webcollage: Fails to get resuls from google, bing, and instagram making collages repetitive.

2017-10-13 Thread Jamie Zawinski
Here's an idea, try running a version of xscreensaver that is not over a year old. Yes, you have made the mistake of using Debian. I realize that they go out of their way to make that difficult for you. My sympathies.

Bug#878379: xscreensaver-screensaver-webcollage: Please provide a means to set safe seach levels for those image search mehods that support it.

2017-10-13 Thread Jamie Zawinski
Absolutely not. That is completely antithetical to the purpose of the webcollage screen saver.

Bug#876087: xscreensaver: source-less and unlicensed code at hacks/images/m6502/dmsc.asm

2017-09-18 Thread Jamie Zawinski
Oh FFS, the pedantry of you people knows no bounds. It's not even a *real emulator*. Did you even try emailing him? -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#873108: xscreensaver does not trap errors from intltool-update

2017-08-24 Thread Jamie Zawinski
Well, on every system I've ever had access to, intltool rarely works, so I took to just ignoring it entirely. YMMV.

Bug#860253: xscreensaver: Password dialog is not visible sometimes

2017-04-13 Thread Jamie Zawinski
Wow, that's really strange. -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#860253: xscreensaver: Password dialog is not visible sometimes

2017-04-13 Thread Jamie Zawinski
deo driver is causing the screen to either not be powered on, or is causing the frame buffer to not be displayed. That is, the client-facing side of X11 believes there are bits on your screen, but the hardware-facing side has lost its mind. -- Jamie Zawinski https://www.jwz.org/

Bug#858912: xscreensaver-gl-extra: "surfaces" hang the pc ; hard reboot looses recent work

2017-03-28 Thread Jamie Zawinski
This is a bug in your video drivers and not xscreensaver, I'm afraid: https://www.jwz.org/xscreensaver/faq.html#server-crash

Bug#853175: xscreensaver: enhancement wish: xscreensaver should be able to detect pause in VLC and videoplayback in browser

2017-01-30 Thread Jamie Zawinski
This is a problem with VLC or VLC's configuration, not xscreensaver: https://www.jwz.org/xscreensaver/faq.html#dvd -- Jamie Zawinski https://www.jwz.org/ https://www.dnalounge.com/

Bug#853174: xscreensaver does not recognize videoplayback in browser

2017-01-30 Thread Jamie Zawinski
To make this work, your browser will need to be configured to tell xscreensaver that it is playing videos. I don't know if that is possible with any extant browsers. Either way, not an xscreensaver bug. https://www.jwz.org/xscreensaver/faq.html#dvd -- Jamie Zawinski https://www.jwz.org

  1   2   3   4   >