[Bug 1246683] Re: Middle button does not work for scrolling

2016-01-13 Thread Dominik Gierlach
I know, it's not the best means of sharing this, but since it appears to be a 
problem here:
Here is a more general way of solving this. Additionally, the script activates 
natural scrolling.


#!/bin/bash

set -eu

id=$(xinput list | sed -n '/SynPS\/2 Synaptics
TouchPad/s/.*id=\([0-9]\+\).*/\1/p')


naturalScroll=$(xinput list-props "$id" | sed -n '/Natural Scrolling Enabled 
(/s/.*(\([0-9]\+\)).*/\1/p')

click=$(xinput list-props "$id" | sed -n '/libinput Click Method Enabled
(/s/.*(\([0-9]\+\)).*/\1/p')

tap=$(xinput list-props "$id" | sed -n '/libinput Tapping Enabled
(/s/.*(\([0-9]\+\)).*/\1/p')


xinput set-int-prop "$id" "$naturalScroll" 8 1
xinput set-prop "$id" "$click" 0 1
xinput set-prop "$id" "$tap" 1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246683

Title:
  Middle button does not work for scrolling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1246683/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1287148] Re: [Lenovo ThinkPad X1 Carbon] Clickpad + Trackpoint cannot emulate middle button scrolling

2015-10-21 Thread Dominik Gierlach
With ubuntu 15.10, full clickpad support is provided by xserver-xorg-
input-libinput. No further configuration needed.

Tested with a T440s.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1287148

Title:
  [Lenovo ThinkPad X1 Carbon] Clickpad + Trackpoint cannot emulate
  middle button scrolling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1287148/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1246683] Re: Middle button does not work for scrolling

2015-10-21 Thread Dominik Gierlach
Although this bug is (rightfully) closed, there are interesting news:

With ubuntu 15.10, full clickpad support is provided by xserver-xorg-
input-libinput. No further configuration needed.

Tested with a T440s.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246683

Title:
  Middle button does not work for scrolling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1246683/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1246683] Re: Middle button does not work for scrolling

2015-05-31 Thread Dominik Gierlach
@William:
Thanks for the info!

I read into it. Fedora 22 uses libinput as input stack:
https://fedoraproject.org/wiki/Changes/LibinputForXorg

Among the benefits:
middle top software button can be used to emulate wheel events on the 
trackstick (on the Lenovo *40 series and related touchpads)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246683

Title:
  Middle button does not work for scrolling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1246683/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1246683] Re: Middle button does not work for scrolling

2015-05-18 Thread Dominik Gierlach
For the record:
The ppa ppa:dominik-gierlach/thinkpad was updated for 15.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246683

Title:
  Middle button does not work for scrolling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1246683/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1406940] Re: ecryptfs does not work for domain users (AD, likewise/powerbroker)

2015-04-27 Thread Dominik Gierlach
For the record: The ppa was updated to vivid.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1406940

Title:
  ecryptfs does not work for domain users (AD, likewise/powerbroker)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1406940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1406940] Re: ecryptfs does not work for domain users (AD, likewise/powerbroker)

2015-01-01 Thread Dominik Gierlach
Possible patch for ecryptfs-utils package

** Patch added: 45_44.diff
   
https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1406940/+attachment/4290911/+files/45_44.diff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1406940

Title:
  ecryptfs does not work for domain users (AD, likewise/powerbroker)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1406940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1406940] [NEW] ecryptfs does not work for domain users (AD, likewise/powerbroker)

2015-01-01 Thread Dominik Gierlach
Public bug reported:

Ecryptfs encryption does not work for domain users in an active
directory domain, integrated with likewise open / powerbroker for the
following reasons:

- domain user names contain backslashes (DOMAIN\user.name). Ecryptfs checks for 
valid usernames, which mustn't contain backslashes
- There is no pam hook which automatically activates encryption of the home 
directory of new domain users


Steps to reproduce:
- Set up AD controller, e.g. via samba4
- Set up ecryptfs-utils on an ubuntu machine
- Add ubuntu machine to domain with likewise open / powerbroker
- Login with domain user

Result:
- Home directory is unencrypted

Additional steps:
- Manually encrypt home directory of domain user

Additional result:
- On login decryption fails with message: Username has unsupported characters


Expected result:
Home directories of domain users can easily be encrypted and decrypted with 
ecryptfs

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1406940

Title:
  ecryptfs does not work for domain users (AD, likewise/powerbroker)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1406940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1406940] Re: ecryptfs does not work for domain users (AD, likewise/powerbroker)

2015-01-01 Thread Dominik Gierlach
Patched version of ecryptfs-utils is available here:

bzr branch lp:~dominik-gierlach/+junk/ecryptfs-enterprise
ppa:dominik-gierlach/enterprise 

Changes:
- Allow backslashes in usernames
- Add pam hook and scripts (see 
http://askubuntu.com/questions/111803/enable-ecryptfs-for-all-new-users-even-those-authenticating-through-kerberos-an)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1406940

Title:
  ecryptfs does not work for domain users (AD, likewise/powerbroker)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1406940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1246683] Re: Middle button does not work for scrolling

2014-11-10 Thread Dominik Gierlach
If you don't want to compile the package yourself, II created a ppa which 
contains the patched xserver-xorg-input-evdev, including a working config in 
xorg.conf.d. The package should also make sure that the conflicting synaptics 
package is removed.
ppa:dominik-gierlach/thinkpad

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246683

Title:
  Middle button does not work for scrolling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1246683/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1246683] Re: Middle button does not work for scrolling

2014-10-31 Thread Dominik Gierlach
This bug is flagged as incomplete.

What information is missing to confirm the bug?

The problem is well defined, there is a confirmed duplicate/parallel bug
for xserver-xorg-input-synaptics.

The proposed patch appears to work fine for all thinkpads with clickpad.

What is the solution for this issue? Does the patch have to be included
in the upstream code xserver-xorg-input-evdev, or should a dedicated
package be built and included in the official repositories?

Should we create a dedicated ppa for thinkpads, which makes it easy for
new users to make their thinkpad work?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246683

Title:
  Middle button does not work for scrolling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1246683/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1363719] Re: efibootmgr may create a duplicated boot entry, breaking UEFI boot.

2014-10-30 Thread Dominik Gierlach
After using 0.9.0 from upstream, I created a patched version of utopic's 0.7.0 
package. It's available in my ppa:
ppa:dominik-gierlach/ppa

It seems to work fine for me, but it might kill your kittens. Feel free
to test it, though!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1363719

Title:
  efibootmgr may create a duplicated boot entry, breaking UEFI boot.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1363719] Re: efibootmgr may create a duplicated boot entry, breaking UEFI boot.

2014-10-29 Thread Dominik Gierlach
I also ran into the issue, t440s as well.
I second Patrik, this is pretty much a showstopper.
Please integrate the upstream bugfix..

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1363719

Title:
  efibootmgr may create a duplicated boot entry, breaking UEFI boot.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs