mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
Very early KDE 6 release.
This commit is contained in:
parent
7cc4ccabbc
commit
686046d4f7
6272 changed files with 140920 additions and 529657 deletions
16
misc/plymouth/plymouth-theme-smod/test/test-plymouth-password.sh
Executable file
16
misc/plymouth/plymouth-theme-smod/test/test-plymouth-password.sh
Executable file
|
@ -0,0 +1,16 @@
|
|||
#!/bin/bash
|
||||
|
||||
TIME=3
|
||||
|
||||
echo "Running $TIME-second test..."
|
||||
|
||||
sudo plymouthd
|
||||
sudo plymouth change-mode --boot-up
|
||||
|
||||
|
||||
sudo plymouth --show-splash
|
||||
sudo plymouth ask-for-password --prompt="hello!" --command="echo"
|
||||
|
||||
for ((I=0; I<$TIME; I++)); do sleep 1 ; sudo plymouth --update=test$I ; done
|
||||
|
||||
sudo plymouth --quit
|
15
misc/plymouth/plymouth-theme-smod/test/test-plymouth-shutdown.sh
Executable file
15
misc/plymouth/plymouth-theme-smod/test/test-plymouth-shutdown.sh
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/bin/bash
|
||||
|
||||
TIME=3
|
||||
|
||||
echo "Running $TIME-second test..."
|
||||
|
||||
sudo plymouthd
|
||||
sudo plymouth change-mode --shutdown
|
||||
|
||||
|
||||
sudo plymouth --show-splash
|
||||
|
||||
for ((I=0; I<$TIME; I++)); do sleep 1 ; sudo plymouth --update=test$I ; done
|
||||
|
||||
sudo plymouth --quit
|
5
misc/plymouth/plymouth-theme-smod/test/test-plymouth.sh
Executable file
5
misc/plymouth/plymouth-theme-smod/test/test-plymouth.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
TIME=8
|
||||
echo "Running $TIME-second test..."
|
||||
sudo plymouthd ; sudo plymouth --show-splash ; for ((I=0; I<$TIME; I++)); do sleep 1 ; sudo plymouth --update=test$I ; done ; sudo plymouth --quit
|
3
misc/plymouth/plymouth-theme-smod/test/ubuntu-change-plymouth-theme.sh
Executable file
3
misc/plymouth/plymouth-theme-smod/test/ubuntu-change-plymouth-theme.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo update-alternatives --config default.plymouth
|
3
misc/plymouth/plymouth-theme-smod/test/ubuntu-install-plymouth-theme.sh
Executable file
3
misc/plymouth/plymouth-theme-smod/test/ubuntu-install-plymouth-theme.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/smod/smod.plymouth 100
|
Loading…
Add table
Add a link
Reference in a new issue