LukePerp a écritBonjour,
Peux tu nous montrer :
cat /etc/default/grub
Choisi un autre thème avec :
sudo update-alternatives --config default.plymouth
puis, que vois-tu avec :
sudo plymouthd && sudo plymouth --show-splash && sleep 3 && sudo plymouth quit
jules@jules-pc:~$ cat /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=1920x1080
GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
GRUB_DISABLE_OS_PROBER=true
Quand je choisis un autre thème que celui téléchargé et exécute la commade donnée je vois bien le thème pendant 3s.
abelthorne a écritTu aurais le lien vers la page du thème plutôt que la catégorie ?
Donne aussi le retour de :
ls -l /usr/share/plymouth/themes/
ls -l /usr/share/plymouth/themes/Earth-sunrise/
cat /usr/share/plymouth/themes/Earth-sunrise/Earth-sunrise.plymouth
Voici les résultats :
jules@jules-pc:~$ ls -l /usr/share/plymouth/themes/
total 144
drwxr-xr-x 3 root root 4096 avril 22 16:45 breeze
drwxr-xr-x 2 root root 4096 avril 22 16:45 breeze-text
lrwxrwxrwx 1 root root 39 avril 22 18:44 default.grub -> /etc/alternatives/default.plymouth.grub
lrwxrwxrwx 1 root root 34 avril 20 18:13 default.plymouth -> /etc/alternatives/default.plymouth
drwxr-xr-x 2 root root 4096 avril 20 18:15 details
drwxr-xr-x 2 root root 4096 avril 22 17:00 Earth-sunrise
drwxr-xr-x 2 root root 4096 avril 22 16:45 edubuntu-logo
drwxr-xr-x 2 root root 4096 avril 22 16:45 edubuntu-text
drwxr-xr-x 2 root root 4096 avril 22 16:45 fade-in
drwxr-xr-x 2 root root 4096 avril 22 16:45 glow
drwxr-xr-x 2 root root 12288 avril 22 16:45 hamara
drwxr-xr-x 3 root root 4096 avril 22 16:45 kubuntu-logo
drwxr-xr-x 2 root root 4096 avril 22 16:46 kubuntu-text
drwxr-xr-x 2 root root 4096 avril 22 16:45 lubuntu-logo
drwxr-xr-x 2 root root 4096 avril 22 16:45 lubuntu-next-logo
drwxr-xr-x 2 root root 4096 avril 22 16:45 lubuntu-next-text
drwxr-xr-x 2 root root 4096 avril 22 16:45 lubuntu-text
drwxr-xr-x 2 root root 4096 avril 22 16:45 sabily
drwxr-xr-x 2 root root 4096 avril 22 16:45 script
drwxr-xr-x 2 root root 4096 avril 22 16:45 solar
drwxr-xr-x 2 root root 4096 avril 22 16:45 spinfinity
drwxr-xr-x 2 root root 4096 avril 22 16:45 spinner
drwxr-xr-x 2 root root 4096 avril 20 18:15 text
lrwxrwxrwx 1 root root 31 avril 20 18:13 text.plymouth -> /etc/alternatives/text.plymouth
drwxr-xr-x 2 root root 4096 avril 20 18:15 tribar
drwxr-xr-x 2 root root 4096 avril 22 16:45 ubuntu-budgie-logo
drwxr-xr-x 2 root root 4096 avril 22 16:45 ubuntu-budgie-text
drwxr-xr-x 2 root root 4096 avril 22 16:45 ubuntu-gnome-logo
drwxr-xr-x 2 root root 4096 avril 22 16:46 ubuntu-gnome-text
drwxr-xr-x 2 root root 4096 avril 20 18:15 ubuntu-logo
drwxr-xr-x 2 root root 4096 avril 22 16:45 ubuntu-mate-logo
drwxr-xr-x 2 root root 4096 avril 22 16:45 ubuntu-mate-text
drwxr-xr-x 2 root root 4096 avril 22 16:45 ubuntustudio-logo
drwxr-xr-x 2 root root 4096 avril 22 16:45 ubuntustudio-text
drwxr-xr-x 2 root root 4096 avril 20 18:15 ubuntu-text
drwxr-xr-x 2 root root 4096 avril 22 16:45 xubuntu-logo
drwxr-xr-x 2 root root 4096 avril 22 16:45 xubuntu-text
jules@jules-pc:~$ ls -l /usr/share/plymouth/themes/Earth-sunrise/
total 4652
-rw-r--r-- 1 root root 2080463 avril 22 17:00 background.png
-rw------- 1 root root 9210 avril 22 17:00 distro_logo.png
-rw-r--r-- 1 root root 4738 avril 22 17:00 distro_name.png
-rw-r--r-- 1 root root 272 avril 22 17:00 Earth-sunrise.plymouth
-rw-r--r-- 1 root root 4975 avril 22 17:00 Earth-sunrise.script
-rw-r--r-- 1 root root 26161 avril 22 17:00 planet_black.png
-rw-r--r-- 1 root root 502792 avril 22 17:00 planet_glow.png
-rw-r--r-- 1 root root 1249 avril 22 17:00 README
-rw-r--r-- 1 root root 1519 avril 22 17:00 space_glow.png
-rw-r--r-- 1 root root 135311 avril 22 17:00 sun_glow.png
-rw-r--r-- 1 root root 1967334 avril 22 17:00 ubuntu-sunrise.png
jules@jules-pc:~$ cat /usr/share/plymouth/themes/Earth-sunrise/Earth-sunrise.plymouth
[Plymouth Theme]
Name=Earth Sunrise
Description=This theme is a modification of Andre "Osku" Schmidt's Space sunrise plymouth theme
ModuleName=script
[script]
ImageDir=/lib/plymouth/themes/Earth-sunrise
ScriptFile=/lib/plymouth/themes/Earth-sunrise/Earth-sunrise.script