Re: [FIXED] ALT GR Problem, it stops working | |
|
|
Senior Mitglied Posts: 216 Registered: 2008-07-04 | Ok, after months I found out the problem...
Whenever I started CycasCAD I got the problem, this is a gtk1 application and this problem with ALTGr happens on every single distro I had it installed... I already complained on there forum... and they now seem to be rewriting the app in Qt4...the case is this is not epiphany, this is not paldo this is not gnome... this is Cycas problem with X server...
After that I can say I had no problem with paldo  , except the lack of applications on the repository  . .............................. OSs: Paldo-testing x86_64 :: HP Pavilion dv9680ez |
|
|
|
|
|
Re: [FIXED] ALT GR Problem, it stops working | |
|
|
Senior Mitglied Posts: 216 Registered: 2008-07-04 | Ok just to reensure everyone... here was the problem:
The startup script of cycasCAD program is:
Code | [In neuem Fenster öffnen] | | #!/bin/sh
export LANG=de_DE
xmodmap -e "keycode 0x6C = Return"
cd /opt/cycas39; ./cycas.real $1 > /dev/null 2>&1 & |
The whole problem is in the xmodmap line.... so adding # in front of this line ... the problem gets solved changing this post to completed .............................. OSs: Paldo-testing x86_64 :: HP Pavilion dv9680ez |
|
|
|
|
|