[Desktop-packages] [Bug 2027828] Re: firefox: firefox.desktop not visible in MATE in the default Panel's Classic Menu (Ubuntu MATE, and Trisquel), but copies of it becomes visible

2023-07-22 Thread David Hedlund
** Description changed:

  This issue is easy to reproduce by running Ubuntu MATE 22.04, or
  Trisquel 11 (a distro based on Ubuntu 22.04 with MATE installed), in
  live mode.
  
  #
  Pre-required steps in Ubuntu MATE 22.04 before you run the next sections
  
  * MATE in the default Panel's Classic Menu: "Internet -> Firefox Web
  Browser". Selected information about the entry:
  
  /var/lib/snapd/desktop/applications/firefox_firefox.desktop
  
  Name=Firefox Web Browser
  Exec=env 
BAMF_DESKTOP_FILE_HINT=/var/lib/snapd/desktop/applications/firefox_firefox.desktop
 /snap/bin/firefox %u
  Icon=/snap/firefox/2356/default256.png
  
  
  Remove firefox snap package
  
  [Disclaimer: snap is not the issue for this bug, because Trisquel (a
  GNU/Linux distribution based on Ubuntu) ships without snap, and Firefox
  is not added to the menu when I installed firefox (see the "Install
  firefox"). We only remove it below to make it possible to install the
  firefox ppa package.]
  
  Run these steps (from https://askubuntu.com/questions/1399383/how-to-
  install-firefox-as-a-traditional-deb-package-without-snap-in-ubuntu-22):
  
  echo '
  Package: *
  Pin: release o=LP-PPA-mozillateam
  Pin-Priority: 1001
  
  Package: firefox
  Pin: version 1:1snap1-0ubuntu2
  Pin-Priority: -1
  ' | sudo tee /etc/apt/preferences.d/mozilla-firefox
  sudo snap remove firefox
  
  echo 'Unattended-Upgrade::Allowed-Origins:: "LP-PPA-
  mozillateam:${distro_codename}";' | sudo tee
  /etc/apt/apt.conf.d/51unattended-upgrades-firefox
  
  * Menu -> Internet -- has been removed
  
  ##
  Install firefox from this PPA
  
  Status: Entry NOT visible in the menu
  
  Run:
  sudo add-apt-repository ppa:mozillateam/ppa
  sudo apt update
  sudo apt install firefox
  
  * MATE in the default Panel's Classic Menu: "Internet -> Firefox Web Browser" 
is not added (see attached screenshot)
  * /usr/share/applications/firefox.desktop is added. Selected information 
about the file:
  
  Name=Firefox Web Browser
  Exec=firefox %u
  Terminal=false
  X-MultipleArgs=false
  Type=Application
  Icon=firefox
  Categories=GNOME;GTK;Network;WebBrowser;
  
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall;
  StartupNotify=true
  Actions=new-window;new-private-window;
  
  Examine the file:
  * desktop-file-validate /usr/share/applications/firefox.desktop # No errors
  
  Supprisingly, if you copy the file it will become visible!:
  * cd /usr/share/applications/ && sudo cp firefox.desktop 
firefoxworking.desktop
  
  ##
  Install firefox-esr from this PPA
  
  Status: Entry visible in the menu
  
  This section has been added to examine why the firefox-esr package, but
  not the firefox package is adding an entry to "Menu -> Internet"
  
  * Run: sudo apt install firefox-esr
  * MATE in the default Panel's Classic Menu: "Internet -> Firefox Web 
Browser"[1] is added. Information about the entry:
  * /usr/share/applications/firefox-esr.desktop is added. Selected information 
about the file:
  
  Name=Firefox Web Browser
  Exec=firefox-esr %u
  Terminal=false
  X-MultipleArgs=false
  Type=Application
  Icon=firefox-esr
  Categories=GNOME;GTK;Network;WebBrowser;
  
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall;
  StartupNotify=true
  StartupWMClass=firefox-esr-esr102
  Actions=new-window;new-private-window;
  
  desktop-file-validate /usr/share/applications/firefox-esr.desktop # No
  errors
  
- 1: A minor issue not related to this bug that I filed at yyy: The entry
- is correctly added, but "Name=Firefox Web Browser" in
+ 1: A minor issue not related to this bug that I filed at
+ https://bugs.launchpad.net/ubuntu/+source/firefox-esr/+bug/2028439: The
+ entry is correctly added, but "Name=Firefox Web Browser" in
  /usr/share/applications/firefox-esr.desktop should be changed to
  "Name=Firefox ESR Web Browser" (Debian stable firefox-esr package ships
  with "Name=Firefox ESR" in /usr/share/applications/firefox-esr.desktop).
  
  ##
  
  Install thunderbird from this PPA
  
  Status: Entry visible in the menu
  
  This section has been added to examine why "Menu -> Internet ->
  Thunderbird Mail" but not "Menu -> Internet -> Firefox Web Browser"
  
  * Run: sudo apt install thunderbird
  * MATE in the default Panel's Classic Menu: "Internet -> Thunderbird Mail" is 
added. Information about the entry:
  * /usr/share/applications/thunderbird.desktop is added. Selected information 
about the file:
  
  Name=Thunderbird Mail
  

[Desktop-packages] [Bug 2027828] Re: firefox: firefox.desktop not visible in MATE in the default Panel's Classic Menu (Ubuntu MATE, and Trisquel), but copies of it becomes visible

2023-07-22 Thread David Hedlund
** Description changed:

  This issue is easy to reproduce by running Ubuntu MATE 22.04, or
  Trisquel 11 (a distro based on Ubuntu 22.04 with MATE installed), in
  live mode.
  
  #
  Pre-required steps in Ubuntu MATE 22.04 before you run the next sections
  
  * MATE in the default Panel's Classic Menu: "Internet -> Firefox Web
  Browser". Selected information about the entry:
  
  /var/lib/snapd/desktop/applications/firefox_firefox.desktop
  
  Name=Firefox Web Browser
  Exec=env 
BAMF_DESKTOP_FILE_HINT=/var/lib/snapd/desktop/applications/firefox_firefox.desktop
 /snap/bin/firefox %u
  Icon=/snap/firefox/2356/default256.png
  
  
  Remove firefox snap package
  
  [Disclaimer: snap is not the issue for this bug, because Trisquel (a
  GNU/Linux distribution based on Ubuntu) ships without snap, and Firefox
  is not added to the menu when I installed firefox (see the "Install
  firefox"). We only remove it below to make it possible to install the
  firefox ppa package.]
  
  Run these steps (from https://askubuntu.com/questions/1399383/how-to-
  install-firefox-as-a-traditional-deb-package-without-snap-in-ubuntu-22):
  
  echo '
  Package: *
  Pin: release o=LP-PPA-mozillateam
  Pin-Priority: 1001
  
  Package: firefox
  Pin: version 1:1snap1-0ubuntu2
  Pin-Priority: -1
  ' | sudo tee /etc/apt/preferences.d/mozilla-firefox
  sudo snap remove firefox
  
  echo 'Unattended-Upgrade::Allowed-Origins:: "LP-PPA-
  mozillateam:${distro_codename}";' | sudo tee
  /etc/apt/apt.conf.d/51unattended-upgrades-firefox
  
  * Menu -> Internet -- has been removed
  
  ##
  Install firefox from this PPA
  
  Status: Entry NOT visible in the menu
  
  Run:
  sudo add-apt-repository ppa:mozillateam/ppa
  sudo apt update
  sudo apt install firefox
  
  * MATE in the default Panel's Classic Menu: "Internet -> Firefox Web Browser" 
is not added (see attached screenshot)
  * /usr/share/applications/firefox.desktop is added. Selected information 
about the file:
  
  Name=Firefox Web Browser
  Exec=firefox %u
  Terminal=false
  X-MultipleArgs=false
  Type=Application
  Icon=firefox
  Categories=GNOME;GTK;Network;WebBrowser;
  
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall;
  StartupNotify=true
  Actions=new-window;new-private-window;
  
  Examine the file:
  * desktop-file-validate /usr/share/applications/firefox.desktop # No errors
  
  Supprisingly, if you copy the file it will become visible!:
  * cd /usr/share/applications/ && sudo cp firefox.desktop 
firefoxworking.desktop
  
  ##
  Install firefox-esr from this PPA
  
  Status: Entry visible in the menu
  
  This section has been added to examine why the firefox-esr package, but
  not the firefox package is adding an entry to "Menu -> Internet"
  
  * Run: sudo apt install firefox-esr
  * MATE in the default Panel's Classic Menu: "Internet -> Firefox Web 
Browser"[1] is added. Information about the entry:
  * /usr/share/applications/firefox-esr.desktop is added. Selected information 
about the file:
  
  Name=Firefox Web Browser
  Exec=firefox-esr %u
  Terminal=false
  X-MultipleArgs=false
  Type=Application
  Icon=firefox-esr
  Categories=GNOME;GTK;Network;WebBrowser;
  
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall;
  StartupNotify=true
  StartupWMClass=firefox-esr-esr102
  Actions=new-window;new-private-window;
  
  desktop-file-validate /usr/share/applications/firefox-esr.desktop # No
  errors
  
- 1: The entry is correctly added, but "Name=Firefox Web Browser" in
+ 1: A minor issue not related to this bug that I filed at yyy: The entry
+ is correctly added, but "Name=Firefox Web Browser" in
  /usr/share/applications/firefox-esr.desktop should be changed to
- "Name=Firefox [ESR] Web Browser".
+ "Name=Firefox ESR Web Browser" (Debian stable firefox-esr package ships
+ with "Name=Firefox ESR" in /usr/share/applications/firefox-esr.desktop).
  
  ##
  
  Install thunderbird from this PPA
  
  Status: Entry visible in the menu
  
  This section has been added to examine why "Menu -> Internet ->
  Thunderbird Mail" but not "Menu -> Internet -> Firefox Web Browser"
  
  * Run: sudo apt install thunderbird
  * MATE in the default Panel's Classic Menu: "Internet -> Thunderbird Mail" is 
added. Information about the entry:
  * /usr/share/applications/thunderbird.desktop is added. Selected information 
about the file:
  
  Name=Thunderbird Mail
  Exec=thunderbird %u
  Terminal=false
  X-MultipleArgs=false
  Type=Application
  

[Desktop-packages] [Bug 2027828] Re: firefox: firefox.desktop not visible in MATE in the default Panel's Classic Menu (Ubuntu MATE, and Trisquel), but copies of it becomes visible

2023-07-22 Thread David Hedlund
** Description changed:

  This issue is easy to reproduce by running Ubuntu MATE 22.04, or
  Trisquel 11 (a distro based on Ubuntu 22.04 with MATE installed), in
  live mode.
  
  #
  Pre-required steps in Ubuntu MATE 22.04 before you run the next sections
  
  * MATE in the default Panel's Classic Menu: "Internet -> Firefox Web
  Browser". Selected information about the entry:
  
  /var/lib/snapd/desktop/applications/firefox_firefox.desktop
  
  Name=Firefox Web Browser
  Exec=env 
BAMF_DESKTOP_FILE_HINT=/var/lib/snapd/desktop/applications/firefox_firefox.desktop
 /snap/bin/firefox %u
  Icon=/snap/firefox/2356/default256.png
  
  
  Remove firefox snap package
  
  [Disclaimer: snap is not the issue for this bug, because Trisquel (a
  GNU/Linux distribution based on Ubuntu) ships without snap, and Firefox
  is not added to the menu when I installed firefox (see the "Install
  firefox"). We only remove it below to make it possible to install the
  firefox ppa package.]
  
  Run these steps (from https://askubuntu.com/questions/1399383/how-to-
  install-firefox-as-a-traditional-deb-package-without-snap-in-ubuntu-22):
  
  echo '
  Package: *
  Pin: release o=LP-PPA-mozillateam
  Pin-Priority: 1001
  
  Package: firefox
  Pin: version 1:1snap1-0ubuntu2
  Pin-Priority: -1
  ' | sudo tee /etc/apt/preferences.d/mozilla-firefox
  sudo snap remove firefox
  
  echo 'Unattended-Upgrade::Allowed-Origins:: "LP-PPA-
  mozillateam:${distro_codename}";' | sudo tee
  /etc/apt/apt.conf.d/51unattended-upgrades-firefox
  
  * Menu -> Internet -- has been removed
  
  ##
  Install firefox from this PPA
  
+ Status: Entry NOT visible in the menu
+ 
  Run:
  sudo add-apt-repository ppa:mozillateam/ppa
  sudo apt update
  sudo apt install firefox
  
  * MATE in the default Panel's Classic Menu: "Internet -> Firefox Web Browser" 
is not added (see attached screenshot)
  * /usr/share/applications/firefox.desktop is added. Selected information 
about the file:
  
  Name=Firefox Web Browser
  Exec=firefox %u
  Terminal=false
  X-MultipleArgs=false
  Type=Application
  Icon=firefox
  Categories=GNOME;GTK;Network;WebBrowser;
  
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall;
  StartupNotify=true
  Actions=new-window;new-private-window;
  
  Examine the file:
  * desktop-file-validate /usr/share/applications/firefox.desktop # No errors
  
  Supprisingly, if you copy the file it will become visible!:
  * cd /usr/share/applications/ && sudo cp firefox.desktop 
firefoxworking.desktop
  
  ##
- Install firfox-esr from this PPA
+ Install firefox-esr from this PPA
  
- This section has been added to examine why "Menu -> Internet ->
- Thunderbird Mail" but not "Menu -> Internet -> Firefox Web Browser"
+ Status: Entry visible in the menu
+ 
+ This section has been added to examine why the firefox-esr package, but
+ not the firefox package is adding an entry to "Menu -> Internet"
  
  * Run: sudo apt install firefox-esr
- * MATE in the default Panel's Classic Menu: "Internet -> Firefox Web Browser" 
is added. Information about the entry:
+ * MATE in the default Panel's Classic Menu: "Internet -> Firefox Web 
Browser"[1] is added. Information about the entry:
  * /usr/share/applications/firefox-esr.desktop is added. Selected information 
about the file:
  
  Name=Firefox Web Browser
  Exec=firefox-esr %u
  Terminal=false
  X-MultipleArgs=false
  Type=Application
  Icon=firefox-esr
  Categories=GNOME;GTK;Network;WebBrowser;
  
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall;
  StartupNotify=true
  StartupWMClass=firefox-esr-esr102
  Actions=new-window;new-private-window;
  
  desktop-file-validate /usr/share/applications/firefox-esr.desktop # No
  errors
  
+ 1: The entry is correctly added, but "Name=Firefox Web Browser" in
+ /usr/share/applications/firefox-esr.desktop should be changed to
+ "Name=Firefox [ESR] Web Browser".
+ 
  ##
+ 
  Install thunderbird from this PPA
+ 
+ Status: Entry visible in the menu
  
  This section has been added to examine why "Menu -> Internet ->
  Thunderbird Mail" but not "Menu -> Internet -> Firefox Web Browser"
  
  * Run: sudo apt install thunderbird
  * MATE in the default Panel's Classic Menu: "Internet -> Thunderbird Mail" is 
added. Information about the entry:
  * /usr/share/applications/thunderbird.desktop is added. Selected information 
about the file:
  
  Name=Thunderbird Mail
  Exec=thunderbird %u
  Terminal=false
  X-MultipleArgs=false
  Type=Application
  

[Desktop-packages] [Bug 2028438] Re: gnome-control-center crash

2023-07-22 Thread Mike Ferreira
Errors log from journalctl and syslog attached

** Attachment added: "errors.log"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/2028438/+attachment/5687909/+files/errors.log

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

Title:
  gnome-control-center crash

Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  Suddenly today, while doing a backup (rsync) system started going to
  sleep... I know I had my setting set to not suspend, never to go to
  screensaver. Went to ope "Settings"... Settings loaded fine (then).

  Selected "Power". Settings crashed, and opened Bug Report dialog, but
  on "Send", that also crashed. "Settings" can no longer open at all.

  Starts to load, at least by the status in the upper bar of screen,
  then goes away. In 'top', I can see it running while it is trying to
  start (as gnome-control-center)... Then goes away. Have tried to re-
  install it, same problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: gnome-control-center 1:41.7-0ubuntu0.22.04.6
  ProcVersionSignature: Ubuntu 5.19.0-46.47~22.04.1-generic 5.19.17
  Uname: Linux 5.19.0-46-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  Date: Sat Jul 22 12:28:06 2023
  InstallationDate: Installed on 2021-09-23 (667 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to jammy on 2022-08-17 (339 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/2028438/+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 2028438] [NEW] gnome-control-center crash

2023-07-22 Thread Mike Ferreira
Public bug reported:

Suddenly today, while doing a backup (rsync) system started going to
sleep... I know I had my setting set to not suspend, never to go to
screensaver. Went to ope "Settings"... Settings loaded fine (then).

Selected "Power". Settings crashed, and opened Bug Report dialog, but on
"Send", that also crashed. "Settings" can no longer open at all.

Starts to load, at least by the status in the upper bar of screen, then
goes away. In 'top', I can see it running while it is trying to start
(as gnome-control-center)... Then goes away. Have tried to re-install
it, same problem.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: gnome-control-center 1:41.7-0ubuntu0.22.04.6
ProcVersionSignature: Ubuntu 5.19.0-46.47~22.04.1-generic 5.19.17
Uname: Linux 5.19.0-46-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: GNOME
Date: Sat Jul 22 12:28:06 2023
InstallationDate: Installed on 2021-09-23 (667 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
SourcePackage: gnome-control-center
UpgradeStatus: Upgraded to jammy on 2022-08-17 (339 days ago)

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


** Tags: amd64 apport-bug jammy

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

Title:
  gnome-control-center crash

Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  Suddenly today, while doing a backup (rsync) system started going to
  sleep... I know I had my setting set to not suspend, never to go to
  screensaver. Went to ope "Settings"... Settings loaded fine (then).

  Selected "Power". Settings crashed, and opened Bug Report dialog, but
  on "Send", that also crashed. "Settings" can no longer open at all.

  Starts to load, at least by the status in the upper bar of screen,
  then goes away. In 'top', I can see it running while it is trying to
  start (as gnome-control-center)... Then goes away. Have tried to re-
  install it, same problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: gnome-control-center 1:41.7-0ubuntu0.22.04.6
  ProcVersionSignature: Ubuntu 5.19.0-46.47~22.04.1-generic 5.19.17
  Uname: Linux 5.19.0-46-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  Date: Sat Jul 22 12:28:06 2023
  InstallationDate: Installed on 2021-09-23 (667 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to jammy on 2022-08-17 (339 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/2028438/+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 2027828] Re: firefox: firefox.desktop not visible in MATE in the default Panel's Classic Menu (Ubuntu MATE, and Trisquel), but copies of it becomes visible

2023-07-22 Thread David Hedlund
** Description changed:

  This issue is easy to reproduce by running Ubuntu MATE 22.04, or
  Trisquel 11 (a distro based on Ubuntu 22.04 with MATE installed), in
  live mode.
  
  #
  Ubuntu MATE 22.04
  
  * MATE in the default Panel's Classic Menu: "Internet -> Firefox Web
  Browser". Selected information about the entry:
  
  /var/lib/snapd/desktop/applications/firefox_firefox.desktop
  
  Name=Firefox Web Browser
  Exec=env 
BAMF_DESKTOP_FILE_HINT=/var/lib/snapd/desktop/applications/firefox_firefox.desktop
 /snap/bin/firefox %u
  Icon=/snap/firefox/2356/default256.png
  
  
  Remove firefox snap package
  
  [Disclaimer: snap is not the issue for this bug, because Trisquel (a
  GNU/Linux distribution based on Ubuntu) ships without snap, and Firefox
  is not added to the menu when I installed firefox (see the "Install
  firefox"). We only remove it below to make it possible to install the
  firefox ppa package.]
  
  Run these steps (from https://askubuntu.com/questions/1399383/how-to-
  install-firefox-as-a-traditional-deb-package-without-snap-in-ubuntu-22):
  
  echo '
  Package: *
  Pin: release o=LP-PPA-mozillateam
  Pin-Priority: 1001
  
  Package: firefox
  Pin: version 1:1snap1-0ubuntu2
  Pin-Priority: -1
  ' | sudo tee /etc/apt/preferences.d/mozilla-firefox
  sudo snap remove firefox
  
  echo 'Unattended-Upgrade::Allowed-Origins:: "LP-PPA-
  mozillateam:${distro_codename}";' | sudo tee
  /etc/apt/apt.conf.d/51unattended-upgrades-firefox
  
  * Menu -> Internet -- has been removed
  
  ##
  Install firefox from this PPA
  
  Run:
  sudo add-apt-repository ppa:mozillateam/ppa
  sudo apt update
  sudo apt install firefox
  
  * MATE in the default Panel's Classic Menu: "Internet -> Firefox Web Browser" 
is not added (see attached screenshot)
  * /usr/share/applications/firefox.desktop is added. Selected information 
about the file:
  
  Name=Firefox Web Browser
  Exec=firefox %u
  Terminal=false
  X-MultipleArgs=false
  Type=Application
  Icon=firefox
  Categories=GNOME;GTK;Network;WebBrowser;
  
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall;
  StartupNotify=true
  Actions=new-window;new-private-window;
  
  Examine the file:
  * desktop-file-validate /usr/share/applications/firefox.desktop # No errors
  
  Supprisingly, if you copy the file it will become visible!:
  * cd /usr/share/applications/ && sudo cp firefox.desktop 
firefoxworking.desktop
  
+ 
+ ##
+ Install Firefox ESR from this PPA
+ 
+ This section has been added to examine why "Menu -> Internet ->
+ Thunderbird Mail" but not "Menu -> Internet -> Firefox Web Browser"
+ 
+ * Run: sudo apt install firefox-esr
+ * MATE in the default Panel's Classic Menu: "Internet -> Firefox Web Browser" 
is added. Information about the entry:
+ * /usr/share/applications/firefox-esr.desktop is added. Selected information 
about the file:
+ 
+ Name=Firefox Web Browser
+ Exec=firefox-esr %u
+ Terminal=false
+ X-MultipleArgs=false
+ Type=Application
+ Icon=firefox-esr
+ Categories=GNOME;GTK;Network;WebBrowser;
+ 
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall;
+ StartupNotify=true
+ StartupWMClass=firefox-esr-esr102
+ Actions=new-window;new-private-window;
+ 
+ desktop-file-validate /usr/share/applications/firefox-esr.desktop # No
+ errors
+ 
+ 
  ##
  Install thunderbird from this PPA
  
  This section has been added to examine why "Menu -> Internet ->
  Thunderbird Mail" but not "Menu -> Internet -> Firefox Web Browser"
  
  * Run: sudo apt install thunderbird
  * MATE in the default Panel's Classic Menu: "Internet -> Thunderbird Mail" is 
added. Information about the entry:
  * /usr/share/applications/thunderbird.desktop is added. Selected information 
about the file:
  
  Name=Thunderbird Mail
  Exec=thunderbird %u
  Terminal=false
  X-MultipleArgs=false
  Type=Application
  Icon=thunderbird
  Categories=Application;Network;Email;
  
MimeType=x-scheme-handler/mailto;application/x-xpinstall;x-scheme-handler/webcal;x-scheme-handler/mid;message/rfc822;
  StartupNotify=true
  Actions=Compose;Contacts
  
  desktop-file-validate /usr/share/applications/thunderbird.desktop # No
  errors
  
  ##
  Temporary solution to add "Firefox Web Browser" to the menu:
  
  * sudo cp firefox.desktop firefoxworking.desktop
  
  or
  
  * cp /usr/share/applications/firefox.desktop
  ~/.local/share/applications/

** Description changed:

  This issue is easy to reproduce by running Ubuntu MATE 22.04, or
  

[Desktop-packages] [Bug 2028434] Re: gnome-control-center crashed with SIGSEGV in gtk_picture_set_filename()

2023-07-22 Thread Apport retracing service
*** This bug is a duplicate of bug 2015142 ***
https://bugs.launchpad.net/bugs/2015142

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #2015142, so 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.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/2028434/+attachment/5687870/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/2028434/+attachment/5687872/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/2028434/+attachment/5687874/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/2028434/+attachment/5687875/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/2028434/+attachment/5687876/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/2028434/+attachment/5687877/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/2028434/+attachment/5687878/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 2015142

** Tags removed: need-amd64-retrace

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

Title:
  gnome-control-center crashed with SIGSEGV in
  gtk_picture_set_filename()

Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  Testing Ubuntu Mantic Desktop daily ISO dated 22-07-2023

  Attempted to change "Appearance Style" from Light to Dark resulted in
  the error message - gnome-control-center crashed with SIGSEGV in
  gtk_picture_set_filename()

  ProblemType: Crash
  DistroRelease: Ubuntu 23.10
  Package: gnome-control-center 1:44.3-1ubuntu3
  ProcVersionSignature: Ubuntu 6.3.0-7.7-generic 6.3.5
  Uname: Linux 6.3.0-7-generic x86_64
  ApportVersion: 2.26.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jul 22 15:14:22 2023
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationDate: Installed on 2023-07-22 (0 days ago)
  InstallationMedia: Ubuntu 23.10 "Mantic Minotaur" - Daily amd64 (20230722)
  JournalErrors: -- No entries --
  ProcCmdline: /usr/bin/gnome-control-center
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
  SegvAnalysis:
   Segfault happened at: 0x7fb068daa9dd :  mov
(%rbx),%rax
   PC (0x7fb068daa9dd) ok
   source "(%rbx)" (0x62632d782f6e6f69) not located in a known VMA region 
(needed readable region)!
   destination "%rax" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: gnome-control-center
  StacktraceTop:
   gtk_picture_set_filename () from /lib/x86_64-linux-gnu/libgtk-4.so.1
   g_closure_invoke () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
   g_signal_emit_valist () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
   g_signal_emit () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: gnome-control-center crashed with SIGSEGV in gtk_picture_set_filename()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sudo users
  separator:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/2028434/+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 2028434] [NEW] gnome-control-center crashed with SIGSEGV in gtk_picture_set_filename()

2023-07-22 Thread Leó Kolbeinsson
*** This bug is a duplicate of bug 2015142 ***
https://bugs.launchpad.net/bugs/2015142

Public bug reported:

Testing Ubuntu Mantic Desktop daily ISO dated 22-07-2023

Attempted to change "Appearance Style" from Light to Dark resulted in
the error message - gnome-control-center crashed with SIGSEGV in
gtk_picture_set_filename()

ProblemType: Crash
DistroRelease: Ubuntu 23.10
Package: gnome-control-center 1:44.3-1ubuntu3
ProcVersionSignature: Ubuntu 6.3.0-7.7-generic 6.3.5
Uname: Linux 6.3.0-7-generic x86_64
ApportVersion: 2.26.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Sat Jul 22 15:14:22 2023
ExecutablePath: /usr/bin/gnome-control-center
InstallationDate: Installed on 2023-07-22 (0 days ago)
InstallationMedia: Ubuntu 23.10 "Mantic Minotaur" - Daily amd64 (20230722)
JournalErrors: -- No entries --
ProcCmdline: /usr/bin/gnome-control-center
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 XDG_RUNTIME_DIR=
SegvAnalysis:
 Segfault happened at: 0x7fb068daa9dd :mov
(%rbx),%rax
 PC (0x7fb068daa9dd) ok
 source "(%rbx)" (0x62632d782f6e6f69) not located in a known VMA region (needed 
readable region)!
 destination "%rax" ok
SegvReason: reading unknown VMA
Signal: 11
SourcePackage: gnome-control-center
StacktraceTop:
 gtk_picture_set_filename () from /lib/x86_64-linux-gnu/libgtk-4.so.1
 g_closure_invoke () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
 ?? () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
 g_signal_emit_valist () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
 g_signal_emit () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
Title: gnome-control-center crashed with SIGSEGV in gtk_picture_set_filename()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sudo users
separator:

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


** Tags: amd64 apport-crash mantic wayland-session

** Information type changed from Private to Public

** Description changed:

  Testing Ubuntu Mantic Desktop daily ISO dated 22-07-2023
  
- Attempted to change theme from Light to Dark resulted in the error
- message - gnome-control-center crashed with SIGSEGV in
+ Attempted to change "Appearance Style" from Light to Dark resulted in
+ the error message - gnome-control-center crashed with SIGSEGV in
  gtk_picture_set_filename()
  
  ProblemType: Crash
  DistroRelease: Ubuntu 23.10
  Package: gnome-control-center 1:44.3-1ubuntu3
  ProcVersionSignature: Ubuntu 6.3.0-7.7-generic 6.3.5
  Uname: Linux 6.3.0-7-generic x86_64
  ApportVersion: 2.26.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jul 22 15:14:22 2023
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationDate: Installed on 2023-07-22 (0 days ago)
  InstallationMedia: Ubuntu 23.10 "Mantic Minotaur" - Daily amd64 (20230722)
  JournalErrors: -- No entries --
  ProcCmdline: /usr/bin/gnome-control-center
  ProcEnviron:
-  LANG=en_US.UTF-8
-  PATH=(custom, no user)
-  SHELL=/bin/bash
-  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  PATH=(custom, no user)
+  SHELL=/bin/bash
+  XDG_RUNTIME_DIR=
  SegvAnalysis:
-  Segfault happened at: 0x7fb068daa9dd :  mov
(%rbx),%rax
-  PC (0x7fb068daa9dd) ok
-  source "(%rbx)" (0x62632d782f6e6f69) not located in a known VMA region 
(needed readable region)!
-  destination "%rax" ok
+  Segfault happened at: 0x7fb068daa9dd :  mov
(%rbx),%rax
+  PC (0x7fb068daa9dd) ok
+  source "(%rbx)" (0x62632d782f6e6f69) not located in a known VMA region 
(needed readable region)!
+  destination "%rax" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: gnome-control-center
  StacktraceTop:
-  gtk_picture_set_filename () from /lib/x86_64-linux-gnu/libgtk-4.so.1
-  g_closure_invoke () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
-  ?? () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
-  g_signal_emit_valist () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
-  g_signal_emit () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
+  gtk_picture_set_filename () from /lib/x86_64-linux-gnu/libgtk-4.so.1
+  g_closure_invoke () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
+  ?? () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
+  g_signal_emit_valist () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
+  g_signal_emit () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: gnome-control-center crashed with SIGSEGV in gtk_picture_set_filename()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sudo users
  separator:

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

Title:
  gnome-control-center crashed with SIGSEGV in
  

[Desktop-packages] [Bug 2017980] Re: FATAL:credentials.cc(127)] Check failed: . : Permission denied (13)

2023-07-22 Thread Carlos Nogueira
The workarounds here seem to work, but having to do them every time is a
bit annoying. Are there no new updates on the issue ?

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

Title:
  FATAL:credentials.cc(127)] Check failed: . : Permission denied (13)

Status in linux-meta-nvidia-5.19 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-510 package in Ubuntu:
  Confirmed
Status in ubuntu-drivers-common package in Ubuntu:
  Confirmed

Bug description:
  With this kernel linux-image-nvidia-5.19 (version 5.19.0.1009.10) I 
experience that google-chrome crashes.
  It shows

  ```shell
  [11849:11849:0428/091628.955956:FATAL:credentials.cc(127)] Check failed: . : 
Permission denied (13)
  Trace/breakpoint trap (core dumped)".
  ```

  To be honest I don't think it has anything to do with google-chrome at all.
  When google-chrome starts it (normally) request the system key-manager 
(KWallet in my case) for access to the users keys before it actually shows 
anything from chrome. Not even that part (the KWallet password box) shows up.

  I can only reproduce this problem with this specific kernel. It should
  be possible to take google-chrome out of the equation by using another
  application that starts by request the desktop key manager for access.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-nvidia-5.19 (not installed)
  ProcVersionSignature: Ubuntu 5.15.0-1023.23-nvidia 5.15.92
  Uname: Linux 5.15.0-1023-nvidia x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu82.4
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: KDE
  Date: Fri Apr 28 11:23:23 2023
  InstallationDate: Installed on 2016-01-08 (2666 days ago)
  InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: linux-meta-nvidia-5.19
  UpgradeStatus: Upgraded to jammy on 2022-07-21 (281 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-meta-nvidia-5.19/+bug/2017980/+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 1736176]

2023-07-22 Thread Libreoffice-commits
Heiko Tietze committed a patch related to this issue.
It has been pushed to "libreoffice-7-6":

https://git.libreoffice.org/core/commit/c7de706f5f4b32babdad1cf2ced4e79c802df46a

Resolves tdf#112876 - Make use of scroll lock configurable

It will be available in 7.6.0.2.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

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

Title:
  [upstream] Can't jump between cells when non-english input layout is
  active

Status in LibreOffice:
  Fix Released
Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  Can't jump between LibreOffice Calc cells by arrow keys when non-
  english input layout is active. It's because Ubuntu is using Scroll
  Lock indicator (LED) to show state of layout switch, but in
  LibreOffice Scroll Lock state is used to switch between page's
  scrolling and jumping on cells.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: libreoffice 1:5.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8
  Uname: Linux 4.13.0-17-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.5
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Dec  4 17:25:29 2017
  InstallationDate: Installed on 2017-10-19 (45 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=uk_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1736176/+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 1736176]

2023-07-22 Thread Heiko-tietze-g
Cherry-picked this for 7.6 coming soon.

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

Title:
  [upstream] Can't jump between cells when non-english input layout is
  active

Status in LibreOffice:
  Fix Released
Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  Can't jump between LibreOffice Calc cells by arrow keys when non-
  english input layout is active. It's because Ubuntu is using Scroll
  Lock indicator (LED) to show state of layout switch, but in
  LibreOffice Scroll Lock state is used to switch between page's
  scrolling and jumping on cells.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: libreoffice 1:5.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8
  Uname: Linux 4.13.0-17-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.5
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Dec  4 17:25:29 2017
  InstallationDate: Installed on 2017-10-19 (45 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=uk_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1736176/+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


Re: [Desktop-packages] [Bug 1971984] Re: pcscd.socket is disabled after installation

2023-07-22 Thread Ubucolors
Thank you Tony

Op vr 21 jul 2023 om 19:16 schreef Tony Espy
<1971...@bugs.launchpad.net>:

> I enabled -proposed on jammy, and updated pcscd to 1.9.5-3ubuntu1. I
> verified that the socket is now enabled:
>
> $ systemctl status pcscd.socket
> ● pcscd.socket - PC/SC Smart Card Daemon Activation Socket
>  Loaded: loaded (/lib/systemd/system/pcscd.socket; enabled; vendor
> preset: enabled)
>  Active: active (listening) since Fri 2023-07-21 12:57:49 EDT; 6s ago
>Triggers: ● pcscd.service
>  Listen: /run/pcscd/pcscd.comm (Stream)
>  CGroup: /system.slice/pcscd.socket
> Jul 21 12:57:49 brain systemd[1]: Listening on PC/SC Smart Card Activation
> Socket.
>
> I also verified that when I plug in my Nitrokey HSM2, that it's now
> recognized by the system:
>
> $ sc-hsm-tool
> Using reader with a card: Nitrokey Nitrokey HSM (...)
>
>
>
> ** Tags removed: verification-needed-jammy
> ** Tags added: verification-done-jammy
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1971984
>
> Title:
>   pcscd.socket is disabled after installation
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/pcsc-lite/+bug/1971984/+subscriptions
>
>

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

Title:
  pcscd.socket is disabled after installation

Status in pcsc-lite package in Ubuntu:
  Fix Released
Status in pcsc-lite source package in Jammy:
  Fix Committed
Status in pcsc-lite source package in Kinetic:
  Fix Committed
Status in pcsc-lite source package in Lunar:
  Fix Committed
Status in pcsc-lite package in Debian:
  Fix Released

Bug description:
  [ Impact ]

  The pscc-lite package provides an open source implementation of PC/SC,
  the de-facto standard to interface Personal Computers with Smart
  Cards/Readers.

  This bug is in the upstream debian packaging, and results in the
  pcscd.socket being disabled after installation. This prevents
  automatic startup of the associated pcscd.service, thus preventing
  automatic handling of Smart Cards/Readers w/out manual intervention to
  enable the socket (which doesn't persist across reboots).

  This is especially painful for users that require Smart Authentication
  for login.

  [ Test Plan ]

  Steps to reproduce:

  1. If installed, remove and do a fresh install of the package pcscd
  (the sole version released for jammy is 1.9.5-3).

  2. Verify that the pcscd.socket is disabled:

  $ systemctl status pcscd.socket
  ○ pcscd.socket - PC/SC Smart Card Daemon Activation Socket
   Loaded: loaded (/lib/systemd/system/pcscd.socket; disabled; vendor 
preset: enabled)
   Active: inactive (dead)
     Triggers: ● pcscd.service
   Listen: /run/pcscd/pcscd.comm (Stream)

  3. [Optional] insert a Smart Card or Crypto Token (e.g. a Yubikey or
  Nitrokey) that's known to work on Ubuntu and verify that it fails to
  work.

  Repeating the same steps with a package built with the patch attached
  to comment #27 should ensure that the socket is enabled, and that
  interaction with a Smart Card or Crypto Token should work w/out manual
  intervention.

  [ Where problems could occur ]

  This is a back-ported change from upstream and is a result of a bug in
  dh_installsystemd (see comment #26). As such the risk is minimal.

  The only potential risk of failure I can come up with is a snap that
  stages the old version of the client library, as it would be looking
  in the wrong place for the socket.

  [ Other Info ]

  This bug was originally reported against Ubuntu Mate 22.04, however it
  applies to all derivatives of Ubuntu Desktop 22.04 LTS.

  Note - while there's some disagreement as to whether this bug occurs
  100% of the time across all 22.04 installations, it's pretty clear
  from the upstream Debian bug and subsequent packaging fix that we
  should land this.

  As the upstream fix landed in 1.9.9-2 (which is already released in mantic) 
only the following releases are impacted by this bug:
   - jammy
   - kinetic
   - lunar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcsc-lite/+bug/1971984/+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 2018603] Re: Inconsistent cursor size with fractional scaling

2023-07-22 Thread Arief Mulya Utama
** Changed in: gnome-shell-extension-desktop-icons-ng (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  Inconsistent cursor size with fractional scaling

Status in gnome-shell-extension-desktop-icons-ng package in Ubuntu:
  Fix Released
Status in gtk+3.0 package in Ubuntu:
  Confirmed

Bug description:
  When fractional scaling is enabled (I use 250%), the mouse cursor
  becomes very large when hovering over the desktop and in some
  applications. It returns to its normal size when moved over the panel,
  dock and most Gnome apps (evince is a notable exception here). The
  issue appeared after the update to 23.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.04
  Package: mutter 44.0-2ubuntu4
  ProcVersionSignature: Ubuntu 6.2.0-20.20-generic 6.2.6
  Uname: Linux 6.2.0-20-generic x86_64
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Fri May  5 15:41:32 2023
  InstallationDate: Installed on 2019-10-31 (1282 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  SourcePackage: mutter
  UpgradeStatus: Upgraded to lunar on 2023-05-05 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-desktop-icons-ng/+bug/2018603/+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