[Bug 1872594] Re: Ubuntu logo shifts vertically when the login screen appears

2023-11-24 Thread Dimitri John Ledkov
aha! patching gnome-shell does nothing, so we need to patch like yaru-
themes.

and 4% there doesn't work, as if it doesn't compute.

** Also affects: yaru-theme (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Ubuntu logo shifts vertically when the login screen appears

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


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

[Bug 1872594] Re: Ubuntu logo shifts vertically when the login screen appears

2023-11-24 Thread Dimitri John Ledkov
hm setting padding to 4% does not do it.

i am starting to suspect the screen total size is off. by a lot.

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

Title:
  Ubuntu logo shifts vertically when the login screen appears

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


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

[Bug 1872594] Re: Ubuntu logo shifts vertically when the login screen appears

2023-11-24 Thread Dimitri John Ledkov
In gnome shell:

Logo is aligned to 1 vertically, and then has margin of 3em

this._logoBin = new St.Widget({
style_class: 'login-dialog-logo-bin',
x_align: Clutter.ActorAlign.CENTER,
y_align: Clutter.ActorAlign.END,
});

.login-dialog-logo-bin {
  margin: 3em 0; }

Where as in plymouth the Watermark has vertical alignment of

themes/bgrt/bgrt.plymouth.desktop:WatermarkVerticalAlignment=.96
view->watermark_area.y = screen_height * plugin->watermark_vertical_alignment - 
ply_image_get_height (plugin->watermark_image) * 
plugin->watermark_vertical_alignment;

Which means the margin in plymouth is 4% of screen height.

So one way to fix this is to make plymouth know what "3em" is and calculate 
that.
Or to teach gnome-shell to use 4% margin of the total screen.
I am going to try to do the latter.

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

Title:
  Ubuntu logo shifts vertically when the login screen appears

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


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

[Bug 1872594] Re: Ubuntu logo shifts vertically when the login screen appears

2023-11-24 Thread Dimitri John Ledkov
in jammy gnome-shell it is:

.login-dialog-logo-bin { padding: 24px 0px; }

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

Title:
  Ubuntu logo shifts vertically when the login screen appears

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


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

[Bug 2044581] Re: David's Batch Processor shows "Execution error for procedure 'gimp-image-attach-parasite': 'gimp-comment' parasite validation failed: comment contains invalid UTF-8" message

2023-11-24 Thread Bug Watch Updater
** Changed in: gimp
   Status: Unknown => Fix Released

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

Title:
  David's Batch Processor shows "Execution error for procedure 'gimp-
  image-attach-parasite': 'gimp-comment' parasite validation failed:
  comment contains invalid UTF-8" message

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


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

[Bug 1816252] Re: GIMP Crash Debug (occurred on closing)

2023-11-24 Thread John100
** Also affects: gimp-plugin-registry (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  GIMP Crash Debug (occurred on closing)

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


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

[Bug 2044581] Re: David's Batch Processor shows "Execution error for procedure 'gimp-image-attach-parasite': 'gimp-comment' parasite validation failed: comment contains invalid UTF-8" message

2023-11-24 Thread John100
This seems to be related to
https://gitlab.gnome.org/GNOME/gimp/-/issues/3526 and
https://gitlab.gnome.org/GNOME/gimp/-/issues/3568 .

** Bug watch added: gitlab.gnome.org/GNOME/gimp/-/issues #3526
   https://gitlab.gnome.org/GNOME/gimp/-/issues/3526

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

** Bug watch added: gitlab.gnome.org/GNOME/gimp/-/issues #3568
   https://gitlab.gnome.org/GNOME/gimp/-/issues/3568

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

Title:
  David's Batch Processor shows "Execution error for procedure 'gimp-
  image-attach-parasite': 'gimp-comment' parasite validation failed:
  comment contains invalid UTF-8" message

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


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

[Bug 1816252] Re: GIMP Crash Debug (occurred on closing)

2023-11-24 Thread John100
This seems to be related to
https://gitlab.gnome.org/GNOME/gimp/-/issues/7125 .

** Bug watch added: gitlab.gnome.org/GNOME/gimp/-/issues #7125
   https://gitlab.gnome.org/GNOME/gimp/-/issues/7125

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

Title:
  GIMP Crash Debug (occurred on closing)

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


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

[Bug 1816252] Re: GIMP Crash Debug (occurred on closing)

2023-11-24 Thread John100
I have just got this bug again for the first time after a long while,
after having played around with the  David's Batch Processor plugin of
the gimp-plugin-registry package while reporting the bug #2044581.

See the GIMP Crash Debug window screenshot and bug information in the
attached ZIP archive.

** Attachment added: "GIMP Crash Debug and bug information.zip"
   
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1816252/+attachment/5723275/+files/GIMP%20Crash%20Debug%20and%20bug%20information.zip

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

Title:
  GIMP Crash Debug (occurred on closing)

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


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

[Bug 2044581] Re: David's Batch Processor shows "Execution error for procedure 'gimp-image-attach-parasite': 'gimp-comment' parasite validation failed: comment contains invalid UTF-8" message

2023-11-24 Thread John100
Despite the above message, the resizing itself works fine.

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

Title:
  David's Batch Processor shows "Execution error for procedure 'gimp-
  image-attach-parasite': 'gimp-comment' parasite validation failed:
  comment contains invalid UTF-8" message

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


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

[Bug 2044581] [NEW] David's Batch Processor shows "Execution error for procedure 'gimp-image-attach-parasite': 'gimp-comment' parasite validation failed: comment contains invalid UTF-8" message

2023-11-24 Thread John100
Public bug reported:

The David's Batch Processor used with GIMP from the default repository
has shown the following "GIMP Message" on Ubuntu versions in the past
few years:

"Execution error for procedure 'gimp-image-attach-parasite': 'gimp-
comment' parasite validation failed: comment contains invalid UTF-8"

The "GIMP Message" window also shows "Message repeated ... times" (the
number corresponds to the number of the processed images - each image
increments the number upon its processing). That occurs on batch-
resizing of images (other plugin functions are not being used).

Screenshots of the David's Batch Processor tabs used for image resizing
and the resulting "GIMP Message" window can be seen in the attached ZIP
archive.

ProblemType: Bug
DistroRelease: Ubuntu 23.10
Package: gimp-plugin-registry 9.20200928build1
ProcVersionSignature: Ubuntu 6.5.0-13.13-generic 6.5.3
Uname: Linux 6.5.0-13-generic x86_64
ApportVersion: 2.27.0-0ubuntu5
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: MATE
Date: Fri Nov 24 23:38:09 2023
InstallationDate: Installed on 2016-12-22 (2528 days ago)
InstallationMedia: Ubuntu-MATE 16.10 "Yakkety Yak" - Release amd64 (20161012.1)
SourcePackage: gimp-plugin-registry
UpgradeStatus: Upgraded to mantic on 2023-11-04 (20 days ago)

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

** Affects: gimp-plugin-registry (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug mantic

** Attachment added: "David's Batch Processor configuration and GIMP 
Message.zip"
   
https://bugs.launchpad.net/bugs/2044581/+attachment/5723271/+files/David%27s%20Batch%20Processor%20configuration%20and%20GIMP%20Message.zip

** Also affects: gimp (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  David's Batch Processor shows "Execution error for procedure 'gimp-
  image-attach-parasite': 'gimp-comment' parasite validation failed:
  comment contains invalid UTF-8" message

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


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

[Bug 2043395] Re: Updating to Ubuntu 23.10 (mantic) fails as the gnome-remote-desktop & gnome-shell packages are broken

2023-11-24 Thread Peter
Also FWIW, I don't think this issue is due to external/3rd-party packages, I 
have never used PPAs and have no third-party packages at all:
 
> pro security-status --thirdparty
1794 packages installed:
 0 packages from third parties

You have no packages installed from a third party.

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

Title:
  Updating to Ubuntu 23.10 (mantic) fails as the gnome-remote-desktop &
  gnome-shell packages are broken

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


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

[Bug 2043395] Re: Updating to Ubuntu 23.10 (mantic) fails as the gnome-remote-desktop & gnome-shell packages are broken

2023-11-24 Thread Peter
@razielanarki
If you `apt-get remove gnome-remote-desktop`, does the upgrade work then?

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

Title:
  Updating to Ubuntu 23.10 (mantic) fails as the gnome-remote-desktop &
  gnome-shell packages are broken

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


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

[Bug 1988791] Re: ubuntu-appindicat...@ubuntu.com[...]: unable to update icon for multiload

2023-11-24 Thread Daniel van Vugt
** Changed in: gnome-shell-extension-appindicator (Ubuntu Kinetic)
   Status: In Progress => Won't Fix

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

Title:
  ubuntu-appindicat...@ubuntu.com[...]: unable to update icon for
  multiload

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


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

[Bug 1978905] Re: Reverse PRIME support for Wayland (Nvidia as primary GPU outputting to Intel GPU display ports)

2023-11-24 Thread Daniel van Vugt
Proof of concept:
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3416

** 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/1978905

Title:
  Reverse PRIME support for Wayland (Nvidia as primary GPU outputting to
  Intel GPU display ports)

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


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

[Bug 2044506] Re: issues on armhf with -fstack-clash-protection

2023-11-24 Thread Mate Kukri
We were seeing various autopkgtest failures related to the packages
above.

Mostly stemming from the fact that valgrind throws errors when running
binaries compiled with the -fstack-clash-protection option.

There are earlier reports of this at:
https://bugzilla.redhat.com/show_bug.cgi?id=1522678

** Also affects: libxml2 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: libarchive (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: gnutls28 (Ubuntu)
   Importance: Undecided
   Status: New

** Bug watch added: Red Hat Bugzilla #1522678
   https://bugzilla.redhat.com/show_bug.cgi?id=1522678

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

Title:
  issues on armhf with -fstack-clash-protection

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


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

[Bug 2044506] [NEW] issues on armhf with -fstack-clash-protection

2023-11-24 Thread Matthias Klose
Public bug reported:

TBD

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

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

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

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

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

Title:
  issues on armhf with -fstack-clash-protection

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


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

[Bug 2043755] Re: Screen show garbage when shrinking window from maximized window in Xorg

2023-11-24 Thread Kai-Chuan Hsieh
I tried mantic on Dell G16, the issue cannot be reproduced, and the
reduced animation is disabled on mantic by default.

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

Title:
  Screen show garbage when shrinking window from maximized window in
  Xorg

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


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

[Bug 2044420] Re: gtkpod segfaults when attempting to display songs

2023-11-24 Thread Sebastien Bacher
** Changed in: glib2.0 (Ubuntu Noble)
   Importance: Undecided => High

** Changed in: glib2.0 (Ubuntu Noble)
   Status: New => Triaged

** Changed in: glib2.0 (Ubuntu Mantic)
   Importance: Undecided => High

** Changed in: glib2.0 (Ubuntu Mantic)
   Status: New => Triaged

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

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

Title:
  gtkpod segfaults when attempting to display songs

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


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