[Desktop-packages] [Bug 1952766] Re: Disconnecting monitor crashes shell (wayland, gnome)

2024-02-09 Thread Pierre A
I have the error meta_monitor_manager_get_logical_monitor_from_number: assertion '(unsigned int) number < g_list_length (manager->logical_monitors)' failed with GNOME Shell 45.3 in Manjaro after suspend and only with external monitor connected to laptop. -- You received this bug notification be

[Desktop-packages] [Bug 1952766] Re: Disconnecting monitor crashes shell (wayland, gnome)

2024-02-09 Thread Pierre A
X11 not Wayland -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-shell-extension-ubuntu-dock in Ubuntu. https://bugs.launchpad.net/bugs/1952766 Title: Disconnecting monitor crashes shell (wayland, gnome) Status in gnome-shell-ext

[Desktop-packages] [Bug 1754687] Re: gnome-shell crashes with meta_monitor_manager_get_logical_monitor_from_number: assertion '(unsigned int) number < g_list_length (manager->logical_monitors)' failed

2024-02-09 Thread Pierre A
I have this error also in GNOME Shell 45.3. I often occurs after suspend while 4K external monitor is connected. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/1754687 Title: gno

Re: [Desktop-packages] [Bug 1705551] Re: close lid suspends correctly and wakealarm resumes from suspend to run cron jobs but opening lid reveals no display

2017-07-22 Thread Pierre A. Fortier
I found a SOFTWARE HACK. In xfce, I created ctrl+alt+s as a keyboard application shortcut which runs "xrandr --auto". The black display now resumes correctly after pressing ctrl+alt+s. [Other Notes] I discovered how to run xset by setting the XAUTHORITY environement variable: sudo -u bierre env

Re: [Desktop-packages] [Bug 1705551] Re: close lid suspends correctly and wakealarm resumes from suspend to run cron jobs but opening lid reveals no display

2017-07-21 Thread Pierre A. Fortier
Sorry, I forgot to make a correction to my [Additional Information] which I re-tested. After my cron backup job is finished it will check if the lid is closed. If it is closed then it will run pm-suspend. If I then open the lid, the laptop resumes without a normal working display. So pm-suspend sus

Re: [Desktop-packages] [Bug 1705551] Re: close lid suspends correctly and wakealarm resumes from suspend to run cron jobs but opening lid reveals no display

2017-07-21 Thread Pierre A. Fortier
Hi, With regards to "FN keys", I tried all the FN keys and Ctrl+Alt+FN keys and Esc and many others but nothing worked. With regards to "never close the lid, but suspend via SW", (1) while in xfce account I ran sudo pm-suspend which suspended the laptop and (2) I then pressed the shift key and th

[Desktop-packages] [Bug 1705551] [NEW] close lid suspends correctly and wakealarm resumes from suspend to run cron jobs but opening lid reveals no display

2017-07-20 Thread Pierre A. Fortier
Public bug reported: [Problem] When I close the laptop lid, pm-action runs the following code which I have added: sh -c "echo 0 > /sys/class/rtc/rtc0/wakealarm" # clear alarm sh -c "echo `date '+%s' -d '7am next day + 30 minutes'` > /sys/class/rtc/rtc0/wakealarm" # set alarm and then suspends.