update xinitrc for kde plasma and lxqt [release 1.4.1-2mamba;Thu Feb 11 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 19:43:07 +01:00
parent 542029f833
commit 796c01e03b
2 changed files with 9 additions and 4 deletions

View File

@ -11,13 +11,13 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then
unset f
fi
# XFCE in questo caso è il default
case $1 in
gnome) exec gnome-session;;
kde) exec startkde;;
kde) exec startplasma-x11;;
lxqt) exec startlxqt;;
lxde) exec startlxde;;
xfce) exec startxfce4;;
*) for s in startkde gnome-session startlxde startxfce4; do
*) for s in startlxqt startplasma-x11 gnome-session startlxde startxfce4; do
e=$(which $s)
if [ "$e" -a -x $e ]; then
exec $e

View File

@ -1,6 +1,6 @@
Name: xinit
Version: 1.4.1
Release: 1mamba
Release: 2mamba
Summary: xinit - X Window System initializer
Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba
@ -20,6 +20,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
The xinit program is used to start the X Window System server and a first client program on systems that cannot start X directly from init or in environments that use multiple window systems.
When this first client exits, xinit will kill the X server and then terminate.
%debug_package
%prep
%setup -q
@ -52,6 +54,9 @@ install -m0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc
#ChangeLog README
%changelog
* Thu Feb 11 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.1-2mamba
- update xinitrc for kde plasma and lxqt
* Fri May 22 2020 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
- automatic update by autodist