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

2021-03-16 Thread Jalansh Munshi
It is not installed on my system. Should I run 'sudo apt-get --only- upgrade 0.2.3-2ubuntu0.2'? Clarifying this as it is my first time doing something like this and I do not want my machine to mess up. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which

[Bug 1919093] Re: [ThinkPad P1 Gen 3 w/ Intel + Nvidia Quadro T2000] Desktop does not load after login - purple screen with mouse

2021-03-16 Thread Stig Berggren
The attached log gathered after a reboot into Ubuntu, a couple of minutes after logging in. The CPU fan is spinning up pretty frequently. ** Attachment added: "journal.txt" https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1919093/+attachment/5477099/+files/journal.txt -- You

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

2021-03-16 Thread Daniel van Vugt
680c4fc79ee712d3c4368f3008597a8314996f76 is the first bad commit commit 680c4fc79ee712d3c4368f3008597a8314996f76 Author: Marco Trevisan (Treviño) Date: Wed Mar 10 04:20:35 2021 +0100 d/p/input-thread: Avoid notifying property changes multiple times LP: #1918033

[Bug 1919093] Re: [ThinkPad P1 Gen 3 w/ Intel + Nvidia Quadro T2000] Desktop does not load after login - purple screen with mouse

2021-03-16 Thread Stig Berggren
The CPU intensive process is `/usr/lib/xorg/Xorg vt2 -displayfd 3 -auth /run/user/1000/gdm/Xauthority -background none -noreset -keeptty -verbose 3`, which uses close to 100% of one core continuously. I have no extension enabled. I have checked that there is no

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

2021-03-16 Thread Daniel van Vugt
Narrowed down further to dash-to-dock/ubuntu-dock in _onShowAppsButtonToggled. The broken opacity/hide logic is under: if (animate) { Since the bug is unique to dash-to-dock/ubuntu-dock it looks likely any fix will go in there. I don't yet see anything to fix in mutter or gnome-shell. **

[Bug 1918874] Re: [regression] Application windows appear over the icon grid when Ubuntu Dock or Dash To Dock is loaded

2021-03-16 Thread Daniel van Vugt
** Summary changed: - Application windows appear over the icon grid + [regression] Application windows appear over the icon grid when Ubuntu Dock or Dash To Dock is loaded -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in

[Bug 1919310] Re: Wacom cursor not shown in Wayland, works in Xorg

2021-03-16 Thread Jouni Mettala
Could you attach output of following commands: xinput list sudo libinput list-devices First one from xsession second from Wayland. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.

[Bug 1918874] Re: [regression] Application windows appear over the icon grid when Ubuntu Dock or Dash To Dock is loaded

2021-03-16 Thread Daniel van Vugt
Alternatively, we could just revert the input thread patches from mutter, 3v1n0? :) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/1918874 Title: [regression] Application windows

[Bug 1919313] [NEW] Login screen has Ubuntu and not Budgiedesktop as default

2021-03-16 Thread Leó Kolbeinsson
Public bug reported: This occurred after installing Ubuntu Budgie Hirsute (21.04) from the daily ISO 20210315.1 The gdm package is 3.38.21-2 ubuntu 1 After installing the system and rebooting when the login screen appears the default desktop is Ubuntu. I expected the default to Budgie desktop

[Bug 1919093] Re: [ThinkPad P1 Gen 3 w/ Intel + Nvidia Quadro T2000] Desktop does not load after login - purple screen with mouse

2021-03-16 Thread Daniel van Vugt
A shorter log is best. So maybe reboot and then run in a VT: journalctl -b0 > journal.txt -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/1919093 Title: [ThinkPad P1 Gen 3 w/

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

2021-03-16 Thread Sebastien Bacher
weird, it's a security update, it should be part of normal updates or being automatically upgraded by unattended-upgrades if you wait a bit what's the output of $ dpkg -l | grep autoar -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1919093] Re: [ThinkPad P1 Gen 3 w/ Intel + Nvidia Quadro T2000] Desktop does not load after login - purple screen with mouse

2021-03-16 Thread Daniel van Vugt
That's kind of good. When the CPU fan is spinning hard, what process does 'top' report using the most CPU? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/1919093 Title: [ThinkPad

[Bug 1919093] Re: [ThinkPad P1 Gen 3 w/ Intel + Nvidia Quadro T2000] Desktop does not load after login - purple screen with mouse

2021-03-16 Thread Daniel van Vugt
Please ensure you don't have any extensions enabled, by running: gsettings set org.gnome.shell enabled-extensions "[]" rm -rf ~/.local/share/gnome-shell/extensions and reboot. Does the problem still occur after that? ** Package changed: xorg-server (Ubuntu) => gnome-shell (Ubuntu) -- You

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

2021-03-16 Thread Daniel van Vugt
** Also affects: gnome-shell-extension-ubuntu-dock (Ubuntu) Importance: Undecided Status: New ** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu) Assignee: (unassigned) => Daniel van Vugt (vanvugt) ** Also affects: gnome-shell-extension-dashtodock (Ubuntu) Importance:

[Bug 1919313] Re: Login screen has Ubuntu and not Budgie desktop as default

2021-03-16 Thread Leó Kolbeinsson
** Summary changed: - Login screen has Ubuntu and not Budgiedesktop as default + Login screen has Ubuntu and not Budgie desktop as default -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm3 in Ubuntu.

[Bug 1919313] Re: Login screen has Ubuntu and not Budgiedesktop as default

2021-03-16 Thread fossfreedom
Should be fixed in todays ISO ** Also affects: budgie-desktop-environment (Ubuntu) Importance: Undecided Status: New ** Changed in: gdm3 (Ubuntu) Status: New => Invalid ** Changed in: budgie-desktop-environment (Ubuntu) Status: New => Fix Released -- You received this

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

2021-03-16 Thread Daniel van Vugt
Confirmed the regression originated in mutter patch: clutter-Use-G_PARAM_EXPLICIT_NOTIFY-for-actor-and-stage-p.patch ** Changed in: mutter (Ubuntu) Assignee: (unassigned) => Daniel van Vugt (vanvugt) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs,

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

2021-03-16 Thread Daniel van Vugt
Narrowed it down further to the "opacity" property: obj_props[PROP_OPACITY] = g_param_spec_uint ("opacity", P_("Opacity"), P_("Opacity of an actor"), 0, 255, 255,

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

2021-03-16 Thread Daniel van Vugt
** Changed in: gnome-shell (Ubuntu) Assignee: (unassigned) => Daniel van Vugt (vanvugt) ** Changed in: gnome-shell (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in

[Bug 1919093] Re: [ThinkPad P1 Gen 3 w/ Intel + Nvidia Quadro T2000] Desktop does not load after login - purple screen with mouse

2021-03-16 Thread Stig Berggren
Please find attached the apt log from this March. As mentioned, the problem first occurred on a reboot on March 13, but the computer had been on for a few days before that. I'm pretty certain it had been rebooted previously in the same month. When you request another log like `journal1.txt`,

[Bug 1919310] [NEW] Wacom cursor not shown in Wayland, works in Xorg

2021-03-16 Thread Esokrates
Public bug reported: Hardware: Dell XPS 13 9310 2-in-1 with Dell Premium Active Pen (PN579X). When using the Wayland session, I can't see a cursor moving when hovering with the pen. In the Xorg session a mouse cursor is shown that follows the pen as I hover over the display. It would be nice to

[Bug 1919310] Re: Wacom cursor not shown in Wayland, works in Xorg

2021-03-16 Thread Esokrates
** Attachment added: "libinput.txt" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1919310/+attachment/5477212/+files/libinput.txt -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.

[Bug 1919310] Re: Wacom cursor not shown in Wayland, works in Xorg

2021-03-16 Thread Esokrates
** Attachment added: "xinput.txt" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1919310/+attachment/5477211/+files/xinput.txt -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.

[Bug 1919313] Re: Login screen has Ubuntu and not Budgie desktop as default

2021-03-16 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker. A list of all reports related to this bug can be found here: http://iso.qa.ubuntu.com/qatracker/reports/bugs/1919313 ** Tags added: iso-testing -- You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 1824874] Re: undismissable, unclickable authentication dialog left on screen (top-left corner) after policykit authentication [pushModal: invocation of begin_modal failed]

2021-03-16 Thread Miroslav Zaťko
just got this on ubuntu 20.04 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/1824874 Title: undismissable, unclickable authentication dialog left on screen (top- left

[Bug 1828581] Re: /usr/bin/gnome-calendar:11:gtk_image_reset:gtk_image_clear:update_weather:update_no_events_page:gcal_year_view_component_removed

2021-03-16 Thread Amanda Shaver
One of the major concerns for any student is proofreading the documents. Each side of the https://essaywriter.org/pay-for-essays is punctual for the terms. Reference is fit for the best for the joy and satisfaction of the students. -- You received this bug notification because you are a member

[Bug 1919310] Re: Wacom cursor not shown in Wayland, works in Xorg

2021-03-16 Thread Jouni Mettala
** Also affects: libinput (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/1919310 Title: Wacom cursor not shown in Wayland,

[Bug 1919310] Re: Wacom cursor not shown in Wayland, works in Xorg

2021-03-16 Thread Jouni Mettala
There is older bug against xf86-input-wacom. https://bugs.launchpad.net/ubuntu/+source/xf86-input-wacom/+bug/1852851 It leads to https://github.com/linuxwacom/xf86-input-wacom/issues/39 "pen that is reported as two devices, a stylus and an eraser. It is designed to switch to the eraser when the

[Bug 1919374] [NEW] "Show Applications" hidden behind open windows

2021-03-16 Thread Gunnar Hjalmarsson
Public bug reported: On an updated hirsute: If I click "Show Applications" when some application windows are open, the Show Applications icons flash by for a short moment but are then hidden behind the open windows. ** Affects: gnome-shell (Ubuntu) Importance: High Status: New **

[Bug 1919362] [NEW] gnome-shell extension Move_Clock crashes

2021-03-16 Thread Chelmite
Public bug reported: Move_Clock crashes. move_cl...@jonathan.bluemosh.com is shipped with Ubuntu 20.10, not a user-installed extension. Move_Clock does not appear at https://extensions.gnome.org/#, so I'm unable to report the bug directly to the developer. Journalctl reports: Mar 16 11:33:44

[Bug 1919377] [NEW] gnome-shell 3.38+ HUD app grid is limited to only 4x6

2021-03-16 Thread Chris Cheney
Public bug reported: For some reason after Ubuntu 20.04 (Gnome 3.36) the app grid was limited to a maximum of 4x6. This might be acceptable on an iPhone, which is where they actually got the limit from, but it is not at all acceptable for an actual large computer screen. It looks farcical. Even

[Bug 1919377] Re: gnome-shell 3.38+ HUD app grid is limited to only 4x6

2021-03-16 Thread Chris Cheney
** Attachment added: "Gnome 3.36 - 6x12 grid" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1919377/+attachment/5477346/+files/Ubuntu%2020.04.png ** Description changed: For some reason after Ubuntu 20.04 (Gnome 3.36) the app grid was limited to a maximum of 4x6. This

[Bug 1919374] Re: "Show Applications" hidden behind open windows

2021-03-16 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1918874 *** https://bugs.launchpad.net/bugs/1918874 Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gnome-shell (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of

[Bug 1825126] Re: Shell dialog shadows are clipped on the top and left edges

2021-03-16 Thread Daniel van Vugt
** Changed in: gnome-shell (Ubuntu) Status: In Progress => Fix Committed ** Changed in: mutter (Ubuntu) Status: In Progress => Fix Committed ** Tags added: fixed-in-40 fixed-upstream -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 1919362] Re: gnome-shell extension Move_Clock crashes

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

[Bug 1747706] Re: 'copy to clipboard' only copy/pastes the first 127 rows into gimp

2021-03-16 Thread themusicgod1
not sure if the same bug but does the same thing with different numbers of line...occasionally in focal ** Tags added: focal -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gimp in Ubuntu. https://bugs.launchpad.net/bugs/1747706

[Bug 1919143] Re: Update mutter to 3.36.9

2021-03-16 Thread Daniel van Vugt
3.36.9 has now been released upstream :) ** Summary changed: - update mutter to 3.36.8 + Update mutter to 3.36.9 ** Description changed: - This is a request to update mutter to version 3.36.8 to fix various + This is a request to update mutter to version >= 3.36.8 to fix various issues that

[Bug 1919394] Re: Maximized windows sometimes end up under the dock on Wayland

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

[Bug 1919310] Re: Wacom cursor not shown in Wayland, works in Xorg

2021-03-16 Thread Daniel van Vugt
** Tags added: wacom ** Package changed: gnome-shell (Ubuntu) => mutter (Ubuntu) ** No longer affects: libinput (Ubuntu) ** Bug watch added: gitlab.gnome.org/GNOME/mutter/-/issues #1645 https://gitlab.gnome.org/GNOME/mutter/-/issues/1645 ** Also affects: mutter via

[Bug 1919400] [NEW] Wayland support is missing, if booted with the monitor turned off

2021-03-16 Thread Daniel van Vugt
Public bug reported: Wayland sessions are missing/not supported, if booted with the monitor turned off. and the system log suggests why: gnome-shell[1007]: Failed to create backend: No GPUs with outputs found ** Affects: gdm3 (Ubuntu) Importance: Medium Status: New ** Affects:

[Bug 1919400] Re: Wayland support is missing, if booted with the monitor turned off

2021-03-16 Thread Daniel van Vugt
Looks like a feature that's been there since 3.30: https://gitlab.gnome.org/GNOME/mutter/-/commit/deb541ef5a -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/1919400 Title: Wayland

[Bug 1919093] Re: [ThinkPad P1 Gen 3 w/ Intel + Nvidia Quadro T2000] Desktop does not load after login - purple screen with mouse

2021-03-16 Thread Daniel van Vugt
** Package changed: gnome-shell (Ubuntu) => nvidia-graphics-drivers-460 (Ubuntu) ** Package changed: nvidia-graphics-drivers-460 (Ubuntu) => xorg-server (Ubuntu) ** Changed in: xorg-server (Ubuntu) Status: Incomplete => New ** Changed in: xorg-server (Ubuntu) Importance: Undecided =>

[Bug 1919374] Re: "Show Applications" hidden behind open windows

2021-03-16 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

[Bug 1919377] Re: gnome-shell 3.38+ HUD app grid is limited to only 4x6

2021-03-16 Thread Daniel van Vugt
Design issues like this need to be reported to the developers. Please report the issue upstream at https://gitlab.gnome.org/GNOME/gnome- shell/issues and then tell us the new issue ID. ** Changed in: gnome-shell (Ubuntu) Importance: Undecided => Low ** Tags added: groovy hirsute ** Summary

[Bug 1778069] Re: [xfce] nautilus don't open files if set as default file manager

2021-03-16 Thread iyilmaz
Theo thanks .fixed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1778069 Title: [xfce] nautilus don't open files if set as default file manager To manage notifications about

[Bug 1919377] Re: gnome-shell 3.38+ HUD app grid is limited to only 4x6

2021-03-16 Thread Chris Cheney
Going back to low resolution 1080p 100dpi, it actually looks decent there, notice the spacing actually looks sane and there aren't huge areas of wasted space like at 4K. So it looks like they only really considered 1080p 100dpi and just blissfully ignored all other use cases. ** Attachment

[Bug 1919377] Re: gnome-shell 3.38+ HUD app grid is limited to only 4x6

2021-03-16 Thread Chris Cheney
It also doesn't look any better on Gnome 40, which Ubuntu doesn't use yet. ** Attachment added: "Gnome 40 - 4x6 grid" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1919377/+attachment/5477348/+files/Gnome%2040.png -- You received this bug notification because you are a member

[Bug 1919377] Re: gnome-shell 3.38+ HUD app grid is limited to only 4x6

2021-03-16 Thread Chris Cheney
I'm using my monitor in portrait mode, but it still looks silly even in normal landscape mode due to it being limited to only 8x3. ** Attachment added: "Gnome 40 - 8x3 grid - landscape"

[Bug 1919394] [NEW] Maximized windows sometimes end up under the dock on Wayland

2021-03-16 Thread Martin
Public bug reported: Sometimes, my maximized windows end up below the dock (see attached screenshot). This usually happens when waking my laptop from sleep, but I have occasionally seen it happening in other situations too. I haven't seen it on X11. I'm on a Dell with an Intel CPU and integrated

[Bug 1919377] Re: gnome-shell 3.38+ HUD app grid is limited to only 4x6

2021-03-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gnome-shell (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.

[Bug 1919377] Re: gnome-shell 3.38+ HUD app grid is limited to only 4x6

2021-03-16 Thread Camden Mac Leod
I don't think this is a bug, but I agree that there should be a better implementation. None of my displays are 4K, but I can definitely see how on some monitors the icons are massive, and on others, they should easily have more rows/columns. I fixed this by installing the 'App Grid Tweaks' app: