Closed tuxpeople closed 5 months ago
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
I have the same issue, but I "fixed" opening xterm and sudo /opt/obsidian/obsidian --no-sandbox
I have the same issue, but I "fixed" opening xterm and
sudo /opt/obsidian/obsidian --no-sandbox
@turkievicz I tried that out, but got this error:
This is duo to permision errors, obsidian can´t interact with /opt/obsidian/ current workaround is du open xterm and use
sudo su
and afterwards
chmod -R 777 /opt/obsidian
each time u run the workspace, currently im working to get it executed on start !docker exec config does not work!
ok nevermind, got it with docker exec config working:
{ "first_launch": { "user": "root", "cmd": "bash -c 'chmod -R 777 /opt/obsidian/'" } }
ok nevermind, got it with docker exec config working:
{ "first_launch": { "user": "root", "cmd": "bash -c 'chmod -R 777 /opt/obsidian/'" } }
This fixed the issue for me, thanks!
ok nevermind, got it with docker exec config working:
{ "first_launch": { "user": "root", "cmd": "bash -c 'chmod -R 777 /opt/obsidian/'" } }
This fixed the issue for me, thanks!
Can also confirm the fix. I think that fix schould go into the image or at least into the KASM registry of linuxserver.
I have same problem but a little difference.
I can use obsidian for a minute or two then it becomes black.
Does anyone know the directories that need to be symlinked into the users $HOME, this would be the best approach.
Does anyone know the directories that need to be symlinked into the users $HOME, this would be the best approach.
same directorys as mentioned in my comment
Does anyone know the directories that need to be symlinked into the users $HOME, this would be the best approach.
same directorys as mentioned in my comment
Yeah I get that, was more reaching if people had drilled into what actual directories need read/write. The reason it is not working in Kasm is we run a chown outside of their init here: https://github.com/linuxserver/docker-obsidian/blob/main/root/etc/s6-overlay/s6-rc.d/init-obsidian-config/run
Give me a bit to see if chowning like this with sudo is the best approach, or if it can be done more surgically for specific folders inside of /opt/obsidian.
This has been resolved with the latest image, if there is any persistence linked to your existing container the /home/kasm-user/.openbox/autostart
file will need to be deleted.
Is there an existing issue for this?
Current Behavior
I added the linuxserver.io Registry to my KASM Installation. When I start Obsidian, all I get is a black screen. It looks like this black screen is coming from the window manager, as I can change between 4 desktops using swipe gestures and I get a little context menu to start terminal and chromium if I do a right-click into the black screen:
Expected Behavior
I see Obsidian and can user it.
Steps To Reproduce
lscr.io/linuxserver/obsidian:latest
, docker image inspect says build_version isLinuxserver.io version:- v1.5.12-ls9 Build-date:- 2024-05-26T11:51:21+00:00
Step 1 has been done using this script:
Environment
CPU architecture
x86-64
Docker creation
Container logs
kasm-obsidian-log.json