* [gentoo-user] KP_Decimal
@ 2015-07-09 8:07 Roger Cahn
2015-07-09 8:51 ` Neil Bothwick
2015-07-10 16:27 ` [gentoo-user] KP_Decimal James
0 siblings, 2 replies; 6+ messages in thread
From: Roger Cahn @ 2015-07-09 8:07 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 373 bytes --]
Hi,
Since a few days, when I type the point (.) on the numeric keypad,
everytime, I obtain a window with:
Impossible to launch the shortcut "KP_Decimal".
The execution of the son process "." failed
(permission not allowed)
Can anybody give me a solution to have again the "."
on the numeric keypad ?
I didn't find any answer on internet.
Thank you for your help
Roger
[-- Attachment #2: Type: text/html, Size: 786 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] KP_Decimal
2015-07-09 8:07 [gentoo-user] KP_Decimal Roger Cahn
@ 2015-07-09 8:51 ` Neil Bothwick
2015-07-10 12:59 ` Roger Cahn
2015-07-10 16:27 ` [gentoo-user] KP_Decimal James
1 sibling, 1 reply; 6+ messages in thread
From: Neil Bothwick @ 2015-07-09 8:51 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 567 bytes --]
On Thu, 09 Jul 2015 10:07:06 +0200, Roger Cahn wrote:
> Since a few days, when I type the point (.) on the numeric keypad,
> everytime, I obtain a window with:
>
> Impossible to launch the shortcut "KP_Decimal".
> The execution of the son process "." failed
> (permission not allowed)
It sounds like a shortcut has been set up for that key. Which desktop are
you running? Have you reconfigured anything lately. What have you
installed or updated before this started?
--
Neil Bothwick
Adolescence, n.: The stage between puberty and adultery.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] KP_Decimal
2015-07-09 8:51 ` Neil Bothwick
@ 2015-07-10 12:59 ` Roger Cahn
2015-07-10 13:10 ` Roger Cahn
0 siblings, 1 reply; 6+ messages in thread
From: Roger Cahn @ 2015-07-10 12:59 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1000 bytes --]
Le 09/07/2015 10:51, Neil Bothwick a écrit :
> On Thu, 09 Jul 2015 10:07:06 +0200, Roger Cahn wrote:
>
>> Since a few days, when I type the point (.) on the numeric keypad,
>> everytime, I obtain a window with:
>>
>> Impossible to launch the shortcut "KP_Decimal".
>> The execution of the son process "." failed
>> (permission not allowed)
> It sounds like a shortcut has been set up for that key. Which desktop are
> you running? Have you reconfigured anything lately. What have you
> installed or updated before this started?
My desktop is xfce4
The last updates since the 1st of July are:
-sys-apps:openrc-0.17
-dev-util:xfce4-dev-tools-4.12.0
and a lot of xfce-base:
libxfce4util-4.12.1, xfconf-4.12.0-r1, libxfce4ui-4.12.1-r2, exo-0.10.6,
garcon-0.5.0-r1, xfce4-panel-4.12.0,
xfce4-appfinder-4.12.0-r1, xfwm4-4.12.3, xfce4-session-4.12.1,
xfce4-settings-4.12.0, thunar-1.6.10,
xfce4-meta-4.12, xfdesktop-4.12.2
and xfce-extra: screenshooter-1.8.2, tumbler-0.1.31, thunar-volman-0.8.1
[-- Attachment #2: Type: text/html, Size: 1695 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] KP_Decimal
2015-07-10 12:59 ` Roger Cahn
@ 2015-07-10 13:10 ` Roger Cahn
0 siblings, 0 replies; 6+ messages in thread
From: Roger Cahn @ 2015-07-10 13:10 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1607 bytes --]
Le 10/07/2015 14:59, Roger Cahn a écrit :
> Le 09/07/2015 10:51, Neil Bothwick a écrit :
>> On Thu, 09 Jul 2015 10:07:06 +0200, Roger Cahn wrote:
>>
>>> Since a few days, when I type the point (.) on the numeric keypad,
>>> everytime, I obtain a window with:
>>>
>>> Impossible to launch the shortcut "KP_Decimal".
>>> The execution of the son process "." failed
>>> (permission not allowed)
>> It sounds like a shortcut has been set up for that key. Which desktop are
>> you running? Have you reconfigured anything lately. What have you
>> installed or updated before this started?
> My desktop is xfce4
>
> The last updates since the 1st of July are:
>
> -sys-apps:openrc-0.17
> -dev-util:xfce4-dev-tools-4.12.0
>
> and a lot of xfce-base:
>
> libxfce4util-4.12.1, xfconf-4.12.0-r1, libxfce4ui-4.12.1-r2,
> exo-0.10.6, garcon-0.5.0-r1, xfce4-panel-4.12.0,
> xfce4-appfinder-4.12.0-r1, xfwm4-4.12.3, xfce4-session-4.12.1,
> xfce4-settings-4.12.0, thunar-1.6.10,
> xfce4-meta-4.12, xfdesktop-4.12.2
>
> and xfce-extra: screenshooter-1.8.2, tumbler-0.1.31, thunar-volman-0.8.1
>
I can also show you: /etc/X11/xorg.conf.d/10-evdev.conf
# Configuration for evdev-controlled input devices.
Section "InputClass"
Identifier "keyboard"
Driver "evdev"
Option "XkbLayout" "fr"
Option "XkbModel" "pc105"
Option "XkbOptions" "compose:lwin,kpdl:dot"
MatchIsKeyboard "on"
EndSection
Section "InputClass"
Identifier "pointer"
Driver "evdev"
MatchIsPointer "on"
EndSection
[-- Attachment #2: Type: text/html, Size: 3145 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-user] Re: KP_Decimal
2015-07-09 8:07 [gentoo-user] KP_Decimal Roger Cahn
2015-07-09 8:51 ` Neil Bothwick
@ 2015-07-10 16:27 ` James
2015-07-13 7:47 ` [gentoo-user] KP_Decimal-Solved Roger Cahn
1 sibling, 1 reply; 6+ messages in thread
From: James @ 2015-07-10 16:27 UTC (permalink / raw
To: gentoo-user
Roger Cahn <rcahn <at> club-internet.fr> writes:
> Since a few days, when I type the point (.) on the numeric
> keypad
Have you tried another (differnt make/model) keyboard? If you get
the same problem,it is software related, if it goes away, then
you are good to go.
hth,
James
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-user] KP_Decimal-Solved
2015-07-10 16:27 ` [gentoo-user] KP_Decimal James
@ 2015-07-13 7:47 ` Roger Cahn
0 siblings, 0 replies; 6+ messages in thread
From: Roger Cahn @ 2015-07-13 7:47 UTC (permalink / raw
To: gentoo-user
Have you tried another (differnt make/model) keyboard?
If you get the same problem,it is software related,
if it goes away, then you are good to go.
In Parameters Keyboard Settings I found a line with
Command . and shortcut .
I removed it, and now it's ok.
Thank you for your answers
Roger
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-07-13 7:48 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-09 8:07 [gentoo-user] KP_Decimal Roger Cahn
2015-07-09 8:51 ` Neil Bothwick
2015-07-10 12:59 ` Roger Cahn
2015-07-10 13:10 ` Roger Cahn
2015-07-10 16:27 ` [gentoo-user] KP_Decimal James
2015-07-13 7:47 ` [gentoo-user] KP_Decimal-Solved Roger Cahn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox