[Desktop-packages] [Bug 2042764] Re: ICC profile has no effect in Wayland session

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

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

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

Title:
  ICC profile has no effect in Wayland session

Status in colord package in Ubuntu:
  Confirmed

Bug description:
  The color profile set either via the Gnome Control Center or colord
  has no effect in the Wayland session.

  I tested it with Firefox and can see no difference no matter what color 
profile is set in GNOME.
  I also changed the color profile in Firefox via the about:config and tried to 
set the color management flag to 1 (to always enable color management to no 
effect).

  I then tested eog vs. shotwell.
  In the Gnome Wayland session the images I compared looked identical but both 
not in the ICC profile I selected.
  In the Gnome Xorg session there was a visible difference between eog which 
displayed the image with the selected ICC profile and shotwell which ignored 
the ICC profile.

  This bug might very well be an upstream issue.
  I am reporting it because (without diving very deep into the system) I do not 
see anything else to try to remedy this issue.

  Ubuntu version: Ubuntu 23.10
  colord version: 1.4.6-3 (Maybe this is not the correct package to file this 
against)

  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: colord 1.4.6-3
  ProcVersionSignature: Ubuntu 6.5.0-10.10-generic 6.5.3
  Uname: Linux 6.5.0-10-generic x86_64
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Nov  5 13:09:08 2023
  InstallationDate: Installed on 2023-11-03 (2 days ago)
  InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 
(20231016.1)
  ProcEnviron:
   LANG=de_DE.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   TERM=xterm-256color
   XDG_RUNTIME_DIR=
  SourcePackage: colord
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2036333] Re: signon-ui no longer works for Google authentication

2023-12-23 Thread Bug Watch Updater
Launchpad has imported 9 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=2230099.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2023-08-08T17:44:27+00:00 bernie+fedora wrote:

It appears that signon-ui 0.15 causes the bug reported here:
https://bugs.kde.org/show_bug.cgi?id=420280#c40

Multiple users report no issues with 0.17, which was released 5 years ago on 
GitLab:
https://gitlab.com/accounts-sso/signon-ui/-/commits/master?ref_type=heads


Reproducible: Always

Reply at: https://bugs.launchpad.net/ubuntu/+source/signon-
ui/+bug/2036333/comments/0


On 2023-08-15T19:38:23+00:00 imanolbarba wrote:

I was able to fix the mentioned bug by updating the `signon-ui` package
as indicated by the reporter.

Just keep it mind it's not just updating the version, it's changing the
upstream URL to a fork of the original package.

I was able to build the package that fix the bug applying the following
changes to the SPEC file for the `signon-ui` package:

```
--- signon-ui.spec.orig 2023-08-15 20:48:44.395812563 +0200
+++ signon-ui.spec  2023-08-15 21:27:53.028272559 +0200
@@ -1,14 +1,12 @@
 Name:   signon-ui
-Version:0.15
+Version:0.17+15.10.20150810
 Release:19%{?dist}
 Summary:Online Accounts Sign-on Ui
 
 License:GPLv3
-URL:https://launchpad.net/signon-ui
+URL:https://gitlab.com/accounts-sso/signon-ui
 
-Source0:
https://launchpad.net/signon-ui/trunk/%{version}/+download/signon-ui-%{version}.tar.bz2
-
-Patch0: signon-ui-0.15-fix-qt5-build.patch
+Source0:
https://gitlab.com/accounts-sso/signon-ui/-/archive/%{version}-0ubuntu1/signon-ui-%{version}-0ubuntu1.tar.gz
 
 BuildRequires: make
 BuildRequires:  qt5-qtbase-devel
@@ -17,6 +15,7 @@
 BuildRequires:  signon-devel
 BuildRequires:  libproxy-devel
 BuildRequires:  libnotify-devel
+BuildRequires:  qt5-qtwebengine-devel
 
 Requires:   dbus
 
@@ -35,9 +34,7 @@
 
 
 %prep
-%setup -q -n signon-ui-%{version}
-
-%patch0 -p1 -b .qt5
+%setup -q -n signon-ui-%{version}-0ubuntu1
 
 
 %build
@@ -51,10 +48,6 @@
 %install
 make install INSTALL_ROOT=%{buildroot}
 
-# Remove installed tests
-rm %{buildroot}/%{_bindir}/signon-ui-unittest
-rm %{buildroot}/%{_bindir}/tst_inactivity_timer
-
 # Own directory where others can install provider-specific configuration
 mkdir -p %{buildroot}/%{_sysconfdir}/signon-ui/webkit-options.d
```

Interesting tidbits:
- Requires 1 new dependency
- no patches required
- Had to change the version references around a bit because the upstream url is 
adding the `-0ubuntu1` release to the version number

Reply at: https://bugs.launchpad.net/ubuntu/+source/signon-
ui/+bug/2036333/comments/1


On 2023-08-16T08:14:04+00:00 releng wrote:

This bug appears to have been reported against 'rawhide' during the Fedora 
Linux 39 development cycle.
Changing version to 39.

Reply at: https://bugs.launchpad.net/ubuntu/+source/signon-
ui/+bug/2036333/comments/2


On 2023-08-21T04:36:57+00:00 xalt7x.service wrote:

(In reply to Fedora Release Engineering from comment #2)
> This bug appears to have been reported against 'rawhide' during the Fedora
> Linux 39 development cycle.
> Changing version to 39.

This issue is reproducible on 38.

Reply at: https://bugs.launchpad.net/ubuntu/+source/signon-
ui/+bug/2036333/comments/3


On 2023-08-24T04:46:37+00:00 amishra1577 wrote:

This bug in signon-ui v01.15 prevents Fedora KDE spin users from using
their online accounts in KDE. To fix this, please upgrade to signon-ui
v0.17.

Reply at: https://bugs.launchpad.net/ubuntu/+source/signon-
ui/+bug/2036333/comments/4


On 2023-08-25T17:08:02+00:00 dabiswas112 wrote:

Hi, I'm shipping signon-ui 0.17 in my COPR at hazel-bunnny:ports. It
does not fix the problem. I'm still unable to sign in to google. Has
anyone been able to sign in successfully with a new account?

Reply at: https://bugs.launchpad.net/ubuntu/+source/signon-
ui/+bug/2036333/comments/5


On 2023-08-25T19:13:12+00:00 dabiswas112 wrote:

Hi, I've fixed this on my copr at hazel-bunny/ports. I have also ported
the signon-ui spec from webkit to webengine, because qt5-qtwebkit is a
big security hole according to a GNOME guy.

@rdieter could you check if the updates in https://github.com/hazel-
bunny/rpm-packaging/tree/master

[Desktop-packages] [Bug 2047288] [NEW] [transmission-gtk] seedingratio field for individual torrents only accepts integers

2023-12-23 Thread thom
Public bug reported:

General seedingratio can be set to a value with *at least* one decimal
after the decimal point

The per-torrent seedingratio could do this too.
But not anymore.
Only (positive) integers can be entered.
Also, the + and - buttons don't work anymore.

This bug is present in Ubuntu-MATE 24.04 LTS Noble Numbat that has to
come out in april 2024:

OS: Ubuntu-MATE
Distributor ID: Ubuntu
Description:Ubuntu Noble Numbat (development branch)
Release:24.04
Codename:   noble
transmission-gtk:
  Geïnstalleerd: 4.0.2-1ubuntu3
  Kandidaat: 4.0.2-1ubuntu3
  Versietabel:
 *** 4.0.2-1ubuntu3 500
500 http://nl.archive.ubuntu.com/ubuntu noble/main amd64 Packages
100 /var/lib/dpkg/status

This bug is NOT present in earlier versions but it IS present in later versions.
(for instance in version 4.0.5 which I tested)

To reproduce / unveil  this bug:
1) start transmission-gtk
2) start a torrent download
3) Right-mouse-click on running torrent and select properties
4) choose -> seedlimit:-ratio:-stop seeding at a ratio of ...
5) try to use + or - or enter a non integer value, it won't work (but it 
should).

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

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

Title:
  [transmission-gtk] seedingratio field for individual torrents only
  accepts integers

Status in transmission package in Ubuntu:
  New

Bug description:
  General seedingratio can be set to a value with *at least* one decimal
  after the decimal point

  The per-torrent seedingratio could do this too.
  But not anymore.
  Only (positive) integers can be entered.
  Also, the + and - buttons don't work anymore.

  This bug is present in Ubuntu-MATE 24.04 LTS Noble Numbat that has to
  come out in april 2024:

  OS: Ubuntu-MATE
  Distributor ID:   Ubuntu
  Description:  Ubuntu Noble Numbat (development branch)
  Release:  24.04
  Codename: noble
  transmission-gtk:
Geïnstalleerd: 4.0.2-1ubuntu3
Kandidaat: 4.0.2-1ubuntu3
Versietabel:
   *** 4.0.2-1ubuntu3 500
  500 http://nl.archive.ubuntu.com/ubuntu noble/main amd64 Packages
  100 /var/lib/dpkg/status

  This bug is NOT present in earlier versions but it IS present in later 
versions.
  (for instance in version 4.0.5 which I tested)

  To reproduce / unveil  this bug:
  1) start transmission-gtk
  2) start a torrent download
  3) Right-mouse-click on running torrent and select properties
  4) choose -> seedlimit:-ratio:-stop seeding at a ratio of ...
  5) try to use + or - or enter a non integer value, it won't work (but it 
should).

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2046992] Re: ubuntu 22.04 fwupd apt package seems broken (library / daemon version mismatch)

2023-12-23 Thread James
** Description changed:

- System version: 
+ On Ubuntu 22.04.03, the fwupd package fails to perform a clean apt install.  
+ The error given upon service startup is the following:
+ 
+ Dec 19 21:36:46 jwlandon-ThinkPad-E14-Gen-2 fwupd[9985]: Failed to load
+ engine: libfwupd version 1.9.4 does not match daemon 1.7.9
+ 
+ 
+ More info below: 
+ 
+ System version:
  root@jwlandon-ThinkPad-E14-Gen-2:~# lsb_release -a
  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 22.04.3 LTS
  Release:22.04
  Codename:   jammy
  
- No fwupd related packages installed: 
+ No fwupd related packages installed:
  root@jwlandon-ThinkPad-E14-Gen-2:~# apt list --installed 2> /dev/null |grep 
fwupd
  
- Now I install fwupd: 
+ Now I install fwupd:
  root@jwlandon-ThinkPad-E14-Gen-2:~# apt install fwupd
  Reading package lists... Done
  Building dependency tree... Done
  Reading state information... Done
  The following additional packages will be installed:
-   fwupd-signed libfwupd2 libfwupdplugin5
+   fwupd-signed libfwupd2 libfwupdplugin5
  Suggested packages:
-   gir1.2-fwupd-2.0
+   gir1.2-fwupd-2.0
  The following NEW packages will be installed:
-   fwupd fwupd-signed libfwupd2 libfwupdplugin5
+   fwupd fwupd-signed libfwupd2 libfwupdplugin5
  0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
  Need to get 0 B/2,889 kB of archives.
  After this operation, 7,989 kB of additional disk space will be used.
- Do you want to continue? [Y/n] 
+ Do you want to continue? [Y/n]
  Selecting previously unselected package libfwupd2:amd64.
  (Reading database ... 329400 files and directories currently installed.)
  Preparing to unpack .../libfwupd2_1.7.9-1~22.04.3_amd64.deb ...
  Unpacking libfwupd2:amd64 (1.7.9-1~22.04.3) ...
  Selecting previously unselected package libfwupdplugin5:amd64.
  Preparing to unpack .../libfwupdplugin5_1.7.9-1~22.04.3_amd64.deb ...
  Unpacking libfwupdplugin5:amd64 (1.7.9-1~22.04.3) ...
  Selecting previously unselected package fwupd.
  Preparing to unpack .../fwupd_1.7.9-1~22.04.3_amd64.deb ...
  Unpacking fwupd (1.7.9-1~22.04.3) ...
  Selecting previously unselected package fwupd-signed.
  Preparing to unpack .../fwupd-signed_1.51.1~22.04.1+1.4-0ubuntu0.1_amd64.deb 
...
  Unpacking fwupd-signed (1.51.1~22.04.1+1.4-0ubuntu0.1) ...
  Setting up libfwupd2:amd64 (1.7.9-1~22.04.3) ...
  Setting up fwupd-signed (1.51.1~22.04.1+1.4-0ubuntu0.1) ...
  Setting up libfwupdplugin5:amd64 (1.7.9-1~22.04.3) ...
  Setting up fwupd (1.7.9-1~22.04.3) ...
  fwupd-offline-update.service is a disabled or a static unit, not starting it.
  fwupd-refresh.service is a disabled or a static unit, not starting it.
  fwupd-refresh.timer is a disabled or a static unit, not starting it.
  fwupd.service is a disabled or a static unit, not starting it.
  Processing triggers for libc-bin (2.35-0ubuntu3.5) ...
  Processing triggers for man-db (2.10.2-1) ...
  Processing triggers for dbus (1.12.20-2ubuntu4.1) ...
  Processing triggers for hicolor-icon-theme (0.17-2) ...
  
  fwupd packages are now installed:
  root@jwlandon-ThinkPad-E14-Gen-2:~# apt list --installed 2> /dev/null |grep 
fwupd
  fwupd-signed/jammy-updates,now 1.51.1~22.04.1+1.4-0ubuntu0.1 amd64 
[installed,automatic]
  fwupd/jammy-updates,now 1.7.9-1~22.04.3 amd64 [installed]
  libfwupd2/jammy-updates,now 1.7.9-1~22.04.3 amd64 [installed,automatic]
  libfwupdplugin5/jammy-updates,now 1.7.9-1~22.04.3 amd64 [installed,automatic]
  
  Service is unable to start:
  root@jwlandon-ThinkPad-E14-Gen-2:~# systemctl start fwupd
  Job for fwupd.service failed because the control process exited with error 
code.
  See "systemctl status fwupd.service" and "journalctl -xeu fwupd.service" for 
details.
  
  Service complains about a library to daemon sw version mismatch:
  root@jwlandon-ThinkPad-E14-Gen-2:~# systemctl status fwupd
  × fwupd.service - Firmware update daemon
-  Loaded: loaded (/lib/systemd/system/fwupd.service; static)
-  Active: failed (Result: exit-code) since Tue 2023-12-19 21:36:46 PST; 
20s ago
-Docs: https://fwupd.org/
- Process: 9985 ExecStart=/usr/libexec/fwupd/fwupd (code=exited, 
status=1/FAILURE)
-Main PID: 9985 (code=exited, status=1/FAILURE)
- CPU: 59ms
+  Loaded: loaded (/lib/systemd/system/fwupd.service; static)
+  Active: failed (Result: exit-code) since Tue 2023-12-19 21:36:46 PST; 
20s ago
+    Docs: https://fwupd.org/
+ Process: 9985 ExecStart=/usr/libexec/fwupd/fwupd (code=exited, 
status=1/FAILURE)
+    Main PID: 9985 (code=exited, status=1/FAILURE)
+ CPU: 59ms
  
  Dec 19 21:36:46 jwlandon-ThinkPad-E14-Gen-2 systemd[1]: Starting Firmware 
update daemon...
  Dec 19 21:36:46 jwlandon-ThinkPad-E14-Gen-2 fwupd[9985]: Failed to load 
engine: libfwupd version 1.9.4 does not match daemon 1.7.9
  Dec 19 21:36:46 jwlandon-ThinkPad-E14-Gen-2 systemd[1]: fwupd.service: Main 
process exited, code=exited, status=1/FAILURE
  Dec 19 21:36:46 jwlandon-ThinkPad

[Desktop-packages] [Bug 2047256] Re: Ubuntu 24.04 Some image thumbnails no longer displayed

2023-12-23 Thread Adam Reviczky
Not sure if this is fixed in 45.2, but gdk-pixbuf-thumbnailer and
evince-thumbnailer do generate the correct thumbnails.

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

Title:
  Ubuntu 24.04 Some image thumbnails no longer displayed

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  After recent updates on my Ubuntu Noble 24.04 nautilus does not show 
thumbnails of PDF files.
  On a different partition same PC Ubuntu Noble 24.04 not recently updated PDF 
thumbnails are correctly displayed

  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: nautilus 1:45~rc-1ubuntu1
  ProcVersionSignature: Ubuntu 6.5.0-9.9-generic 6.5.3
  Uname: Linux 6.5.0-9-generic x86_64
  ApportVersion: 2.27.0-0ubuntu6
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Dec 22 16:15:59 2023
  GsettingsChanges:
   b'org.gnome.nautilus.preferences' b'migrated-gtk-settings' b'true'
   b'org.gnome.nautilus.window-state' b'initial-size' b'(879, 943)'
  InstallationDate: Installed on 2023-12-10 (12 days ago)
  InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20231210)
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   TERM=xterm-256color
   XDG_RUNTIME_DIR=
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_nautilus:
   file-roller   43.1-1
   nautilus-extension-gnome-terminal 3.49.92-2ubuntu1
   nautilus-image-converter  0.4.0-2
   nautilus-share0.7.5-0.3
   python3-nautilus  4.0-1build1

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2046066] Re: package sgml-base 1.31 failed to install/upgrade: triggers looping, abandoned

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

** Changed in: sgml-base (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to sgml-base in Ubuntu.
https://bugs.launchpad.net/bugs/2046066

Title:
  package sgml-base 1.31 failed to install/upgrade: triggers looping,
  abandoned

Status in sgml-base package in Ubuntu:
  Confirmed

Bug description:
  upgrading from 22.04 to 23.04 produced this error.

  ProblemType: Package
  DistroRelease: Ubuntu 23.04
  Package: sgml-base 1.31
  ProcVersionSignature: Ubuntu 6.2.0-37.38-generic 6.2.16
  Uname: Linux 6.2.0-37-generic x86_64
  ApportVersion: 2.26.1-0ubuntu2.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  Date: Sun Dec 10 13:49:43 2023
  ErrorMessage: triggers looping, abandoned
  InstallationDate: Installed on 2023-11-21 (18 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  PackageArchitecture: all
  Python3Details: /usr/bin/python3.11, Python 3.11.7, python3-minimal, 3.11.2-1
  PythonDetails: /usr/bin/python3.11, Python 3.11.7, python-is-python3, 3.11.1-3
  RelatedPackageVersions:
   dpkg 1.21.21ubuntu1
   apt  2.6.0ubuntu0.1
  SourcePackage: sgml-base
  Title: package sgml-base 1.31 failed to install/upgrade: triggers looping, 
abandoned
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sgml-base/+bug/2046066/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2047281] [NEW] package sgml-base 1.30 failed to install/upgrade: Trigger bilden eine Schleife, aufgegeben

2023-12-23 Thread Harald Schmitt
Public bug reported:

During upgrade to next LTS occurred this Bug
No idea what this package does

ProblemType: Package
DistroRelease: Ubuntu 22.04
Package: sgml-base 1.30
ProcVersionSignature: Ubuntu 5.4.0-169.187-generic 5.4.257
Uname: Linux 5.4.0-169-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
CasperMD5CheckResult: unknown
Date: Sat Dec 23 14:00:03 2023
ErrorMessage: Trigger bilden eine Schleife, aufgegeben
InstallationDate: Installed on 2020-05-12 (1319 days ago)
InstallationMedia: Ubuntu 18.04.4 LTS "Bionic Beaver" - Release amd64 
(20200203.1)
PackageArchitecture: all
Python3Details: /usr/bin/python3.10, Python 3.10.12, python3-minimal, 
3.10.6-1~22.04
PythonDetails: N/A
RebootRequiredPkgs: Error: path contained symlinks.
RelatedPackageVersions:
 dpkg 1.21.1ubuntu2.2
 apt  2.4.11
SourcePackage: sgml-base
Title: package sgml-base 1.30 failed to install/upgrade: Trigger bilden eine 
Schleife, aufgegeben
UpgradeStatus: Upgraded to jammy on 2023-12-23 (0 days ago)

** Affects: sgml-base (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package jammy

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to sgml-base in Ubuntu.
https://bugs.launchpad.net/bugs/2047281

Title:
  package sgml-base 1.30 failed to install/upgrade: Trigger bilden eine
  Schleife, aufgegeben

Status in sgml-base package in Ubuntu:
  New

Bug description:
  During upgrade to next LTS occurred this Bug
  No idea what this package does

  ProblemType: Package
  DistroRelease: Ubuntu 22.04
  Package: sgml-base 1.30
  ProcVersionSignature: Ubuntu 5.4.0-169.187-generic 5.4.257
  Uname: Linux 5.4.0-169-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: unknown
  Date: Sat Dec 23 14:00:03 2023
  ErrorMessage: Trigger bilden eine Schleife, aufgegeben
  InstallationDate: Installed on 2020-05-12 (1319 days ago)
  InstallationMedia: Ubuntu 18.04.4 LTS "Bionic Beaver" - Release amd64 
(20200203.1)
  PackageArchitecture: all
  Python3Details: /usr/bin/python3.10, Python 3.10.12, python3-minimal, 
3.10.6-1~22.04
  PythonDetails: N/A
  RebootRequiredPkgs: Error: path contained symlinks.
  RelatedPackageVersions:
   dpkg 1.21.1ubuntu2.2
   apt  2.4.11
  SourcePackage: sgml-base
  Title: package sgml-base 1.30 failed to install/upgrade: Trigger bilden eine 
Schleife, aufgegeben
  UpgradeStatus: Upgraded to jammy on 2023-12-23 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sgml-base/+bug/2047281/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2046341] Re: file selector does not work in firefox snap package (1:1snap1-0ubuntu2)

2023-12-23 Thread jdblair
This is fixed in the snap update on 2023-12-20:

latest/stable:121.0-1.12023-12-20 (3600) 257MB

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

Title:
  file selector does not work in firefox snap package
  (1:1snap1-0ubuntu2)

Status in firefox package in Ubuntu:
  New

Bug description:
  The file selector dialog does not work when opened from a web site.

  To reproduce:
  1) Go to gmail (https://mail.google.com).
  2) Create a new email.
  3) Click the paperclip icon to add an attachment. Nothing happens.

  If I download Firefox directly from Mozilla (version 120.0.1) then the
  attachment feature opens the file dialog correctly.

  I can reproduce the issue on other websites that allow uploading
  attachments.

  I think this may be related to issue bug #2042543.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: firefox 1:1snap1-0ubuntu2
  ProcVersionSignature: Ubuntu 6.2.0-37.38~22.04.1-generic 6.2.16
  Uname: Linux 6.2.0-37-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Dec 13 11:41:00 2023
  InstallationDate: Installed on 2023-11-16 (26 days ago)
  InstallationMedia: Ubuntu 22.04.3 LTS "Jammy Jellyfish" - Release amd64 
(20230807.2)
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp