Skip to content
Snippets Groups Projects
Commit c8d98d2c authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

Bump 0.1.0

parent 85bb3ff1
Branches master
Tags 0.8.0
No related merge requests found
Changelog for boot-user-66mod Changelog for boot-user-66mod
In 0.1.0
----------
- Bugs fix.
In 0.0.1 In 0.0.1
---------- ----------
- first commit. - first commit.
Modules name: Modules name:
- boot-user-@ - boot-user-@
Version: Version:
- 0.0.1 - 0.1.0
Description: Description:
- This module configure a set of services for an <user> to properly - This module configure a set of services for an <user> to properly
deal with Display Manager(a.k.a DM). deal with Display Manager(a.k.a DM).
...@@ -14,6 +14,7 @@ Service Dependencies: ...@@ -14,6 +14,7 @@ Service Dependencies:
Optional service dependencies: Optional service dependencies:
- sddm-66serv - sddm-66serv
- dbus-66serv - dbus-66serv
- consolekit-66serv
Package dependencies: Package dependencies:
- none - none
Optional package dependencies: Optional package dependencies:
...@@ -25,13 +26,9 @@ Optional package dependencies: ...@@ -25,13 +26,9 @@ Optional package dependencies:
Installation directive: Installation directive:
# 66-mods boot-user-@<user> # 66-mods.sh boot-user-@<user>
# 66-enable boot-user-<user> # 66-enable boot-user-<user>
- If you use consolekit do not enable it daemon. It should be launched
by the daemon of the DM directly. Oherwise, conflicts can occur
between the DM daemon and consolekit daemon.
- Dbus and dbus-session-@: - Dbus and dbus-session-@:
- dbus daemon should be enabled and up before - dbus daemon should be enabled and up before
starting the module on a root tree. starting the module on a root tree.
...@@ -65,16 +62,16 @@ Runtime: ...@@ -65,16 +62,16 @@ Runtime:
Example of ${HOME}/.66/conf/boot-user/boot-user-<user>.conf file: Example of ${HOME}/.66/conf/boot-user/boot-user-<user>.conf file:
HOME=/home/obarun HOME=/home/oblive
LOGNAME=obarun LOGNAME=obarun
PATH=/usr/bin:/usr/sbin:/bin:/sbin:/usr/local/bin PATH=/usr/bin:/usr/sbin:/bin:/sbin:/usr/local/bin
SHELL=/usr/bin/zsh SHELL=/usr/bin/zsh
DISPLAY=:0 DISPLAY=:0
XDG_RUNTIME_DIR=/run/user/1000 XDG_RUNTIME_DIR=/run/user/1000
XDG_CACHE_HOME=/home/obarun/.cache XDG_CACHE_HOME=/home/oblive/.cache
XDG_CONFIG_HOME=/home/obarun/.config XDG_CONFIG_HOME=/home/oblive/.config
XDG_DATA_HOME=/home/obarun/.local/share XDG_DATA_HOME=/home/oblive/.local/share
XDG_DATA_DIRS=/home/obarun/.local/share:/usr/local/share:/usr/share XDG_DATA_DIRS=/home/oblive/.local/share:/usr/local/share:/usr/share
XDG_SESSION_CLASS=user XDG_SESSION_CLASS=user
Note: you can set any new variables creating a new file containing one or Note: you can set any new variables creating a new file containing one or
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment