[Bug 2063383] Re: [SRU] Ubuntu Unity takes 90 seconds to log out

2025-01-30 Thread Guido Jäkel
On https://lists.gnome.org/archives/commits-list/2019-May/msg04333.html one may read: main: Add systemd gnome-session monitoring code for leader We are in the situation that gnome-session-binary is the session leader process for the user. This process is managed via logind and is

[Bug 2063383] Re: [SRU] Ubuntu Unity takes 90 seconds to log out

2025-01-30 Thread Guido Jäkel
To close down the Desktop, it seems that is it more intended to terminate the running instance `gnome-session-ctl --monitor`. Therefore, the line ExecStop=-/bin/bash -exc '/usr/bin/killall gnome-session-ctl && logger "PATCH: killall gnome-session-ctl"' also work. And from the help page of `gnome-

[Bug 2063383] Re: [SRU] Ubuntu Unity takes 90 seconds to log out

2025-01-29 Thread Guido Jäkel
The _Fast User Switch_ in the Menubar still don't work. But I found that I may start a new desktop on next free VT by ``` XDG_SEAT_PATH="/org/freedesktop/DisplayManager/Seat0 dm-tool stwitch-to greeter ``` with the expected behavior. Also, session switching via `` works as usual, then. -- You r

[Bug 2063383] Re: [SRU] Ubuntu Unity takes 90 seconds to log out

2025-01-28 Thread Guido Jäkel
I append a syslog containing logon and logoff cycle recorded with the patched version of the gnome-session.service file. ** Attachment added: "syslog for user session cycle (patched gnome-session.service)" https://bugs.launchpad.net/ubuntu/noble/+source/gnome-session/+bug/2063383/+attachmen

Re: [Bug 2063383] Re: [SRU] Ubuntu Unity takes 90 seconds to log out

2025-01-28 Thread Guido Jäkel
Yes, because the controlling systemd service wait in vain for graceful termination of the gnome-session-binary and send a SIGKILL after 90s. For an unknown reason nobody seems to send a SIGTERM before. But I'm neither used to write scripts for systemd nor know the details of desktop session managem

[Bug 2063383] Re: [SRU] Ubuntu Unity takes 90 seconds to log out

2025-01-27 Thread Guido Jäkel
I found a workaround by send a SIGTERM to the gnome-session-binary: ubuntu@lenovy:~$ cat /lib/systemd/user/gnome-session.service [Unit] Description=GNOME Session Manager (Ubuntu downstream version for Unity support) PartOf=graphical-session.target [Service] ExecStart=/bin/sh -exc '[ "$DESKTOP_SES

[Bug 2063383] Re: [SRU] Ubuntu Unity takes 90 seconds to log out

2025-01-16 Thread Guido Jäkel
I append a syslog containing logon and logoff cycle while the both gnome-session-binaries are parameterized to run in debug mode. This offers to first off study the bug without setting up a test environment. ** Attachment added: "syslog for user session cycle" https://bugs.launchpad.net/ubunt

[Bug 2093625] Re: graphical session hang for 1m30s on logout or fast userswitch

2025-01-13 Thread Guido Jäkel
Seems to be a duplicate of https://bugs.launchpad.net/ubuntu/noble/+source/gnome- session/+bug/2063383 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2093625 Title: graphical session hang for 1m30s o

[Bug 2093625] [NEW] graphical session hang for 1m30s on logout or fast userswitch

2025-01-10 Thread Guido Jäkel
Public bug reported: On logout or user switch, the graphical session hang until systemd hard kills gnome-session-binary after a timeout of about 1m30s. This instance seem to be driven by graphical-session-pre.target. This issue appear even on a fresh vanilla installation I set up to trace down th

[Bug 1860268] Re: window titlebar is disturbed on all non-maximized windows

2020-01-29 Thread Guido Jäkel
*** This bug is a duplicate of bug 1841718 *** https://bugs.launchpad.net/bugs/1841718 was fixed for me with common Ubuntu updates related to bug #1841718. ** This bug has been marked a duplicate of bug 1841718 [radeon] Rendering of combo boxes and tooltips is broken -- You received this

[Bug 1860268] Re: window titlebar is disturbed on all non-maximized windows

2020-01-23 Thread Guido Jäkel
** Also affects: mesa (Ubuntu) Importance: Undecided Status: New ** No longer affects: linux-signed-hwe (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1860268 Title: window titleb

[Bug 1860268] Re: window titlebar is disturbed on all non-maximized windows

2020-01-19 Thread Guido Jäkel
Also, some other desktop elements like tooltips, drop down lists or even the selection rubberband box of the screenshot feature are affected. It seems, that the the similarity of this is a comparable small *height*. The rubberband selection for instance is disturbed, if the enclosed height is about

[Bug 1860268] Re: window titlebar is disturbed on all non-maximized windows

2020-01-19 Thread Guido Jäkel
gjaekel@jelly:~$ lshw -C video WARNING: you should run this program as super-user. *-display description: VGA compatible controller product: Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM] vendor: Advanced Micro Devices, Inc. [AMD/ATI] physical id: 0

[Bug 1860268] Re: window titlebar is disturbed on all non-maximized windows

2020-01-19 Thread Guido Jäkel
** Description changed: - * After todays package update, the window titlebar area of all windows is rendered in a disturbed way. + * After todays package update, the window titlebar area of all windows is rendered in a disturbed way. * Package update include a kernel change to 5.3 from 5.0. T

[Bug 1860268] Re: window titlebar is disturbed on all non-maximized windows

2020-01-19 Thread Guido Jäkel
** Attachment added: "Example of a disturbed titlebar area" https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe/+bug/1860268/+attachment/5321529/+files/Titlebar_disturbed.Ubuntu18_04.20200119.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 1860268] Re: window titlebar is disturbed on all non-maximized windows

2020-01-19 Thread Guido Jäkel
** Attachment added: "dmesg from boot with kernel 5.3" https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe/+bug/1860268/+attachment/5321528/+files/dmesg.20200119 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.l

[Bug 1860268] [NEW] window titlebar is disturbed on all non-maximized windows

2020-01-19 Thread Guido Jäkel
Public bug reported: * After todays package update, the window titlebar area of all windows is rendered in a disturbed way. * Package update include a kernel change to 5.3 from 5.0. The bug is not related to the kernel; it also happen with the last one. Therefore, it's related to the new graph

[Bug 763369] Re: Printer configuration was working, installed Samba4 for browsing samba shares, crashes now

2012-03-04 Thread Guido Jäkel
Dear Scott, you're completely right: configuring a new computer I run into the same issue: * adding a remote printer (via ipp:), first tests works fine * after declaring it as the default, the Printer Administration Page on systemsettings fail. Running it from the console, it drops the same er

[Bug 305730] [NEW] on user change after resume, system hibernate again

2008-12-06 Thread Guido Jäkel
Public bug reported: In general, hibernate (S3) and suspend action works fine. But there's a little ugly artefact: Probably different to others we're using this box at home as a "central workstation" for the members of our family. From that, there continously more than one user (X/gnome) session

[Bug 224802] Re: after sudo su (su -), gnome-terminal [or a virtual terminal "-bash"] "exit"s ("logout"s) with any single keypress

2008-11-13 Thread Guido Jäkel
I'm also don't observe this currently on my Unbutu workstations, but with "su -" on some of my Gentoo Server's, too. And this type of problem is also reported by users of other distributions! After switching to another user via "su - foo" i eithter get kicked out immediately (the shell writes "exi

[Bug 226279] Re: Kernel 2.6.24-17 - broken resume from suspend to RAM

2008-06-14 Thread Guido Jäkel
As expected, 2.6.24-19 solves the issue and related artefacts for me, too. Thank you, John for discovering the core reason at #96. Two missing statements, and we are lost in space ;) Guido -- Kernel 2.6.24-17 - broken resume from suspend to RAM https://bugs.launchpad.net/bugs/226279 You receive

[Bug 226279] Re: Kernel 2.6.24-17 - broken resume from suspend to RAM

2008-06-04 Thread Guido Jäkel
Dear john and Tim john> Looking at the commit being reverted, its broken because the fix is not complete compared to mainline. john> [...] john> Noting especially the changes made upstream to kernel/time/timekeeping.c > @@ -178,6 +178,7 @@ static void change_clocksource(void) > + new->cycl

[Bug 226279] Re: Kernel 2.6.24-17 - broken resume from suspend to RAM

2008-06-04 Thread Guido Jäkel
Dear Tim, i wonder about this TSC issue the patch was designed for happens on my (and the other) machines, because it's have a single CPU without HT. The patch says "return some last value until the normal used one is higher than". From that: Will the TSC reset, if the CPU is suspended (powered d

[Bug 226279] even on plain vanilla hardware

2008-05-30 Thread Guido Jäkel
This is a "me too". But i want to note, that i'm running it on an comparatively "old" and plain vanilla surf/email station: P4/1.6Ghz (no HT), PATA-100, AGP- GraphicCard (Matrox MGA550), uhci (USB 1.1), no WLAN, ... may be this helps to exclude some things good luck Guido -- Kernel 2.6.24-17

[Bug 226566] MeTo: 2.6.24-17 breaks suspend/resume

2008-05-28 Thread Guido Jäkel
*** This bug is a duplicate of bug 226279 *** https://bugs.launchpad.net/bugs/226279 ... unfortunately confirmed on my box, a Fujitsu/Siemens FSC Scenic S2. -- 2.6.24-17 breaks suspend/resume https://bugs.launchpad.net/bugs/226566 You received this bug notification because you are a member