mirror of
https://abf.rosa.ru/djam/calamares.git
synced 2025-02-23 15:42:49 +00:00
Fix path to default background
This commit is contained in:
parent
660a8e6416
commit
f628c3eb0d
2 changed files with 3 additions and 3 deletions
|
@ -25,8 +25,8 @@ sleep 1
|
|||
|
||||
if [ "$(pidof openbox)" ]; then
|
||||
# setup background
|
||||
if [ -e /usr/share/mdk/backgrounds/default.png ] && [ -f /usr/bin/xli ]; then
|
||||
/usr/bin/xli -onroot -fullscreen /usr/share/mdk/backgrounds/default.png &
|
||||
if [ -e /usr/share/mdk/backgrounds/default.jpg ] && [ -f /usr/bin/xli ]; then
|
||||
/usr/bin/xli -onroot -fullscreen /usr/share/mdk/backgrounds/default.jpg &
|
||||
fi
|
||||
|
||||
/usr/bin/calamares
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
Summary: Distribution-independent installer framework
|
||||
Name: calamares
|
||||
Version: 1.1.4.2
|
||||
Release: 5
|
||||
Release: 6
|
||||
License: GPLv3+
|
||||
Group: System/Configuration/Other
|
||||
Url: http://calamares.io/
|
||||
|
|
Loading…
Add table
Reference in a new issue