[Desktop-packages] [Bug 1967632]

2024-01-10 Thread Pierre Ossman (Cendio AB)
It would be a big limitation if the solution to this focuses entirely on
pcsc-lite:

a) /var/run/pcscd/pcscd.comm is internal and varies between
distributions and pcsc-lite versions. I.e. any pcsc-lite library
embedded in the snap package is not guaranteed to be able to talk to the
system pcscd

b) Remote desktop solutions such as ThinLinc or FreeRDP tend to override
the pcsc library so that smart card access can be tunneled.

I would suggest having a more generic tunnel between the snap and the
session the snap is running in. Either on the PC/SC layer, or on the
PKCS#11 layer. The session side of that tunnel would then hopefully
respect the session environment fully.

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

Title:
  [snap] apparmor denied when trying to load pkcs11 module for smart
  card authentication

Status in Mozilla Firefox:
  Confirmed
Status in chromium-browser package in Ubuntu:
  Triaged
Status in firefox package in Ubuntu:
  Triaged

Bug description:
  I use a smart card to access government sites. I have that working in
  firefox and chrome on ubuntu impish, and gave jammy a try, but there
  firefox won't load the library, giving me a generic error.

  dmesg, however, shows this apparmor denied message:

  [sáb abr  2 17:32:27 2022] audit: type=1400 audit(1648931547.646:115):
  apparmor="DENIED" operation="file_mmap" profile="snap.firefox.firefox"
  name="/run/user/1000/doc/e0bac853/libaetpkss.so.3.5.4112" pid=3680
  comm="firefox" requested_mask="m" denied_mask="m" fsuid=1000 ouid=0

  
  Note also the path, that's not what I typed into the firefox dialog box. I 
have the .so copied to /usr/lib/x86_64-linux-gnu/libaetpkss.so.3.5.4112, and 
that's what I typed in when prompted for its path by firefox.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: firefox 1:1snap1-0ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-23.23-generic 5.15.27
  Uname: Linux 5.15.0-23-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu80
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Apr  2 17:34:09 2022
  InstallationDate: Installed on 2022-03-20 (13 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220319)
  Snap.Changes: no changes found
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

2023-10-11 Thread Pierre Ossman (Cendio AB)
Great. :)

Unfortunately, in my case I'm a user of the deselect addon, so that's
what I was referring to. I don't know if that developer is following
this bug?

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

Title:
  Have option to not automatically open next email

Status in Mozilla Thunderbird:
  Confirmed
Status in Ubuntu GNOME:
  Confirmed
Status in thunderbird package in Ubuntu:
  Triaged

Bug description:
  I have found that with Thunderbird if I open an email and then press a
  button such as the "Junk" or "Delete" button, it will automatically
  move on and open the next email. Now as I get a lot of spam on this
  email in the inbox with the spam filter not properly configured yet,
  it would be very useful if there were an option to disable this
  automatically opening the next email feature. So that it would just go
  to the blank screen in the email display section. Quite a few people I
  know for similar reasons say they would like an option like this so
  that malicious emails don't accidentally get opened.

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

2023-10-11 Thread Pierre Ossman (Cendio AB)
The new overhaul of Thunderbird unfortunately broke the workaround addon
again. :/

I don't suppose anyone has had time to look at implementing this in
Thunderbird directly?

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

Title:
  Have option to not automatically open next email

Status in Mozilla Thunderbird:
  Confirmed
Status in Ubuntu GNOME:
  Confirmed
Status in thunderbird package in Ubuntu:
  Triaged

Bug description:
  I have found that with Thunderbird if I open an email and then press a
  button such as the "Junk" or "Delete" button, it will automatically
  move on and open the next email. Now as I get a lot of spam on this
  email in the inbox with the spam filter not properly configured yet,
  it would be very useful if there were an option to disable this
  automatically opening the next email feature. So that it would just go
  to the blank screen in the email display section. Quite a few people I
  know for similar reasons say they would like an option like this so
  that malicious emails don't accidentally get opened.

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/1653351/+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 1978098] [NEW] python3-gi doesn't depend on python3-cairo

2022-06-09 Thread Pierre Ossman (Cendio AB)
Public bug reported:

There is a missing dependency that makes using GTK/GDK from Python a bit
brittle.

GTK/GDK uses cairo for drawing, so having GTK/GDK means that cairo is
available and can be used.

However, having the Python bindings for GTK/GDK currently doesn't
guarantee that the Python bindings for cairo are installed. Hence,
drawing functions can explode when Python GTK applications try to use
them. In the Red Hat world, this dependency is on pygobject, hence I'm
filing a bug to add the same thing here.

Upstream report for the same thing on Debian:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=995784

(also includes a simple example)

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

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

Title:
  python3-gi doesn't depend on python3-cairo

Status in pygobject package in Ubuntu:
  New

Bug description:
  There is a missing dependency that makes using GTK/GDK from Python a
  bit brittle.

  GTK/GDK uses cairo for drawing, so having GTK/GDK means that cairo is
  available and can be used.

  However, having the Python bindings for GTK/GDK currently doesn't
  guarantee that the Python bindings for cairo are installed. Hence,
  drawing functions can explode when Python GTK applications try to use
  them. In the Red Hat world, this dependency is on pygobject, hence I'm
  filing a bug to add the same thing here.

  Upstream report for the same thing on Debian:

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=995784

  (also includes a simple example)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pygobject/+bug/1978098/+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 1452193] Re: Backends can't look at FINAL_CONTENT_TYPE to determine MIME type of job

2018-10-09 Thread Pierre Ossman (Cendio AB)
I can confirm that this is fixed in (at least) 18.04.

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

Title:
  Backends can't look at FINAL_CONTENT_TYPE to determine MIME type of
  job

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  We have a custom cups backend ("thinlocal") that looks at
  FINAL_CONTENT_TYPE to find out whether the submitted job is
  application/pdf and if so, take special actions. The PPD for this
  backend accepts PDF:s directly through this line:

  *cupsFilter: "application/pdf 0 -"

  However, FINAL_CONTENT_TYPE is always set to printer/thinlocal, so the
  backend can't possibly determine the input format by looking at the
  FINAL_CONTENT_TYPE.

  This is broken with (at least):
   - Ubuntu 14.04 (cups 1.7.2),
   - Ubuntu 14.10 (cups 1.7.5)
   - Ubuntu 15.04 (cups 2.0.2).

  Related bug reports, upstream and elsewhere:
   - https://www.cups.org/str.php?L4494
   - https://bugzilla.redhat.com/show_bug.cgi?id=1010580
   - https://bugzilla.redhat.com/show_bug.cgi?id=1149244

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1452193/+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 1631364] Re: gnome-screensaver crashes on remote login

2016-10-10 Thread Pierre Ossman (Cendio AB)
Scratch that. Happens every login.

The problem seems to be in gs_fade_finalize(). It calls
fade->priv->screen_priv[i].fade_finish() even though that function may
be NULL (which it will be if the display does not support any gamma
adjustment).

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

Title:
  gnome-screensaver crashes on remote login

Status in gnome-screensaver package in Ubuntu:
  New

Bug description:
  Simply log in remotely (ThinLinc, VNC, etc.) and you get a dialog
  stating that gnome-screensaver has crashed. One such report is
  available here:

  
https://errors.ubuntu.com/user/4d1bab2c9cd5a9cb11c04501a4a6a28eb367d6dbe38fc21aa0baa5d470d950ff46f96949884a5795a806dd62ffabb4005d068082c4001c9296f95327d2621d0c

  Only seems to happen on the initial login for a user.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1631364/+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 1631364] [NEW] gnome-screensaver crashes on remote login

2016-10-07 Thread Pierre Ossman (Cendio AB)
Public bug reported:

Simply log in remotely (ThinLinc, VNC, etc.) and you get a dialog
stating that gnome-screensaver has crashed. One such report is available
here:

https://errors.ubuntu.com/user/4d1bab2c9cd5a9cb11c04501a4a6a28eb367d6dbe38fc21aa0baa5d470d950ff46f96949884a5795a806dd62ffabb4005d068082c4001c9296f95327d2621d0c

Only seems to happen on the initial login for a user.

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


** Tags: xenial

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

Title:
  gnome-screensaver crashes on remote login

Status in gnome-screensaver package in Ubuntu:
  New

Bug description:
  Simply log in remotely (ThinLinc, VNC, etc.) and you get a dialog
  stating that gnome-screensaver has crashed. One such report is
  available here:

  
https://errors.ubuntu.com/user/4d1bab2c9cd5a9cb11c04501a4a6a28eb367d6dbe38fc21aa0baa5d470d950ff46f96949884a5795a806dd62ffabb4005d068082c4001c9296f95327d2621d0c

  Only seems to happen on the initial login for a user.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1631364/+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 1631346] [NEW] spurious colord authentication request for remote session

2016-10-07 Thread Pierre Ossman (Cendio AB)
Public bug reported:

Remote sessions get nagged with polkit authentication requests, despite
no action from the user.

This has already been reported upstream:

https://bugzilla.gnome.org/show_bug.cgi?id=751775
https://github.com/hughsie/colord/issues/16
https://bugs.kde.org/show_bug.cgi?id=357247

However it still needs to be fixed in current versions in Ubuntu,
especially the latest LTS release.

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


** Tags: xenial

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

Title:
  spurious colord authentication request for remote session

Status in colord package in Ubuntu:
  New

Bug description:
  Remote sessions get nagged with polkit authentication requests,
  despite no action from the user.

  This has already been reported upstream:

  https://bugzilla.gnome.org/show_bug.cgi?id=751775
  https://github.com/hughsie/colord/issues/16
  https://bugs.kde.org/show_bug.cgi?id=357247

  However it still needs to be fixed in current versions in Ubuntu,
  especially the latest LTS release.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/colord/+bug/1631346/+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 1302437] Re: hplip cups backends crash constantly

2014-04-04 Thread Pierre Ossman (Cendio AB)
** Information type changed from Private to Public

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

Title:
  hplip cups backends crash constantly

Status in “hplip” package in Ubuntu:
  New

Bug description:
  Easily provoked by e.g. lpinfo -v.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: hplip 3.14.3-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-22.44-generic 3.13.8
  Uname: Linux 3.13.0-22-generic x86_64
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  CupsErrorLog:
   E [04/Apr/2014:02:04:30 -0700] Unable to bind socket for address 
[v1.::1]:631 - Cannot assign requested address.
   E [04/Apr/2014:02:10:40 -0700] [CGI] Failed to initialize libusb (-99)
   E [04/Apr/2014:02:10:40 -0700] [cups-deviced] PID 3148 (hp) crashed on 
signal 11!
   E [04/Apr/2014:02:10:40 -0700] [cups-deviced] PID 3157 (hpfax) crashed on 
signal 11!
   E [04/Apr/2014:02:10:41 -0700] [cups-deviced] PID 3142 (gutenprint52+usb) 
stopped with status 4!
  Date: Fri Apr  4 02:10:40 2014
  ExecutablePath: /usr/lib/cups/backend/hp
  InstallationDate: Installed on 2014-03-28 (6 days ago)
  InstallationMedia: Ubuntu-Server 14.04 LTS Trusty Tahr - Beta amd64 
(20140326)
  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
  Lsusb: Error: command ['lsusb'] failed with exit code 1: unable to initialize 
libusb: -99
  MachineType: VMware, Inc. VMware Virtual Platform
  Papersize: letter
  ProcCmdline: hp
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF8
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-22-generic 
root=UUID=82a9f05f-32d0-45f7-b302-894b3fdfe56e ro find_preseed=/preseed.cfg 
noprompt quiet
  SegvAnalysis:
   Segfault happened at: 0x7f4e43472414 __GI___pthread_mutex_lock+4:  mov
0x10(%rdi),%esi
   PC (0x7f4e43472414) ok
   source 0x10(%rdi) (0x0030) not located in a known VMA region (needed 
readable region)!
   destination %esi ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: hplip
  StacktraceTop:
   __GI___pthread_mutex_lock (mutex=0x0) at ../nptl/pthread_mutex_lock.c:66
   libusb_get_device_list () from /lib/x86_64-linux-gnu/libusb-1.0.so.0
   ?? () from /usr/lib/libhpmud.so.0
   hpmud_probe_devices () from /usr/lib/libhpmud.so.0
   ?? ()
  Title: hp crashed with SIGSEGV in __GI___pthread_mutex_lock()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 07/02/2012
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: 6.00
  dmi.board.name: 440BX Desktop Reference Platform
  dmi.board.vendor: Intel Corporation
  dmi.board.version: None
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd07/02/2012:svnVMware,Inc.:pnVMwareVirtualPlatform:pvrNone:rvnIntelCorporation:rn440BXDesktopReferencePlatform:rvrNone:cvnNoEnclosure:ct1:cvrN/A:
  dmi.product.name: VMware Virtual Platform
  dmi.product.version: None
  dmi.sys.vendor: VMware, Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/1302437/+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