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

2021-03-18 Thread Mathew Hodson
** No longer affects: gnome-shell-extension-ubuntu-dock (Ubuntu)

** No longer affects: gnome-shell-extension-dashtodock (Ubuntu)

** No longer affects: gnome-shell (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell-extension-ubuntu-dock
in Ubuntu.
https://bugs.launchpad.net/bugs/1918874

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1918874/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1920061] Re: when I go to restart it claims there is someone logged in remotely when no one is

2021-03-18 Thread Daniel van Vugt
Maybe there's a process subtree somewhere that looks like a separate
login. What do you get from this command?

  pstree $USER

-- 
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/1920061

Title:
  when I go to restart it claims there is someone logged in remotely
  when no one is

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1920061/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1920061] Re: when I go to restart it claims there is someone logged in remotely when no one is

2021-03-18 Thread Jonathan Kamens
It says "No inhibitors", and yet there is still no one else logged in
remotely and it is still claiming that there is when I try to restart.


** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => 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/1920061

Title:
  when I go to restart it claims there is someone logged in remotely
  when no one is

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1920061/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1905370] Re: Qt-based tray icons not displayed on start-up

2021-03-18 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-shell-extension-appindicator -
35-1

---
gnome-shell-extension-appindicator (35-1) experimental; urgency=medium

  [ Marco Trevisan (Treviño) ]
  * New upstream release
  * debian/control:
- Add myself to the Uploaders
- Build depend on eslint when tests are enabled
  * debian/gbp.conf:
- Use multimaint-merge in dch and sign tags
- Set upstream branch to upstream/latest
- Set upstream-vcs-tag while use default upsteram-tag
  * debian/patches:
- Use tap formatter for eslint by default
- Refresh
  * util: Ignore errors if we can't find a listed dbus name
  * util: Properly call logger static method
  * appIndicator: Use promises for the async code
  * appIndicator: Re-indent and cleanup code to create from pixmaps
  * appIndicator: Cancel icons loading when we're required to invalidate it
  * appIndicator: Use low-priority idles to load pixmap icons in batches
  * cleanup: Replace more GLib Sources with promises
  * promiseUtils: Backport the current gjs promisfy implementation
  * appIndicator: Use an async function to initialize the proxy
  * appIndicator: Fix a typo in a variable name
  * util: Promisify refreshPropertyOnProxy
  * promiseUtils: Polyfill a Promise.allSettled implementation
  * statusNotifierWatcher: Use fully async implementation for DBus traversing
  * statusNotifierWatcher: Only perform DBus lookup on idle
  * promiseUtils: Add promise to wait for a single signal emission
  * statusNotifierWatcher: Use a simple promise to wait startup
  * statusNotifierWatcher: Ensure we catch errors on indicator initialization
  * statusNotifierWatcher: Move name watching into the indicator logic
  * statusNotifierItem: Emit signals about removed items on destruction
  * statusNotifierWatcher: Emit the uniqueId when emitting (Un)Registered events
  * Util: define an unique name watcher and reuse it as watch dog and for the 
indicator
  * indicatorStatusIcon: Handle scroll events on label too, not only on icon
  * indicatorStatusIcon: Use virtual functions to monitor button events
  * eslint: Add linter rules based on upstream gnome-shell and gjs and use 
auto-fix
  * cleanup: Cleanup code to match eslint rules
  * Utils: Do not support connecting to signals via method names

  [ Matteo F. Vescovi ]
  * debian/control: debhelper bump 12 -> 13

  [ Fran Dieguez ]
  * Add support for GNOME 40

  [ Dennis Fölster ]
  * Register the StatusNotifierWatcher as soon as possible (LP: #1905370,
 Closes: #977695).
  * Fix incorrect placed import.
  * Use strict equals comparison.

 -- Marco Trevisan (Treviño)   Thu, 18 Mar 2021
01:11:51 +0100

** Changed in: gnome-shell-extension-appindicator (Ubuntu Hirsute)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell-extension-appindicator
in Ubuntu.
https://bugs.launchpad.net/bugs/1905370

Title:
  Qt-based tray icons not displayed on start-up

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell-extension-appindicator/+bug/1905370/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766938] Re: gnome-shell crashed in mutter:ERROR:x11/iconcache.c:303:standard_pict_format_for_depth: code should not be reached

2021-03-18 Thread Daniel van Vugt
Yeah it's just a missing/unsupported bit depth in old versions of
mutter:

static int
standard_pict_format_for_depth (int depth)
{
  switch (depth)
{
case 1:
  return PictStandardA1;
case 24:
  return PictStandardRGB24;
case 32:
  return PictStandardARGB32;
default:
  g_assert_not_reached ();
}
}

-- 
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/1766938

Title:
  gnome-shell crashed in
  mutter:ERROR:x11/iconcache.c:303:standard_pict_format_for_depth: code
  should not be reached

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1766938/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766938] Re: gnome-shell crashed in mutter:ERROR:x11/iconcache.c:303:standard_pict_format_for_depth: code should not be reached

2021-03-18 Thread Nicholas Andre
For any poor saps that encounter this in the future in a similar
situation, replacing the graphics driver with 'virtio' in the KVM/qemu
config fixes this:


  
  


Instead of the default 'cirrus' or whatever. Found this in my age-old
notes from the last time I encountered this problem a year ago. I'm not
sure whether this triggered a cache clear or whether the bit depth is
different or what...

-- 
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/1766938

Title:
  gnome-shell crashed in
  mutter:ERROR:x11/iconcache.c:303:standard_pict_format_for_depth: code
  should not be reached

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1766938/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766938] Re: gnome-shell crashed in mutter:ERROR:x11/iconcache.c:303:standard_pict_format_for_depth: code should not be reached

2021-03-18 Thread Nicholas Andre
I get this error which the internet suggests means a problem getting a
core dump. Upping the limits didn't in apport didn't seem to help. I
attached the file in /var/crash

$ ubuntu-bug /var/crash/_usr_bin_gnome-shell.1000.crash

*** Error: Problem in gnome-shell

Sorry, the program "gnome-shell" closed unexpectedly

Your computer does not have enough free memory to automatically analyze
the problem and send a report to the developers.

Press any key to continue...

** Attachment added: "_usr_bin_gnome-shell.1000.crash"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766938/+attachment/5478034/+files/_usr_bin_gnome-shell.1000.crash

-- 
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/1766938

Title:
  gnome-shell crashed in
  mutter:ERROR:x11/iconcache.c:303:standard_pict_format_for_depth: code
  should not be reached

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1766938/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766938] Re: gnome-shell crashed in mutter:ERROR:x11/iconcache.c:303:standard_pict_format_for_depth: code should not be reached

2021-03-18 Thread Daniel van Vugt
It appears the crashing function was removed in mutter 3.34 onward. That
means this is "fixed" for Ubuntu 20.04 and later.

** Changed in: mutter (Ubuntu)
   Status: Invalid => Fix Released

** No longer affects: gnome-shell (Ubuntu)

-- 
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/1766938

Title:
  gnome-shell crashed in
  mutter:ERROR:x11/iconcache.c:303:standard_pict_format_for_depth: code
  should not be reached

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1766938/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766938] Re: gnome-shell crashed in mutter:ERROR:x11/iconcache.c:303:standard_pict_format_for_depth: code should not be reached

2021-03-18 Thread Daniel van Vugt
** Summary changed:

- gnome-shell crashed in standard_pict_format_for_depth()
+ gnome-shell crashed in 
mutter:ERROR:x11/iconcache.c:303:standard_pict_format_for_depth: code should 
not be reached

-- 
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/1766938

Title:
  gnome-shell crashed in
  mutter:ERROR:x11/iconcache.c:303:standard_pict_format_for_depth: code
  should not be reached

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1766938/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

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

2021-03-18 Thread Daniel van Vugt
Also https://salsa.debian.org/gnome-team/mutter/-/merge_requests/70

-- 
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 appear over the icon grid when Ubuntu
  Dock or Dash To Dock is loaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1918874/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766938] Re: gnome-shell crashed in standard_pict_format_for_depth()

2021-03-18 Thread Nicholas Andre
I'm seeing this crash on a brand new Ubuntu 18.04 install running on KVM
(the host itself is on 16.04). When I connect via KVM's VNC and try to
open settings app, I get a 100% crash. It's weird because I haven't
installed any additional software.

Mar 18 22:42:11 riv18 org.gnome.Shell.desktop[2561]: **
Mar 18 22:42:11 riv18 org.gnome.Shell.desktop[2561]: 
mutter:ERROR:x11/iconcache.c:303:standard_pict_format_for_depth: code should 
not be reached
Mar 18 22:42:11 riv18 org.gnome.Shell.desktop[2561]: == Stack trace for context 
0x55663fe03320 ==
Mar 18 22:42:11 riv18 gnome-session[2482]: gnome-session-binary[2482]: WARNING: 
Application 'org.gnome.Shell.desktop' killed by signal 6
Mar 18 22:42:11 riv18 gnome-session-binary[2482]: WARNING: Application 
'org.gnome.Shell.desktop' killed by signal 6
Mar 18 22:42:12 riv18 gsd-media-keys[2649]: g_variant_get_va: assertion 'value 
!= NULL' failed
Mar 18 22:42:12 riv18 gsd-media-keys[2649]: g_variant_unref: assertion 'value 
!= NULL' failed
Mar 18 22:42:12 riv18 org.gnome.Shell.desktop[2942]: current session already 
has an ibus-daemon.
Mar 18 22:42:12 riv18 dbus-daemon[445]: [system] Activating via systemd: 
service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by 
':1.178' (uid=1000 pid=2942 comm="/usr/bin/gnome-shell " label="unconfined")
Mar 18 22:42:12 riv18 systemd[1]: Starting Location Lookup Service...
Mar 18 22:42:13 riv18 dbus-daemon[445]: [system] Successfully activated service 
'org.freedesktop.GeoClue2'
Mar 18 22:42:13 riv18 systemd[1]: Started Location Lookup Service.
Mar 18 22:42:13 riv18 gnome-shell[2942]: Telepathy is not available, chat 
integration will be disabled.
Mar 18 22:42:13 riv18 gsd-media-keys[2649]: g_variant_get_va: assertion 'value 
!= NULL' failed
Mar 18 22:42:13 riv18 gsd-media-keys[2649]: g_variant_unref: assertion 'value 
!= NULL' failed
Mar 18 22:42:13 riv18 gnome-shell[2942]: JS WARNING: 
[/usr/share/gnome-shell/extensions/ubuntu-d...@ubuntu.com/appIcons.js 1028]: 
unreachable code after return statement
Mar 18 22:42:13 riv18 org.gnome.Shell.desktop[2942]: **
Mar 18 22:42:13 riv18 org.gnome.Shell.desktop[2942]: 
mutter:ERROR:x11/iconcache.c:303:standard_pict_format_for_depth: code should 
not be reached

-- 
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/1766938

Title:
  gnome-shell crashed in standard_pict_format_for_depth()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766938/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1766938] Re: gnome-shell crashed in standard_pict_format_for_depth()

2021-03-18 Thread Nicholas Andre
I've attached the full logs I see. Can anyone tell me where to look for
more details?

** Attachment added: "ubuntu-logs"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766938/+attachment/5478029/+files/ubuntu-logs

-- 
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/1766938

Title:
  gnome-shell crashed in standard_pict_format_for_depth()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766938/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1920061] Re: when I go to restart it claims there is someone logged in remotely when no one is

2021-03-18 Thread Daniel van Vugt
Sounds like https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3119

You might be able to use this command to find out the relevant apps:

  gnome-session-inhibit -l


** Bug watch added: gitlab.gnome.org/GNOME/gnome-shell/-/issues #3119
   https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3119

** Changed in: gnome-shell (Ubuntu)
   Status: New => Incomplete

-- 
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/1920061

Title:
  when I go to restart it claims there is someone logged in remotely
  when no one is

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1920061/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1920036] Re: screen flicker on gnome with t450s with ultra dock

2021-03-18 Thread Daniel van Vugt
That libinput error is not related to this issue - it's something
everyone sees.

** Summary changed:

- screen flicker on gnome with t450s with ultra dock
+ [DisplayLink] screen flicker on gnome with t450s with ultra dock

** Tags added: displaylink

-- 
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/1920036

Title:
  [DisplayLink] screen flicker on gnome with t450s with ultra dock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1920036/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1920036] Re: [DisplayLink] screen flicker on gnome with t450s with ultra dock

2021-03-18 Thread Daniel van Vugt
Please run these commands:

  lspci -kv > lspci.txt
  journalctl -b0 > journal.txt

and attach the resulting text files here.

** Changed in: mutter (Ubuntu)
   Status: New => Incomplete

-- 
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/1920036

Title:
  [DisplayLink] screen flicker on gnome with t450s with ultra dock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1920036/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1919429] Re: Impossible Login: if dual screen is active, mouse is locked only in one monitor, the wrong one

2021-03-18 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1760849 ***
https://bugs.launchpad.net/bugs/1760849

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 1760849, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 1760849
   Login screen appears on only one monitor and it's not the one I want

-- 
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/1919429

Title:
  Impossible Login: if dual screen is active, mouse is locked only in
  one monitor, the wrong one

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1919429/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1295627] Re: Wrong language (German) after fresh install

2021-03-18 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1907914 ***
https://bugs.launchpad.net/bugs/1907914

Ubuntu 20.10 is a short-lived release so there won't be any updates to
the installer where 20.10 can ever be fixed. And 20.10 reaches end of
life in July (https://wiki.ubuntu.com/Releases).

The fix is in 21.04 already, and if you would like to see it in 20.04.3
then please click the nominate button in bug 1907914.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1295627

Title:
  Wrong language (German) after fresh install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1295627/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1777708] Re: Desktop briefly becomes unresponsive when typing on 2 keyboards at the same time

2021-03-18 Thread Daniel van Vugt
** Tags added: performance

-- 
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/108

Title:
  Desktop briefly becomes unresponsive when typing on 2 keyboards at the
  same time

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/108/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1919320] Re: Active Directory users unable to change expired password on logon

2021-03-18 Thread ibmthinkpad770x
I tested this today with 18.04

This issue exists in 18.04 with the the samba domain join method.

However Ubuntu 18.04 with SSSD and Realmd method worked as designed with
the expired password. The user was able to change the expired password

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm3 in Ubuntu.
https://bugs.launchpad.net/bugs/1919320

Title:
  Active Directory users unable to change expired password on logon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1919320/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1295627] Re: Wrong language (German) after fresh install

2021-03-18 Thread Gunnar Hjalmarsson
*** This bug is a duplicate of bug 1907914 ***
https://bugs.launchpad.net/bugs/1907914

On 2021-03-18 20:26, Alvin wrote:
> This bug is still there in Ubuntu 20.10.

Right, but it has been addressed for 21.04.

** This bug has been marked a duplicate of bug 1907914
   default locale when selecting english(US) and belgian timezone is incorrect

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1295627

Title:
  Wrong language (German) after fresh install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1295627/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1920061] [NEW] when I go to restart it claims there is someone logged in remotely when no one is

2021-03-18 Thread Jonathan Kamens
Public bug reported:

With all current Hirsute updates as of today, when I reboot my machine
and then immediately after logging in select Power Off/Log Out and then
Restart... the warning that pops up claims that I am logged in remotely
(see attached screenshot) when I am not. As I said, I just rebooted and
no one else is logged in. `who` also doesn't think anyone else is logged
in:

jik@jik5:~$ who
jik  :0   2021-03-18 15:24 (:0)
jik@jik5:~$ ubuntu-bug gnome-shell

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: gnome-shell 3.38.3-3ubuntu1
ProcVersionSignature: Ubuntu 5.11.0-11.12-generic 5.11.0
Uname: Linux 5.11.0-11-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu60
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Thu Mar 18 15:28:47 2021
DisplayManager: gdm3
InstallationDate: Installed on 2019-01-02 (806 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
RelatedPackageVersions: mutter-common 3.38.3-3ubuntu2
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to hirsute on 2021-02-21 (25 days ago)

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug hirsute regression-release

** Attachment added: "screen shot of restart pop-up claiming I am logged in 
remotely"
   
https://bugs.launchpad.net/bugs/1920061/+attachment/5477970/+files/2021-03-18_15-28.png

-- 
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/1920061

Title:
  when I go to restart it claims there is someone logged in remotely
  when no one is

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1920061/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1295627] Re: Wrong language (German) after fresh install

2021-03-18 Thread Alvin
This bug is still there in Ubuntu 20.10. You can change locales, but you
should be able to choose something more sensible in the installer.

If the automatic guess is only good for a handful of people, manually is
better.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1295627

Title:
  Wrong language (German) after fresh install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1295627/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1897754] Re: flameshot: The icon does not appear in the GNOME bar

2021-03-18 Thread pb2004
*** This bug is a duplicate of bug 1905370 ***
https://bugs.launchpad.net/bugs/1905370

** This bug has been marked a duplicate of bug 1905370
   Qt-based tray icons not displayed on start-up

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell-extension-appindicator
in Ubuntu.
https://bugs.launchpad.net/bugs/1897754

Title:
  flameshot: The icon does not appear in the GNOME bar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flameshot/+bug/1897754/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1901631] Re: flameshot, yubico authenticator app indicator icons missing on login

2021-03-18 Thread pb2004
*** This bug is a duplicate of bug 1905370 ***
https://bugs.launchpad.net/bugs/1905370

** This bug is no longer a duplicate of bug 1897754
   flameshot: The icon does not appear in the GNOME bar
** This bug has been marked a duplicate of bug 1905370
   Qt-based tray icons not displayed on start-up

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell-extension-appindicator
in Ubuntu.
https://bugs.launchpad.net/bugs/1901631

Title:
  flameshot, yubico authenticator app indicator icons missing on login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-appindicator/+bug/1901631/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1920036] Re: screen flicker on gnome with t450s with ultra dock

2021-03-18 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => mutter (Ubuntu)

-- 
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/1920036

Title:
  screen flicker on gnome with t450s with ultra dock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1920036/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1920036] [NEW] screen flicker on gnome with t450s with ultra dock

2021-03-18 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

picture on monitor connected to DisplayPort flickers occasionally. between 1 
and 20 times per hour.
searched for similar bugs or problems, related to docking station. Does not 
happen when using laptop standalone / connect screen manually. 

DisplayLink Driver is installed/compiled from official website.

whenever the flickering happens, this appears in log:

"libinput error: client bug: timer event20 debounce short: scheduled
expiry is in the past (-10ms), your system is too slow"

anything I can contribute? fix? 
I tried to get daily builds of intel-driver but that broke wayland/gdm so I 
rolled back.

only link I could find that seems relevant is
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1572667 - which
expired.

thanks


Andreas

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: mutter 3.36.7+git20201123-0.20.04.1
ProcVersionSignature: Ubuntu 5.8.0-45.51~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-45-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: GNOME
Date: Thu Mar 18 16:18:08 2021
InstallationDate: Installed on 2021-03-13 (5 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
SourcePackage: mutter
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mutter (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal wayland-session
-- 
screen flicker on gnome with t450s with ultra dock
https://bugs.launchpad.net/bugs/1920036
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to mutter in Ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1919429] Re: Impossible Login: if dual screen is active, mouse is locked only in one monitor, the wrong one

2021-03-18 Thread Paul White
** Tags added: focal

** Package changed: ubuntu => gnome-shell (Ubuntu)

-- 
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/1919429

Title:
  Impossible Login: if dual screen is active, mouse is locked only in
  one monitor, the wrong one

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1919429/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1919429] [NEW] Impossible Login: if dual screen is active, mouse is locked only in one monitor, the wrong one

2021-03-18 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Impossible Login ubuntu 20.04 : 
if dual screen is active with an HDMI cable and set to extended desktop mode 
(that means that I have two screens displaying a part of the same big 
dekstop,and not duplicated)

mouse is locked only in one monitor, the wrong one.
This means that at login time, I get my Avatar with the password area in the 
second screen, and I get the purple ubuntu wallpaper  and the mouse pointer on 
my Laptop screen instead.

Then when I try to move the mouse from the Laptop screen to the second
external screen mouse is stucked at the border and doesnt jump to the
other screen so I can't click on the second screen and login.

The only way to login is to disconnect the second monitor so the login
aerea comes back in my laptop screen, then login in and then connect the
monitor again.

Also keep in mind that I set my laptop screen as the main one, and the
external as secondary so at login time it's wrong that i get the main
login aerea in the secondary screen instead. That is a bug too, but the
main is concern is that I can't even move the mouse there to login.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bot-comment focal
-- 
Impossible Login: if dual screen is active, mouse is locked only in one 
monitor, the wrong one
https://bugs.launchpad.net/bugs/1919429
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to gnome-shell in Ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1777708] Re: Desktop briefly becomes unresponsive when typing on 2 keyboards at the same time

2021-03-18 Thread Gignu Trattow
I recently bought the R-GO Split keyboard too and on Ubuntu 20.04 (Gnome) it 
was very laggy.
What I did to get rid of the lag was to simply switch from Gnome to KDE Plasma 
Desktop. Switching to Wayland worked too, but unfortunately, Wayland was 
causing problems with Skype and Audacity. So that's why I'm using KDE now. It 
might take some time to get used to KDE Plasma Desktop but it's a great Window 
Manager and seems to be a lot more stable than Gnome and Wayland. 

I also tried to switch to the Brasilien keyboard and commenting out
"modifier_map Mod3 { Scroll_Lock };". But it didn't work even after
restarting several times and making sure that the Brasilian keyboard was
selected. Maybe it worked with an earlier version of Ubuntu but at least
for me with Ubuntu 20.04 (Gnome) it didn't have any effect.

Hope this is helpful!

-- 
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/108

Title:
  Desktop briefly becomes unresponsive when typing on 2 keyboards at the
  same time

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/108/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1919440] Re: Mouse cursor gets stuck in "drag and drop" mode

2021-03-18 Thread Sebastien Bacher
Thanks, I'm sending it back to new for now but it's somewhat a puzzling
issue... and no, it's not likely due to multiboot. I guess you could add
another user account to see if that has the issue as well, it could be a
configuration or input method or service interaction weirdly...

** Changed in: nautilus (Ubuntu)
   Status: Incomplete => New

-- 
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/1919440

Title:
Mouse cursor gets stuck in "drag and drop" mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1919440/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1919440] Re: Mouse cursor gets stuck in "drag and drop" mode

2021-03-18 Thread Konstantin Hebenstreit
Thanks for helping me.

It happens while using touchpad or mouse. It also happens when I create a new 
bookmark.
The error started approximately one or two month ago, before that it was just 
working fine...

Could it eventually be that my dual-boot of windows and ubuntu makes
this unique problem? (Just as additional info for you)

Here is the log of the function you provided:

-- Logs begin at Tue 2021-02-23 19:02:17 CET. --
Mär 18 10:48:37 Konstantin-HP rtkit-daemon[1209]: Supervising 5 threads of 3 
processes of 1 users.
Mär 18 10:49:38 Konstantin-HP gnome-shell[2294]: Window manager warning: 
WM_TRANSIENT_FOR window 0x221aa33 for override-redirect window 0x221aca8 is an 
override-redirect window and this is not correct according to the standard, so 
we'll fallback to the root window.
Mär 18 10:49:45 Konstantin-HP gnome-shell[2294]: Window manager warning: 
WM_TRANSIENT_FOR window 0x221b509 for override-redirect window 0x221b503 is an 
override-redirect window and this is not correct according to the standard, so 
we'll fallback to the root window.
Mär 18 10:49:53 Konstantin-HP systemd[2008]: Started Application launched by 
gsd-media-keys.
Mär 18 10:49:53 Konstantin-HP dbus-daemon[2020]: [session uid=1000 pid=2020] 
Activating via systemd: service name='org.gnome.Terminal' 
unit='gnome-terminal-server.service' requested by ':1.156' (uid=1000 pid=9136 
comm="/usr/bin/gnome-terminal.real " label="unconfined")
Mär 18 10:49:53 Konstantin-HP systemd[2008]: Starting GNOME Terminal Server...
Mär 18 10:49:54 Konstantin-HP dbus-daemon[2020]: [session uid=1000 pid=2020] 
Successfully activated service 'org.gnome.Terminal'
Mär 18 10:49:54 Konstantin-HP systemd[2008]: Started GNOME Terminal Server.
Mär 18 10:49:54 Konstantin-HP systemd[2008]: Started VTE child process 9150 
launched by gnome-terminal-server process 9139.
Mär 18 10:49:54 Konstantin-HP systemd[2008]: 
gnome-launched-x-terminal-emulator-9133.scope: Succeeded.
Mär 18 10:50:15 Konstantin-HP gnome-shell[2294]: Window manager warning: 
WM_TRANSIENT_FOR window 0x221c3ff for override-redirect window 0x221c547 is an 
override-redirect window and this is not correct according to the standard, so 
we'll fallback to the root window.
Mär 18 10:50:16 Konstantin-HP gnome-shell[2294]: Window manager warning: 
WM_TRANSIENT_FOR window 0x22108ef for override-redirect window 0x221c547 is an 
override-redirect window and this is not correct according to the standard, so 
we'll fallback to the root window.
Mär 18 10:50:17 Konstantin-HP gnome-shell[2294]: Window manager warning: 
WM_TRANSIENT_FOR window 0x221c3ff for override-redirect window 0x221c547 is an 
override-redirect window and this is not correct according to the standard, so 
we'll fallback to the root window.
Mär 18 10:50:19 Konstantin-HP nautilus[5077]: Called "net usershare info" but 
it failed: Failed to execute child process “net” (No such file or directory)
Mär 18 10:50:20 Konstantin-HP gnome-shell[2294]: Window manager warning: 
WM_TRANSIENT_FOR window 0x221c900 for override-redirect window 0x221cbca is an 
override-redirect window and this is not correct according to the standard, so 
we'll fallback to the root window.

-- 
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/1919440

Title:
Mouse cursor gets stuck in "drag and drop" mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1919440/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1919440] Re: Mouse cursor gets stuck in "drag and drop" mode

2021-03-18 Thread Sebastien Bacher
Thank you for the video, it helps understanding better the issue. That's
a pretty weird bug though, that's the first I see it mentioned and it's
not happening here. Could you do

$ journalctl -f

and see if any error is displayed when triggering the issue?


is the issue specific to that folder or does it happen with any bookmark you 
add?
also what sort of pointing device do you use to do the click?

-- 
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/1919440

Title:
Mouse cursor gets stuck in "drag and drop" mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1919440/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Re: [Bug 1919440] Re: Mouse cursor gets stuck in "drag and drop" mode

2021-03-18 Thread Konstantin Hebenstreit
Hello!

Here is a screencast I just made.

It shows that everytime i simply click on my 'AI_Master' folder it 
always does a drag and drop.
But it does not do a drap and drop for other directories as Videos, or 
Pictures or Home or Downloads...

Best,
Konstantin

Am 17.03.2021 11:07 schrieb Sebastien Bacher:
> Thank you for your bug report, could you take a screencast or video
> showing the issue?
> 
> ** Changed in: nautilus (Ubuntu)
>Importance: Undecided => Low
> 
> ** Changed in: nautilus (Ubuntu)
>Status: New => Incomplete
> 
> --
> You received this bug notification because you are subscribed to the 
> bug
> report.
> https://bugs.launchpad.net/bugs/1919440
> 
> Title:
> Mouse cursor gets stuck in "drag and drop" mode
> 
> Status in nautilus package in Ubuntu:
>   Incomplete
> 
> Bug description:
>   1) Ubuntu 20.04.2 LTS
> 
>   3) I just expect to open a folder in my files.
> 
>   4)
>   This only happens when I try to open specific folders.
>   First I open the files menu.
>   Then I click on one of my 'saved favorites' on the left side in the
> displayed vertical list. they are between 'trash' and 'other
> locations'.
>   Whenever I click on these directories, which I put there to have
> fast access to them, the cursor just makes a drag and drop. So I
> cannot really use them anymore.
>   Only happens to these folders I put there, does not happen when I
> click on home or downloads etc.
> 
>   ProblemType: Bug
>   DistroRelease: Ubuntu 20.04
>   Package: nautilus 1:3.36.3-0ubuntu1
>   ProcVersionSignature: Ubuntu 5.8.0-44.50~20.04.1-generic 5.8.18
>   Uname: Linux 5.8.0-44-generic x86_64
>   ApportVersion: 2.20.11-0ubuntu27.16
>   Architecture: amd64
>   CasperMD5CheckResult: skip
>   CurrentDesktop: ubuntu:GNOME
>   Date: Wed Mar 17 10:44:17 2021
>   ExecutablePath: /usr/bin/nautilus
>   GsettingsChanges:
>b'org.gnome.nautilus.window-state' b'sidebar-width' b'161'
>b'org.gnome.nautilus.window-state' b'initial-size' b'(893, 411)'
>b'org.gnome.nautilus.preferences' b'default-folder-viewer' 
> b"'list-view'"
>   InstallationDate: Installed on 2020-07-10 (249 days ago)
>   InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 
> (20200423)
>   SourcePackage: nautilus
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   usr_lib_nautilus:
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1919440/+subscriptions

** Attachment added: "Screencast from 2021-03-18 10:20:13.webm"
   
https://bugs.launchpad.net/bugs/1919440/+attachment/5477803/+files/Screencast%20from%202021-03-18%2010%3A20%3A13.webm

-- 
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/1919440

Title:
Mouse cursor gets stuck in "drag and drop" mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1919440/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1919979] [NEW] Dock covers the top panel during the login animation

2021-03-18 Thread Daniel van Vugt
Public bug reported:

Dock covers the top panel during the login animation (top left corner of
the screen).

** Affects: gnome-shell-extension-dashtodock (Ubuntu)
 Importance: Low
 Status: New

** Affects: gnome-shell-extension-ubuntu-dock (Ubuntu)
 Importance: Low
 Status: New


** Tags: hirsute visual-quality

** Also affects: gnome-shell-extension-dashtodock (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gnome-shell-extension-dashtodock (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell-extension-ubuntu-dock
in Ubuntu.
https://bugs.launchpad.net/bugs/1919979

Title:
  Dock covers the top panel during the login animation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-dashtodock/+bug/1919979/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

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

2021-03-18 Thread Sebastien Bacher
Thanks, as said there was a regression which had been fixed in
https://bugs.launchpad.net/ubuntu/+source/gnome-autoar/0.2.3-2ubuntu0.2
, which was published on the March 8th. Since security updates are auto
applied in background it probably means you the fix installer without
notice. Assuming that's what happened I'm going to take your recent
comment of a confirmation that the fix is working as intended and close
the ticket.

** Changed in: file-roller (Ubuntu)
   Status: Incomplete => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/1919008

Title:
  'Extract here' for .zip files not working as intended.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1919008/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1919972] [NEW] Icon grid flashes briefly before the spring animation

2021-03-18 Thread Daniel van Vugt
Public bug reported:

When clicking 'Show Applications', the icon grid flashes up briefly
before vanishing again and the spring animation reveals it properly.

** Affects: dash-to-dock
 Importance: Unknown
 Status: Unknown

** Affects: gnome-shell-extension-dashtodock (Ubuntu)
 Importance: Low
 Status: Triaged

** Affects: gnome-shell-extension-ubuntu-dock (Ubuntu)
 Importance: Low
 Status: Triaged


** Tags: hirsute visual-quality

** Bug watch added: github.com/micheleg/dash-to-dock/issues #1359
   https://github.com/micheleg/dash-to-dock/issues/1359

** Also affects: dash-to-dock via
   https://github.com/micheleg/dash-to-dock/issues/1359
   Importance: Unknown
   Status: Unknown

** Also affects: gnome-shell-extension-ubuntu-dock (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu)
   Status: New => Triaged

** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu)
   Importance: Undecided => Low

** Tags added: visual-quality

** Description changed:

- Icon grid flashes briefly before the spring animation reveals it
- properly
+ When clicking 'Show Applications', the icon grid flashes up briefly
+ before vanishing again and the spring animation reveals it properly.

** Summary changed:

- Icon grid flashes briefly before the spring animation reveals it properly
+ Icon grid flashes briefly before the spring animation

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell-extension-ubuntu-dock
in Ubuntu.
https://bugs.launchpad.net/bugs/1919972

Title:
  Icon grid flashes briefly before the spring animation

To manage notifications about this bug go to:
https://bugs.launchpad.net/dash-to-dock/+bug/1919972/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1874578] Re: [wayland] dock has very long load time when show-mounts is enabled

2021-03-18 Thread Daniel van Vugt
** Also affects: gnome-shell-extension-dashtodock (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gnome-shell-extension-dashtodock (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell-extension-ubuntu-dock
in Ubuntu.
https://bugs.launchpad.net/bugs/1874578

Title:
  [wayland] dock has very long load time when show-mounts is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/dash-to-dock/+bug/1874578/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1917939] Re: windows maximise underneath dock

2021-03-18 Thread Daniel van Vugt
** Also affects: mutter (Ubuntu)
   Importance: Undecided
   Status: New

** Bug watch added: gitlab.gnome.org/GNOME/mutter/-/issues #1627
   https://gitlab.gnome.org/GNOME/mutter/-/issues/1627

** Also affects: mutter via
   https://gitlab.gnome.org/GNOME/mutter/-/issues/1627
   Importance: Unknown
   Status: Unknown

** Tags added: fixed-in-40 fixed-upstream

** Changed in: mutter (Ubuntu)
   Status: New => Fix Committed

** Changed in: mutter (Ubuntu)
   Importance: Undecided => Medium

** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu)
   Status: Triaged => Invalid

** Summary changed:

- windows maximise underneath dock
+ Windows maximise underneath dock after monitor sleep

** Tags added: rls-hh-incoming

-- 
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/1917939

Title:
  Windows maximise underneath dock after monitor sleep

To manage notifications about this bug go to:
https://bugs.launchpad.net/dash-to-dock/+bug/1917939/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

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

2021-03-18 Thread Daniel van Vugt
And here's a debdiff so we can fix mutter immediately without waiting
for salsa.

** Patch added: "mutter_3.38.3-3ubuntu3.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1918874/+attachment/5477784/+files/mutter_3.38.3-3ubuntu3.debdiff

-- 
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 appear over the icon grid when Ubuntu
  Dock or Dash To Dock is loaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1918874/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

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

2021-03-18 Thread Daniel van Vugt
OK, I have a fix prepared but https://salsa.debian.org/ is down right
now. So please 'am' this to salsa as soon as possible...


** Changed in: gnome-shell-extension-dashtodock (Ubuntu)
   Status: In Progress => Invalid

** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu)
   Status: In Progress => Invalid

** Patch added: "Remove-G_PARAM_EXPLICIT_NOTIFY-from-the-opacity-prop.patch"
   
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1918874/+attachment/541/+files/Remove-G_PARAM_EXPLICIT_NOTIFY-from-the-opacity-prop.patch

-- 
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 appear over the icon grid when Ubuntu
  Dock or Dash To Dock is loaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1918874/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

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

2021-03-18 Thread Daniel van Vugt
And the above "hackish" code does not exist in gnome-shell 40, which is
why they don't experience problems with the mutter patch.

** Changed in: mutter (Ubuntu)
   Status: Won't Fix => In Progress

** Changed in: gnome-shell (Ubuntu)
   Status: Invalid => Won't Fix

** Changed in: gnome-shell (Ubuntu)
 Assignee: (unassigned) => Daniel van Vugt (vanvugt)

** Changed in: gnome-shell (Ubuntu)
   Importance: Undecided => High

-- 
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 appear over the icon grid when Ubuntu
  Dock or Dash To Dock is loaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1918874/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

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

2021-03-18 Thread Daniel van Vugt
Tracked down further... The bug is caused by this gnome-shell code not
running anymore:

// This is kinda hackish - we want the primary view to
// appear as parent of this, though in reality it
// is added directly to Main.layoutManager.overviewGroup
this._notifyOpacityId = newParent.connect('notify::opacity', () => {
let opacity = this.get_parent().opacity;
let primaryView = this._getPrimaryView();
if (!primaryView)
return;
primaryView.opacity = opacity;
primaryView.visible = opacity != 0;
});

because of the introduction of:

  clutter-Use-G_PARAM_EXPLICIT_NOTIFY-for-actor-and-stage-p.patch

in mutter.

-- 
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 appear over the icon grid when Ubuntu
  Dock or Dash To Dock is loaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1918874/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1919964] Re: open applicaitons cover the application menu (Activitites Overview) when opened

2021-03-18 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 at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 1918874
   [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 gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1919964

Title:
  open applicaitons cover the application menu (Activitites Overview)
  when opened

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1919964/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1919964] Re: open applicaitons cover the application menu (Activitites Overview) when opened

2021-03-18 Thread Chris Guiver
*** This bug is a duplicate of bug 1918874 ***
https://bugs.launchpad.net/bugs/1918874

Possibly (likely?) duplicate of
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-
dock/+bug/1919960

-- 
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/1919964

Title:
  open applicaitons cover the application menu (Activitites Overview)
  when opened

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1919964/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1919964] [NEW] open applicaitons cover the application menu (Activitites Overview) when opened

2021-03-18 Thread rue
Public bug reported:

Hello. 
When I have any applications running and I open up the application menu the 
running applications cover the Activities Overlay, I think this is what it is 
called in Gnome, maybe application grid?
I will add a screenshot. 
This happens in X and under Wayland 
Thanks.

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: gnome-shell 3.38.3-3ubuntu1
ProcVersionSignature: Ubuntu 5.11.0-11.12-generic 5.11.0
Uname: Linux 5.11.0-11-generic x86_64
ApportVersion: 2.20.11-0ubuntu60
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Thu Mar 18 19:34:03 2021
DisplayManager: gdm3
InstallationDate: Installed on 2021-03-16 (2 days ago)
InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Alpha amd64 (20210123)
ProcEnviron:
 LANGUAGE=en_NZ:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_NZ.UTF-8
 SHELL=/bin/bash
RelatedPackageVersions: mutter-common 3.38.3-3ubuntu2
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug hirsute

** Attachment added: "Screenshot showing open application covering Activities 
Overlay,"
   
https://bugs.launchpad.net/bugs/1919964/+attachment/5477763/+files/Screenshot%20from%202021-03-18%2018-35-28.png

-- 
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/1919964

Title:
  open applicaitons cover the application menu (Activitites Overview)
  when opened

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1919964/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1919960] Re: windows showed over applications grid when show-app-button clicked

2021-03-18 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 at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 1918874
   [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 gnome-shell-extension-ubuntu-dock
in Ubuntu.
https://bugs.launchpad.net/bugs/1919960

Title:
  windows showed over applications grid when show-app-button clicked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/1919960/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1896171] Re: Wayland GL apps appear corrupt on Raspberry Pi 4B (v3d driver)

2021-03-18 Thread Daniel van Vugt
** Changed in: mutter (Ubuntu)
   Status: In Progress => Triaged

-- 
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/1896171

Title:
  Wayland GL apps appear corrupt on Raspberry Pi 4B (v3d driver)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mutter/+bug/1896171/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1919960] [NEW] windows showed over applications grid when show-app-button clicked

2021-03-18 Thread Luca Bellinzaghi
Public bug reported:

Hi all,

clicking on show-apps-button in the dock shows applications grid behind
opened windows.

Using the shortcut Super+A, applications grid is displayed correctly
hiding windows.

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: gnome-shell-extension-ubuntu-dock 68ubuntu20.10.1
ProcVersionSignature: Ubuntu 5.11.0-11.12-generic 5.11.0
Uname: Linux 5.11.0-11-generic x86_64
ApportVersion: 2.20.11-0ubuntu60
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Thu Mar 18 07:03:29 2021
InstallationDate: Installed on 2021-03-17 (0 days ago)
InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Alpha amd64 (20210123)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-shell-extension-ubuntu-dock
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-shell-extension-ubuntu-dock (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug hirsute wayland-session

** Attachment added: "show-apps.png"
   
https://bugs.launchpad.net/bugs/1919960/+attachment/5477751/+files/show-apps.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell-extension-ubuntu-dock
in Ubuntu.
https://bugs.launchpad.net/bugs/1919960

Title:
  windows showed over applications grid when show-app-button clicked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/1919960/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs