[Touch-packages] [Bug 1883368] Re: Mouse pad not clicking

2020-06-14 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1881626 ***
https://bugs.launchpad.net/bugs/1881626

** This bug has been marked a duplicate of bug 1881626
   Clickpad: cant left or right-click with both Two-Fingers and Area

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1883368

Title:
  Mouse pad not clicking

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  Mouse pad not clicking
  Some Kubuntu commands are with middle mouse, so on touchpads clicks, middle 
clicks and right-click should be on pads without buttons too as with buttons.

  Make this default for everyone. 
  https://askubuntu.com/questions/1179275/enable-tap-to-click-kubuntu
  Answer there :"After some additional searching I found the solution to my 
problem here

  I had to add Option "Tapping" "True" to the entry MatchIsTouchpad in
  the file /usr/share/X11/xorg.conf.d/40-libinput.conf. The exact name
  of the file might be different for other people.

  In the end, the relevant section will look like something like this:

  Section "InputClass"
  Identifier "libinput touchpad catchall"
  MatchIsTouchpad "on"
  Option "Tapping" "True"
  MatchDevicePath "/dev/input/event*"
  Driver "libinput"
  EndSection
  You need to be root to edit the file and reboot your system after the 
changes!"

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  Uname: Linux 5.4.0-33-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  Date: Sat Jun 13 15:42:03 2020
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 6.1.6, 5.4.0-33-generic, x86_64: installed
   virtualbox, 6.1.6, 5.4.0-37-generic, x86_64: installed
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Skylake GT2 [HD Graphics 520] [8086:1916] (rev 07) 
(prog-if 00 [VGA controller])
     Subsystem: Lenovo Skylake GT2 [HD Graphics 520] [17aa:380c]
  InstallationDate: Installed on 2020-03-10 (95 days ago)
  InstallationMedia: Kubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200310)
  MachineType: LENOVO 80MX
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-33-generic 
root=UUID=3b89d55c-eaac-470f-9633-5b0d19787e59 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/29/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DCCN43WW(V2.12)
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lenovo E31-80
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40705 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo E31-80
  dmi.modalias: 
dmi:bvnLENOVO:bvrDCCN43WW(V2.12):bd06/29/2018:svnLENOVO:pn80MX:pvrLenovoE31-80:rvnLENOVO:rnLenovoE31-80:rvrSDK0J40705WIN:cvnLENOVO:ct10:cvrLenovoE31-80:
  dmi.product.family: IDEAPAD
  dmi.product.name: 80MX
  dmi.product.sku: LENOVO_MT_80MX_BU_idea_FM_Lenovo E31-80
  dmi.product.version: Lenovo E31-80
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.101-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.4-2ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 20.0.4-2ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1883368] Re: Mouse pad not clicking

2020-06-13 Thread Kangarooo Jānis
** Description changed:

  Mouse pad not clicking
  Some Kubuntu commands are with middle mouse, so on touchpads clicks, middle 
clicks and right-click should be on pads without buttons too as with buttons.
  
+ Make this default for everyone. 
  https://askubuntu.com/questions/1179275/enable-tap-to-click-kubuntu
  Answer there :"After some additional searching I found the solution to my 
problem here
  
  I had to add Option "Tapping" "True" to the entry MatchIsTouchpad in the
  file /usr/share/X11/xorg.conf.d/40-libinput.conf. The exact name of the
  file might be different for other people.
  
  In the end, the relevant section will look like something like this:
  
  Section "InputClass"
  Identifier "libinput touchpad catchall"
  MatchIsTouchpad "on"
  Option "Tapping" "True"
  MatchDevicePath "/dev/input/event*"
  Driver "libinput"
  EndSection
  You need to be root to edit the file and reboot your system after the 
changes!"
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  Uname: Linux 5.4.0-33-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  Date: Sat Jun 13 15:42:03 2020
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 6.1.6, 5.4.0-33-generic, x86_64: installed
   virtualbox, 6.1.6, 5.4.0-37-generic, x86_64: installed
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Skylake GT2 [HD Graphics 520] [8086:1916] (rev 07) 
(prog-if 00 [VGA controller])
     Subsystem: Lenovo Skylake GT2 [HD Graphics 520] [17aa:380c]
  InstallationDate: Installed on 2020-03-10 (95 days ago)
  InstallationMedia: Kubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200310)
  MachineType: LENOVO 80MX
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-33-generic 
root=UUID=3b89d55c-eaac-470f-9633-5b0d19787e59 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/29/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DCCN43WW(V2.12)
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lenovo E31-80
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40705 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo E31-80
  dmi.modalias: 
dmi:bvnLENOVO:bvrDCCN43WW(V2.12):bd06/29/2018:svnLENOVO:pn80MX:pvrLenovoE31-80:rvnLENOVO:rnLenovoE31-80:rvrSDK0J40705WIN:cvnLENOVO:ct10:cvrLenovoE31-80:
  dmi.product.family: IDEAPAD
  dmi.product.name: 80MX
  dmi.product.sku: LENOVO_MT_80MX_BU_idea_FM_Lenovo E31-80
  dmi.product.version: Lenovo E31-80
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.101-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.4-2ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 20.0.4-2ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1883368

Title:
  Mouse pad not clicking

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  Mouse pad not clicking
  Some Kubuntu commands are with middle mouse, so on touchpads clicks, middle 
clicks and right-click should be on pads without buttons too as with buttons.

  Make this default for everyone. 
  https://askubuntu.com/questions/1179275/enable-tap-to-click-kubuntu
  Answer there :"After some additional searching I found the solution to my 
problem here

  I had to add Option "Tapping" "True" to the entry MatchIsTouchpad in
  the file /usr/share/X11/xorg.conf.d/40-libinput.conf. The exact name
  of the file might be different for other people.

  In the end, the relevant section will look like something like this:

  Section "InputClass"
  Identifier "libinput touchpad catchall"
  MatchIsTouchpad "on"
  Option "Tapping" "True"
  MatchDevicePath "/dev/input/event*"
  Driver "libinput"
  EndSection
  You need to be root to edit the file and reboot your system after the 
changes!"

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  Uname: Linux 5.4.0-33-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  BootLog: Error: [Errno 

[Touch-packages] [Bug 1883368] Re: Mouse pad not clicking

2020-06-13 Thread Balint Harmath
The answer is provided.

** Changed in: xorg (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1883368

Title:
  Mouse pad not clicking

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  Mouse pad not clicking
  Some Kubuntu commands are with middle mouse, so on touchpads clicks, middle 
clicks and right-click should be on pads without buttons too as with buttons.

  https://askubuntu.com/questions/1179275/enable-tap-to-click-kubuntu
  Answer there :"After some additional searching I found the solution to my 
problem here

  I had to add Option "Tapping" "True" to the entry MatchIsTouchpad in
  the file /usr/share/X11/xorg.conf.d/40-libinput.conf. The exact name
  of the file might be different for other people.

  In the end, the relevant section will look like something like this:

  Section "InputClass"
  Identifier "libinput touchpad catchall"
  MatchIsTouchpad "on"
  Option "Tapping" "True"
  MatchDevicePath "/dev/input/event*"
  Driver "libinput"
  EndSection
  You need to be root to edit the file and reboot your system after the 
changes!"

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  Uname: Linux 5.4.0-33-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  Date: Sat Jun 13 15:42:03 2020
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 6.1.6, 5.4.0-33-generic, x86_64: installed
   virtualbox, 6.1.6, 5.4.0-37-generic, x86_64: installed
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Skylake GT2 [HD Graphics 520] [8086:1916] (rev 07) 
(prog-if 00 [VGA controller])
     Subsystem: Lenovo Skylake GT2 [HD Graphics 520] [17aa:380c]
  InstallationDate: Installed on 2020-03-10 (95 days ago)
  InstallationMedia: Kubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200310)
  MachineType: LENOVO 80MX
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-33-generic 
root=UUID=3b89d55c-eaac-470f-9633-5b0d19787e59 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/29/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DCCN43WW(V2.12)
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lenovo E31-80
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40705 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo E31-80
  dmi.modalias: 
dmi:bvnLENOVO:bvrDCCN43WW(V2.12):bd06/29/2018:svnLENOVO:pn80MX:pvrLenovoE31-80:rvnLENOVO:rnLenovoE31-80:rvrSDK0J40705WIN:cvnLENOVO:ct10:cvrLenovoE31-80:
  dmi.product.family: IDEAPAD
  dmi.product.name: 80MX
  dmi.product.sku: LENOVO_MT_80MX_BU_idea_FM_Lenovo E31-80
  dmi.product.version: Lenovo E31-80
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.101-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.4-2ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 20.0.4-2ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp