Emulator Issues #11313
closedLatest Git Dolphin - Not Respecting XDG_RUNTIME_DIR
0%
Description
What's the problem? Describe what went wrong.
[Description here]
I'm running zsh and have set in .zprofile;
export XDG_RUNTIME_DIR=$HOME/.cache
Dolphin does not respect this /path change, and 'env' shows that this /path has been set.
~ >env
XDG_RUNTIME_DIR=/home/foo/.cache
I also know this is working because Pluseaudio has changed to using this /path and is now setting the directory /pulse in the $HOME/.cache
If this was not correct in .zprofile Pluseaudio will complain, since it uses XDG_RUNTIME_DIR.
I am also getting these messages in my logs every time I start dolphin;
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-foo'
What steps will reproduce the problem?
[Reproduction steps here]
Place 'export XDG_RUNTIME_DIR=$HOME/.cache' in .zprofile
Is the issue present in the latest development version? For future reference, please also write down the version number of the latest development version.
[Version number here]
dolphin-5.0.8512
Is the issue present in the latest stable version?
[Yes/No and version number here]
No 5.0
What are your PC specifications? (CPU, GPU, Operating System, more)
[PC specs here]
Slackware 14.2 x86_64
Openbox 3.6.1
Updated by DoWii over 6 years ago
After making this post, I went back and changed .zprofile to;
export XDG_RUNTIME_DIR=/tmp/runtime-foo
Then I looked in /tmp/runtime-foo and saw these two directories, showing me this is being respected by the system;
cd /tmp/runtime-rog
~ pts/0 root /tmp/runtime-rog >ls
dconf pulse
When I started dolphin, I again saw the same message;
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-rog'
Updated by DoWii over 6 years ago
Sorry for the rog and foo names disregard those it's all suppose to be runtime-foo...
Updated by DoWii over 6 years ago
Sorry there doesn't seem the ability to just back and re edit over posts, maybe someone can add that in?
Anyhow, I forgot to mention I'm using QT5 5.11.1 if that might be the issue?
Thanks
Updated by DoWii over 6 years ago
I apologize, I don't know why, I was at this for many hours, yet it seems to be working with export XDG_RUNTIME_DIR=$HOME/.cache set in .zprofile.
PLEASE CLOSE REPORT!
SORRY :(