Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: restore missing wallpapers in aurora #1807

Merged
merged 3 commits into from
Oct 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build_files/aurora-changes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ set -ouex pipefail

if [[ "${BASE_IMAGE_NAME}" = "kinoite" ]]; then
ln -sf ../places/distributor-logo.svg /usr/share/icons/hicolor/scalable/apps/start-here.svg
ln -sf jonatan-pie-aurora.jxl /usr/share/backgrounds/default.jxl
ln -sf greg-rakozy-aurora.jxl /usr/share/backgrounds/default-dark.jxl
ln -sf /usr/share/wallpapers/jonatan-pie-aurora/contents/images/3944x2770.jxl /usr/share/backgrounds/default.png
ln -sf /usr/share/wallpapers/greg-rakozy-aurora/contents/images/5616x3744.jxl /usr/share/backgrounds/default-dark.png
ln -sf aurora.xml /usr/share/backgrounds/default.xml
sed -i '/<entry name="launchers" type="StringList">/,/<\/entry>/ s/<default>[^<]*<\/default>/<default>preferred:\/\/browser,applications:org.gnome.Ptyxis.desktop,applications:org.kde.discover.desktop,preferred:\/\/filemanager<\/default>/' /usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/config/main.xml
sed -i '/<entry name="favorites" type="StringList">/,/<\/entry>/ s/<default>[^<]*<\/default>/<default>preferred:\/\/browser,systemsettings.desktop,org.kde.dolphin.desktop,org.kde.kate.desktop,org.gnome.Ptyxis.desktop,org.kde.discover.desktop<\/default>/' /usr/share/plasma/plasmoids/org.kde.plasma.kickoff/contents/config/main.xml
Expand All @@ -28,4 +28,4 @@ if [[ "${BASE_IMAGE_NAME}" = "kinoite" ]]; then
glib-compile-schemas --strict /tmp/aurora-schema-test
echo "Compiling gschema to include aurora setting overrides"
glib-compile-schemas /usr/share/glib-2.0/schemas &>/dev/null
fi
fi
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"KPlugin": {
"Authors": [
{
"Email": "",
"Name": "Greg Rakozy"
}
],
"Id": "GregRakozyAurora",
"License": "Unsplash",
"Name": "Stargazing"
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"KPlugin": {
"Authors": [
{
"Email": "",
"Name": "Jonatan Pie"
}
],
"Id": "JonatanPieAurora",
"License": "Unsplash",
"Name": "Aurora"
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"KPlugin": {
"Authors": [
{
"Email": "",
"Name": ""
}
],
"Id": "XEClouds",
"License": "",
"Name": "Clouds"
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"KPlugin": {
"Authors": [
{
"Email": "",
"Name": ""
}
],
"Id": "XEFoothills",
"License": "",
"Name": "LA Foothills"
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"KPlugin": {
"Authors": [
{
"Email": "",
"Name": ""
}
],
"Id": "XESpaceNeedle",
"License": "",
"Name": "Space Needle"
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"KPlugin": {
"Authors": [
{
"Email": "",
"Name": ""
}
],
"Id": "XESunset",
"License": "",
"Name": "Sunset"
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.