darfgarf
Well-Known Member
Because its in bin you need to be root, seriously go and read up on linux file permissions, sudo and chmod, its 5 minutes reading for very useful knowledge. Being able to use bash wouldnt hurt either
Because its in bin you need to be root
The problem is you're getting confused between roots.I'd love to know what I'm doing wrong. And I swear I'm reading up, but I can't seem to find any references to this specific problem.
Is "chmod a+x /usr/bin/xkbset" a command I should do as well? I see it mentioned on the wiki page, but no details are given as to what it is or what it does, or even how to do it. When I put it in the terminal, all I get is "chmod: changing permissions of '/usr/bin/xkbset': Operation not permitted". I'm guessing I've misinterpreted the wiki again.do you have permissions to write there?
Huh? How do I give myself permission? I thought this was supposed to be an open system.
As stated by gfrancisdev, it's a protection mechanism used in pretty much every modern operationg system; no regulat user have any business touching folders outside their home directory and/or removable media. On a multi-user system, this makes sense. On the pandora, not that much. When you first get your account created, your user is also installed in the "sudoers" file. That means you can temporarly gain full system access. This is only really practical in the terminal. Put xkbset in your home directory, then run this command from the terminal: sudo cp -v xkbset /usr/bin
It will ask for *your* password, and you will see nothing while typing it in.
Also, what about this?
"Create a script (file) with this as contents
#!/bin/sh
xkbset m
xkbset exp =m"
Again, no details are given as to how one would go about doing this.
Well, after much trial and error and help from all of you, I have finally managed, somehow, to make this work. Thank you all.
Though I had to sacrifice the ability to use the shoulder buttons in snes9x4p. Not a huge loss, but it'd be nice to have the ability to switch back and forth without having to go through all this every time. Let's hope there'll be an app for that eventually.
Yeah, that was kind of the tricky part. It involves deactivating the mouse keys thing in the accessibility settings and doing the whole confusing mess of getting the script file in place. Not even sure which of my two last attempts did the trick. I've currently got two files in place, one of which has the .sh extension and one of which doesn't. One of them is working. Both are checked in the autostart.Well, after much trial and error and help from all of you, I have finally managed, somehow, to make this work. Thank you all.
Though I had to sacrifice the ability to use the shoulder buttons in snes9x4p. Not a huge loss, but it'd be nice to have the ability to switch back and forth without having to go through all this every time. Let's hope there'll be an app for that eventually.
congrats never could get this working on HF5 it would always not work after rebooting!
xkbset m
xkbset exp m
xkbset q exp