[Bug 2012733] Re: Small unthemed titlebars for server-side decorations in Xorg sessions

2023-03-26 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.
https://bugs.launchpad.net/bugs/2012733

Title:
  Small unthemed titlebars for server-side decorations in Xorg sessions

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


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

[Bug 2012726] Re: System freezes with "can't update stage views actor" for MetaWindowGroup and MetaWindowActorX11

2023-03-26 Thread Daniel van Vugt
*** This bug is a duplicate of bug 2007742 ***
https://bugs.launchpad.net/bugs/2007742

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 2007742, 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.


** Tags added: logspam

** This bug has been marked a duplicate of bug 2007742
   Can't update stage views actor  (regarding MetaWindowGroup, 
MetaWindowActorX11, MetaSurfaceActorX11)

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

Title:
  System freezes with "can't update stage views actor" for
  MetaWindowGroup and MetaWindowActorX11

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


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

[Bug 2012733] Re: Small unthemed titlebars for server-side decorations in Xorg sessions

2023-03-26 Thread Daniel van Vugt
** Summary changed:

- [lunar] [X11] Adwaita instead of Yaru in non GNOME apps
+ Small unthemed titlebars for server-side decorations in Xorg sessions

** Changed in: gnome-shell (Ubuntu)
Milestone: None => ubuntu-23.04-beta

** Tags added: rls-ll-incoming

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

Title:
  Small unthemed titlebars for server-side decorations in Xorg sessions

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


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

[Bug 2007742] Re: Can't update stage views actor (regarding MetaWindowGroup, MetaWindowActorX11, MetaSurfaceActorX11)

2023-03-26 Thread Daniel van Vugt
** Summary changed:

- Can't update stage views actor 
+ Can't update stage views actor  (regarding MetaWindowGroup, 
MetaWindowActorX11, MetaSurfaceActorX11)

** Tags added: logspam

** Tags added: jammy

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

Title:
  Can't update stage views actor  (regarding MetaWindowGroup,
  MetaWindowActorX11, MetaSurfaceActorX11)

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


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

[Bug 784055] Re: CPU usage increases dramatically (and visible stuttering) when running indicator-multiload

2023-03-26 Thread Daniel van Vugt
If you're not using Ubuntu 23.04 then you can get the fixed version 53
of the extension from:
https://extensions.gnome.org/extension/615/appindicator-support/

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

Title:
  CPU usage increases dramatically (and visible stuttering) when running
  indicator-multiload

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


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

[Bug 2011806] Re: [lunar] Snaps don't launch due to cgroup issue

2023-03-26 Thread James Henstridge
Another idea for how to synchronise the StartTransientUnit call without
resorting to passing pipe file descriptors to the child: we could simply
have the child_setup_func call kill(getpid(), SIGSTOP). The parent
process can now do the cgroup move at its leisure, and then send a
SIGCONT to the child to let it continue to the exec() call.

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

Title:
  [lunar] Snaps don't launch due to cgroup issue

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


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

[Bug 784055] Re: CPU usage increases dramatically (and visible stuttering) when running indicator-multiload

2023-03-26 Thread Chris Orban
Do I need to checkout and compile from source or can I use the browser
extension (i.e. gnome extension) to use the newer version?

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

Title:
  CPU usage increases dramatically (and visible stuttering) when running
  indicator-multiload

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


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

[Bug 2011806] Re: [lunar] Snaps don't launch due to cgroup issue

2023-03-26 Thread James Henstridge
@Batuhan: it's different code, but looks to be the same type of problem:

https://github.com/KDE/kio/blob/5bda428992cbd168fc1898661d80a089a8217449/src/gui/systemd/scopedprocessrunner.cpp#L13-L41

It's moving the process to a new cgroup after the application has
started executing (so happens without any synchronisation with what the
application is doing).

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

Title:
  [lunar] Snaps don't launch due to cgroup issue

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


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

[Bug 1998782] Re: Totem unable to play video on Raspberry Pi: "could not initialize OpenGL support"

2023-03-26 Thread Daniel van Vugt
** Summary changed:

- Totem unable to play video : "could not initialize OpenGL support"
+ Totem unable to play video on Raspberry Pi: "could not initialize OpenGL 
support"

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

Title:
  Totem unable to play video on Raspberry Pi: "could not initialize
  OpenGL support"

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


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

[Bug 2011806] Re: [lunar] Snaps don't launch due to cgroup issue

2023-03-26 Thread Daniel van Vugt
We're also tracking a crash in bug 2012839 (private for now) which might
explain similar issues seen outside of gnome-shell.

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

Title:
  [lunar] Snaps don't launch due to cgroup issue

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


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

[Bug 2012100] Re: gnome-shell crashed with SIGSEGV in meta_wayland_compositor_get_context() from display_from_offer() from data_offer_receive(mime_type="text/html") from ffi_call_unix64()

2023-03-26 Thread Daniel van Vugt
** Changed in: mutter (Ubuntu)
   Status: Incomplete => Confirmed

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

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

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

Title:
  gnome-shell crashed with SIGSEGV in
  meta_wayland_compositor_get_context() from display_from_offer() from
  data_offer_receive(mime_type="text/html") from ffi_call_unix64()

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


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

[Bug 1998782] Re: Totem unable to play video : "could not initialize OpenGL support"

2023-03-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: totem (Ubuntu)
   Status: New => Confirmed

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

Title:
  Totem unable to play video : "could not initialize OpenGL support"

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


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

[Bug 2012230] Re: gnome-shell crashed with SIGSEGV in meta_wayland_compositor_get_context() from display_from_offer() from destroy_data_offer() from destroy_resource() from for_each_helper()

2023-03-26 Thread Daniel van Vugt
** Bug watch added: gitlab.gnome.org/GNOME/mutter/-/issues #2723
   https://gitlab.gnome.org/GNOME/mutter/-/issues/2723

** Changed in: gnome-shell
 Remote watch: gitlab.gnome.org/GNOME/mutter/-/issues #2716 => 
gitlab.gnome.org/GNOME/mutter/-/issues #2723

** No longer affects: gnome-shell

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

Title:
  gnome-shell crashed with SIGSEGV in
  meta_wayland_compositor_get_context() from display_from_offer() from
  destroy_data_offer() from destroy_resource() from for_each_helper()

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


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

[Bug 2012778] Re: Totem crashing with OpenGL error

2023-03-26 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1998782 ***
https://bugs.launchpad.net/bugs/1998782

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 1998782, 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 1998782
   Totem unable to play video : "could not initialize OpenGL support"

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

Title:
  Totem crashing with OpenGL error

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


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

[Bug 2011770] Re: [gsd-rfkill] WwanEnabled never get synced

2023-03-26 Thread Atlas Yu
RE: #14/#15

The autopkgtest regressions seem not to be real regressions, this patch
only affect WWAN, in the regression report the failure is about display
issue in mutter.

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

Title:
  [gsd-rfkill] WwanEnabled never get synced

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/2011770/+subscriptions


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

[Bug 2011770] Re: [gsd-rfkill] WwanEnabled never get synced

2023-03-26 Thread Atlas Yu
Verified the new version of gnome-settings-daemon (43.0-1ubuntu1.1) on
kinetic.

** Tags removed: verification-needed verification-needed-kinetic
** Tags added: verification-done verification-done-kinetic

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

Title:
  [gsd-rfkill] WwanEnabled never get synced

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/2011770/+subscriptions


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

[Bug 2012388] Re: AnyDesk X11 window is invisible and steals mouse clicks

2023-03-26 Thread Daniel van Vugt
Thanks, it looks more like a bug in AnyDesk now.

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

Title:
  AnyDesk X11 window is invisible and steals mouse clicks

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


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

[Bug 2011770] Re: [gsd-rfkill] WwanEnabled never get synced

2023-03-26 Thread Atlas Yu
Verified the new version of gnome-settings-daemon (42.1-1ubuntu2.2) on
jammy.

** Tags removed: verification-needed-jammy
** Tags added: verification-done-jammy

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

Title:
  [gsd-rfkill] WwanEnabled never get synced

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/2011770/+subscriptions


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

[Bug 2012388] Re: AnyDesk X11 window is invisible and steals mouse clicks

2023-03-26 Thread Mauro Gaspari
I logged into a Xorg session and I could not see the window.
However, I noticed I can actually see the window for a few moments, both on 
Wayland and Xorg, when I switch between virtual desktops. 

There is a small difference is when I switch between virtual desktops:
- Wayland: the window appears for a moment, and it looks black
- Xorg: the window appears for a moment, and it looks like Anydesk icon

I am attaching a short video I took from Xorg session.

** Attachment added: "anydesk-switchvdesktop-xorg.mkv"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2012388/+attachment/5657602/+files/anydesk-switchvdesktop-xorg.mkv

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

Title:
  AnyDesk X11 window is invisible and steals mouse clicks

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


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

[Bug 1993308] Re: Update gnome-calendar to 43.1

2023-03-26 Thread Jeremy Bícha
Your comments might be missed if you comment on bugs that are already
closed.

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

Title:
  Update gnome-calendar to 43.1

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


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

[Bug 1993308] Re: Update gnome-calendar to 43.1

2023-03-26 Thread Jeremy Bícha
Look in 'kinetic-updates' instead of 'kinetic'.

'kinetic' is frozen on the day kinetic was released. Updates will then
go to either 'kinetic-updates' or 'kinetic-security'.

'kinetic-updates' is enabled by default. It's possible for users to turn
it off and only depend on security updates, but then they are going to
have bugs that have already been fixed.

I use this page to look up version info instead of the packages.ubuntu.com page:
https://launchpad.net/ubuntu/+source/gnome-calendar

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

Title:
  Update gnome-calendar to 43.1

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


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

[Bug 1993308] Re: Update gnome-calendar to 43.1

2023-03-26 Thread Jeff Fortin Tam
Hi Jeremy, we keep getting users reporting bugs on 43.0 upstream. Why
does 43.1 not show up in
https://packages.ubuntu.com/search?keywords=gnome-
calendar=names=kinetic=all ?

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

Title:
  Update gnome-calendar to 43.1

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


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

[Bug 1996927] Re: Nautilus send mail not working

2023-03-26 Thread Francois Thirioux
Confirmed.

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

Title:
  Nautilus send mail not working

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


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

[Bug 2002205] Re: GtkVideo does not work

2023-03-26 Thread Treviño
This bug was fixed in the package gtk4 - 4.10.1+ds-2ubuntu1

---
gtk4 (4.10.1+ds-2ubuntu1) lunar; urgency=medium

  * Merge with Debian. Remaining changes:
- debian/tests:
  + include the memorytexture test in the flaky set, it has been unreliable
- debian/control:
  + Build-Depend on dh-sequence-translations

gtk4 (4.10.1+ds-2) experimental; urgency=medium

  * debian/patches: Add gstreamer-player as subproject.
It's used by gtk media to play videos, but it's currently in
gstreamer-plugins-bad. By just including this library inside gtk we can
avoid having dependency on gstreamer's bad set. (LP: #2011849)
  * debian/control: build-depend on libgstreamer-plugins-base1.0-dev.
Remove instead dependency on libgstreamer-plugins-bad1.0-dev
  * debian/rules: Also include gstreamer in udebs build.
We include some gstreamer sources in gtk now, so better to provide some
debug symbols too
  * debian/control: Recommends libgtk-4-media-gstreamer.
Gtk media is considered a main element of gtk4, and not providing
support for it, implies shipping a broken gtk (as upstream sentenced).
So, let's recommend it. (LP: #2011849)

 -- Marco Trevisan (Treviño)  Thu, 23 Mar 2023
19:40:46 +0100


** Changed in: gtk4 (Ubuntu)
   Status: New => Fix Released

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

Title:
  GtkVideo does not work

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


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

[Bug 2011849] Re: gnome-control-center 44rc is missing graphics for Multitasking and Mouse & Touchpad

2023-03-26 Thread Launchpad Bug Tracker
This bug was fixed in the package gtk4 - 4.10.1+ds-2ubuntu1

---
gtk4 (4.10.1+ds-2ubuntu1) lunar; urgency=medium

  * Merge with Debian. Remaining changes:
- debian/tests:
  + include the memorytexture test in the flaky set, it has been unreliable
- debian/control:
  + Build-Depend on dh-sequence-translations

gtk4 (4.10.1+ds-2) experimental; urgency=medium

  * debian/patches: Add gstreamer-player as subproject.
It's used by gtk media to play videos, but it's currently in
gstreamer-plugins-bad. By just including this library inside gtk we can
avoid having dependency on gstreamer's bad set. (LP: #2011849)
  * debian/control: build-depend on libgstreamer-plugins-base1.0-dev.
Remove instead dependency on libgstreamer-plugins-bad1.0-dev
  * debian/rules: Also include gstreamer in udebs build.
We include some gstreamer sources in gtk now, so better to provide some
debug symbols too
  * debian/control: Recommends libgtk-4-media-gstreamer.
Gtk media is considered a main element of gtk4, and not providing
support for it, implies shipping a broken gtk (as upstream sentenced).
So, let's recommend it. (LP: #2011849)

 -- Marco Trevisan (Treviño)   Thu, 23 Mar 2023
19:40:46 +0100

** Changed in: gtk4 (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  gnome-control-center 44rc is missing graphics for Multitasking and
  Mouse & Touchpad

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


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

[Bug 1996927] Re: Nautilus send mail not working

2023-03-26 Thread frenchy82
This bug is still present on lunar

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

Title:
  Nautilus send mail not working

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


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

[Bug 2012733] Re: [lunar] [X11] Adwaita instead of Yaru in non GNOME apps

2023-03-26 Thread Francois Thirioux
Using a 200 % scaled 4K display, I see that the header bars of these
buggy apps is small and not scaled (I mean fonts AND header bar itself).
GNOME apps are themed and scaled as intended.

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

Title:
  [lunar] [X11] Adwaita instead of Yaru in non GNOME apps

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


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