Re: [arch-general] Where did the touch pad tapping go?

2016-06-16 Thread Kyle Terrien via arch-general
Javier Vasquez via arch-general wrote:
> I think Xorg now uses libinput as default as opposed to prior
> versions.  I have been using libinput any ways since it was made
> available, so the transition didn't affect me, and besides I'm OK with
> the tapping offered by libinput.  Actually I removed totally the
> xf86-input-synaptics package from my Arch boxes already.  You can take
> a look at the install message:
> 
> https://git.archlinux.org/svntogit/packages.git/tree/trunk/xf86-input-synaptics.install?h=packages/xf86-input-synaptics

I saw that message while upgrading a couple of days ago.

xf86-input-synaptics driver is on maintenance mode and
xf86-input-libinput driver must be prefered over.

But I didn't understand what "must be prefered over" means (grammar
error).

You suggested that libinput is the default now.  That would make more
sense.  So is this a warning of some sort, or is it a notification to
try to encourage people to switch to libinput?

Does switching break any older desktop environments?  (e.g. MATE, Window
Maker)

--Kyle



signature.asc
Description: OpenPGP digital signature


Re: [arch-general] Where did the touch pad tapping go?

2016-06-16 Thread Fabien Dubosson via arch-general
Hi,

> Yesterday I could tap my touch pad to trigger mouse clicks (single
> finger for left mouse button, ...), but today nothing!
>
> Anyone else seeing this, or am I alone?

I had the same problem yesterday after an update. I don't know what is
the cause, but it seems that the synaptic options "TapButton[123]" are
set to zero instead of "[123]" respectively now.

> I had a quick look around but found no news suggesting that any recent
> upgrade requires configuring my touchpad, or that I need to install any
> new package to get my touch pad back to working the way I want.

I also haven't seen any information about this.

> Any and all suggestions are welcome :)

I solved this by creating a "/etc/X11/xorg.conf.d/10-synaptics.conf"
file with the following content:

Section "InputClass"
  Identifier "Touchpad"
  Driver "synaptics"
  MatchIsTouchpad "on"
  MatchDevicePath "/dev/input/event*"
  Option "TapButton1" "1"
  Option "TapButton2" "2"
  Option "TapButton3" "3"
EndSection

++ Fabien


Re: [arch-general] svntogit out of synchro?

2016-06-16 Thread Antonio Rojas
Bruno Pagani wrote:

> Hi,
> 
> Y-day, I’ve received the bunch of updates for KDE 16.04.2 applications.
> While wanting to look at packaging changes for
> https://www.archlinux.org/packages/extra/x86_64/spectacle/, I’ve failed
> to found the corresponding commit here:
> 
https://git.archlinux.org/svntogit/packages.git/log/trunk?h=packages/spectacle
> 
> Is that something normal?
> 
> Thanks,
> 
> Bruno

Yes, this is broken after the svn repos were moved to a new server. The 
sysadmins are aware of it.


[arch-general] svntogit out of synchro?

2016-06-16 Thread Bruno Pagani
Hi,

Y-day, I’ve received the bunch of updates for KDE 16.04.2 applications.
While wanting to look at packaging changes for
https://www.archlinux.org/packages/extra/x86_64/spectacle/, I’ve failed
to found the corresponding commit here:
https://git.archlinux.org/svntogit/packages.git/log/trunk?h=packages/spectacle

Is that something normal?

Thanks,

Bruno




signature.asc
Description: OpenPGP digital signature