[Desktop-packages] [Bug 1915910] Re: evince does not print (apparmor, pxgsettings)

2022-12-15 Thread mike-g2
The proposed packages evince and evince-common versions 42.3-0ubuntu3
from jammy-proposed fixes the problem for me on MATE 22.04.  Much
obliged.

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

Title:
  evince does not print (apparmor, pxgsettings)

Status in evince package in Ubuntu:
  Fix Released
Status in libproxy package in Ubuntu:
  Invalid
Status in evince source package in Jammy:
  Fix Committed
Status in evince source package in Kinetic:
  Fix Committed
Status in evince package in Debian:
  New

Bug description:
  * Impact

  Evince hangs when opening the printing dialog for some users with a
  remote printer configured and connected

  * Test case

  - configure a remote printer and turn it on
  - open a pdf
  - try to print the document

  the print dialog shouldn't freeze the viewer

  * What could go wrong

  The change is only allowing access to one extra system binary from the
  apparmor profile so shouldn't really have an impact on the software
  behaviour. If the syntax or content of the change was incorrect it
  could make the apparmor profile not been loaded anymore or block
  access to thing that should be allowed, so ensure that opening
  documents, printing and thumbnailing are still working

  --

  
  audit: type=1400 audit(1613557537.646:81): apparmor="DENIED" operation="exec" 
profile="/usr/bin/evince" 
name="/usr/lib/x86_64-linux-gnu/libproxy/0.4.17/pxgsettings" pid=3500 comm="sh" 
requested_mask="x" denied_mask="x" fsuid=1000 ouid=0

  It seems that evince has no rights to print if I understand this
  correctly

  Printing the same pdf-file from the same origin/folder works with
  OCULAR

  The error is reproduceable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1915910/+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 1885474] Re: 1366x768 screen resolution broken, all other resolutions OK

2021-03-05 Thread mike-g2
Here's some output that perhaps is helpful

# Normal orientation with tearing:
$ xrandr
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
eDP connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 
344mm x 193mm
   1366x768  60.06*+  40.04  
   1280x720  60.06  
   1024x768  60.06  
   800x600   60.06  
   640x480   60.06  
HDMI-A-0 disconnected (normal left inverted right x axis y axis)

# Workaround configuration
$ xrandr
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
eDP connected primary 1366x768+0+0 inverted X and Y axis (normal left inverted 
right x axis y axis) 344mm x 193mm
   1366x768  60.06*+  40.04  
   1280x720  60.06  
   1024x768  60.06  
   800x600   60.06  
   640x480   60.06  
HDMI-A-0 disconnected (normal left inverted right x axis y axis)

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

Title:
  1366x768 screen resolution broken, all other resolutions OK

Status in Ubuntu MATE:
  New
Status in libdrm package in Ubuntu:
  Confirmed
Status in mate-control-center package in Ubuntu:
  Confirmed
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  After upgrade from Ubuntu Mate 19.10 to Ubuntu Mate 20.04 i cannot use
  a resolution of 1366x768. Screenshot attached. I am using an Asus
  vivoBook laptop with Amd Ryzen 3 and a Radeon Vega Graphics AMD.

  I found someone in reddit reporting the same problem:
  
https://www.reddit.com/r/UbuntuMATE/comments/ggq8g5/problem_with_resolution_1366x768_with_ubuntu_mate/

  All other screen resolutions OK.

  
  Many thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1885474/+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 1885474] Re: 1366x768 screen resolution broken, all other resolutions OK

2021-03-05 Thread mike-g2
A little investigation and the following implements johnnyl33-k's
workaround from the command line.

$ xrandr --output eDP --reflect xy --rotate inverted --mode 1366x768

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

Title:
  1366x768 screen resolution broken, all other resolutions OK

Status in Ubuntu MATE:
  New
Status in libdrm package in Ubuntu:
  Confirmed
Status in mate-control-center package in Ubuntu:
  Confirmed
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  After upgrade from Ubuntu Mate 19.10 to Ubuntu Mate 20.04 i cannot use
  a resolution of 1366x768. Screenshot attached. I am using an Asus
  vivoBook laptop with Amd Ryzen 3 and a Radeon Vega Graphics AMD.

  I found someone in reddit reporting the same problem:
  
https://www.reddit.com/r/UbuntuMATE/comments/ggq8g5/problem_with_resolution_1366x768_with_ubuntu_mate/

  All other screen resolutions OK.

  
  Many thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1885474/+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 1885474] Re: 1366x768 screen resolution broken, all other resolutions OK

2021-03-05 Thread mike-g2
I have the same issue.  As mentioned in reddit thread in OP, the login
screen displays properly at 1366x768.  I'm running MATE so I'm not sure
how to implement the workaround @johnnyl33-k mentions for Xubuntu since
there are no reflection options.  I will note setting rotation to
'upside-down' in Control Center->Monitor Preference does not suffer from
the tearing the 'normal' rotation does.  It's just hard to work upside
down!

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

Title:
  1366x768 screen resolution broken, all other resolutions OK

Status in Ubuntu MATE:
  New
Status in libdrm package in Ubuntu:
  Confirmed
Status in mate-control-center package in Ubuntu:
  Confirmed
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  After upgrade from Ubuntu Mate 19.10 to Ubuntu Mate 20.04 i cannot use
  a resolution of 1366x768. Screenshot attached. I am using an Asus
  vivoBook laptop with Amd Ryzen 3 and a Radeon Vega Graphics AMD.

  I found someone in reddit reporting the same problem:
  
https://www.reddit.com/r/UbuntuMATE/comments/ggq8g5/problem_with_resolution_1366x768_with_ubuntu_mate/

  All other screen resolutions OK.

  
  Many thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1885474/+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 1798091] Re: thumbnailer cannot create tempfiles (with apparmor denials)

2020-03-24 Thread mike-g2
I'm running MATE 18.04.4 and have this problem.
The fix above needs to be tweaked slightly for my system and I just wanted to 
note how.  Basically, the tmp file names can vary between Ubuntu flavors and to 
get the right one you need to consult your /var/log/syslog file. Here's a 
snippet from mine.

---
Mar 24 12:55:01 HOST kernel: [168408.433315] audit: type=1400 
audit(1585068901.826:56): apparmor="DENIED" operation="open" 
profile="/usr/bin/evince-thumbnailer" 
name="/tmp/.mate_desktop_thumbnail.8S5NH0" pid=18303 comm="evince-thumbnai" 
requested_mask="wc" denied_mask="wc" fsuid=1000 ouid=1000
--

The 'name=' entry tells me I need to add the following line to my
/etc/apparmor.d/local/usr.bin.evince 
file
owner /tmp/{,.}mate_desktop_thumbnail.* w,

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

Title:
  thumbnailer cannot create tempfiles (with apparmor denials)

Status in evince package in Ubuntu:
  Fix Released
Status in evince source package in Cosmic:
  Fix Released
Status in evince source package in Disco:
  Fix Released
Status in evince package in Debian:
  Fix Released

Bug description:
  * Impact

  Nautilus fails to generate previews for pdf files

  * Test case

  Download/copy a pdf, open the directory in nautilus, a preview image
  should be displayed

  * Regression potential

  Check that there are no other apparmor denials and the thumbnailer
  works

  
  -

  While trying to create thumbnails in a directory from within nautilus,
  I got:

  [781429.784125] audit: type=1400 audit(1539694722.247:989): apparmor="DENIED" 
operation="mknod" profile="/usr/bin/evince-thumbnailer" 
name="/tmp/gnome-desktop-thumbnailer.png" pid=30937 comm="evince-thumbnai" 
requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000
  [781429.940592] audit: type=1400 audit(1539694722.403:990): apparmor="DENIED" 
operation="mknod" profile="/usr/bin/evince-thumbnailer" 
name="/tmp/gnome-desktop-thumbnailer.png" pid=30941 comm="evince-thumbnai" 
requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000
  [781430.314591] audit: type=1400 audit(1539694722.779:991): apparmor="DENIED" 
operation="mknod" profile="/usr/bin/evince-thumbnailer" 
name="/tmp/gnome-desktop-thumbnailer.png" pid=30945 comm="evince-thumbnai" 
requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000
  [781431.283522] audit: type=1400 audit(1539694723.747:992): apparmor="DENIED" 
operation="mknod" profile="/usr/bin/evince-thumbnailer" 
name="/tmp/gnome-desktop-thumbnailer.png" pid=30949 comm="evince-thumbnai" 
requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000
  [781431.518566] audit: type=1400 audit(1539694723.983:993): apparmor="DENIED" 
operation="mknod" profile="/usr/bin/evince-thumbnailer" 
name="/tmp/gnome-desktop-thumbnailer.png" pid=30953 comm="evince-thumbnai" 
requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: evince 3.30.1-1
  ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7
  Uname: Linux 4.18.0-8-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Oct 16 14:59:00 2018
  InstallationDate: Installed on 2014-06-19 (1580 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: evince
  UpgradeStatus: Upgraded to cosmic on 2018-10-07 (9 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1798091/+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 1736586] [NEW] machine wakes immediately after /usr/sbin/pm-suspend

2017-12-05 Thread mike-g2
Public bug reported:

pm-suspend has stopped working after recent apt upgrade.  Instead of
suspending, it goes through the motions but then restarts again.

Then only issue I can see in the dmesg out put is related to

ahci :00:1f.2: port does not support device sleep

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: pm-utils 1.4.1-16
ProcVersionSignature: Ubuntu 4.4.0-101.124-generic 4.4.95
Uname: Linux 4.4.0-101-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.13
Architecture: amd64
CurrentDesktop: MATE
Date: Tue Dec  5 15:52:01 2017
InstallationDate: Installed on 2016-09-08 (453 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
PackageArchitecture: all
SourcePackage: pm-utils
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: pm-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

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

Title:
  machine wakes immediately after /usr/sbin/pm-suspend

Status in pm-utils package in Ubuntu:
  New

Bug description:
  pm-suspend has stopped working after recent apt upgrade.  Instead of
  suspending, it goes through the motions but then restarts again.

  Then only issue I can see in the dmesg out put is related to

  ahci :00:1f.2: port does not support device sleep

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pm-utils 1.4.1-16
  ProcVersionSignature: Ubuntu 4.4.0-101.124-generic 4.4.95
  Uname: Linux 4.4.0-101-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.13
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Tue Dec  5 15:52:01 2017
  InstallationDate: Installed on 2016-09-08 (453 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  PackageArchitecture: all
  SourcePackage: pm-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1736586/+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 1697079] [NEW] glib/glib-autocleanups.h missing from package

2017-06-09 Thread mike-g2
Public bug reported:

I am trying to install R 3.3.1 from source, but it fails due to a lack
of the header file

/usr/include/glib-2.0/glib/glib-autocleanups.h

This file is found in later versions of the libglib2.0-dev but not in
version libglib2.0-dev 2.40.2-0ubuntu1 for 14.04.

** Affects: glib2.0 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  glib/glib-autocleanups.h missing from package

Status in glib2.0 package in Ubuntu:
  New

Bug description:
  I am trying to install R 3.3.1 from source, but it fails due to a lack
  of the header file

  /usr/include/glib-2.0/glib/glib-autocleanups.h

  This file is found in later versions of the libglib2.0-dev but not in
  version libglib2.0-dev 2.40.2-0ubuntu1 for 14.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1697079/+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 1366209] [NEW] Returned to the greeter screen when logging in.

2014-09-05 Thread mike-g2
Public bug reported:

If I log in as Guest or root, I can get into the account.  However, if I
use my normal user account, I just get returned to the login screen.  If
I use gdm as my desktop manager, I can get to my user account.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: lightdm 1.10.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
Uname: Linux 3.13.0-35-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: amd64
Date: Fri Sep  5 17:49:46 2014
InstallationDate: Installed on 2014-08-19 (16 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: lightdm
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  Returned to the greeter screen when logging in.

Status in “lightdm” package in Ubuntu:
  New

Bug description:
  If I log in as Guest or root, I can get into the account.  However, if
  I use my normal user account, I just get returned to the login screen.
  If I use gdm as my desktop manager, I can get to my user account.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lightdm 1.10.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  Date: Fri Sep  5 17:49:46 2014
  InstallationDate: Installed on 2014-08-19 (16 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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