-
Notifications
You must be signed in to change notification settings - Fork 163
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
pkexec broken in chromeos + debian environment #977
Comments
try |
It installed policykit-1 but nothing changed :(
This is what I got from running sudo pkill -f input-remapper && input-remapper-gtk -d again
|
Does |
Unfortunately, no.
|
hm, I'd say something in the polkit stuff of your operating system must be somewhat broken or not configured properly, and I'm afraid I can't help you with that. I'm not an expert on most of that stuff, I just worked once with it long enough to get it to work a few years ago, and then never touched it again. Since you are a beginner with Linux, I would probably recommend you to get Ubuntu. It is based on Debian, and has a good reputation for personal computers. A lot of people use it. Chances are that it works there. In Ubuntu, there is also a newer version of input-remapper in the repo, so you just have to do |
My chromebook runs ChromeOS with a linux development area that can be used to install linux programs. I'm not sure it's possible to use Ubuntu instead of Debian in this case. Honestly this app would be the only reason to make any changes, everything else is working perfectly. I just need to be able to use my 8bitdo controller to go through thounsands of flashcards in Anki :((( Are you aware of any other solutions for keymapping that might work for me? Thank you so much for the help!! |
This is discouraged (see https://wiki.archlinux.org/title/Running_GUI_applications_as_root), but you could try to run This doesn't work in wayland for example, lets see if this works in that development area of yours. |
Yep, no luck :( |
Try installing from the then do sudo pkill -f input-remapper
# In 3 different terminals, in this order:
sudo input-remapper-service
input-remapper-gtk --separate-reader-service
sudo input-remapper-reader-service Once |
You might need to restart |
Renamed the argument to |
once #990 is merged, all you need to do (probably) is to run sudo input-remapper-reader-service &
sudo input-remapper-service & # (if not already running)
input-remapper-gtk however, beware that the reader-service may still time out and then the gui will attempt to ask for a password once more to restart it. I guess this improvement is usually only helpful for people who are developing input-remapper and often start and stop input-remapper. |
Hi,
I don't have any experience with linux, just bought a chromebook that has debian and needed to install input-remapper to use my 8bitdo zero 2 controller to study my flashcards in Anki.
I have downloaded the input-remapper deb file and it installed, but I can't seen to run it. No icon in the applications menu to launch the app appeared, also tried to do it manually in terminal with no success.
Other apps that I have installed in my chromebook linux enviroment are working fine, such as VLC, ticktick, obsidian, Anki.
If someone could help me figure out what to do, I will be so grateful. Input-remapper seems to be the only app that can help me solving the keymapping for my controller!
This is what I got from runing sudo pkill -f input-remapper && input-remapper-gtk -d:
The text was updated successfully, but these errors were encountered: