Devuan bug report logs -
#857
slim 1.4.1 auto_login window bug
Reported by: tempforever <dev1@tempforever.com>
Date: Sun, 25 Aug 2024 00:16:01 UTC
Severity: normal
Found in version slim/1.4.1-1devuan1
Fixed in version 1.4.1-1devuan2
Done: dak@devuan.org
Full log
🔗
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
This is an automatic notification regarding your bug report
which was filed against the slim package:
#857: slim 1.4.1 auto_login window bug
It has been closed by dak@devuan.org.
Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact dak@devuan.org by
replying to this email.
--
857: https://bugs.devuan.org/cgi/bugreport.cgi?bug=857
Devuan Bug Tracking System
Contact owner@bugs.devuan.org with problems
[Message part 2 (message/rfc822, inline)]
Version: 1.4.1-1devuan2
Source package slim (1.4.1-1devuan2) added to Devuan suite unstable.
This closes bug report 857.
Thanks
DAK managing the Devuan archive
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 27 Aug 2025 17:39:25 +0100
Source: slim
Architecture: source
Version: 1.4.1-1devuan2
Distribution: unstable
Urgency: medium
Maintainer: Devuan Dev Team <devuan-dev@lists.dyne.org>
Changed-By: Mark Hindley <mark@hindley.org.uk>
Closes: 857
Changes:
slim (1.4.1-1devuan2) unstable; urgency=medium
.
[ tempforever ]
* Patch to fix auto_login regression introduced in 1.4.1. (Closes: #857)
.
[ Mark Hindley ]
* app.h: add missing include to fix FTBFS.
* d/control: bump Standards Version (no changes).
Checksums-Sha1:
09ed35ea52ffb8fb171310748d2227234450b195 1814 slim_1.4.1-1devuan2.dsc
f6ded9ff71314882c9486367309ccf2c4dca51b1 34356 slim_1.4.1-1devuan2.debian.tar.xz
bd0701173890d77403b75f1fb45a13c1f7c92a90 5582 slim_1.4.1-1devuan2_source.buildinfo
Checksums-Sha256:
824f7933556ebacffd5142f64f4e9008a6e83acea8c201bfe9ba51c25e801acc 1814 slim_1.4.1-1devuan2.dsc
7648e8a1d1e9018364abae29ad2cf7725b8077535e2fb0f07acca1bbcbde269b 34356 slim_1.4.1-1devuan2.debian.tar.xz
aaf135d08f8174c4d820c0c4617a7ae63c60b59b3155b5848fab6243421d0707 5582 slim_1.4.1-1devuan2_source.buildinfo
Files:
b2915549d9e20c959bd00841c149fed5 1814 x11 optional slim_1.4.1-1devuan2.dsc
25379621fef7661e16690705243e37c0 34356 x11 optional slim_1.4.1-1devuan2.debian.tar.xz
6bced7ff09ce5229d0cfdfbd6b5d384a 5582 x11 optional slim_1.4.1-1devuan2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEEcuPLdzMV36LkZHQ9lFMhJFQZIvsFAmivPIAACgkQlFMhJFQZ
IvtgcQf+PP/ho0MDSPVm1XX+Xgs3fcUPpa8M48EPRKu5noJOrxm2M/HCz+ENQ3DO
S0QMSID8RCkklTTsWQWolKTLelDHO1CuQ7P2o+Pavb9Cnck9RHjGgjBgtIzNflAq
IFikygQaCIlOCV0SppOvx7ctKGzkNHt21mf/S26ReFVsQHUC9Rw3yIlLnPC2u+C/
lJDwWT3y/WQ796ApDFXYqBd7Ps+I2EQFu6TeAcba36OFTVCnzw6bKoXaB9qiCY+J
xm5cVZ4e38R30blDjxLFUma+ddbPIffA90FpZLeXB2QqYY2X1dAMlfNiKlxt23lD
7knGXQr4KCC3IwutACim9LxX8rvRfQ==
=f2KQ
-----END PGP SIGNATURE-----
[Message part 3 (message/rfc822, inline)]
Package: slim
Version: 1.4.1-1devuan1
devuan: excalibur
/etc/slim.conf setting:
auto_login yes
Upon slim start / auto login, a blank window is created, filling up the
desktop screen. This does not happen with auto_login disabled. I found
the issue in panel.cpp, the end of the file:
|// As we're only using one monitor, which is only part of the root
window, // replace Root with a viewport window Root =
XCreateSimpleWindow ( Dpy, RealRoot, result.x, result.y, result.width,
result.height, 0, 0, 0); XMapWindow(Dpy, Root); XFlush(Dpy); If those
lines are commented out, the blank window is not created even with
auto_login enabled. I don't know if that will cause a different issue,
though. I only have 1 monitor on that computer for now, I have not
tested with multiple monitors. Maybe someone who actually knows what
they are doing can fix this? |
Send a report that this bug log contains spam.