Welcome
|
FAQ
|
Downloads
|
Wiki
Tiny Core Linux
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Raspberry Pi port,
piCore-15.0
is available!
Home
Help
Login
Register
Tiny Core Linux
»
dCore Import Debian Packages to Mountable SCE extensions
»
dCore x86_64
»
$XDG_RUNTIME_DIR not set
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: $XDG_RUNTIME_DIR not set (Read 10434 times)
jls
Hero Member
Posts: 2135
$XDG_RUNTIME_DIR not set
«
on:
August 09, 2019, 08:46:07 AM »
Hi
I had an error message when enlightenment starts, I was told that the problem is that $XDG_RUNTIME_DIR is not set apart from another problem.
If I understand well this variable should be set by the system.
Logged
dCore user
GNUser
Wiki Author
Hero Member
Posts: 1511
Re: $XDG_RUNTIME_DIR not set
«
Reply #1 on:
August 09, 2019, 09:43:31 AM »
Hi, jls. In other OSes that variable is set at login by bloatware such as systemd or pamd. Maybe in lean-and-mean TC you need to manually export that variable somewhere at login? Try putting this in your ~/.profile (or ~/.xsession or the like), backing up your files, and rebooting:
Code:
[Select]
export XDG_RUNTIME_DIR=/tmp/$(id -u)-runtime-dir
In the referenced thread below in Arch Linux forum, the problem was that a service launched at boot--psd (profile-sync-daemon) in that specific case--was unsetting the variable. If the above idea doesn't work by itself, try also booting into a bare-minimum GUI environment (X server + enlightenment + any xdg* extensions you normally load) and checking to see whether the variable is set, to exclude the possibility that some rogue TC extension in unsetting the variable.
Hope that helps.
refs:
http://forum.tinycorelinux.net/index.php/topic,18838.msg115688.html#msg115688
https://bbs.archlinux.org/viewtopic.php?id=207536
«
Last Edit: August 09, 2019, 10:12:38 AM by GNUser
»
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Tiny Core Linux
»
dCore Import Debian Packages to Mountable SCE extensions
»
dCore x86_64
»
$XDG_RUNTIME_DIR not set