[Bug 2065708] Re: Add Picture button in Background does not allow you to select wallpaper

2024-06-25 Thread Sam Lane
Tested this fix on a machine running Ubuntu Budgie 24.04 which currently
is experiencing this issue.

Steps taken to test:
 -Installed apparmor from noble-proposed
 -Confirmed version was apparmor_4.0.1-0ubuntu0.24.04.2
 -After installing, opened budgie-control-center
 -Selected the Background page, clicked the "Add Picture" button, and selected 
a folder containing images
 -Confirmed that when an image was selected, the thumbnail is now properly shown
 -Confirmed that when an image was selected, the Open button was now enabled
 -Clicked the Open button and confirmed the image is now added to the selection 
of available background images and is now able to be set as the desktop 
wallpaper

Fix seems to be working as intended. I did not notice any regressions.

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

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

Title:
  Add Picture button in Background does not allow you to select
  wallpaper

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


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

[Bug 2065708] Re: Add Picture button in Background does not allow you to select wallpaper

2024-05-17 Thread Sam Lane
** Summary changed:

- Add Picture button in does not allow you to select wallpaper
+ Add Picture button in Background does not allow you to select wallpaper

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

Title:
  Add Picture button in Background does not allow you to select
  wallpaper

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


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

[Bug 2065708] Re: Add Picture button in does not allow you to select wallpaper

2024-05-17 Thread Sam Lane
** Description changed:

+ [ Impact ]
+ 
+  * When trying to select a custom wallpaper to add to the Backgrounds page of 
Budgie Control Center, the "Add Picture" button will open a dialog to select an 
image file. However, there will be no thumbnail of the image displayed in this 
dialog, the "Open" button will remain insensitive, and double-clicking the file 
name will have no effect. The only option is to cancel out of the dialog. This 
prevents the user from adding a custom wallpaper. This is due to AppArmor 
changes preventing certain apps doing deemed security related issues in 
userspace. In this case libgnome-desktop is calling bwrap which is the deemed 
culprit.
+  
+  * The upload addresses this issue by using GdkPixbuf to create the thumbnail 
image, instead of gnome-desktop thumbnail creator.
+ 
+ [ Test Plan ]
+ 
+  To reproduce:
+ 
+  * On Ubuntu Budgie 24.04/24.10
+  * Open Budgie Control Center
+  * Navigate to the Background panel
+  * Select the "Add Picture" option
+  * Select an image file
+  * The thumbnail is not updated to show the currently selected image
+  * The "Open" button remains inactive, and the only option is to cancel the 
dialog
+ 
+  * After this, the proposed fix can be applied.
+  * Open Budgie Control Center and repeat the above
+  * When a valid image is selected, the thumbnail is now properly shown and 
the "Open" button is enabled.
+  * Open the selected image. The image is now properly added to Budgie Control 
Center and can selected as a background
+ 
+ [ Where problems could occur ]
+ 
+   * It is possible that gnome-desktop thumbnail creator provided additional 
functionality or handled a wider range of images than GdkPixbuf.
+   * Mitigating factors are that this is very specific to the Budgie desktop, 
and it only directly impacts users who set wallpapers. It improves 
functionality where it is currently not working.
+ 
+ [ Other Info ]
+ 
+ 
+ --- Original Report ---
+ 
  Ubuntu Budgie 24.04
  budgie-control-center 1.4.0-2build3
  
  When trying to select a custom wallpaper to add to the Backgrounds page
  of Budgie Control Center, the "Add Picture" button will open a dialog to
  select an image file. However, there will be no thumbnail of the image
  displayed in this dialog, the "Open" button will remain insensitive, and
  double-clicking the file name will have no effect. The only option is to
  cancel out of the dialog.
  
  Steps to reproduce:
  
  On Ubuntu Budgie Noble / Oracular:
-  - open Budgie Control Center
-  - Navigate to the Backgrounds page and click the "Add Picture" button in the 
top right title bar.
-  - When the file chooser dialog opens, select an image file.
+  - open Budgie Control Center
+  - Navigate to the Backgrounds page and click the "Add Picture" button in the 
top right title bar.
+  - When the file chooser dialog opens, select an image file.
  
  What I would expect to happen:
  
  I would expect the thumbnail to update in the lower right, and the
  "Open" button to become enabled.
  
  What happened instead:
  
  The "Open" button remains disabled, and the thumbnail is shown as a "?".
  
  Additional information:
  
  This is due to AppArmor changes preventing certain apps doing deemed security 
related issues in userspace.
  Running budgie-control-center from the terminal illustrates the issue with 
thumbnails with the following output:
  (budgie-control-center:38170): cc-background-chooser-WARNING **: 
12:37:31.144: could not general thumbnail 
file:///home/sam/Pictures/flavors/Flavor-Ubuntu-Budgie.png (image/png) Child 
process exited with code 1
  
  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: budgie-control-center 1.4.0-2build3
  ProcVersionSignature: Ubuntu 6.8.0-31.31-generic 6.8.1
  Uname: Linux 6.8.0-31-generic x86_64
  ApportVersion: 2.28.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: Budgie:GNOME
  Date: Tue May 14 12:38:19 2024
  InstallationDate: Installed on 2024-05-08 (6 days ago)
  InstallationMedia: Ubuntu-Budgie 24.04 LTS "Noble Numbat" - Release amd64 
(20240424)
  SourcePackage: budgie-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  [ Impact ]
  
-  * When trying to select a custom wallpaper to add to the Backgrounds page of 
Budgie Control Center, the "Add Picture" button will open a dialog to select an 
image file. However, there will be no thumbnail of the image displayed in this 
dialog, the "Open" button will remain insensitive, and double-clicking the file 
name will have no effect. The only option is to cancel out of the dialog. This 
prevents the user from adding a custom wallpaper. This is due to AppArmor 
changes preventing certain apps doing deemed security related issues in 
userspace. In this case libgnome-desktop is calling bwrap which is the deemed 
culprit.
-  
-  * The upload addresses this issue by using GdkPixbuf to create the thumbnail 
image, instead of gnome-desktop thumbnail cr

[Bug 2065708] Re: Add Picture button in does not allow you to select wallpaper

2024-05-14 Thread Sam Lane
** Changed in: budgie-control-center (Ubuntu Noble)
 Assignee: (unassigned) => Sam Lane (samlane00)

** Changed in: budgie-control-center (Ubuntu Oracular)
 Assignee: (unassigned) => Sam Lane (samlane00)

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

Title:
  Add Picture button in does not allow you to select wallpaper

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


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

[Bug 2065708] [NEW] Add Picture button in does not allow you to select wallpaper

2024-05-14 Thread Sam Lane
Public bug reported:

Ubuntu Budgie 24.04
budgie-control-center 1.4.0-2build3

When trying to select a custom wallpaper to add to the Backgrounds page
of Budgie Control Center, the "Add Picture" button will open a dialog to
select an image file. However, there will be no thumbnail of the image
displayed in this dialog, the "Open" button will remain insensitive, and
double-clicking the file name will have no effect. The only option is to
cancel out of the dialog.

Steps to reproduce:

On Ubuntu Budgie Noble / Oracular:
 - open Budgie Control Center
 - Navigate to the Backgrounds page and click the "Add Picture" button in the 
top right title bar.
 - When the file chooser dialog opens, select an image file.

What I would expect to happen:

I would expect the thumbnail to update in the lower right, and the
"Open" button to become enabled.

What happened instead:

The "Open" button remains disabled, and the thumbnail is shown as a "?".

Additional information:

This is due to AppArmor changes preventing certain apps doing deemed security 
related issues in userspace.
Running budgie-control-center from the terminal illustrates the issue with 
thumbnails with the following output:
(budgie-control-center:38170): cc-background-chooser-WARNING **: 12:37:31.144: 
could not general thumbnail 
file:///home/sam/Pictures/flavors/Flavor-Ubuntu-Budgie.png (image/png) Child 
process exited with code 1

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: budgie-control-center 1.4.0-2build3
ProcVersionSignature: Ubuntu 6.8.0-31.31-generic 6.8.1
Uname: Linux 6.8.0-31-generic x86_64
ApportVersion: 2.28.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: Budgie:GNOME
Date: Tue May 14 12:38:19 2024
InstallationDate: Installed on 2024-05-08 (6 days ago)
InstallationMedia: Ubuntu-Budgie 24.04 LTS "Noble Numbat" - Release amd64 
(20240424)
SourcePackage: budgie-control-center
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: budgie-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug noble oracular

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

Title:
  Add Picture button in does not allow you to select wallpaper

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


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

[Bug 1972726] Re: Update mutter to 42.1

2022-05-27 Thread Sam Lane
Also using Ubuntu Budgie 22.04

I have also been testing this on two separate laptops - both are
Thinkpad T560, one with Intel, one with Nvidia graphics. Ran similar
tests to Mauro with no issues found.

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

Title:
  Update mutter to 42.1

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


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

[Bug 1947697] Re: no longer works after upgrade to 21.10 (raspberry pi 4)

2021-11-29 Thread Sam Lane
Apparently the zram module (among others) is no longer there by default
on 21.10.  It can be installed through the linux-modules-extra-raspi

From the release notes:
Various kernel modules have been moved from the linux-modules-raspi package in 
order to reduce the initramfs size. This results in several applications (most 
notably Docker, bug 1947601 18) failing due to missing kernel modules. To work 
around this:
sudo apt install linux-modules-extra-raspi

Hopefully this helps.

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

Title:
  no longer works after upgrade to 21.10 (raspberry pi 4)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zram-config/+bug/1947697/+subscriptions


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

[Bug 1922073] [NEW] partition info not visible during "Install Alongside" option

2021-03-31 Thread Sam Lane
Public bug reported:

When installing 21.04 beta, using the Install Alongside option brings
you to a window where you can drag a slider to select partition sizes.
During this, the partition and the selected sizes is not visible.

Expected result: Being able to see the partition info and selected sizes
during the installer resize window

Actual result: White boxes without visible info (probably white text on
white background)

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: ubuntu-budgie-themes 0.13.7
ProcVersionSignature: Ubuntu 5.11.0-13.14-generic 5.11.7
Uname: Linux 5.11.0-13-generic x86_64
ApportVersion: 2.20.11-0ubuntu61
Architecture: amd64
CasperMD5CheckResult: pass
Date: Wed Mar 31 07:09:10 2021
InstallationDate: Installed on 2021-03-31 (0 days ago)
InstallationMedia: Ubuntu-Budgie 21.04 "Hirsute Hippo" - Beta amd64 (20210331)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: budgie-artwork
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: budgie-artwork (Ubuntu)
 Importance: Medium
 Status: Triaged


** Tags: amd64 apport-bug hirsute

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

Title:
  partition info not visible during "Install Alongside" option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/budgie-artwork/+bug/1922073/+subscriptions

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

[Bug 1896627] Re: Windows flicker when being resized with the mouse (Xorg sessions)

2021-02-26 Thread Sam Lane
After updating Ubuntu Budgie 20.10 today (5.8.0-44-generic #50-Ubuntu) I
notice this doesn't happen for me anymore.  It is possible that it just
hasn't happened yet, but prior to today, I could reliably reproduce this
every time by resizing a window for a few seconds until flickering
started.  I can't make this happen anymore, so fingers crossed...

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

Title:
  Windows flicker when being resized with the mouse (Xorg sessions)

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

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

[Bug 1896091] Re: [i915] Noise-like lines of graphics corruption when moving windows in Xorg sessions

2020-12-29 Thread Sam Lane
I can also confirm that on 5.8.0-34 I am getting this bug still as well.
It *seems* to mostly start happening after resuming from suspend, but
its too random to say for sure.

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

Title:
  [i915] Noise-like lines of graphics corruption when moving windows in
  Xorg sessions

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

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

[Bug 1896091] Re: [i915] Noise-like lines of graphics corruption when moving windows in Xorg sessions

2020-12-04 Thread Sam Lane
Been affected by this bug on Thinkpad T560 w/ i915 since mid September
(2020).  I have been using -proposed over the last few days.  So far, it
seems to have fixed the issue for me, the "interference lines" have not
reoccurred since.

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

Title:
  [i915] Noise-like lines of graphics corruption when moving windows in
  Xorg sessions

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

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

[Bug 1903893] Re: [snap] Notifications do not show a custom icon

2020-11-15 Thread Sam Lane
As an aside, I notice Brave browser notifications images are visible,
using a different path.

image-path: "/run/user/1000/snap.brave/.org.chromium.Chromium.m5lyvv"

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

Title:
  [snap] Notifications do not show a custom icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1903893/+subscriptions

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

[Bug 1903893] Re: [snap] Notifications do not show a custom icon

2020-11-13 Thread Sam Lane
I believe the issue with the Budgie desktop/Raven sidebar might also be
mitigated if Raven was changed to fall back to using the browser's icon
name (google-chrome, chromium, opera, etc).  Currently with a snap, it
shows a generic alert icon (not the browser's icon). Probably an issue
to be raised at Solus.  Would be nice ultimately to see the website's
notification image, but I understand the sandboxing of a snap makes
things trickier.

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

Title:
  [snap] Notifications do not show a custom icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1903893/+subscriptions

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

[Bug 1903893] Re: Notifications from Chromium snap show generic icon

2020-11-13 Thread Sam Lane
Using dbus-monitor, and the test site given ( https://web-push-
book.gauntface.com/demos/notification-examples/ )

output:
   string "Chromium"
   uint32 0
   string "file:///tmp/.org.chromium.Chromium.kuprxj"
   string "Web Push Book"
   string "web-push-book.gauntface.com

The file does not seem to exist?  Instead, I have:
"/tmp/snap.chromium/tmp.org.chromium.Chromium.kuprxj"
created on my system.

Given that this works on other distros, I am guessing the issue must be
with Raven/Budgie handling of the noticfications.

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

Title:
  Notifications from Chromium snap show generic icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1903893/+subscriptions

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

[Bug 1903893] Re: Notifications from Chromium snap show generic icon

2020-11-12 Thread Sam Lane
My amateur attempt to clairfy... I believe the issue Coeur Noir is
referring to is that Raven / Budgie gets this example as the app_icon:

file:///tmp/.org.chromium.Chromium.beVtiT

But due to it being a snap, the file is actually located at:

/tmp/snap.chromium/tmp/.org.chromium.Chromium.beVtiT

Therefore, Raven (Raven / Budgie Desktop) fails to find the correct
file.

Whether this is ultimately a Raven issue or a Chromium issue, I don't
know.

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

Title:
  Notifications from Chromium snap show generic icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1903893/+subscriptions

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

[Bug 1895720] Re: [SRU] Spotify cover art not showing in Raven

2020-11-02 Thread Sam Lane
This package has fixed this bug for me.
Tested version 10.5.1-6ubuntu0.2

After enabling and updating from -proposed, I have been using Spotify.
Prior to this update, cover art was not showing in the Raven side panel.
With this update, Raven is now showing the correct album art that is
also shown in Spotify, with no negative effects.

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

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

Title:
  [SRU] Spotify cover art not showing in Raven

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/budgie-desktop/+bug/1895720/+subscriptions

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

[Bug 1895697] Re: Notification icons don't always show correctly

2020-11-02 Thread Sam Lane
This package fixes this bug for me.
Tested version 10.5.1-6ubuntu0.2

After enabling and updating from -proposed, I tested both Chromium and
Chrome browsers by going to https://www.bennish.net and
https://www.pushengage.com/demo.  Both websites now show correct
notification icons, whereas before they were showing broken image icons.

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

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

Title:
  Notification icons don't always show correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/budgie-desktop/+bug/1895697/+subscriptions

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

[Bug 1896654] Re: Windows flicker when resizing with mouse

2020-09-22 Thread Sam Lane
** Attachment added: "Lspci.txt"
   
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1896654/+attachment/5413297/+files/Lspci.txt

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

Title:
  Windows flicker when resizing with mouse

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

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

[Bug 1896654] [NEW] Windows flicker when resizing with mouse

2020-09-22 Thread Sam Lane
Public bug reported:

When resizing a window with the mouse by dragging the edge or corner,
the window begins to flicker. It only flickers when actively being
resized, and when I stop dragging, it looks normal. This behavior is
does not occur on same pc in 20.04. Sometimes the flickering is black,
sometimes the flickering makes the wallpaper visible, even when there is
a window behind the window being resized.

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: mutter (not installed)
ProcVersionSignature: Ubuntu 5.8.0-18.19-generic 5.8.4
Uname: Linux 5.8.0-18-generic x86_64
ApportVersion: 2.20.11-0ubuntu45
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: Budgie:GNOME
Date: Tue Sep 22 14:48:00 2020
InstallationDate: Installed on 2020-09-22 (0 days ago)
InstallationMedia: Ubuntu-Budgie 20.10 "Groovy Gorilla" - Alpha amd64 (20200921)
SourcePackage: mutter
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug groovy

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

Title:
  Windows flicker when resizing with mouse

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

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

[Bug 1896627] [NEW] Windows flicker when being reized with the mouse

2020-09-22 Thread Sam Lane
Public bug reported:

When resizing a window with the mouse by dragging the edge or corner,
the window begins to flicker.  It only flickers when actively being
resized, and when I stop dragging, it looks normal.  This behavior is
does not occur on same pc in 20.04.

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.8.0-18.19-generic 5.8.4
Uname: Linux 5.8.0-18-generic x86_64
ApportVersion: 2.20.11-0ubuntu45
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: Budgie:GNOME
CurrentDmesg: Error: command ['dmesg'] failed with exit code 1: dmesg: read 
kernel buffer failed: Operation not permitted
Date: Tue Sep 22 10:21:51 2020
DistUpgraded: Fresh install
DistroCodename: groovy
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation Skylake GT2 [HD Graphics 520] [8086:1916] (rev 07) (prog-if 
00 [VGA controller])
   Subsystem: Lenovo Skylake GT2 [HD Graphics 520] [17aa:2231]
InstallationDate: Installed on 2020-09-22 (0 days ago)
InstallationMedia: Ubuntu-Budgie 20.10 "Groovy Gorilla" - Alpha amd64 (20200921)
MachineType: LENOVO 20FJS0AJ00
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-18-generic 
root=UUID=72bd1806-98fb-4fa6-be5b-638dec36ebc9 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/07/2016
dmi.bios.release: 1.13
dmi.bios.vendor: LENOVO
dmi.bios.version: N1KET26W (1.13 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20FJS0AJ00
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697 WIN
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.ec.firmware.release: 1.5
dmi.modalias: 
dmi:bvnLENOVO:bvrN1KET26W(1.13):bd10/07/2016:br1.13:efr1.5:svnLENOVO:pn20FJS0AJ00:pvrThinkPadT560:rvnLENOVO:rn20FJS0AJ00:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
dmi.product.family: ThinkPad T560
dmi.product.name: 20FJS0AJ00
dmi.product.sku: LENOVO_MT_20FJ_BU_Think_FM_ThinkPad T560
dmi.product.version: ThinkPad T560
dmi.sys.vendor: LENOVO
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.102-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 20.1.7-1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug groovy reproducible ubuntu

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

Title:
  Windows flicker when being reized with the mouse

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

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

[Bug 1895720] [NEW] Spotify cover art not showing in Raven

2020-09-15 Thread Sam Lane
Public bug reported:

Description:Ubuntu 20.04.1 LTS
Release:20.04
  Installed: 10.5.1-6
  Candidate: 10.5.1-6

What you expected to happen
Raven sidebar apps should show Spotify cover art

What happened instead
Spotify cover art does not correctly show on Raven when playing

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: budgie-desktop 10.5.1-6
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.8
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: Budgie:GNOME
Date: Tue Sep 15 13:36:43 2020
InstallationDate: Installed on 2020-08-10 (35 days ago)
InstallationMedia: Ubuntu-Budgie 20.04.1 LTS "Focal Fossa" - Release amd64 
(20200731)
PackageArchitecture: all
SourcePackage: budgie-desktop
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: budgie-desktop (Ubuntu)
 Importance: Medium
 Assignee: fossfreedom (fossfreedom)
 Status: Fix Released

** Affects: budgie-desktop (Ubuntu Focal)
 Importance: Medium
 Assignee: fossfreedom (fossfreedom)
 Status: New

** Affects: budgie-desktop (Ubuntu Groovy)
 Importance: Medium
 Assignee: fossfreedom (fossfreedom)
 Status: Fix Released


** Tags: amd64 apport-bug focal

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

Title:
  Spotify cover art not showing in Raven

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/budgie-desktop/+bug/1895720/+subscriptions

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

[Bug 1895697] [NEW] Notification icons don't always show correctly

2020-09-15 Thread Sam Lane
Public bug reported:

Notification icons are not always shown correctly in chromium browsers

Description:Ubuntu 20.04.1 LTS
Release:20.04
budgie-desktop:
  Installed: 10.5.1-6

What I expect:
Website notifications to show the image sent by the website

What happened instead:
Broken or default icons shown

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: budgie-desktop 10.5.1-6
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.8
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: Budgie:GNOME
Date: Tue Sep 15 12:18:58 2020
InstallationDate: Installed on 2020-08-10 (35 days ago)
InstallationMedia: Ubuntu-Budgie 20.04.1 LTS "Focal Fossa" - Release amd64 
(20200731)
PackageArchitecture: all
SourcePackage: budgie-desktop
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: budgie-desktop (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

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

Title:
  Notification icons don't always show correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/budgie-desktop/+bug/1895697/+subscriptions

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