[Touch-packages] [Bug 2077810] [NEW] Xorg freeze on wayland

2024-08-24 Thread Malcolm Silva
Public bug reported: When trying to use Wayland, the machine freezes semi-randomly, I can blindly click to pause video playback if there is any, the screen doesn't black out, it just freezes and doesn't change from then on. Most of my usage includes heavy video watching, namely Twitch, Youtube, K

[Touch-packages] [Bug 2056556] [NEW] apt-add-repository incorrectly forces lowercase

2024-03-08 Thread Malcolm Scott
Public bug reported: I have a local APT repository with a non-lowercase suite identifier. apt-add-repository always forces it into lowercase, which causes apt to emit warnings when it notices the mismatch: $ sudo apt-add-repository "deb http://example.com/deb FooBar Baz" Repository: 'deb http://e

[Touch-packages] [Bug 2052740] [NEW] Crossed circle keeps popping up on my screen

2024-02-08 Thread Malcolm Chikadibia Iheremelam
Public bug reported: I noticed this crossed circle when i started using linux (pop_os). Initially it seemed insignificant and harmless, but over time it started affecting typing with my keyboard. It also affected my video playback - always pausing the video. I installed the ubuntu distro with hop

[Touch-packages] [Bug 2016408] Re: Running all KDE (Qt) apps on Wayland - apps bad working

2023-11-11 Thread Malcolm Priestley
Workaround for Kaffeine on Wayland is run with -platform xcb open terminal kaffeine -platform xcb -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/2016408 Titl

[Touch-packages] [Bug 1943312] Re: dependency problems of version 3.4.2-1ubuntu3

2021-09-11 Thread Malcolm Priestley
I have same problem reinstalling libffi8ubuntu1 wants to remove the entire ubuntu-desktop in impish. I am sure it's just waiting for an update to this package. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libffi in Ubuntu.

[Touch-packages] [Bug 1898944] [NEW] package initramfs-tools 0.136ubuntu6.3 failed to install/upgrade: installed initramfs-tools package post-installation script subprocess returned error exit status

2020-10-07 Thread Malcolm Durie
Public bug reported: Installation gave and error about intramfs-tools and repository being out of date when upgrading from 18.04LTS to latest 20.04.01. ProblemType: Package DistroRelease: Ubuntu 20.04 Package: initramfs-tools 0.136ubuntu6.3 ProcVersionSignature: Ubuntu 5.4.0-48.52-generic 5.4.60

[Touch-packages] [Bug 1754075] Re: apt-setup uses apt-key but probably should not anymore

2018-07-17 Thread Malcolm Scott
Any progress on this? This is a serious regression for us which makes preseed substantially less functional in bionic... -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gnupg in Ubuntu. https://bugs.launchpad.net/bugs/1754075

[Touch-packages] [Bug 1300722] Re: hud-service is eating up 100% of one of my CPUs in a poll loop

2017-11-26 Thread Malcolm O'Brien-Rogers
** Also affects: hud Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to hud in Ubuntu. https://bugs.launchpad.net/bugs/1300722 Title: hud-service is eating up 100% of one of my CPUs

[Touch-packages] [Bug 1650555] Re: nsswitch.conf configuration doesn't work with mdns hosts

2017-01-12 Thread Sebastian Malcolm
*** This bug is a duplicate of bug 1641328 *** https://bugs.launchpad.net/bugs/1641328 Use the re-ordering of hosts line in nsswitch.conf posted by Mark Tearle in #1641328: files mdns4_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] dns This is better than removing "resolve [!UNAVAIL=

[Touch-packages] [Bug 1650555] Re: nsswitch.conf configuration doesn't work with mdns hosts

2017-01-12 Thread Sebastian Malcolm
*** This bug is a duplicate of bug 1641328 *** https://bugs.launchpad.net/bugs/1641328 ** This bug has been marked a duplicate of bug 1641328 Ordering of mdns4_minimal and resolve in /etc/nsswitch.conf causes mDNS lookups to fail -- breaks network printing -- You received this bug notifi

Re: [Touch-packages] [Bug 1588526] Re: [mako] Alarm doesn't ring when screen locked

2016-10-15 Thread Malcolm
Yes, I can confirm the alarm does sound but only when you pick the phone up and turn on the screen. However, this is after (10 minutes in my case) it should have sounded From: boun...@canonical.com on behalf of Michal Predotka Sent: 14 October 2016 23:05 To: m

[Touch-packages] [Bug 1560762] [NEW] iSCSI root with multiple NICs fails ifdown -a

2016-03-22 Thread Malcolm Weir
Public bug reported: Ubuntu 14.04.4 LTS ifupdown version 0.7.47.2ubuntu4.4 In /etc/init/networking.conf, there is a test for an iSCSI filesystem mounted by the initramfs, which tests to see if the file /etc/iscsi/iscsi.initramfs exists. If that file exists, the script exits immediately, which me

[Touch-packages] [Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not working after last couple of updates

2015-10-13 Thread Malcolm Brown
I have two notebook computers - a Toshiba and a Fujitsu both of which are very old and are both dual boot computers with Windows 7 and Ubuntu 14.04 LTE 32 bit. Both computers and both operating systems work fine with Bluetooth linking to a Bose mini soundlink speaker for playing music. I use a USB

[Touch-packages] [Bug 1449001] [NEW] systemd-resolved: please do not use Google public DNS by default

2015-04-27 Thread Malcolm Scott
Public bug reported: systemd-resolved will fall back to Google public DNS (8.8.8.8, etc.) in the absence of other configured DNS servers. systemd-resolved is not enabled by default in Ubuntu 15.04, but it is installed by default and will behave in this way if enabled by the user. $ cat /etc/syst

[Touch-packages] [Bug 1350220] Re: hibernation fails because chvt hangs

2014-09-10 Thread Malcolm Scott
There's a race in chvt (see my comment at https://bugs.launchpad.net/ubuntu/+source/kbd/+bug/1351564/comments/4) which may be to blame. I suspect something on my system (Nvidia driver?) is almost always winning this race, so chvt almost always blocks and I can't suspend. Perhaps pm-utils should u

[Touch-packages] [Bug 1351564] Re: chvt sometimes hangs, causing hibernation to fail

2014-09-10 Thread Malcolm Scott
chvt makes two ioctl calls, one to change the VT and one to wait for the new VT to become active. There's a race condition here; if something changes the VT back before the second ioctl, chvt will block indefinitely (or until something else changes to the correct VT). -- You received this bug no