Project

General

Profile

Actions

Emulator Issues #11313

closed

Latest Git Dolphin - Not Respecting XDG_RUNTIME_DIR

Added by DoWii over 5 years ago. Updated over 5 years ago.

Status:
Invalid
Priority:
Normal
Assignee:
-
% Done:

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

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

Actions #1

Updated by DoWii over 5 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'

Actions #2

Updated by DoWii over 5 years ago

Sorry for the rog and foo names disregard those it's all suppose to be runtime-foo...

Actions #3

Updated by DoWii over 5 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

Actions #4

Updated by DoWii over 5 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 :(

Actions #5

Updated by JosJuice over 5 years ago

  • Status changed from New to Invalid
Actions

Also available in: Atom PDF