[Bug 2067130] [NEW] Taking picture crashes Snapshot

2024-05-25 Thread Connor Nolan
Public bug reported: When I take a picture, it immediately crashes. Interestingly, it successfully saves the photo before crashing. This occurs with a USB HDMI capture device (https://www.amazon.com/gp/product/B09FLN63B3). It does not detect my laptop's webcam at all, but that appears to be a

[Bug 2065948] [NEW] fwupdmgr enable/disable-remote auto-complete is buggy

2024-05-16 Thread Connor Nolan
Public bug reported: When I first trigger auto-completion by hitting TAB, it prints "Idle...: 0%" and does not return, turning my terminal into: $ fwupdmgr enable-remote Idle…: 0% If I hit TAB again, it prints "Idle...: 0%" again and the auto-complete works properly. This makes my terminal

[Bug 2041732] Re: Touchpad is extra-sensitive on Wayland

2024-02-25 Thread Connor Nolan
I was finally able to find another bug report for this issue: https://bugzilla.redhat.com/show_bug.cgi?id=2014222 It seems this applies to mice in addition to touchpads. ** Bug watch added: Red Hat Bugzilla #2014222 https://bugzilla.redhat.com/show_bug.cgi?id=2014222 -- You received this

[Bug 2041732] Re: Touchpad is extra-sensitive on Wayland

2024-02-25 Thread Connor Nolan
Yup, I just tested with 300% scaling and the bug is even worse. I think something's being multiplied by the scaling factor on Wayland that shouldn't be. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2041732] Re: Touchpad is extra-sensitive on Wayland

2024-02-25 Thread Connor Nolan
Hmm, this might be scaling related. I set my laptop to 100% scaling (instead of 200%) and the bug seemed to disappear. Unfortunately, using 100% scaling on a HiDPI laptop is not a practical solution. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 2041732] Re: Touchpad is extra-sensitive on Wayland

2024-02-25 Thread Connor Nolan
I just loaded up the latest Ubuntu 24.04 daily build on a USB, and I can reproduce the bug on it as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2041732 Title: Touchpad is extra-sensitive on

[Bug 1972159] Re: systemd-oomd frequently kills firefox and visual studio code

2022-05-26 Thread Connor Nolan
This also affects me: May 26 08:47:22 systemd-oomd[542]: Killed /user.slice/user-1000.slice/user@1000.service/app.slice/snap.firefox.firefox.cef581a2-89d2-4a72-86a9-8a0a30cfdb86.scope due to memory used (14922825728) / total (16526151680) and swap used (1944498176) / total (2147479552) being

[Bug 1950808] Re: clang++ Doesn't Select The Correct Include Directories When Cross-Compiling

2021-11-12 Thread Connor Nolan
** Package changed: clang (Ubuntu) => llvm-defaults (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1950808 Title: clang++ Doesn't Select The Correct Include Directories When Cross-

[Bug 1950808] [NEW] clang++ Doesn't Select The Correct Include Directories When Cross-Compiling

2021-11-12 Thread Connor Nolan
Public bug reported: ## What Happens? When cross-compiling with clang++, it isn't able to find the correct C++ headers and fails to compile. Meanwhile, arm-linux-gnueabihf-g++ compiles fine. ## Test Code test.cpp: > #include > #include > > int main() { > std::string str = "Hello World!";