[Touch-packages] [Bug 2017594] Re: package leaves non-updated copy of /usr/sbin/apparmor_parser after update to apparmor-2.13.3-7ubuntu5.2. Orphaned older executable breaks docker

2023-04-24 Thread Paul-Andre Panon
Ah, I now see what you mean by the usrmerge. However I think that just reinforces my comments above. It doesn't make any sense for the installed package file to be installed in /sbin if /sbin is a symlink to /usr/sbin. if /usr/sbin is the canonical directory, and /sbin is an alias/symlink, then

[Touch-packages] [Bug 2017614] Re: OS freezes and logs me out

2023-04-24 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make Ubuntu better. It sounds like some part of the system has crashed. To help us find the cause of the crash please follow these steps: 1. Look in /var/crash for crash files and if found run: ubuntu-bug YOURFILE.crash Then tell

[Touch-packages] [Bug 2017597] Re: gimp and filezilla applications flickering

2023-04-24 Thread Daniel van Vugt
Thanks for the bug report. Please: 1. Take a photo or video of the problem. 2. Tell us if the problem occurs in Xorg, Wayland, or both session types. ** Package changed: xorg (Ubuntu) => ubuntu ** Changed in: ubuntu Status: New => Incomplete -- You received this bug notification

[Touch-packages] [Bug 2017531] Re: Xorg freeze

2023-04-24 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make Ubuntu better. It sounds like some part of the system has crashed. To help us find the cause of the crash please follow these steps: 1. Look in /var/crash for crash files and if found run: ubuntu-bug YOURFILE.crash Then tell

[Touch-packages] [Bug 2017573] Re: Font hinting broken on 23.04

2023-04-24 Thread mrvanes
No I think it's somehow deeper. Plasma honours the configuration, but the hinting for certain fonts is broken. Correctly hinted fonts should nicely follow pixels on a resolution restricted display. That is no longer the case and results in ugly rendered fonts. See attachment from the first post

[Touch-packages] [Bug 2017528] Re: windows don't accept mouse input

2023-04-24 Thread Daniel van Vugt
Thanks for the bug report. Please: 1. Check to see if the bug affects Wayland, Xorg, or both. 2. Run: dconf dump /org/gnome/ > settings.txt and attach the resulting text file here. 3. Remove any local extensions you might have: cd ~/.local/share/gnome-shell/ rm -rf extensions

[Touch-packages] [Bug 2017594] Re: package leaves non-updated copy of /usr/sbin/apparmor_parser after update to apparmor-2.13.3-7ubuntu5.2. Orphaned older executable breaks docker

2023-04-24 Thread Paul-Andre Panon
Actually I just re-read and saw that you indicated /sbin was the symlink, which seems really strange because dpkg -L shows /sbin/apparmor_parser as a file in the apparmor package, but not /usr/sbin. ndco-admin@CARMD-EV-ALBLD7:~$ dpkg -L apparmor /. /etc /etc/apparmor /etc/apparmor/parser.conf

[Touch-packages] [Bug 2017594] Re: package leaves non-updated copy of /usr/sbin/apparmor_parser after update to apparmor-2.13.3-7ubuntu5.2. Orphaned older executable breaks docker

2023-04-24 Thread Paul-Andre Panon
Also ~$ dpkg -S /usr/sbin/apparmor_parser dpkg-query: no path found matching pattern /usr/sbin/apparmor_parser ~$ dpkg -S /sbin/apparmor_parser apparmor: /sbin/apparmor_parser so it seems pretty messed up to me that the package file list would include the symbolic link but not the actual file.

[Touch-packages] [Bug 2017594] Re: package leaves non-updated copy of /usr/sbin/apparmor_parser after update to apparmor-2.13.3-7ubuntu5.2. Orphaned older executable breaks docker

2023-04-24 Thread Paul-Andre Panon
The /usr/sbin file not a symlink when it's causing an error. I'm guessing that it's a hard link but that the package upgrade is somehow deleting the /sbin directory entry (because it's the only one listed in the dpkg -L output) and building a new inode for the new file contents, but leaving the

[Touch-packages] [Bug 2017520] Re: [Lenovo V15-IIL] Screen brightness hotkeys don't work

2023-04-24 Thread Daniel van Vugt
** Summary changed: - Bug with the graphic driver off my hardware + [Lenovo V15-IIL] Screen brightness hotkeys don't work ** Package changed: xorg (Ubuntu) => linux (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 2017594] Re: package leaves non-updated copy of /usr/sbin/apparmor_parser after update to apparmor-2.13.3-7ubuntu5.2. Orphaned older executable breaks docker

2023-04-24 Thread Seth Arnold
Ah, interesting, TIL that focal is a bit odd here: - we changed to usrmerge as default in the disco installer - we added the 'usrmerge' package to convert old installations to this format in hirsute: https://bugs.launchpad.net/ubuntu/+source/usrmerge/+bug/1906671 So, if you installed with

[Touch-packages] [Bug 2017614] [NEW] Xwayland

2023-04-24 Thread Diego A. Elizondo
Public bug reported: I am using the NetBeans 12.5 IDE (Java 11) for study reasons, I am having a bug with the OS I recently upgraded from Ubuntu 22.10 to Ubuntu 23.04, every time I run a project and for example: I have a button configured to show and hide a form when i press the button the OS

[Touch-packages] [Bug 2017399] Re: `apt-get -s upgrade` calculates the upgrade differently depending on whether InRelease files are present in the cache

2023-04-24 Thread Xiao Wan
@juliank Thanks for confirming my guess regarding Phased-Update- Percentage. However, I don't think I have gained any better understanding of the role Release/InRelease files play in the upgrade calculation (I assume by "Archive:" you meant "Suite:"?). Doesn't the file naming scheme (managed by

[Touch-packages] [Bug 2017526] Re: Some applications cannot be switched by clicking title-bar in Xorg session.

2023-04-24 Thread Daniel van Vugt
*** This bug is a duplicate of bug 2013216 *** https://bugs.launchpad.net/bugs/2013216 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 2013216, so it is being marked as such. Please

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

2023-04-24 Thread Bug Watch Updater
** Changed in: yaru Status: Unknown => New -- 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 Title: Running all KDE (Qt) apps on Wayland - apps

[Touch-packages] [Bug 2017594] Re: package leaves non-updated copy of /usr/sbin/apparmor_parser after update to apparmor-2.13.3-7ubuntu5.2. Orphaned older executable breaks docker

2023-04-24 Thread Paul-Andre Panon
That's a good question. I'm not sure of the exact history of these systems, but I'm under the impression that they've gone through dist- upgrades from as least one older LTS and more likely at least 2 (i.e. from 16.04 to 18.04, to 20.04), but that predates my involvement. That said, when I looked

[Touch-packages] [Bug 2011404] Re: vanilla-gnome-desktop depends on pulseaudio which conflicts with pipewire

2023-04-24 Thread Daniel van Vugt
I suspect the "conflict" is just ALSA device usage at runtime, so doesn't need to be declared as an install-time conflict. ** Also affects: pipewire (Ubuntu) Importance: Undecided Status: New ** Also affects: pulseaudio (Ubuntu) Importance: Undecided Status: New ** Changed

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

2023-04-24 Thread Daniel van Vugt
** Bug watch added: github.com/ubuntu/yaru/issues #3891 https://github.com/ubuntu/yaru/issues/3891 ** Also affects: yaru via https://github.com/ubuntu/yaru/issues/3891 Importance: Unknown Status: Unknown ** Summary changed: - Running all KDE apps on Wayland - apps bad working +

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

2023-04-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: qtbase-opensource-src (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in

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

2023-04-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: mutter (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu.

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

2023-04-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: yaru-theme (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu.

[Touch-packages] [Bug 2017594] Re: package leaves non-updated copy of /usr/sbin/apparmor_parser after update to apparmor-2.13.3-7ubuntu5.2. Orphaned older executable breaks docker

2023-04-24 Thread Seth Arnold
Hello Paul-Andre, I don't see any /usr/sbin/apparmor_parser files in any of the binary packages that I've got very easy access to: sarnold@wopr:/dev/shm/apparmor $ find . -name apparmor_parser -ls 331800394 1472 -rwxr-xr-x 1 sarnold sarnold 1506552 Feb 28 14:18

[Touch-packages] [Bug 2017597] [NEW] gimp and filezilla applications flickering

2023-04-24 Thread Vassilis Kolovos
Public bug reported: gimp and filezilla applications flickering (screen corruption) after upgrading to Ubuntu 23.04. The issue is happening only in 2560x1440 screen resolution ProblemType: Bug DistroRelease: Ubuntu 23.04 Package: xorg 1:7.7+23ubuntu2 ProcVersionSignature: Ubuntu

[Touch-packages] [Bug 2017573] Re: Font hinting broken on 23.04

2023-04-24 Thread Gunnar Hjalmarsson
On 2023-04-24 23:00, mrvanes wrote: > It's written to ~/.config/fontconfig/fonts.conf For me it's not. Wonder why. > and it certainly is used. Right, it should be, because that file path is not deprecated. Thanks for clarifications. Then, if I understand it correctly, the problem is specific

[Touch-packages] [Bug 2017573] Re: Font hinting broken on 23.04

2023-04-24 Thread mrvanes
It's written to ~/.config/fontconfig/fonts.conf and it certainly is used. I test by re-launching systemsettings. If I remove the file, fonts are rendered using the system default (anti-aliased). Saving my settings creates this file and uses the contents (anti-alias exclude range + full hinting) on

[Touch-packages] [Bug 2017573] Re: Font hinting broken on 23.04

2023-04-24 Thread Gunnar Hjalmarsson
I had a look in a Kubuntu 23.04 install I have in a VM, and it looks like changes via the KDE UI for managing fonts alters the file ~/.fonts.conf. If that is the way you do it, can you please attach your ~/.fonts.conf file to this bug report. The ~/.fonts-conf file has been considered deprecated

[Touch-packages] [Bug 2017573] Re: Font hinting broken on 23.04

2023-04-24 Thread mrvanes
So, the idea is that I set anti-Aliasing to exclude 8pt to 15pt and set hinting to full. This makes the desktop fonts render crisp and sharp, which used to work for all fonts having decent hints, among which were e.g. Ubuntu and Ubuntu Mono (but a lot more fonts have this). Now, none of the fonts

[Touch-packages] [Bug 2017594] Re: package leaves non-updated copy of /usr/sbin/apparmor_parser after update to apparmor-2.13.3-7ubuntu5.2. Orphaned older executable breaks docker

2023-04-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: apparmor (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu.

[Touch-packages] [Bug 2017594] [NEW] package leaves non-updated copy of /usr/sbin/apparmor_parser after update to apparmor-2.13.3-7ubuntu5.2. Orphaned older executable breaks docker

2023-04-24 Thread Paul-Andre Panon
Public bug reported: There appears to be two copies of apparmor_parser installed by previous versions of the apparmor package, in /sbin and /usr/sbin. When updating the apparmor package to apparmor-2.13.3-7ubuntu5.2, only the /sbin/apparmor_parser executable is updated and the /usr/sbin copy is

[Touch-packages] [Bug 2017573] Re: Font hinting broken on 23.04

2023-04-24 Thread Gunnar Hjalmarsson
Ok, thanks. You said "I use full hinting". Are you referring to some custom font configuration? I'm asking because I'm not aware of any general Ubuntu changes with respect to hinting. And the file names of the Ubuntu and Ubuntu Mono font files were changed. -- You received this bug notification

[Touch-packages] [Bug 1999062] Re: orc build test failure on arm64

2023-04-24 Thread Bug Watch Updater
** Changed in: orcformat Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to orc in Ubuntu. https://bugs.launchpad.net/bugs/1999062 Title: orc build test failure on arm64 Status in ORC:

[Touch-packages] [Bug 1868520] Re: Wayland apps fail to run with zwp_linux_dmabuf error (failed to import supplied dmabufs: Unsupported buffer format 808669784 [DRM_FORMAT_XRGB2101010]) (or 808665665

2023-04-24 Thread Bug Watch Updater
** Changed in: mpv Status: Unknown => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1868520 Title: Wayland apps fail to run with zwp_linux_dmabuf error

[Touch-packages] [Bug 2017573] Re: Font hinting broken on 23.04

2023-04-24 Thread mrvanes
This is about the context in de Plasma desktop. My fonts were set to Ubuntu and Ubuntu Mono and I use full hinting where anti-aliasing is disabled to get crisp and clear fonts. This is now broken in 23.04 and can be worked around using Verdana. -- You received this bug notification because you

[Touch-packages] [Bug 2011458] Re: ssh fails to rebind when it is killed with -HUP

2023-04-24 Thread Robie Basak
Any chance of a dep8 test for this please? I think it would be valuable as we're carrying this feature in a distro patch. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssh in Ubuntu.

[Touch-packages] [Bug 2003851] Re: occasional hanging 'apt-get update' from daily cronjob since Jammy 22.04

2023-04-24 Thread Ken Sharp
** Tags added: jammy -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/2003851 Title: occasional hanging 'apt-get update' from daily cronjob since Jammy 22.04 Status in apt

[Touch-packages] [Bug 2011458] Re: ssh fails to rebind when it is killed with -HUP

2023-04-24 Thread Nick Rosbrook
Thanks, Steve! I have opened a PR for this in Debian: https://salsa.debian.org/ssh-team/openssh/-/merge_requests/22 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/2011458

[Touch-packages] [Bug 2017399] Re: `apt-get -s upgrade` calculates the upgrade differently depending on whether InRelease files are present in the cache

2023-04-24 Thread Julian Andres Klode
Deleting InRelease files from the repository is not supported. The release file is mandatory for phased update support to correctly ignore phasing for security updates, as it identifies security repositories based on the Archive: field in the InRelease file. ** Changed in: apt (Ubuntu)

[Touch-packages] [Bug 2017528] Re: windows don't accept mouse input

2023-04-24 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => xorg (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/2017528 Title: windows don't accept mouse input Status in xorg package in Ubuntu:

[Touch-packages] [Bug 2017570] Re: After upgrading to lunar, my server suspended while I was working on a VM running on that server

2023-04-24 Thread Nick Rosbrook
It sounds like this might be an issue with ubuntu-release-upgrader rather than systemd. Can you please run apport-collect 2017570 from that server so that the upgrade logs are attached to this bug? ** Package changed: systemd (Ubuntu) => ubuntu-release-upgrader (Ubuntu) ** Changed in:

[Touch-packages] [Bug 2017570] Re: After upgrading to lunar, my server suspended while I was working on a VM running on that server

2023-04-24 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => systemd (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/2017570 Title: After upgrading to lunar, my server suspended while I was

[Touch-packages] [Bug 2017573] Re: Font hinting broken on 23.04

2023-04-24 Thread Gunnar Hjalmarsson
Thanks for your report! I recall a couple of fonts related changes and issues. Since you mention the Ubuntu and Ubuntu Mono fonts, they were indeed upgraded. But to start with it would be good if you could let us know the exact context where you see that hinting has changed. Is it in connection

[Touch-packages] [Bug 2017573] Re: Font hinting broken on 23.04

2023-04-24 Thread mrvanes
** Package changed: ubuntu => fontconfig (Ubuntu) ** Changed in: fontconfig (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to fontconfig in Ubuntu.

[Touch-packages] [Bug 2017531] [NEW] Xorg freeze

2023-04-24 Thread sahil
Public bug reported: screen went black and freezed during using. only mouse i can see. i waited 5min nothing happenen.i need to restart for work again. ProblemType: Bug DistroRelease: Ubuntu 23.04 Package: xorg 1:7.7+23ubuntu2 ProcVersionSignature: Ubuntu 6.2.0-20.20-generic 6.2.6 Uname: Linux

[Touch-packages] [Bug 2017209] Re: [Raspberry Pi/lunar] systemd-oomd fails with "ConditionControlGroupController=memory was not met"

2023-04-24 Thread Juerg Haefliger
** Changed in: systemd (Ubuntu) Status: New => Invalid ** Also affects: systemd (Ubuntu Lunar) Importance: Undecided Status: Invalid ** Also affects: linux-raspi (Ubuntu Lunar) Importance: Undecided Status: New ** Changed in: linux-raspi (Ubuntu Lunar) Status:

[Touch-packages] [Bug 2017526] [NEW] Some applications cannot be switched by clicking title-bar in Xorg session.

2023-04-24 Thread Hiroaki Hashi
Public bug reported: After upgrade 23.04(luner), Some application can't be switched by clicking title-bar in Xorg session. Examples: Can't switched - Firefox, Skype Can switched - gnome-terminal, gnome-file(nautilus folder window) Above applications can switched in Wayland session.

[Touch-packages] [Bug 2017209] Re: [Raspberry Pi/lunar] systemd-oomd fails with "ConditionControlGroupController=memory was not met"

2023-04-24 Thread Juerg Haefliger
Sigh. I missed to forward-port the revert of that commit from kinetic to lunar. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/2017209 Title: [Raspberry Pi/lunar]

[Touch-packages] [Bug 2017520] Re: Bug with the graphic driver off my hardware

2023-04-24 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => xorg (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/2017520 Title: Bug with the graphic driver off my hardware Status in xorg package

[Touch-packages] [Bug 1949340] Re: [upstream] Saving downloads or pages is difficult because of unfocused file chooser dialog

2023-04-24 Thread Lancillotto
SAme for me. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1949340 Title: [upstream] Saving downloads or pages is difficult because of unfocused file chooser dialog

[Touch-packages] [Bug 2017422] Re: package tzdata 2023c-0ubuntu0.22.04.0 failed to install/upgrade: installed tzdata package post-installation script subprocess returned error exit status 1

2023-04-24 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make Ubuntu better. The relevant DpkgTerminalLog is: ``` debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable dpkg: error processing package tzdata (--configure):

[Touch-packages] [Bug 1992454] Re: iptables: segfault when renaming a chain

2023-04-24 Thread Louis Bouchard
Hello, Is there any chance of seeing this fix being SRUed to the stable releases ? Kind regards, ...Louis -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iptables in Ubuntu. https://bugs.launchpad.net/bugs/1992454 Title:

[Touch-packages] [Bug 646545] Re: הזמנה מבוטלת 646044

2023-04-24 Thread Asaf Ravid
באחריותכם לבדוק מול חברת האשראי שבוצע בפועל הזיכוי זה המעט שאתם צריכים לעשות כעת בתאריך יום ב׳, 24 באפר׳ 2023 ב-9:42 מאת אייל גואטה : > אסף שלום > > המסמך הזה הוא מסמך רשמי של חברת האשראי שלנו שמוכיח החזר כספי > > *מצידם* הם מתחייבים לעד 14 ימי עסקים > > אתה יכול להציג את המסמך לחברת האשראי שלך

[Touch-packages] [Bug 2017209] Re: [Raspberry Pi/lunar] systemd-oomd fails with "ConditionControlGroupController=memory was not met"

2023-04-24 Thread Juerg Haefliger
** Tags added: kern-6572 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/2017209 Title: [Raspberry Pi/lunar] systemd-oomd fails with

[Touch-packages] [Bug 2017497] Re: Screen flickering and weird behaviour with NVIDIA dGPU

2023-04-24 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1970389 *** https://bugs.launchpad.net/bugs/1970389 If Nvidia is your primary GPU then please ensure you are logged into Xorg rather than Wayland. That is unless you are sure ALL your apps are native Wayland. -- You received this bug notification because

[Touch-packages] [Bug 2017497] Re: Screen flickering and weird behaviour with NVIDIA dGPU

2023-04-24 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1970389 *** https://bugs.launchpad.net/bugs/1970389 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 1970389, so it is being marked as such. Please

[Touch-packages] [Bug 2017497] [NEW] Screen flickering and weird behaviour with NVIDIA dGPU

2023-04-24 Thread George Salukvadze
Public bug reported: Since I've switched my laptop to use only discrete GPU (using BIOS switch), I've been experiencing screen flickering and weird behaviour in some apps, like text being typed slowly, title bars not appearing and even content being shown blank. I've tried changing refresh

[Touch-packages] [Bug 2017443] Re: Xorg freeze

2023-04-24 Thread Daniel van Vugt
Thanks for the bug report. This is likely to be caused by the 'nouveau' open source graphics driver. Please open the 'Additional Drivers' app and use it to install one of the proprietary NVIDIA drivers instead. Alternatively, if you wish to debug the freeze/crash then please follow

[Touch-packages] [Bug 2017431] Re: Xorg crash when using Thunderbird and Firefox

2023-04-24 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make Ubuntu better. It sounds like some part of the system has crashed. To help us find the cause of the crash please follow these steps: 1. Look in /var/crash for crash files and if found run: ubuntu-bug YOURFILE.crash Then tell

[Touch-packages] [Bug 646545] Re: הזמנה מבוטלת 646044

2023-04-24 Thread Asaf Ravid
לא ברור לי (ולא מוסבר) כיצד אמור להשתקף הזיכוי בכרטיס האשראי נכון להרגע הוא לא נצפה בתאריך יום ב׳, 24 באפר׳ 2023 ב-9:27 מאת אייל גואטה : > מצ"ב האישור > > > > בברכה > > > > *אייל גואטה* > > מנהל שירות לקוחות, > באג מולטיסיסטם & מודן אלקטרוניקה > > [image: Image result for BUG] > > באג: *6974 |

[Touch-packages] [Bug 2004533] Re: Gtk-WARNING ... drawing failure for widget ... invalid value (typically too big) [using three 4K monitors]

2023-04-24 Thread Daniel van Vugt
** Summary changed: - Gtk-WARNING ... drawing failure for widget ... invalid value (typically too big) + Gtk-WARNING ... drawing failure for widget ... invalid value (typically too big) [using three 4K monitors] ** Tags added: nvidia -- You received this bug notification because you are a

[Touch-packages] [Bug 2017196] Re: package pipewire-alsa (not installed) failed to install/upgrade: conflicting packages - not installing pipewire-alsa:amd64 [pipewire-alsa conflicts with pulseaudio]

2023-04-24 Thread Daniel van Vugt
*** This bug is a duplicate of bug 2011404 *** https://bugs.launchpad.net/bugs/2011404 ** This bug has been marked a duplicate of bug 2011404 vanilla-gnome-desktop depends on pulseaudio which conflicts with pipewire -- You received this bug notification because you are a member of Ubuntu