Re: Copy/paste problem -_-

2015-04-25 Thread poma
On 23.04.2015 21:48, Adam Williamson wrote: > On Thu, 2015-04-23 at 20:13 +0200, poma wrote: >> >> So if you do not explicitly define 'evdev' as "input driver" driver, >> 'libinput' as another "input driver" will "steal" focus on "mouse". >> >> 'libinput' as "input driver" is actually intended for

Re: Copy/paste problem -_-

2015-04-23 Thread Fred Smith
On Thu, Apr 23, 2015 at 12:17:56PM -0400, Bob Goodwin ~ Zuni, Virginia, USA wrote: > I don't know how to restart X? Must be a systemctl restart command. > Whatever I tried didn't work, I just reboot and wait ... If you have enabled the key sequence, you can kill X with CTRL-ALT-BACKSPACE, which

Re: Copy/paste problem -_-

2015-04-23 Thread poma
On 23.04.2015 23:03, Matthew Miller wrote: > On Thu, Apr 23, 2015 at 10:43:02PM +0200, poma wrote: >>> Er...you may want to look up what the word 'default' means. >> :) >> Er...you may want to look up what the word 'default' means... to me. > > This appears to be a Fedora Remix — is that correct?

Re: Copy/paste problem -_-

2015-04-23 Thread Matthew Miller
On Thu, Apr 23, 2015 at 10:43:02PM +0200, poma wrote: > > Er...you may want to look up what the word 'default' means. > :) > Er...you may want to look up what the word 'default' means... to me. This appears to be a Fedora Remix — is that correct? If you are distributing this (like, as with this li

Re: Copy/paste problem -_-

2015-04-23 Thread poma
On 23.04.2015 21:48, Adam Williamson wrote: > On Thu, 2015-04-23 at 20:13 +0200, poma wrote: >> >> So if you do not explicitly define 'evdev' as "input driver" driver, >> 'libinput' as another "input driver" will "steal" focus on "mouse". >> >> 'libinput' as "input driver" is actually intended for

Re: Copy/paste problem -_-

2015-04-23 Thread poma
On 23.04.2015 21:49, Adam Williamson wrote: > On Thu, 2015-04-23 at 20:32 +0200, poma wrote: >> >> No matter what you/Fedora/Red Hat decide to be default for you, >> *actual* default will be what users decide individually. > > Er...you may want to look up what the word 'default' means. > :) Er.

Re: Copy/paste problem -_-

2015-04-23 Thread Adam Williamson
On Thu, 2015-04-23 at 20:32 +0200, poma wrote: > > No matter what you/Fedora/Red Hat decide to be default for you, > *actual* default will be what users decide individually. Er...you may want to look up what the word 'default' means. -- Adam Williamson Fedora QA Community Monkey IRC: adamw | Twi

Re: Copy/paste problem -_-

2015-04-23 Thread Adam Williamson
On Thu, 2015-04-23 at 20:13 +0200, poma wrote: > > So if you do not explicitly define 'evdev' as "input driver" driver, > 'libinput' as another "input driver" will "steal" focus on "mouse". > > 'libinput' as "input driver" is actually intended for Wayland - a > simpler replacement for X, > altho

Re: Copy/paste problem -_-

2015-04-23 Thread poma
On 23.04.2015 18:57, Adam Williamson wrote: > On Thu, 2015-04-23 at 12:17 -0400, Bob Goodwin ~ Zuni, Virginia, USA wrote: >> >> # ll /etc/X11/xorg.conf.d/ >> total 12 >> -rw-r--r--. 1 root root 232 Apr 22 04:48 00-keyboard.conf >> -rw-r--r--. 1 root root 153 Apr 23 11:17 10-evdev.conf >> -rw-r--r-

Re: Copy/paste problem -_-

2015-04-23 Thread poma
On 23.04.2015 18:56, Adam Williamson wrote: > On Thu, 2015-04-23 at 07:29 -0400, Bob Goodwin ~ Zuni, Virginia, USA wrote: >> On 04/23/2015 06:49 AM, poma wrote: >>> man 5 xorg.conf >>> ... >>> >>> DESCRIPTION >>> Xorg uses a configuration file called xorg.conf and files >>> ending in the >

Re: Copy/paste problem -_-

2015-04-23 Thread poma
On 23.04.2015 18:17, Bob Goodwin ~ Zuni, Virginia, USA wrote: > > > On 04/23/2015 07:56 AM, poma wrote: >> On 23.04.2015 13:29, Bob Goodwin ~ Zuni, Virginia, USA wrote: >>> >>> On 04/23/2015 06:49 AM, poma wrote: man 5 xorg.conf ... DESCRIPTION Xorg uses a config

Re: Copy/paste problem -_-

2015-04-23 Thread Bob Goodwin ~ Zuni, Virginia, USA
On 04/23/2015 12:56 PM, Adam Williamson wrote: F22 does not use evdev any more. https://fedoraproject.org/wiki/Changes/LibinputForXorg I don't know if it's possible to do middle button emulation in this way with libinput, CCing Hans. -- Adam Williamson Fedora QA Community Monkey I don't oft

Re: Copy/paste problem -_-

2015-04-23 Thread Adam Williamson
On Thu, 2015-04-23 at 12:17 -0400, Bob Goodwin ~ Zuni, Virginia, USA wrote: > > # ll /etc/X11/xorg.conf.d/ > total 12 > -rw-r--r--. 1 root root 232 Apr 22 04:48 00-keyboard.conf > -rw-r--r--. 1 root root 153 Apr 23 11:17 10-evdev.conf > -rw-r--r--. 1 root root 217 Apr 23 11:24 20-evdev-mouse.conf

Re: Copy/paste problem -_-

2015-04-23 Thread Adam Williamson
On Thu, 2015-04-23 at 07:29 -0400, Bob Goodwin ~ Zuni, Virginia, USA wrote: > On 04/23/2015 06:49 AM, poma wrote: > > man 5 xorg.conf > > ... > > > > DESCRIPTION > > Xorg uses a configuration file called xorg.conf and files > > ending in the > > suffix .conf from the directory xor

Re: Copy/paste problem -_-

2015-04-23 Thread Bob Goodwin ~ Zuni, Virginia, USA
On 04/23/2015 07:56 AM, poma wrote: On 23.04.2015 13:29, Bob Goodwin ~ Zuni, Virginia, USA wrote: On 04/23/2015 06:49 AM, poma wrote: man 5 xorg.conf ... DESCRIPTION Xorg uses a configuration file called xorg.conf and files ending in the suffix .conf from the directory xor

Re: Copy/paste problem -_-

2015-04-23 Thread poma
On 23.04.2015 13:29, Bob Goodwin ~ Zuni, Virginia, USA wrote: > > > On 04/23/2015 06:49 AM, poma wrote: >> man 5 xorg.conf >> ... >> >> DESCRIPTION >> Xorg uses a configuration file called xorg.conf and files ending in >> the >> suffix .conf from the directory xorg.conf.d for its

Re: Copy/paste problem -_-

2015-04-23 Thread Bob Goodwin ~ Zuni, Virginia, USA
On 04/23/2015 06:49 AM, poma wrote: man 5 xorg.conf ... DESCRIPTION Xorg uses a configuration file called xorg.conf and files ending in the suffix .conf from the directory xorg.conf.d for its initial setup. The xorg.conf configuration file is searched for in the foll

Re: Copy/paste problem -_-

2015-04-23 Thread poma
On 23.04.2015 12:14, Bob Goodwin ~ Zuni, Virginia, USA wrote: > > At least to me it is impotent that I have a convenient copy/paste > routine without a lot of complicated clicking here and there. > > From my notes: > > To make 2-button copy/paste work in F-14 add the following section to: > /

Copy/paste problem -

2015-04-23 Thread Bob Goodwin ~ Zuni, Virginia, USA
At least to me it is impotent that I have a convenient copy/paste routine without a lot of complicated clicking here and there. From my notes: To make 2-button copy/paste work in F-14 add the following section to: /usr/share/X11/xorg.conf.d/10-evdev.conf - Section "InputClass" Ident