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

Qomui on Raspberry Pi #137

Open
stdcerr opened this issue Dec 18, 2019 · 1 comment
Open

Qomui on Raspberry Pi #137

stdcerr opened this issue Dec 18, 2019 · 1 comment

Comments

@stdcerr
Copy link

stdcerr commented Dec 18, 2019

Hi,

I'm interested in using Qomui on a Raspberry Pi.
I've added the deb info for Debian 10 (as I'm running Raspbian GNU/Linux 10 (buster)) but no packages are coiming through on # apt install qomui due to the incompatible hardware architecture (armhf vs x86) IO assume. Would there be a chance that you could provide a "install from sources" guide along with the sources. I couldn't find anything like it in the repo. If it already exists, could you direct me to where it is, please? As I could not find it.
Thanks,
Ron

@stdcerr
Copy link
Author

stdcerr commented Dec 18, 2019

Hi,

I'm interested in using Qomui on a Raspberry Pi.
I've added the deb info for Debian 10 (as I'm running Raspbian GNU/Linux 10 (buster)) but no packages are coiming through on # apt install qomui due to the incompatible hardware architecture (armhf vs x86) IO assume. Would there be a chance that you could provide a "install from sources" guide along with the sources. I couldn't find anything like it in the repo. If it already exists, could you direct me to where it is, please? As I could not find it.
Thanks,
Ron

After wjhat I thought may be right, I got as far as:
installed:
sudo apt install python-setuptools
built the project:
python setup.py build
but I failed to launch it:

~/qomui/build/lib.linux-armv7l-2.7/qomui $ dbus-launch python ./qomui_gui.py 
  File "./qomui_gui.py", line 193
    self.dbus_call("bypass", {**self.routes, **utils.get_user_group()})
                               ^
SyntaxError: invalid syntax

What else am I missing?

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

No branches or pull requests

1 participant