-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
[BUG]: Extension crashing after new login from remote desktop #99
Comments
Hello, Open Bar finds the monitor with the panel from the list in Main.LayoutManager. The error seems to complain about it not being found which could be due to the remote desktop session. I am however not clear on the scenario or steps. Have you installed Open Bar on a system and then connecting to it over remote desktop from another system? Are you saying that with this scenario, the extension works when you do remote login the first time but it crashes when you disconnect the remote session? Please provide the clarity and I will try to reproduce it. Thanks for reporting! |
@neuromorph thanks for the reply. It's a Ubuntu VM that has Open Bar installed. Basically it doesn't seem to work properly with remote desktop at all. There were a few times that I could get it to work once, but can't properly reproduce that. Basically:
|
OK. I am using Ubuntu as well but never tested with remote desktop. As for the error, I need the monitor object from Gnome to position the panel in it. Gnome maintains a list of all monitors and the error indicates that the list is empty so need to investigate how Gnome considers the concept of monitors in case of a Remote Desktop. |
Describe the bug
The extension crashes after a new login from remote desktop (using Ubuntu's built-in remote desktop).
To Reproduce
Steps to reproduce the behavior:
TypeError: panelMonitor is undefined
Relevant Specs:
The text was updated successfully, but these errors were encountered: