[Bug 1919116] Re: Intel e1000e blocks the system to enter PC10

2021-03-14 Thread AceLan Kao
** Description changed: [Impact] + The deepest package cstate is PC9 and fails to enter low power mode during s2i on Tiger Lake platform. [Fix] + Intel provides a fix for TGL platform + https://patchwork.kernel.org/project/platform-driver-x86/patch/20210305190608.1834164-1-david.e@lin

[Bug 762754] Re: Encoding progress can go past 100%

2021-03-14 Thread Martin Nordholts
** Summary changed: - recordMYDesktop-encoder displays incorrect figures + Encoding progress can go past 100% ** Also affects: recordmydesktop (Ubuntu) Importance: Undecided Status: New ** Changed in: recordmydesktop Status: New => Confirmed ** Changed in: recordmydesktop (Ubun

[Bug 1919116] Re: Intel e1000e blocks the system to enter PC10

2021-03-14 Thread AceLan Kao
** Changed in: linux-oem-5.10 (Ubuntu Focal) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1919116 Title: Intel e1000e blocks the system to enter PC10 To manage no

[Bug 463019] Re: recordmydesktop does not record frames properly in karmic

2021-03-14 Thread Martin Nordholts
** Changed in: recordmydesktop Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/463019 Title: recordmydesktop does not record frames properly in karmic To mana

[Bug 336878] Re: gtk-recordMyDesktop hangs after a recording session

2021-03-14 Thread Martin Nordholts
** Changed in: recordmydesktop Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/336878 Title: gtk-recordMyDesktop hangs after a recording session To manage notification

[Bug 483325] Re: gtk: recordmydesktop doesn't play nice with Gnome-Shell

2021-03-14 Thread Martin Nordholts
** Project changed: recordmydesktop => gtk-recordmydesktop -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/483325 Title: gtk: recordmydesktop doesn't play nice with Gnome-Shell To manage notification

[Bug 1863392] Re: marco crashed with SIGSEGV in INT_cairo_region_num_rectangles()

2021-03-14 Thread Jared Punzel
This appears to have not been fixed in 1.24.0-1ubuntu1 on the latest 20.04. It happens at occasional times when I close a window. There are some similar recent reports on the github page: https://github.com/mate-desktop/marco/issues/617 https://github.com/mate-desktop/marco/issues/661 Here's a b

[Bug 1918954] Missing required logs.

2021-03-14 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem. While running an Ubuntu kernel (not a mainline or third-party kernel) please enter the following command in a terminal window: apport-collect 1918954 and then change the status of the bug to 'Confirmed'. If, due to the nature

[Bug 1919119] Re: package mysql-server-8.0 8.0.23-0ubuntu0.20.04.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2021-03-14 Thread Apport retracing service
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1919119 Title: package mysql-server-8.0 8.0.23-0ubuntu0.20.04.1 failed to install/upgrade: installed mysql-serve

[Bug 1919119] [NEW] package mysql-server-8.0 8.0.23-0ubuntu0.20.04.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2021-03-14 Thread Ray Mowder
Public bug reported: just happened after a multi version lts upgrade 16->18->20 ProblemType: Package DistroRelease: Ubuntu 20.04 Package: mysql-server-8.0 8.0.23-0ubuntu0.20.04.1 ProcVersionSignature: Ubuntu 5.4.0-66.74-generic 5.4.86 Uname: Linux 5.4.0-66-generic x86_64 ApportVersion: 2.20.11-0u

[Bug 1919116] [NEW] Intel e1000e blocks the system to enter PC10

2021-03-14 Thread AceLan Kao
Public bug reported: [Impact] [Fix] [Test] [Where problem could occur] ** Affects: hwe-next Importance: Undecided Status: New ** Affects: linux-oem-5.10 (Ubuntu) Importance: Undecided Status: Invalid ** Affects: linux-oem-5.10 (Ubuntu Focal) Importance: Undec

[Bug 192134] Re: slow math sin function for some values on amd64

2021-03-14 Thread Bug Watch Updater
** Changed in: glibc Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/192134 Title: slow math sin function for some values on amd64 To manage notifications a

[Bug 1919093] Re: Desktop does not load after login - purple screen with mouse

2021-03-14 Thread Daniel van Vugt
Thanks for the bug report. It appears the computer is in recovery/low graphics mode according to these kernel parameters "recovery nomodeset" and the Xorg log concurs in using "FBDEV". If you did that just to report this bug then that's OK, please just run this command to collect some logs of when

[Bug 192134]

2021-03-14 Thread Siddhesh-n
I just noticed that the last slow path removal patches went in with Wilco's comment 19. Adjusting target milestone. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/192134 Title: slow math sin functio

[Bug 192134]

2021-03-14 Thread Siddhesh-n
The last commit to remove slow paths appears to be this one: commit f67f9c9af228f6b84579cb8c86312d3a7a206a55 Author: Anssi Hannula Date: Mon Jan 27 12:45:10 2020 +0200 ieee754: Remove slow paths from asin and acos So this was finished in 2.33. -- You received this bug notification becau

[Bug 192134]

2021-03-14 Thread Joseph-codesourcery
If you log in to Bugzilla with your @gcc.gnu.org address you should have access to mark bugs RESOLVED / FIXED with target milestone set to the first release that will have the fix, rather than just commenting that they are fixed. -- You received this bug notification because you are a member o

[Bug 192134]

2021-03-14 Thread Joseph-codesourcery
As I outlined in , and as described in the discussion of accuracy goals in the glibc manual, I don't think functions such as sin and cos should try to be correctly rounded, only functions such as crsin and crcos (if added). -- You re

[Bug 192134]

2021-03-14 Thread Wdijkstr
This was fixed by a series of commits starting from 19a8b9a300f2f1f0012aff0f2b70b09430f50d9e All slow paths have now been removed from all math functions. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 192134]

2021-03-14 Thread Vincent-srcware
(In reply to Petr Cervenka from comment #16) > Simple workaround to use fast computation is to use functions from spec. > header similar to following: [long double versions: sinl, etc.] This is not quite correct. These long double versions currently have a lower worst-case time (this might change

[Bug 1918855] Re: Xorg xserver got signal 6 to abort

2021-03-14 Thread Timo Aaltonen
** Changed in: mesa (Ubuntu) Assignee: (unassigned) => Timo Aaltonen (tjaalton) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1918855 Title: Xorg xserver got signal 6 to abort To manage notifi

[Bug 1918887] Re: after upgrade to ubuntu 14.04, system not restarting and touchpad not working

2021-03-14 Thread Po-Hsu Lin
Hi, as mentioned above in Chris's comment, standard Trusty has already reaches its End-Of-Life on April 2019 [1]. Are you using a standard Ubuntu or Ubuntu Trusty with ESM support? If you're using a standard Ubuntu please give a newer release a try. [1] https://wiki.ubuntu.com/Releases -- You r

[Bug 1918954] Re: [Fujitsu MS-7293] [1106:3288] No sound at all

2021-03-14 Thread Daniel van Vugt
** Summary changed: - [MS-7293, Realtek ALC883, Orange Line Out, Rear] No sound at all + [Fujitsu MS-7293] [1106:3288] No sound at all ** Also affects: linux (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1918934] Re: vlc scratches

2021-03-14 Thread Daniel van Vugt
** Package changed: totem (Ubuntu) => vlc (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1918934 Title: vlc scratches To manage notifications about this bug go to: https://bugs.launchpad.ne

[Bug 1919093] Re: Desktop does not load after login - purple screen with mouse

2021-03-14 Thread Daniel van Vugt
** Tags added: regression-update -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1919093 Title: Desktop does not load after login - purple screen with mouse To manage notifications about this bug go

[Bug 1919114] [NEW] not installable due libssh-4 dependency problem

2021-03-14 Thread Manfred Steiner
Public bug reported: Ubuntu 18.04.5 LTS remmina 1.2.0-rcgit.29+dfsg-1ubuntu1.2 Version table: 1.2.0-rcgit.29+dfsg-1ubuntu1.2 500 500 http://at.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Package `apt install remmina` shows: The following packages have unmet dependencies:

[Bug 1826056] Re: Desktop context: Keep aligned, Organize desktop by name missing

2021-03-14 Thread Daniel van Vugt
In progress upstream: https://gitlab.com/rastersoft/desktop-icons-ng/-/merge_requests/42 https://gitlab.com/rastersoft/desktop-icons-ng/-/merge_requests/71 ** Also affects: gnome-shell-extension-desktop-icons-ng (Ubuntu) Importance: Undecided Status: New ** Changed in: gnome-shell-exten

[Bug 1918880] Re: pulseaudio threaded-ml suspend issue

2021-03-14 Thread Daniel van Vugt
No there's no need to change the config file. I'm guessing now that the issue is the daemon stuck in a system call. That usually means it's a kernel bug, or a bug in the kernel sound driver. So if you are comfortable doing so, please try some different kernel versions: https://kernel.ubuntu.com/~

[Bug 1918874] Re: Application windows appear over the icon grid

2021-03-14 Thread Daniel van Vugt
Confirmed. The problem seems to only happen when clicking 'Show Applications' and not when pressing Super+A. Also it seems to mostly happen when the Ubuntu Dock is loaded. I think I saw it once when no extensions were loaded, but cannot reproduce that now... It's easy to reproduce when Ubuntu Dock

[Bug 1918874] Re: Application windows appear over the icon grid

2021-03-14 Thread Daniel van Vugt
** Summary changed: - Application icons superposed to open windows + Application windows appear over the icon grid ** Changed in: gnome-shell (Ubuntu) Importance: Undecided => High ** Tags added: regression-release rls-hh-incoming -- You received this bug notification because you are a memb

[Bug 1919008] Re: 'Extract here' for .zip files not working as intended.

2021-03-14 Thread Sebastien Bacher
Thank you for your bug report, it sounds like bug #1917812, could you make sure you have the update https://bugs.launchpad.net/ubuntu/+source /gnome-autoar/0.2.3-2ubuntu0.2 and try if it's working correcly with it installed? ** Changed in: file-roller (Ubuntu) Importance: Undecided => High **

[Bug 1919110] Re: [Gnome shell] Apps display over window overview

2021-03-14 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1918874 *** https://bugs.launchpad.net/bugs/1918874 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 1918874, so it is being marked as such. Please look

[Bug 336878] Re: gtk-recordMyDesktop hangs after a recording session

2021-03-14 Thread Martin Nordholts
If this is caused by the libtheora problem mentioned in comment #2, the problem should be fixed in the recently uploaded package version 0.4.0-0ubuntu1. But I suspect the correct fix is what @nospam19 wrote in comment #9, in which case I will fix it in some later upstream release. -- You receive

[Bug 336878] Re: gtk-recordMyDesktop hangs after a recording session

2021-03-14 Thread Martin Nordholts
** Package changed: gtk-recordmydesktop (Ubuntu) => recordmydesktop (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/336878 Title: gtk-recordMyDesktop hangs after a recording session To manag

[Bug 578397] Re: New libtheora in Lucid and Maverick causes recording problems

2021-03-14 Thread Erich Eickmeyer 
This bug was fixed in the package recordmydesktop - 0.4.0-0ubuntu1 --- recordmydesktop (0.4.0-0ubuntu1) hirsute; urgency=medium * New upstream release 0.4.0 * Respect TMPDIR if set instead of always using /tmp (Closes: #706574) * Fix crash when XFixesGetCursorImage() returns NUL

[Bug 960669] Re: recordmydesktop crashed with SIGABRT in __libc_message()

2021-03-14 Thread Martin Nordholts
*** This bug is a duplicate of bug 979744 *** https://bugs.launchpad.net/bugs/979744 Marking as duplicate to #979744 because both have realloc() on top of oggpackB_write() in the stacktrace ** This bug has been marked a duplicate of bug 979744 recordmydesktop crashed with SIGSEGV in _int_r

[Bug 979744] Re: recordmydesktop crashed with SIGSEGV in _int_realloc()

2021-03-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: recordmydesktop (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/979744 Titl

[Bug 927497] Re: Add bash completion script for recordmydesktop

2021-03-14 Thread Erich Eickmeyer 
** Changed in: recordmydesktop (Ubuntu) Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/927497 Title: Add bash completion script for recordmydesktop To manage not

[Bug 1763541] Re: /usr/bin/recordmydesktop:6:__malloc_assert:munmap_chunk:__GI___libc_realloc:oggpackB_write:oc_sb_run_pack

2021-03-14 Thread Martin Nordholts
*** This bug is a duplicate of bug 979744 *** https://bugs.launchpad.net/bugs/979744 Closing as duplicate to #979744 which also has realloc and oggpackB_write in its stacktrace ** This bug has been marked a duplicate of bug 979744 recordmydesktop crashed with SIGSEGV in _int_realloc() --

[Bug 621188] Re: recordMyDesktop error: Window size specification out of bounds!

2021-03-14 Thread Launchpad Bug Tracker
This bug was fixed in the package recordmydesktop - 0.4.0-0ubuntu1 --- recordmydesktop (0.4.0-0ubuntu1) hirsute; urgency=medium * New upstream release 0.4.0 * Respect TMPDIR if set instead of always using /tmp (Closes: #706574) * Fix crash when XFixesGetCursorImage() returns NUL

[Bug 673171] Re: recordmydesktop crashed with SIGSEGV at rmd_get_frame.c:481

2021-03-14 Thread Launchpad Bug Tracker
This bug was fixed in the package recordmydesktop - 0.4.0-0ubuntu1 --- recordmydesktop (0.4.0-0ubuntu1) hirsute; urgency=medium * New upstream release 0.4.0 * Respect TMPDIR if set instead of always using /tmp (Closes: #706574) * Fix crash when XFixesGetCursorImage() returns NUL

[Bug 927497] Re: Add bash completion script for recordmydesktop

2021-03-14 Thread Martin Nordholts
Importance should be changed to Wishlist (which can only be made by project maintainer or bug supervisor) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/927497 Title: Add bash completion script for r

[Bug 682205] Re: RecordMyDesktop + Jack causes a myriad of crashes with unrelated descriptions like invalid window specification.

2021-03-14 Thread Launchpad Bug Tracker
This bug was fixed in the package recordmydesktop - 0.4.0-0ubuntu1 --- recordmydesktop (0.4.0-0ubuntu1) hirsute; urgency=medium * New upstream release 0.4.0 * Respect TMPDIR if set instead of always using /tmp (Closes: #706574) * Fix crash when XFixesGetCursorImage() returns NUL

[Bug 1215023] Re: package recordmydesktop 0.3.8.1+svn602-1ubuntu3 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting configuration.

2021-03-14 Thread Martin Nordholts
This is now several years old and seems like a one-off error caused by local tinkering. Closing for now. Please feel free to reopen if step-by- step instructions on how to reproduce are provided. ** Changed in: recordmydesktop (Ubuntu) Status: New => Incomplete -- You received this bug no

[Bug 883142] Re: gtk-recordMyDesktop-crash.log

2021-03-14 Thread Martin Nordholts
** Package changed: recordmydesktop (Ubuntu) => gtk-recordmydesktop (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/883142 Title: gtk-recordMyDesktop-crash.log To manage notifications about

[Bug 1761013] Re: java crashed with SIGABRT in ImageStrings::find()

2021-03-14 Thread Launchpad Bug Tracker
[Expired for openjdk-lts (Ubuntu) because there has been no activity for 60 days.] ** Changed in: openjdk-lts (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 1910962] Re: Display freeze

2021-03-14 Thread Launchpad Bug Tracker
[Expired for Ubuntu because there has been no activity for 60 days.] ** Changed in: ubuntu Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1910962 Title: Display

[Bug 1910921] Re: Keyboard shortcut conflict since upgrade to 20.10

2021-03-14 Thread Launchpad Bug Tracker
[Expired for dolphin (Ubuntu) because there has been no activity for 60 days.] ** Changed in: dolphin (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/191092

[Bug 1911407] Re: desktop UI unresponsive

2021-03-14 Thread Launchpad Bug Tracker
[Expired for gnome-shell (Ubuntu) because there has been no activity for 60 days.] ** Changed in: gnome-shell (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 578397] Re: New libtheora in Lucid and Maverick causes recording problems

2021-03-14 Thread Martin Nordholts
The referenced Fedora fix is included in the official 0.4.0 release found here: https://github.com/Enselic/recordmydesktop/releases/tag/v0.4.0 ** Changed in: recordmydesktop (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubu

[Bug 591995] Re: gtk-recordMyDesktop crashes on launch without showing the main window

2021-03-14 Thread Martin Nordholts
This problem is specific to the GTK wrapper, moving to gtk- recordmydesktop. ** Package changed: recordmydesktop (Ubuntu) => gtk-recordmydesktop (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 1919110] [NEW] [Gnome shell] Apps display over window overview

2021-03-14 Thread Camden Mac Leod
Public bug reported: I installed Ubuntu 21.04 (daily build) recently, and when I press the *Show Applications* button, it shows both the window overview and apps. Obviously, it should only be displaying the apps because there are other ways to see the window overview. When I opened the app menu,

[Bug 1919042] Re: Touchpad not working

2021-03-14 Thread Po-Hsu Lin
Hi, your system is not up-to-date, the latest focal kernel is 5.4.0.66.69 can you first try to upgrade your laptop? If it's still not working, please give the latest mainline kernel a try: https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.12-rc3/ https://wiki.ubuntu.com/Kernel/MainlineBuilds ** C

[Bug 1919108] [NEW] Installer crashes on first boot

2021-03-14 Thread Antonio C Semeco
Public bug reported: Raspberry PI 4 with 8 GB. OS in SSD drive connected through USB 3. Crash on first boot. ProblemType: Bug DistroRelease: Ubuntu 20.10 Package: ubiquity 20.10.13 ProcVersionSignature: Ubuntu 5.8.0-1006.9-raspi 5.8.14 Uname: Linux 5.8.0-1006-raspi aarch64 ApportVersion: 2.20.11-

[Bug 1918855] Re: Xorg xserver got signal 6 to abort

2021-03-14 Thread Rex Tsai
** Changed in: oem-priority Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1918855 Title: Xorg xserver got signal 6 to abort To manage notifications about this bug g

[Bug 1919051] Re: ch341 USB-Serial converter only receives, does not send

2021-03-14 Thread Po-Hsu Lin
Hi, as the ch431 driver in Ubuntu Focal is a bit different from the latest mainline kernel from upstream, can you give the latest mainline kernel a try to see if this can solve your problem? https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.12-rc3/ https://wiki.ubuntu.com/Kernel/MainlineBuilds Th

[Bug 1918886] Re: after upgrade to ubuntu 14.04, system not restarting and touchpad not working

2021-03-14 Thread Po-Hsu Lin
*** This bug is a duplicate of bug 1918887 *** https://bugs.launchpad.net/bugs/1918887 Hi, are you using a standard Ubuntu or Ubuntu Trusty with ESM support? Standard Ubuntu Trusty has already reaches its End-Of-Life on April 2019 [1] If you're using a standard Ubuntu please give a newer relea

[Bug 1918666] Re: Cannot close the modal "Connect to Wifi" window to return to desktop

2021-03-14 Thread Daniel van Vugt
gjs (1.67.2-2ubuntu1) hirsute; urgency=medium * Revert NaN handling changes which were included in the previous revision but not mentioned in the changelog, that's creating issues for the shell (lp: #1918738) -- Sebastien Bacher Fri, 12 Mar 2021 09:25:26 +0100 ** Changed in: gjs (Ub

[Bug 1918055] Re: [modeset] blurry resolution (incorrectly detected as interlaced) after resume on second screen

2021-03-14 Thread Daniel van Vugt
As a workaround, please try selecting 'Ubuntu on Wayland' on the login screen. It's the button in the bottom right corner of the screen that appears just before you enter your password. ** Summary changed: - [modeset] blurry resolution (incorrectly detected as interlaced) after resume on second

[Bug 1918055] Re: blurry resolution after resume on second screen

2021-03-14 Thread Daniel van Vugt
Yes it seems Xorg changes its definition of the preferred/current resolutions. Before: 1920x1080 (0x190) 148.500MHz +HSync +VSync +preferred h: width 1920 start 2008 end 2052 total 2200 skew0 clock 67.50KHz v: height 1080 start 1084 end 1089 total 1125 clock 60.

[Bug 1903986] Re: Ubuntu 20.04 (Xorg session) freezes with remmina in full-screen

2021-03-14 Thread Daniel van Vugt
** Summary changed: - Ubuntu 20.04 freezes with remmina in full-screen + Ubuntu 20.04 (Xorg session) freezes with remmina in full-screen -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903986 Title:

[Bug 1906267] Re: IntelHD audio not detected after upgrading to Ubuntu 20.10

2021-03-14 Thread Daniel van Vugt
Yes please. Or just let us know. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906267 Title: IntelHD audio not detected after upgrading to Ubuntu 20.10 To manage notifications about this bug go to

[Bug 1813441] Re: Can no longer drag and drop files between desktop and applications

2021-03-14 Thread Daniel van Vugt
** Also affects: gnome-shell-extension-desktop-icons-ng (Ubuntu) Importance: Undecided Status: New ** Changed in: gnome-shell-extension-desktop-icons-ng (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 1912174] Re: gnome-shell crashed with SIGSEGV in meta_window_actor_get_meta_window() from ffi_call_unix64() from ffi_call_int() from gjs_invoke_c_function() from function_call() [when "Minimize t

2021-03-14 Thread Daniel van Vugt
Please use https://github.com/oae/gnome-shell-minimize-to-tray/issues/17 ** Summary changed: - gnome-shell crashed with SIGSEGV in meta_window_actor_get_meta_window() from ffi_call_unix64() from ffi_call_int() from gjs_invoke_c_function() from function_call() + gnome-shell crashed with SIGSEGV

[Bug 1596751] Re: xfce-panel does not honor "primary display" setting

2021-03-14 Thread Daniel Hollocher
Not sure how to update this bug, since it seems to still be present on 20.04 xubuntu. I added, the settings package, as that is what xfce4 -display-settings is a part of. ** Also affects: xfce4-settings (Ubuntu) Importance: Undecided Status: New ** Changed in: xfce4-settings (Ubuntu)

[Bug 1900438] Re: Bcache bypasse writeback on caching device with fragmentation

2021-03-14 Thread dongdong tao
** Description changed: - Hello, + SRU Justification: - An upstream bug has been opened on the matter for quite some time now [0]. - I can reproduce easily on our production compute node instance, which are trusty host with xenial hwe kernels (4.15.0-101-generic). - However due to heavy backpo

[Bug 1760849] Re: Login screen appears on only one monitor and it's not the one I want

2021-03-14 Thread Daniel van Vugt
Moved to gnome-shell. Any graphical aspect of the login screen is implemented in gnome-shell, not gdm. ** Changed in: gdm3 (Ubuntu) Status: Triaged => Invalid ** Bug watch added: gitlab.gnome.org/GNOME/gnome-shell/-/issues #3867 https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3867

[Bug 1918172] Re: FTBFS in Hirsute

2021-03-14 Thread handsome_feng
** Changed in: youker-assistant (Ubuntu) Assignee: (unassigned) => handsome_feng (feng-kylin) ** Changed in: youker-assistant (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 1919044] Re: Dell Inspiron 7567 Freezes/Hangs Randomly

2021-03-14 Thread Srijan Prasad Joshi
Update: This is not caused by the state. The problem reoccurred even when I had set the max_cstate to 1. I am trying to disable pstate to see if this fixes the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launc

[Bug 88986] Re: pppd cannot be configured to enable mppe but not require it

2021-03-14 Thread Neustradamus
Hello all, I recall you: It is possible to create a PR on GitHub? Do not forget: Description + Sign-off Linked to: - https://github.com/paulusmack/ppp/issues/57 Thanks in advance. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 1891810] Re: Missing openat2 syscall, causes problems for fuse-overlayfs in nspawn containers

2021-03-14 Thread Alex Murray
** Patch added: "libseccomp_2.5.1-1ubuntu1~20.04.1.debdiff" https://bugs.launchpad.net/ubuntu/+source/libseccomp/+bug/1891810/+attachment/5476578/+files/libseccomp_2.5.1-1ubuntu1~20.04.1.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1891810] Re: Missing openat2 syscall, causes problems for fuse-overlayfs in nspawn containers

2021-03-14 Thread Alex Murray
** Patch added: "libseccomp_2.5.1-1ubuntu1~20.10.1.debdiff" https://bugs.launchpad.net/ubuntu/+source/libseccomp/+bug/1891810/+attachment/5476579/+files/libseccomp_2.5.1-1ubuntu1~20.10.1.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1891810] Re: Missing openat2 syscall, causes problems for fuse-overlayfs in nspawn containers

2021-03-14 Thread Alex Murray
** Patch added: "libseccomp_2.5.1-1ubuntu1~18.04.1.debdiff" https://bugs.launchpad.net/ubuntu/+source/libseccomp/+bug/1891810/+attachment/5476577/+files/libseccomp_2.5.1-1ubuntu1~18.04.1.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1891810] Re: Missing openat2 syscall, causes problems for fuse-overlayfs in nspawn containers

2021-03-14 Thread Alex Murray
** Description changed: - The version of libseccomp2 in bionic does not know about the openat2 - syscall. + [Impact] - In my particular usecase, I was trying to run podman/buildah in an - nspawn container, using fuse-overlayfs. This leads to peculiar failure - modes as described in this issue:

[Bug 1916485] Re: test -x fails inside shell scripts in containers

2021-03-14 Thread Alex Murray
@oded-geek - yes, the libseccomp SRU to backport 2.5.1 to these releases is being handled in https://bugs.launchpad.net/ubuntu/+source/libseccomp/+bug/1891810 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/b

[Bug 621188] Re: recordMyDesktop error: Window size specification out of bounds!

2021-03-14 Thread Erich Eickmeyer 
** Changed in: recordmydesktop (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/621188 Title: recordMyDesktop error: Window size specification out of

[Bug 673171] Re: recordmydesktop crashed with SIGSEGV at rmd_get_frame.c:481

2021-03-14 Thread Erich Eickmeyer 
** Changed in: recordmydesktop (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/673171 Title: recordmydesktop crashed with SIGSEGV at rmd_get_frame.c:

[Bug 682205] Re: RecordMyDesktop + Jack causes a myriad of crashes with unrelated descriptions like invalid window specification.

2021-03-14 Thread Erich Eickmeyer 
** Changed in: recordmydesktop (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/682205 Title: RecordMyDesktop + Jack causes a myriad of crashes with u

[Bug 1918002] Re: [SRU] xfce4-weather-plugin 0.10.2

2021-03-14 Thread Sean Davis
** Tags removed: verification-needed-groovy ** Tags added: verification-done-groovy ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 1919100] [NEW] Composition window doesn't keep IMAP connexion open

2021-03-14 Thread Gordon Lack
Public bug reported: If you are writing a message and have only the Composition window open (not the main reading pane) then when this tries to save the current state of the reply in the Drafts folder (you've taken a short break whilst writing it) the save will fail. The reason is that there is

[Bug 1891810] Re: Missing openat2 syscall, causes problems for fuse-overlayfs in nspawn containers

2021-03-14 Thread Alex Murray
Updating libseccomp to 2.5.1 breaks the systemd unit tests on ppc64el since the behaviour around filtering of the multiplexed socket() system call changes - as such a fix for systemd in https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1918696 is also required. -- You received this bug notif

[Bug 1884748] Re: [needs-packaging] rpi-eeprom

2021-03-14 Thread Marcos Alano
Any news about this? I installed Ubuntu Server 20.04.2 LTS on my Raspbery Pi 3B and I can install the package from regular repository. My Raspberry Pi 4B will arrive tomorrow, so I will take some time to test properly. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1919078] Re: Ubuntu SSO login - not working (Throws "Error connecting to server"

2021-03-14 Thread Alex Murray
** Package changed: ubuntu => gnome-online-accounts (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1919078 Title: Ubuntu SSO login - not working (Throws "Error connecting to server" To mana

[Bug 1918002] Re: [SRU] xfce4-weather-plugin 0.10.2

2021-03-14 Thread Ploni Almoni
xfce4-weather-plugin 0.10.2-0ubuntu0.20.10.1 works for me on Ubuntu 20.10/groovy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1918002 Title: [SRU] xfce4-weather-plugin 0.10.2 To manage notificatio

[Bug 1919097] [NEW] Installation crashed

2021-03-14 Thread Ardeshir
Public bug reported: Installation crashed. Extra inforation are attached ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: ubiquity 20.04.15 ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30 Uname: Linux 5.4.0-26-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair

[Bug 1643706] Re: snap apps need to be able to browse outside of user $HOME dir. for Desktop installs

2021-03-14 Thread Chris McDonough
Not that it's worth much, but I will side with the folks who want to be able to configure paths as exceptions to the hardcoded rule of "only allow access to files in /dev, /etc, and /home" either globally or per- snap. I cannot fathom a reason for a central authority to distrust a local administra

[Bug 1417259] Re: php5-imagick drawRectangle gives strange result

2021-03-14 Thread Logan Rosen
Thank you for reporting this bug to Ubuntu. Ubuntu 14.04 (trusty) reached end-of-life on April 25, 2019. See this document for currently supported Ubuntu releases: https://wiki.ubuntu.com/Releases We appreciate that this bug may be old and you might not be interested in discussing it any more. B

[Bug 1677578] Re: php-fcgi: max_execution_time causes memory leaks

2021-03-14 Thread Logan Rosen
** Also affects: php via http://bugs.php.net/bug.php?id=74387 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1677578 Title: php-fcgi: max_execution_ti

[Bug 1400788] Re: can't convert svg to bitmap using php5-imagick

2021-03-14 Thread Logan Rosen
Thank you for reporting this bug to Ubuntu. Ubuntu 14.04 (trusty) reached end-of-life on April 25, 2019. See this document for currently supported Ubuntu releases: https://wiki.ubuntu.com/Releases We appreciate that this bug may be old and you might not be interested in discussing it any more. B

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-03-14 Thread Julian Oertel
Hello, I was able to take a more in-depth look at the log and ran some additional tests. I was able to determine the command which is used for turning on the lights of the numberpad: i2ctransfer -f -y 0 w13@0x15 0x05 0x00 0x3d 0x03 0x06 0x00 0x07 0x00 0x0d 0x14 0x03 0x01 0xad To turn them off, o

[Bug 1917259] Re: HP and Canon and Epson printers USB

2021-03-14 Thread abraham
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1917259 Title: HP and Canon and Epson printers USB To manage notifications about

[Bug 1917262] Re: ubuntu LTS calender year is missing

2021-03-14 Thread abraham
** Changed in: linux (Ubuntu) Status: Incomplete => Opinion ** Changed in: linux (Ubuntu) Status: Opinion => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1917262 Title: ubu

[Bug 1917264] Re: HP and Canon and Epson printers inks status

2021-03-14 Thread abraham
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1917264 Title: HP and Canon and Epson printers inks status To manage notification

[Bug 1917266] Re: ubuntu 20.04 terminal is jammed

2021-03-14 Thread abraham
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1917266 Title: ubuntu 20.04 terminal is jammed To manage notifications about this

[Bug 1917267] Re: MSI MS 7817 terminal jammed linux kernels 5.8

2021-03-14 Thread abraham
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1917267 Title: MSI MS 7817 terminal jammed linux kernels 5.8 To manage notificatio

[Bug 1917268] Re: ubuntu 20.04 terminal is jammed after linux kernels 5.8 is MSI MS 7817 desktop

2021-03-14 Thread abraham
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1917268 Title: ubuntu 20.04 terminal is jammed after linux kernels 5.8 is MSI MS 78

[Bug 1917274] Re: MSI MS-7817 desktop linux kernel 5.4

2021-03-14 Thread abraham
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1917274 Title: MSI MS-7817 desktop linux kernel 5.4 To manage notifications about

[Bug 1917277] Re: document scanner all printers and scanners support

2021-03-14 Thread abraham
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1917277 Title: document scanner all printers and scanners support To manage notif

[Bug 1917282] Re: HP-Compaq-6000-Pro-MT-PC document scanner

2021-03-14 Thread abraham
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1917282 Title: HP-Compaq-6000-Pro-MT-PC document scanner To manage notifications a

[Bug 1917284] Re: laptop E402SA document scanner linux ubuntu 20.04 LTS

2021-03-14 Thread abraham
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1917284 Title: laptop E402SA document scanner linux ubuntu 20.04 LTS To manage not

[Bug 1917421] Re: MSI MS-7817 2.3.2021 linux kernel 5.8 dont working jammed all

2021-03-14 Thread abraham
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1917421 Title: MSI MS-7817 2.3.2021 linux kernel 5.8 dont working jammed all To m

  1   2   3   >