Releases: tvrzna/emptty
Releases · tvrzna/emptty
emptty-0.3.0
Fixes
- fixed password input for some distributions (e.g. Gentoo)
- fixed commands from issue for some distributions (e.g. Gentoo)
- fixed zombie processes of stty after disable/enable echo called during password input
- fixed undocumented keeping logs of Xorg and WM/DE in emptty log
- fixed OpenRC script for some distributions (e.g. Gentoo)
Features
- added configurable session for autologin feature
- custom sessions could be stored in
~/.config/emptty-custom-sessions'
as user-specific - last session is not stored in
/etc/emptty/last-sessions
anymore, it is stored in~/.cache/emptty/last-session
for each user - added option to configure, how emptty should handle its log (disabled, appending, default
- added option to pass arguments to Xorg instance)
- added option to configure path to emptty log file
emptty-0.2.3
Fixes
- fixed double starting of
.xinitrc
. - fixed checking start status of
Xorg
to prevent issues with applications likexrdb
, etc.
NOTE:libX11-devel
is required now
Features
- added
VERTICAL_SELECTION
config for vertical list of available WM/DEs. .emptty
file available as~/.config/emptty
.
emptty-0.2.2
Fixes
.emptty
, that works as script, is not started withdbus-launch
.- fixed reading password with spaces as prefix or suffix.
Features
- configuration
XINITRC_LAUNCH
, that provides starting by executing .xinitrc with session name as argument - custom reading password, left original dependency.
emptty-0.2.1
Fixes
- fixed starting Xorg DM/WM before Xorg lock file is created. That caused issues with starting XCB-based WMs.
emptty-0.2.0
Fixes
- fixed starting of Xorg on same TTY (no longer requires being in
audio
group) - improved behaviour of Xorg when emptty is interrupted (e.g. by
sv restart emptty
)
Features
- added possibility customize MOTD, if /etc/emptty/motd exists, its content is printed instead of default ASCII art
- no dependency on
agetty
now, emptty handles that itself- starting with argument
-d
makes the magic
- starting with argument
- separated installation of manual and pam module
- installation of pam module by
sudo make install-pam
- installation of manual page by
sudo make install-manual
- installation of binary, pam and manual by
sudo make install-all
- installation of pam module by
- logging into
/var/log/emptty
, no "debug" messages on screen- previous log file is stored as
/var/log/emptty.old
- previous log file is stored as
- custom session stored in /etc/emptty/custom-sessions to provide system-wide DE/WM installed withoud .desktop file
- format is same as it is with standard .desktop files, but for Wayland sessions it requires extra line with
Environment=wayland
- format is same as it is with standard .desktop files, but for Wayland sessions it requires extra line with
- added possibility to disable switching of TTY
- switching is available only with param
-d
and configSWITCH_TTY=true
- switching is available only with param
- option to disable printing of
/etc/issue
- issue file is handled by emptty itself, it is possible, that not all features of agetty are implemented
emptty-0.1.0
Initial release of emptty