Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non root install #1

Open
jpic opened this issue Feb 29, 2016 · 2 comments
Open

Non root install #1

jpic opened this issue Feb 29, 2016 · 2 comments
Assignees

Comments

@jpic
Copy link

jpic commented Feb 29, 2016

Hi, I just wanted to let you know that I've been installing my layout the same way install.py does. It's been bothering me a lot and finally I found another way, that doesn't require root and that lives in my home directory. Maybe it'd be useful to you so I'm just sharing this tip, but it's not an "issue" of course. Here goes:

# Replace "code" by your layout name
setxkbmap -I ~/.xkb code -print | xkbcomp -I$HOME/.xkb - $DISPLAY

FTR, here's the source from my dotfiles repo:

https://github.com/jpic/dotfiles/blob/master/home/.keyboardrc
https://github.com/jpic/dotfiles/tree/master/home/.xkb/symbols

Have a good day ;)

PS: also it would be cool if you find time to help with imports from toutatis if you find time !

@luxcem
Copy link
Owner

luxcem commented Mar 24, 2017

I just noticed the issue sorry, I will definitively look at the non-root method so I can include the layout in my dotfile repository! I will also update the install.py script to let it run without privileges. It's always a good idea not to run github scripts in sudo mode.

About toutatis I was looking for contributing again, I can spare some time now!

Thanks.

@luxcem luxcem self-assigned this Mar 24, 2017
@luxcem
Copy link
Owner

luxcem commented May 12, 2017

@jpic I get a lot of warning with your command

Warning:          Key <OUTP> not found in evdev+aliases(qwerty) keycodes
                  Symbols ignored
Warning:          Key <KITG> not found in evdev+aliases(qwerty) keycodes
                  Symbols ignored
Warning:          Key <KIDN> not found in evdev+aliases(qwerty) keycodes
                  Symbols ignored
Warning:          Key <KIUP> not found in evdev+aliases(qwerty) keycodes
                  Symbols ignored
Warning:          Key <RO> not found in evdev+aliases(qwerty) keycodes
                  Symbols ignored
Warning:          Key <I192> not found in evdev+aliases(qwerty) keycodes
                  Symbols ignored
Warning:          Key <I193> not found in evdev+aliases(qwerty) keycodes
                  Symbols ignored
Warning:          Key <I194> not found in evdev+aliases(qwerty) keycodes
                  Symbols ignored
Warning:          Key <I195> not found in evdev+aliases(qwerty) keycodes
                  Symbols ignored
Warning:          Key <I196> not found in evdev+aliases(qwerty) keycodes
                  Symbols ignored
Warning:          Key <I255> not found in evdev+aliases(qwerty) keycodes
                  Symbols ignored
Warning:          No symbols defined for <AB11> (keycode 97)
Warning:          No symbols defined for <JPCM> (keycode 103)
Warning:          No symbols defined for <I120> (keycode 120)
Warning:          No symbols defined for <AE13> (keycode 132)
Warning:          No symbols defined for <I149> (keycode 149)
Warning:          No symbols defined for <I154> (keycode 154)
Warning:          No symbols defined for <I168> (keycode 168)
Warning:          No symbols defined for <I178> (keycode 178)
Warning:          No symbols defined for <I183> (keycode 183)
Warning:          No symbols defined for <I184> (keycode 184)
Warning:          No symbols defined for <FK19> (keycode 197)
Warning:          No symbols defined for <FK24> (keycode 202)
Warning:          No symbols defined for <I217> (keycode 217)
Warning:          No symbols defined for <I219> (keycode 219)
Warning:          No symbols defined for <I221> (keycode 221)
Warning:          No symbols defined for <I222> (keycode 222)
Warning:          No symbols defined for <I230> (keycode 230)
Warning:          No symbols defined for <I247> (keycode 247)
Warning:          No symbols defined for <I248> (keycode 248)
Warning:          No symbols defined for <I249> (keycode 249)
Warning:          No symbols defined for <I250> (keycode 250)
Warning:          No symbols defined for <I251> (keycode 251)
Warning:          No symbols defined for <I252> (keycode 252)
Warning:          No symbols defined for <I253> (keycode 253)

But the layout seems to works just fine, any idea of ​​where it comes from?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants