So, to spell it out for idiots like myself...
Add the --logo command to line 8 of hudiy_run.sh
**EXAMPLE**
--------------------------------------
#!/bin/bash
source "$HOME/.hudiy/share/rpi_lib.sh"
export LD_LIBRARY_PATH=$HOME/.hudiy/share/:$LD_LIBRARY_PATH
if [[ "$CURRENT_TARGET" == "$TARGET ...
Search found 3 matches
- Wed Sep 02, 2026 9:36 pm
- Forum: Raspberry Pi OS (Trixie)
- Topic: Splash logo
- Replies: 6
- Views: 1156
- Wed Sep 02, 2026 8:26 pm
- Forum: Raspberry Pi OS (Trixie)
- Topic: Splash logo
- Replies: 6
- Views: 1156
Re: Splash logo
Thank you for your fast response.
This is what I'm seeing when I run this command.
"qt.qpa.xcb: could not connect to display
qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even ...
This is what I'm seeing when I run this command.
"qt.qpa.xcb: could not connect to display
qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even ...
- Wed Sep 02, 2026 6:47 pm
- Forum: Raspberry Pi OS (Trixie)
- Topic: Splash logo
- Replies: 6
- Views: 1156
Re: Splash logo
The splash program is responsible for showing the logo when Hudiy starts. Using the --logo command-line argument you can set the path to your own logo.
On our GitHub you can find more details about the splash program: https://github.com/wiboma/hudiy/blob/main/README.md#splash
Can you please ...