[Desktop-packages] [Bug 1998416] [NEW] fortunes-off should be removed

2022-11-30 Thread wastrel
Public bug reported:

The contents of the offensive fortunes files break CoC and should not be
included in official repos.

https://packages.ubuntu.com/kinetic/fortunes-off

Mastodon thread describing some of the contents of the file.

https://tacobelllabs.net/@atomicthumbs/109349923317496233

** Affects: fortune-mod (Ubuntu)
 Importance: Undecided
 Status: New

** Package changed: gdm3 (Ubuntu) => fortune-mod (Ubuntu)

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

Title:
  fortunes-off should be removed

Status in fortune-mod package in Ubuntu:
  New

Bug description:
  The contents of the offensive fortunes files break CoC and should not
  be included in official repos.

  https://packages.ubuntu.com/kinetic/fortunes-off

  Mastodon thread describing some of the contents of the file.

  https://tacobelllabs.net/@atomicthumbs/109349923317496233

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fortune-mod/+bug/1998416/+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 1933027] Re: Gdm3 with smartcard asks for login/smartcard pin even if there is no smartcard authentication enabled

2022-09-19 Thread wastrel
I finally upgraded to 22.04 and the workaround in my previous message is
now also no longer working for me, though it had been in 21.04. Had to
remove the YubiKey to log in.

My new workaround is to add an option to the gdm-smartcard alternatives
configuration that's just password, no smartcard.

I added the final 2 lines in the file here:

$ cat /var/lib/dpkg/alternatives/gdm-smartcard
manual
/etc/pam.d/gdm-smartcard

/etc/pam.d/gdm-smartcard-pkcs11-exclusive
30
/etc/pam.d/gdm-smartcard-sssd-exclusive
50
/etc/pam.d/gdm-smartcard-sssd-or-password
40
/etc/pam.d/gdm-password
60

$

Now I choose that option using the same command as my previous
workaround:

$ sudo update-alternatives --config gdm-smartcard
There are 4 choices for the alternative gdm-smartcard (providing 
/etc/pam.d/gdm-smartcard).

  SelectionPath   Priority   Status

  0/etc/pam.d/gdm-password 60auto mode
  1/etc/pam.d/gdm-smartcard-pkcs11-exclusive   30manual mode
  2/etc/pam.d/gdm-smartcard-sssd-exclusive 50manual mode
  3/etc/pam.d/gdm-smartcard-sssd-or-password   40manual mode
* 4/etc/pam.d/gdm-password 60manual mode

Press  to keep the current choice[*], or type selection number: 4
$ 


This is slightly more dangerous than the previous workaround as you may mess up 
your gdm login completely if you edit the file incorrectly but removing the 
YubiKey should default you back to just password so you'll be able to fix it.

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

Title:
  Gdm3 with smartcard asks for login/smartcard pin even if there is no
  smartcard authentication enabled

Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Fix Released

Bug description:
  I use my Ubuntu PC with Yubikey almost always plugged in. It provides
  several security token interfaces, such as U2F, GPG smartcard,
  proprieritary Yubico interfaces (of which I mostly use TOTP codes),
  and also PIV smartcard. However, I haven't configured a PIV smartcard
  on it.

  Whenever I login into the system having Yubikey plugged in, I'm prompted for 
login name, and then for PIN for some smartcard while also being asked to plug 
in one. This is very misleading on several layers:
  1. I have the device providing smartcard plugged id,
  2. But it's not the smartcard GDM would think it is as it's not configured 
properly,
  3. There are no local smartcard-authenticating users right now in the system,
  3. There are no remote authentication systems configured on the system (so no 
ActiveDirectory-smartcard logins or such).

  If I unplug the token UX goes back on old good track.

  Given the circumstances above, I'd consider that GDM (and, on my bet,
  any PAM configuration it uses) shouldn't offer to login using
  smartcard if there is no way to actually do so. I feel something is
  off here, so I'm reporting a bug. It could be an upstream problem
  though; it also could be an upstream SSSD problem, or all combined.

  I believe there is a more clear user experience:
  1. GDM should display users that can login into the system, as it always does 
(if configured). It may also provide entering other login name (also if 
configured). This is GDM usually does without smartcards altogether.
  2. When user is chosen (from the list or manually typed in), check can this 
user even authenticate with smartcards (i.e. if any of available smartcards is 
actually recognised for this user). If so, then ask for PIN. Else, don't show 
anything about smartcards at all (this includes when SSSD is not configured for 
any AD or related and this user has no local smartcard configuration). This can 
switch there & back based on device events.
  I've seen other OS doing this.

  Ubuntu/Gnome session doesn't ask me for PIN for a smartcard on a lock
  screen, so I guess it doesn't support it at all or correctly finds out
  it can't be used. Even more, I couldn't find a way to actually add my
  smartcard as a local login method.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: gdm3 3.38.2.1-2ubuntu1
  ProcVersionSignature: Ubuntu 5.11.0-18.19-generic 5.11.17
  Uname: Linux 5.11.0-18-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu65.1
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Jun 20 14:02:02 2021
  InstallationDate: Installed on 2017-03-05 (1567 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcEnviron:
   TERM=tmux-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  

[Desktop-packages] [Bug 1933027] Re: Gdm3 with smartcard asks for login/smartcard pin even if there is no smartcard authentication enabled

2021-08-18 Thread wastrel
Yep this got me today.

Unable to login due to YubiKey plugged in to the system. GDM sees the
key and wants me to use it to authenticate, it's not set up for that and
I had to pull the YubiKey to be able to log in with username & password.

Poking around in /etc/pam.d/ I found there's a few options ror smartcard
configuration, and as a workaround just enabled one that allows both
password and smartcard auth:

$ sudo update-alternatives --config gdm-smartcard
There are 3 choices for the alternative gdm-smartcard (providing 
/etc/pam.d/gdm-smartcard).

  SelectionPath   Priority   Status

  0/etc/pam.d/gdm-smartcard-sssd-exclusive 50auto mode
  1/etc/pam.d/gdm-smartcard-pkcs11-exclusive   30manual mode
  2/etc/pam.d/gdm-smartcard-sssd-exclusive 50manual mode
* 3/etc/pam.d/gdm-smartcard-sssd-or-password   40manual mode

Press  to keep the current choice[*], or type selection number:

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

Title:
  Gdm3 with smartcard asks for login/smartcard pin even if there is no
  smartcard authentication enabled

Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  I use my Ubuntu PC with Yubikey almost always plugged in. It provides
  several security token interfaces, such as U2F, GPG smartcard,
  proprieritary Yubico interfaces (of which I mostly use TOTP codes),
  and also PIV smartcard. However, I haven't configured a PIV smartcard
  on it.

  Whenever I login into the system having Yubikey plugged in, I'm prompted for 
login name, and then for PIN for some smartcard while also being asked to plug 
in one. This is very misleading on several layers:
  1. I have the device providing smartcard plugged id,
  2. But it's not the smartcard GDM would think it is as it's not configured 
properly,
  3. There are no local smartcard-authenticating users right now in the system,
  3. There are no remote authentication systems configured on the system (so no 
ActiveDirectory-smartcard logins or such).

  If I unplug the token UX goes back on old good track.

  Given the circumstances above, I'd consider that GDM (and, on my bet,
  any PAM configuration it uses) shouldn't offer to login using
  smartcard if there is no way to actually do so. I feel something is
  off here, so I'm reporting a bug. It could be an upstream problem
  though; it also could be an upstream SSSD problem, or all combined.

  I believe there is a more clear user experience:
  1. GDM should display users that can login into the system, as it always does 
(if configured). It may also provide entering other login name (also if 
configured). This is GDM usually does without smartcards altogether.
  2. When user is chosen (from the list or manually typed in), check can this 
user even authenticate with smartcards (i.e. if any of available smartcards is 
actually recognised for this user). If so, then ask for PIN. Else, don't show 
anything about smartcards at all (this includes when SSSD is not configured for 
any AD or related and this user has no local smartcard configuration). This can 
switch there & back based on device events.
  I've seen other OS doing this.

  Ubuntu/Gnome session doesn't ask me for PIN for a smartcard on a lock
  screen, so I guess it doesn't support it at all or correctly finds out
  it can't be used. Even more, I couldn't find a way to actually add my
  smartcard as a local login method.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: gdm3 3.38.2.1-2ubuntu1
  ProcVersionSignature: Ubuntu 5.11.0-18.19-generic 5.11.17
  Uname: Linux 5.11.0-18-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu65.1
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Jun 20 14:02:02 2021
  InstallationDate: Installed on 2017-03-05 (1567 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcEnviron:
   TERM=tmux-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: Upgraded to hirsute on 2021-05-13 (37 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1933027/+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 1767650] [NEW] Screen rotates upside-down when laptop is not flat

2018-04-28 Thread wastrel
Public bug reported:

HP Elitebook Folio 9470m.  This system is not a tablet or convertible,
and does not have a touchscreen.

If the laptop is sitting flat during boot, the display orientation is
normal.

If the laptop is not sitting flat during boot, or if it is moved out of
flat, the display rotates and the orientation it rotates to is inverted
upside-down.

This happens at the login screen as well as after login.

This laptop should really never have the screen rotate in the first
place, as it's not a tablet or convertible, but in the event that
rotation is happening it shouldn't be upside-down.


I have locked the rotation in gnome shell and in the login screen using the 
rotation lock button in the respective system menus.  It would be nice if there 
was a system-wide setting & this didn't need to be done on a per-user basis.

This gsettings command will also lock the gnome-shell rotation:

gsettings set org.gnome.settings-daemon.peripherals.touchscreen
orientation-lock true

However the above key doesn't affect the login screen, which has its own
separate rotation button in its own version of the system menu.

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 18.04 LTS
Release:18.04
Codename:   bionic
$ apt-cache policy gdm3
gdm3:
  Installed: 3.28.0-0ubuntu1
  Candidate: 3.28.0-0ubuntu1
  Version table:
 *** 3.28.0-0ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
100 /var/lib/dpkg/status
$ apt-cache policy gnome-shell
gnome-shell:
  Installed: 3.28.1-0ubuntu2
  Candidate: 3.28.1-0ubuntu2
  Version table:
 *** 3.28.1-0ubuntu2 500
500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: gdm3 3.28.0-0ubuntu1
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sat Apr 28 09:17:35 2018
InstallationDate: Installed on 2018-04-27 (0 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Beta amd64 (20180404)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gdm3
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

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

Title:
  Screen rotates upside-down when laptop is not flat

Status in gdm3 package in Ubuntu:
  New

Bug description:
  HP Elitebook Folio 9470m.  This system is not a tablet or convertible,
  and does not have a touchscreen.

  If the laptop is sitting flat during boot, the display orientation is
  normal.

  If the laptop is not sitting flat during boot, or if it is moved out
  of flat, the display rotates and the orientation it rotates to is
  inverted upside-down.

  This happens at the login screen as well as after login.

  This laptop should really never have the screen rotate in the first
  place, as it's not a tablet or convertible, but in the event that
  rotation is happening it shouldn't be upside-down.

  
  I have locked the rotation in gnome shell and in the login screen using the 
rotation lock button in the respective system menus.  It would be nice if there 
was a system-wide setting & this didn't need to be done on a per-user basis.

  This gsettings command will also lock the gnome-shell rotation:

  gsettings set org.gnome.settings-daemon.peripherals.touchscreen
  orientation-lock true

  However the above key doesn't affect the login screen, which has its
  own separate rotation button in its own version of the system menu.

  $ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 18.04 LTS
  Release:  18.04
  Codename: bionic
  $ apt-cache policy gdm3
  gdm3:
Installed: 3.28.0-0ubuntu1
Candidate: 3.28.0-0ubuntu1
Version table:
   *** 3.28.0-0ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status
  $ apt-cache policy gnome-shell
  gnome-shell:
Installed: 3.28.1-0ubuntu2
Candidate: 3.28.1-0ubuntu2
Version table:
   *** 3.28.1-0ubuntu2 500
  500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gdm3 3.28.0-0ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
  Uname: Linux 4.15.0-20-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Apr 28 09:17:35 2018
  InstallationDate: Installed on 2018-04-27 (0 days ago)
  InstallationMedia: Ubuntu 18.04 

[Desktop-packages] [Bug 1650835] [NEW] wifi association times out while typing password

2016-12-17 Thread wastrel
Public bug reported:

Visiting inlaws for the holidays.

The wifi password is a long numeric string, which takes a long time to
type.

I typed it several times and failed to connect.  I verified it and tried
again and again.  Finally typed it into text file, copied and pasted, it
connected.

I suspect the connection was timing out or something while I typed the
stupid long numeric password.

What I expected to happen:

type password, click connect, get connection, or some useful error. user
happy.

What actually happened:

type password, click connect, dialog disappears and nothing else
happens. user confused and unhappy.

It shouldn't silently fail because I'm taking a long time to type.


thanks, love you!  <3


$ lsb_release -rd
Description:Ubuntu 16.04.1 LTS
Release:16.04
$ apt-cache policy network-manager
network-manager:
  Installed: 1.2.2-0ubuntu0.16.04.3
  Candidate: 1.2.2-0ubuntu0.16.04.3
  Version table:
 *** 1.2.2-0ubuntu0.16.04.3 500
500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1.1.93-0ubuntu4 500
500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: network-manager 1.2.2-0ubuntu0.16.04.3
ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
Uname: Linux 4.4.0-53-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Dec 17 21:24:22 2016
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2016-10-03 (76 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
IpRoute:
 default via 192.168.0.1 dev wlp4s0  proto static  metric 600 
 169.254.0.0/16 dev wlp4s0  scope link  metric 1000 
 192.168.0.0/24 dev wlp4s0  proto kernel  scope link  src 192.168.0.27  metric 
600
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-dev:
 DEVICE TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
 wlp4s0 wifi  connected/org/freedesktop/NetworkManager/Devices/0  
Harry 5G10d05741-6f9e-468e-b6fd-8f0d5a739ce2  
/org/freedesktop/NetworkManager/ActiveConnection/4 
 enp0s31f6  ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/1  
--  ----
 
 lo loopback  unmanaged/org/freedesktop/NetworkManager/Devices/2  
--  ----
nmcli-nm:
 RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  WIFI  
   WWAN-HW  WWAN
 running  1.2.2connected  started  full  enabled enabled  
enabled  enabled  enabled

** Affects: network-manager (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 network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1650835

Title:
  wifi association times out while typing password

Status in network-manager package in Ubuntu:
  New

Bug description:
  Visiting inlaws for the holidays.

  The wifi password is a long numeric string, which takes a long time to
  type.

  I typed it several times and failed to connect.  I verified it and
  tried again and again.  Finally typed it into text file, copied and
  pasted, it connected.

  I suspect the connection was timing out or something while I typed the
  stupid long numeric password.

  What I expected to happen:

  type password, click connect, get connection, or some useful error.
  user happy.

  What actually happened:

  type password, click connect, dialog disappears and nothing else
  happens. user confused and unhappy.

  It shouldn't silently fail because I'm taking a long time to type.

  
  thanks, love you!  <3

  
  $ lsb_release -rd
  Description:  Ubuntu 16.04.1 LTS
  Release:  16.04
  $ apt-cache policy network-manager
  network-manager:
Installed: 1.2.2-0ubuntu0.16.04.3
Candidate: 1.2.2-0ubuntu0.16.04.3
Version table:
   *** 1.2.2-0ubuntu0.16.04.3 500
  500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1.1.93-0ubuntu4 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager 1.2.2-0ubuntu0.16.04.3
  ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
  Uname: Linux 4.4.0-53-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Dec 17 21:24:22 2016
  IfupdownConfig:
 

[Desktop-packages] [Bug 1089573] Re: clusterssh tiling places windows outside of display on multi-monitor

2015-08-19 Thread wastrel
Still a problem in 14.04

** Package changed: compiz (Ubuntu) = clusterssh (Ubuntu)

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

Title:
  clusterssh tiling places windows outside of display on multi-monitor

Status in clusterssh package in Ubuntu:
  Confirmed

Bug description:
  I'm running 12.10 with Unity on 2 monitors, the built in laptop
  display and a larger external monitor.

  clusterssh automatically tiles the xterm windows it launches, and
  appears to be using the total width and height of both displays when
  placing them, resulting in some windows being placed outside the
  viewable area of the 2 monitors.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clusterssh/+bug/1089573/+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 1463112] [NEW] Cat sitting on keyboard crashes lightdm

2015-06-08 Thread wastrel
Public bug reported:

14.04, locked screen to go to lunch, upon return from lunch cat was
sitting on keyboard, login screen was frozen  unresponsive.

To replicate:  In unity hit ctrl-alt-l, place keyboard on chair.  Sit on
keyboard.

Resolution: Switched to virtual terminal, restarted lightdm, lost all
open windows in X session.

What should have happened: lightdm not becoming unresponsive.

** Affects: unity (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

Title:
  Cat sitting on keyboard crashes lightdm

Status in unity package in Ubuntu:
  Confirmed

Bug description:
  14.04, locked screen to go to lunch, upon return from lunch cat was
  sitting on keyboard, login screen was frozen  unresponsive.

  To replicate:  In unity hit ctrl-alt-l, place keyboard on chair.  Sit
  on keyboard.

  Resolution: Switched to virtual terminal, restarted lightdm, lost all
  open windows in X session.

  What should have happened: lightdm not becoming unresponsive.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1463112/+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 1461143] [NEW] Mouse and pointing stick share pointer speed setting

2015-06-02 Thread wastrel
Public bug reported:

The pointing stick on my laptop keyboard shares the pointer speed
setting with the external USB mouse, so it's impossible to use both
concurrently.

When I undock the laptop I have to change the pointer speed to fast or the 
pointing stick is unusable.
When I dock the laptop this change must be reversed or the mouse is unusable.

When the laptop is docked, switching between pointing devices is
cumbersome as the speed must be changed each time.

There is a separate setting for touchpad, there should be one for the
other integrated pointing device.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.2.5+14.04.20150521.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-53.89-generic 3.13.11-ckt19
Uname: Linux 3.13.0-53-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CurrentDesktop: Unity
Date: Tue Jun  2 11:29:06 2015
InstallationDate: Installed on 2014-02-04 (483 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
SourcePackage: unity
UpgradeStatus: Upgraded to trusty on 2014-06-09 (358 days ago)

** Affects: unity (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 unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1461143

Title:
  Mouse and pointing stick share pointer speed setting

Status in unity package in Ubuntu:
  New

Bug description:
  The pointing stick on my laptop keyboard shares the pointer speed
  setting with the external USB mouse, so it's impossible to use both
  concurrently.

  When I undock the laptop I have to change the pointer speed to fast or the 
pointing stick is unusable.
  When I dock the laptop this change must be reversed or the mouse is unusable.

  When the laptop is docked, switching between pointing devices is
  cumbersome as the speed must be changed each time.

  There is a separate setting for touchpad, there should be one for the
  other integrated pointing device.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.5+14.04.20150521.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-53.89-generic 3.13.11-ckt19
  Uname: Linux 3.13.0-53-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Tue Jun  2 11:29:06 2015
  InstallationDate: Installed on 2014-02-04 (483 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2014-06-09 (358 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1461143/+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 1249685] Re: graphics performance very poor after resume from suspend

2014-01-21 Thread wastrel
I haven't had this problem for a while, but I can do some testing to see
if it's still occurring.  I have had some kernel updates since filing
the bug, currently on 3.11.0-15-generic

I think this was a problem with CPU frequency scaling as I've since
installed indicator-cpufreq and have been manually toggling to
performance from on demand when gaming or running other CPU
intensive apps.  I suspect the on demand scaling wasn't triggering and
leaving my processor underclocked.

I don't have spare hardware to test a development release unfortunately.

Thanks for following up.

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

Title:
  graphics performance very poor after resume from suspend

Status in “xorg” package in Ubuntu:
  Incomplete

Bug description:
  After suspend and resume graphics performance is really slow and
  rendering causes high CPU load.  Reboot fixes this.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: compiz 1:0.9.10+13.10.20131011-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Sat Nov  9 18:00:11 2013
  DistUpgraded: Fresh install
  DistroCodename: saucy
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.2.16, 3.11.0-12-generic, x86_64: installed
   virtualbox, 4.2.16, 3.11.0-7-generic, x86_64: installed
   virtualbox, 4.2.16, 3.11.0-9-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:0492]
  InstallationDate: Installed on 2013-09-17 (53 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130917)
  MachineType: Dell Inc. Latitude E6320
  MarkForUpload: True
  PackageArchitecture: all
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=3e7de90d-97ef-433d-b519-2436f9ad1eb9 ro quiet splash vt.handoff=7
  SourcePackage: compiz
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/11/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0GJF11
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd07/11/2011:svnDellInc.:pnLatitudeE6320:pvr01:rvnDellInc.:rn0GJF11:rvrA01:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E6320
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.46-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.2.1-1ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.2.1-1ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.14.3-3ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.904-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.9-2ubuntu1
  xserver.bootTime: Sat Nov  9 17:59:00 2013
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id 748 
   vendor LGD
  xserver.version: 2:1.14.3-3ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1249685/+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 1248316] [NEW] Keyboard shortcuts for workspace switching lost after upgrades

2013-11-05 Thread wastrel
Public bug reported:

I set keyboard shortcuts for workspace switching to alt-1 and alt-2 to
switch left and right respectively.  These sometimes revert to default
after apt-get upgrade.  I assume when gnome-settings daemon is upgraded.
Happened again today, I've attached apt history log for your perusal.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: gnome-settings-daemon 3.8.5-0ubuntu11.1
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Tue Nov  5 15:49:13 2013
InstallationDate: Installed on 2013-09-17 (48 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130917)
MarkForUpload: True
SourcePackage: gnome-settings-daemon
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug saucy

** Attachment added: history.log
   
https://bugs.launchpad.net/bugs/1248316/+attachment/3900902/+files/history.log

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

Title:
  Keyboard shortcuts for workspace switching lost after upgrades

Status in “gnome-settings-daemon” package in Ubuntu:
  New

Bug description:
  I set keyboard shortcuts for workspace switching to alt-1 and alt-2 to
  switch left and right respectively.  These sometimes revert to default
  after apt-get upgrade.  I assume when gnome-settings daemon is
  upgraded.  Happened again today, I've attached apt history log for
  your perusal.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-settings-daemon 3.8.5-0ubuntu11.1
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 15:49:13 2013
  InstallationDate: Installed on 2013-09-17 (48 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130917)
  MarkForUpload: True
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1248316/+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 1248316] Re: Keyboard shortcuts for workspace switching lost after upgrades

2013-11-05 Thread wastrel
The apt log shows

gnome-control-center:amd64 (3.6.3-0ubuntu44, 3.6.3-0ubuntu45)

I believe this means that I upgraded from 3.6.3-0ubuntu44 to
3.6.3-0ubuntu45

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

Title:
  Keyboard shortcuts for workspace switching lost after upgrades

Status in “gnome-settings-daemon” package in Ubuntu:
  Incomplete

Bug description:
  I set keyboard shortcuts for workspace switching to alt-1 and alt-2 to
  switch left and right respectively.  These sometimes revert to default
  after apt-get upgrade.  I assume when gnome-settings daemon is
  upgraded.  Happened again today, I've attached apt history log for
  your perusal.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-settings-daemon 3.8.5-0ubuntu11.1
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 15:49:13 2013
  InstallationDate: Installed on 2013-09-17 (48 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130917)
  MarkForUpload: True
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1248316/+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 1248316] Re: Keyboard shortcuts for workspace switching lost after upgrades

2013-11-05 Thread wastrel
er, grabbed the wrong package info above

gnome-settings-daemon:amd64 (3.8.5-0ubuntu9, 3.8.5-0ubuntu11.1)

from:
3.8.5-0ubuntu9

to:
3.8.5-0ubuntu11.1

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

Title:
  Keyboard shortcuts for workspace switching lost after upgrades

Status in “gnome-settings-daemon” package in Ubuntu:
  Incomplete

Bug description:
  I set keyboard shortcuts for workspace switching to alt-1 and alt-2 to
  switch left and right respectively.  These sometimes revert to default
  after apt-get upgrade.  I assume when gnome-settings daemon is
  upgraded.  Happened again today, I've attached apt history log for
  your perusal.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-settings-daemon 3.8.5-0ubuntu11.1
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 15:49:13 2013
  InstallationDate: Installed on 2013-09-17 (48 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130917)
  MarkForUpload: True
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1248316/+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 1247949] [NEW] the character suggestion window is drawn offscreen when input line is at the bottom of the display

2013-11-04 Thread wastrel
Public bug reported:

Using ibus for Chinese input, when I am typing and the cursor is at the
bottom of the screen, the ibus window is drawn below the screen.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ibus 1.5.3-6ubuntu2
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
Date: Mon Nov  4 14:48:23 2013
InstallationDate: Installed on 2013-09-17 (47 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130917)
MarkForUpload: True
SourcePackage: ibus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug saucy

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

Title:
  the character suggestion window is drawn offscreen when input line is
  at the bottom of the display

Status in “ibus” package in Ubuntu:
  New

Bug description:
  Using ibus for Chinese input, when I am typing and the cursor is at
  the bottom of the screen, the ibus window is drawn below the screen.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: ibus 1.5.3-6ubuntu2
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  Date: Mon Nov  4 14:48:23 2013
  InstallationDate: Installed on 2013-09-17 (47 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130917)
  MarkForUpload: True
  SourcePackage: ibus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1247949/+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 1085666] Re: missing dependencies: file pdfpages.sty not found

2013-01-31 Thread wastrel
Another failed dep for this package:

$ pdfjoin EPSON002.PDF EPSON003.PDF
  
  pdfjam: This is pdfjam version 2.08.
  pdfjam: Reading any site-wide or user-specific defaults...
  (none found)
  pdfjam ERROR: can't find pdflatex!


pdfjoin is part of the pdfjam package.

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

Title:
  missing dependencies: file pdfpages.sty not found

Status in “texlive-extra” package in Ubuntu:
  Triaged

Bug description:
  running the program pdfjam gives me the following message:

  ERROR: LaTeX package pdfpages.sty is not installed

  this file is packaged in texlive-latex-recommended. i installed that
  (plus its dependencies) and the command worked.

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