-
-
Notifications
You must be signed in to change notification settings - Fork 217
Weird error with AppImage when pressing ANY key in gui #103
Comments
Also get the same error when closing guiscrcpy |
@wolfy01 can you show me your Which Linux distribution are you running? |
I'm using Debian 10. Also, |
@wolfy01 maybe sudo apt install neofetch |
And yes, I can confirm that I am using Chrome OS. Maybe that has to do with this issue? |
Thanks for the information. pip3 install -U guiscrcpy
wget https://dl.google.com/android/repository/platform-tools-latest-linux.zip
unzip platform-tools-latest-linux.zip -d adb
sudo cp adb/platform-tools/adb /usr/bin/.
guiscrcpy Cool. I am new to chrome os, and I am not sure if AppImages work on chrome os, It should in theory. Can you tell me how Debian 10 works on Chrome OS natively. Sorry for this question |
I actually don't know how it works on Chrome OS. There's only a terminal really, and AppImages do work on Chrome OS. |
@wolfy01 I am curious. Do you have a GUI? |
If your referring to linux, no, just a terminal. |
Oh yes. Thats probably the reason, echo $DISPLAY |
I have a display, lol.. And I think Chrome OS is linux? Also I do have the GUI showing for guiscrcpy.
|
@wolfy01 Ok, makes sense. |
Currently i'm getting the
|
Seems like your device doesn't support PyQt5 wheels for pip3 install PyQt5 |
@wolfy01 Are you having an ARM device? |
No. |
ok, I will try it out on a chromium VM. Debian |
Also it appears that
|
import inspect
from PyQt5 import Qt
vers = ['%s = %s' % (k,v) for k,v in vars(Qt).items() if k.lower().find('version') >= 0 and not inspect.isbuiltin(v)]
print('\n'.join(sorted(vers))) will give you PyQt5 version |
Ah, ok. Yea, only |
its for |
@wolfy01 Try this sudo apt-get update && apt-get install \
-y --no-install-recommends \
python3-pip \
python3-setuptools and then
|
Everything worked, I just got this warning. Should I ignore it? |
Nah no problem pip3 install guiscrcpy --no-deps
pip3 install pynput pystray and then guiscrcpy |
|
Ok, python3 -m guiscrcpy Seems like |
Seems to be working! |
Yay! great You will face another problem. |
Besides |
@wolfy01 Do you have |
Yes, and it works.
|
@wolfy01 That is because, (if you do have scrcpy), echo $PATH You will see that export PATH=$PATH:/home/wolfy3543/.local/bin
hash -r To make it permenant echo 'export PATH=$PATH:/home/wolfy3543/.local/bin' > ~/.bashrc |
Okay, I got it to work, but I can't move any of the windows when connecting to my device. |
After connecting, before connecting or while connecting? |
I mean the control bars that pop up after connecting. I tried using |
Oh ok, use the dots to move them |
Thats what i've been trying to do. 🤔 |
Thats odd, anything in logs |
Nope, nothing. |
I will check that, sorry about it |
I will provide a fix in 5 mins |
Alright |
Can you provide a screenshot of guiscrcpy with the popup windows? If possible. I would be grateful to you |
@wolfy01 Thanks, I have added the support to display title bars temporarily pip3 install https://github.com/srevinsaju/guiscrcpy/archive/beta-37.zip --no-deps Run guiscrcpy by guiscrcpy --force_window_frame or python3 -m guiscrcpy --force_window_frame |
Thanks! Also, I have discovered another interesting error while playing around with guiscrcpy.
|
Yup, notification aduitor is not used by anyone anymore. There are more modern implementaions to get the mobile notifications, see KDE Connect a better implementation, and efficient too. The current error you have got is because Chrome OS is not supported by the |
Ah, okay, also the tall display bar I cannot move because I can't make the top part of the window big enough to move it. |
Hmm, thats the best I can do as a temporary fix. I will check why it doesn't work on Chrome OS. Chrome OS has its own desktop manager and implements its functions in a different way a compared to other popular Linux Desktop Window managers like GNOME , KDE, XFCE and LXDE. I will check it on StackOverflow or some other website and try to find a fix about it. PS: Does Alt click help to move the window now? |
Nope |
Also, is it possible that you could add an option to disable the arrow panel? |
Sure |
@wolfy01 I have fixed the arrow panel. Repeat #103 (comment) Please help me to find more bugs like this, before the next stable release 3.8 |
Will do |
No idea why this is happening
The text was updated successfully, but these errors were encountered: