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

Desktop VNC requires login #44

Closed
CodyCBakerPhD opened this issue Nov 7, 2022 · 8 comments
Closed

Desktop VNC requires login #44

CodyCBakerPhD opened this issue Nov 7, 2022 · 8 comments

Comments

@CodyCBakerPhD
Copy link
Contributor

Follow-up to the now-working 'Desktop' button from #39, it now leads to this page

image

I tried my GitHub password (since my DANDI account was made via my GitHub account) but that did not work. I also tried my DANDI API key, that did not work either.

@satra
Copy link
Member

satra commented Nov 7, 2022

did you do lock screen by any chance? we explicitly remove light-locker, so it shouldn't happen by default. did it?

@CodyCBakerPhD
Copy link
Contributor Author

I can try again from a fresh server boot, but I'm 90% sure this was the first thing to pop up upon clicking the icon

@satra
Copy link
Member

satra commented Nov 7, 2022

i can start the desktop without it, but leaving it going kicks open the screen lock window. i'll see if i can disable it somehow. i thought this was addressed, but will need to look at it again.

@luiztauffer
Copy link

hey @satra did you get a chance to look at it? I'm also getting locked out of my screen session after just a couple of minutes of inactivity. The only way I can find my way back to it is restarting the server =/

@satra
Copy link
Member

satra commented Dec 6, 2022

i haven't figured out how to disable it. seems like there should be a config option somewhere.

@satra
Copy link
Member

satra commented Dec 6, 2022

i've posted an issue here: jupyterhub/jupyter-remote-desktop-proxy#17

@satra
Copy link
Member

satra commented Jan 2, 2023

@CodyCBakerPhD - this should help disable the screensaver and auto lock:

image

it creates a file here:

$ cat ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-screensaver.xml 
<?xml version="1.0" encoding="UTF-8"?>

<channel name="xfce4-screensaver" version="1.0">
  <property name="lock" type="empty">
    <property name="enabled" type="bool" value="false"/>
  </property>
  <property name="saver" type="empty">
    <property name="mode" type="int" value="0"/>
    <property name="enabled" type="bool" value="false"/>
  </property>
</channel>

@satra satra closed this as completed Jan 2, 2023
@CodyCBakerPhD
Copy link
Contributor Author

Excellent, thanks!

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

3 participants