[Bug 1951491] Re: Can't run snaps: .slice/session-1.scope is not a snap cgroup

2024-05-28 Thread Ufos92
Came here after using nomachine (remote desktop client) to run on a headless ubuntu server with gnome on x11. nomachine starts its own display manager. I can connect and use gnome remotely, all gui apps work fine, I can take screenshots, or view them in shotwell. Firefox and Chrome refuse to launc

[Bug 1953235] Re: systemctl suspend stopped working: laptop immeadeately wakes up again

2021-12-06 Thread Ufos92
For whatever reason (old config, or nvidia unreasonable default) the new driver got installed with `PreserveVideoMemoryAllocations=1`, which without additional nvidia services doesn't work, and so suspend breaks. To fix: ```shell echo 'options nvidia NVreg_PreserveVideoMemoryAllocations=0' | sudo

[Bug 1953235] Re: systemctl suspend stopped working: laptop immeadeately wakes up again

2021-12-06 Thread Ufos92
Reverted to the mainline kernel and hwe: `sudo apt install linux-generic-hwe-20.04 --install-recommends` suspend still works -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1953235 Title: systemctl

[Bug 1953235] Re: systemctl suspend stopped working: laptop immeadeately wakes up again

2021-12-06 Thread Ufos92
Installed nvidia drivers `sudo apt install nvidia-driver-470 --install-recommends` suspend broke. Did `sudo prime-select on-demand`, but no luck. ``` user@myLaptop:~$ journalctl -b | grep suspend Dec 06 23:01:18 myLaptop ModemManager[1620]: [sleep-monitor] system is about to suspend Dec 06

[Bug 1953235] Re: systemctl suspend stopped working: laptop immeadeately wakes up again

2021-12-06 Thread Ufos92
Sorta solved it. So, after all the above shenanigans `sudo pm-suspend` finally started working from GNOME. So I went after `systemctl suspend`. `journalctl -b | grep suspend` was throwing a bunch of ``` Could not acquire inhibitor lock: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message

[Bug 1953235] Re: systemctl suspend stopped working: laptop immeadeately wakes up again

2021-12-06 Thread Ufos92
Downgraded using bazooka method. ```shell sudo apt install linux-generic sudo apt purge '.*-hwe-.*' dpkg -l | grep -i 5.11.0- | awk '{print $2}' | xargs -n1 sudo apt purge -y sudo apt autoremove ``` Didn't help. -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 1953235] Re: systemctl suspend stopped working: laptop immeadeately wakes up again

2021-12-06 Thread Ufos92
Decided to get rid of nvidia just in case. Didn't help. ```shell sudo apt remove --purge '.*nvidia.*' sudo apt reinstall --install-recommends linux-generic-hwe-20.04 ``` --- > `linux-generic-hwe-20.04` this thing being rolling is really not helpful. Can't even downgrade. -- You received this b

[Bug 1953235] Re: systemctl suspend stopped working: laptop immeadeately wakes up again

2021-12-04 Thread Ufos92
Is it already apparent what causes my issues, or shall I do full cycle as described here: https://wiki.ubuntu.com/DebuggingKernelHibernate#Per_sub- system_hibernate_testing -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.l

[Bug 1953235] Re: systemctl suspend stopped working: laptop immeadeately wakes up again

2021-12-04 Thread Ufos92
Reading the debugging instructions: https://wiki.ubuntu.com/DebuggingKernelHibernate 1. `sudo pm-suspend` works from no-DE tty3 (ctrl+alt+f3). 2. `sudo pm-suspend` from GNOME goes: dark screen, gets me back into GNOME with all my windows open, but soft-locks the system. Need to ctrl+alt+f3 and `s

[Bug 1953235] [NEW] systemctl suspend stopped working: laptop immeadeately wakes up again

2021-12-04 Thread Ufos92
Public bug reported: I always suspend my laptop using `systemctl suspend`. It worked for a year as expected until today. Buggy Behavior: after `systemctl suspend` the seemingly usual suspend happens, however the laptop wakes up immediately. Things get more weird from here, as I need to input my p

[Bug 1835630] Re: Relax dependency on specific version of libnvidia-compute-NNN

2021-08-28 Thread Ufos92
All I can say, is WORKAROUND: build from source as described in the repository (https://github.com/Syllo/nvtop) ``` git clone https://github.com/Syllo/nvtop.git mkdir -p nvtop/build && cd nvtop/build cmake .. make # Install globally on the system sudo make install ``` -- You received this bug

[Bug 1884295] Re: AttributeError: 'QWebEngineProfile' object has no attribute 'setUrlRequestInterceptor'

2021-03-15 Thread Ufos92
Honestly, guys, I am not sure what's the correct solution here, but `apt get install calibre` getting me a buggy version, while there's a fix released half a year ago, is not ok! Using the latest version from here worked flawlessly. https://calibre-ebook.com/download_linux Could you package this

[Bug 1850654] Re: update-initramfs complains of missing amdgpu firmware files

2021-02-24 Thread Ufos92
This bug stills persists! https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1873325 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1850654 Title: update-initramfs complains of missing amdgpu firmw

[Bug 1873325] Re: update-initramfs complains of missing amdgpu firmware files

2021-02-24 Thread Ufos92
Still affects me! ``` $ uname -v #49~20.04.1-Ubuntu SMP Fri Feb 5 09:57:56 UTC 2021 ``` ``` $ uname -r 5.8.0-43-generic ``` ``` $ sudo lshw -c CPU *-cpu description: CPU product: AMD Ryzen 5 3550H with Radeon Vega Mobile Gfx ``` While `apt dist-upgrade` to

[Bug 241604] Re: Maximum zoom in Evince is 400%

2020-02-17 Thread Ufos92
** Description changed: Binary package hint: evince Evince zoom max is 400%, and in some pdf this is too small. I have to use xpdf to open some file in a usable way.. you should remove this limit ProblemType: Bug Architecture: i386 Date: Fri Jun 20 13:26:32 2008 DistroRelease

[Bug 1785964] Re: Unable to unlock the desktop session: systemd-logind: got pause for 13:69

2019-05-20 Thread Ufos92
`sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bckp` `sudo apt install nvidia-driver-` (check in GUI "Additional Drivers", mine is `430`) everything works. Even the screen layout wasn't broken. Thx to Dmitrii! -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1785964] Re: Unable to unlock the desktop session: systemd-logind: got pause for 13:69

2019-05-20 Thread Ufos92
Dell Precision 5520 freeze cuz of Nvidia confirmed. `sudo apt purge 'nvidia*'` solved it. Let's see what happens after I install it again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1785964 Title

[Bug 1725852] Re: Changing the theme to Adwaita still keeps orange elements

2019-05-08 Thread Ufos92
*** This bug is a duplicate of bug 1725536 *** https://bugs.launchpad.net/bugs/1725536 ffs, please do something about this orange. I want to install ubuntu with an option "no damn orange". -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 1725536] Re: Ubuntu dock and panel doesn't respect the color choice of the Gnome Shell theme

2019-05-08 Thread Ufos92
This still affects current LTS! (18.04) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1725536 Title: Ubuntu dock and panel doesn't respect the color choice of the Gnome Shell theme To manage noti

[Bug 1725536] Re: Ubuntu dock and panel doesn't respect the color choice of the Gnome Shell theme

2019-05-08 Thread Ufos92
oh thank god. This finally worked. Daniel van Vugt (vanvugt) saved my day! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1725536 Title: Ubuntu dock and panel doesn't respect the color choice of the

[Bug 1767542] Re: Turning off WiFi enables Airplane mode

2019-05-07 Thread Ufos92
Ubuntu devs are still dreaming that the OS will conquer "Chromebook" world, and will be running on tablets as well. Obviously, if a user turns of wifi, it's not because they most likely docked their notebook, no, it's because they're on an airplane with their tablet and need the airplane mode. --

[Bug 1757008] Re: Broadcom wireless drivers failed to build [error: implicit declaration of function ‘init_timer’]

2018-07-24 Thread Ufos92
WORKAROUND: https://askubuntu.com/a/1052418/308869 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1757008 Title: Broadcom wireless drivers failed to build [error: implicit declaration of function ‘

[Bug 1757008] Re: Broadcom wireless drivers failed to build [error: implicit declaration of function ‘init_timer’]

2018-07-18 Thread Ufos92
WORKAROUND: https://askubuntu.com/a/1052418/308869 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1757008 Title: Broadcom wireless drivers failed to build [error: implicit declaration of function ‘

[Bug 1509556] Re: Kubuntu Wily upgrade screen glitch with 4.2 kernel

2016-05-19 Thread Ufos92
got this bug on xubuntu 14.04.03 with the recent update. The WORKAROUND -- Edit (or create) as root or sudo a file named /etc/X11/xorg.conf as follows (there should be a tab before each line except the first and the l

[Bug 1581535] Re: libnl upgrade breaks Network Manager

2016-05-13 Thread Ufos92
p.s. Please, add this as a WORKAROUND into the header. http://askubuntu.com/a/771692/308869 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1581535 Title: libnl upgrade breaks Network Manager To mana

[Bug 1581535] Re: libnl upgrade breaks Network Manager

2016-05-13 Thread Ufos92
On the sidenote: this issue has been known for 6 months: http://askubuntu.com/a/727462/308869 How is it possible that things like that make it's way into the release? Let me know it this question belongs somewhere else, I will be glad to repeat it. -- You received this bug notification because

[Bug 298781] Re: qt4-qtconfig does not save font settings

2016-03-10 Thread Ufos92
Still valid. Running Xubuntu 14.04.03, quite a lot of applications by default have GTK+ theme, now my qtconfig isn't able to change the font for them. Is there a fix or a workaround? ** This bug is no longer a duplicate of bug 333826 Qt 4.5 does not respect “hinting” setting -- You receiv

[Bug 1072672] Re: Mouse freezes from time to time. The touchpad as well as external mouse.

2015-12-05 Thread Ufos92
I am not sure if there is a newer version of the same bug. My mouse freezes sometimes as well. It happens only when I use the touchpad. I found a workaround, and will leave it here for the time being. ``` sudo rmmod psmouse sudo modprobe psmouse ``` -- You received this bug notification