I am new to Puppy and run into some problems with installing an app I had used before on regular Debian without any issues—so I guess, it might be a "newbie on Puppy"-problem;)
1) I am on BookwormPup64 10.0.10 and have installed Ghostwriter https://ghostwriter.kde.org/ plus the required packages (e.g., Pandoc) via Synaptic.
2) While the app does show in the menu, it does not launch. When I try to run it as root, I get:
Code: Select all
# sudo ghostwriter
Using pandoc version 2.17.1.1
Using multimarkdown version 1.35
Using cmark version 0.30.2
[20905:20905:0322/182340.411027:ERROR:zygote_host_impl_linux.cc(90)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
The link provided in the error msg, does not help (at least for me)
3) Then I tried to run the app as non-root user: Now ghostwriter is running, but I can't save files due to missing permissions. The cli output:
Code: Select all
# su spot
# ghostwriter
QStandardPaths: runtime directory '/tmp/runtime-root' is not owned by UID 502, but a directory permissions 0700 owned by UID 0 GID 0
Failed to create /root/.cache for shader cache (Permission denied)---disabling.
Using pandoc version 2.17.1.1
Using multimarkdown version 1.35
Using cmark version 0.30.2
Cannot create directory /root/.local/share/ghostwriter/ghostwriter/QtWebEngine/Default. Error: FILE_ERROR_ACCESS_DENIED.
[22365:22386:0322/182557.350462:ERROR:disk_cache.cc(184)] Unable to create cache
[22365:22386:0322/182557.350500:ERROR:shader_disk_cache.cc(606)] Shader Cache Creation failed: -2
Any ideas?