update xinitrc for kde plasma and lxqt [release 1.4.1-2mamba;Thu Feb 11 2021]
This commit is contained in:
parent
542029f833
commit
796c01e03b
@ -11,13 +11,13 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then
|
|||||||
unset f
|
unset f
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# XFCE in questo caso è il default
|
|
||||||
case $1 in
|
case $1 in
|
||||||
gnome) exec gnome-session;;
|
gnome) exec gnome-session;;
|
||||||
kde) exec startkde;;
|
kde) exec startplasma-x11;;
|
||||||
|
lxqt) exec startlxqt;;
|
||||||
lxde) exec startlxde;;
|
lxde) exec startlxde;;
|
||||||
xfce) exec startxfce4;;
|
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)
|
e=$(which $s)
|
||||||
if [ "$e" -a -x $e ]; then
|
if [ "$e" -a -x $e ]; then
|
||||||
exec $e
|
exec $e
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: xinit
|
Name: xinit
|
||||||
Version: 1.4.1
|
Version: 1.4.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: xinit - X Window System initializer
|
Summary: xinit - X Window System initializer
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
Vendor: openmamba
|
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.
|
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.
|
When this first client exits, xinit will kill the X server and then terminate.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -52,6 +54,9 @@ install -m0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc
|
|||||||
#ChangeLog README
|
#ChangeLog README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri May 22 2020 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user