diff --git a/Makefile b/Makefile index 5bfe692..73f826d 100644 --- a/Makefile +++ b/Makefile @@ -37,8 +37,8 @@ install: $(INSTALL) $(wildcard ksplash-theme/debian-moreblue-default/*) $(DESTDIR)/usr/share/apps/ksplash/Themes/debian-moreblue-default mkdir -p $(DESTDIR)/usr/share/apps/ksplash/Themes/debian-moreblue-moodin $(INSTALL) $(wildcard ksplash-theme/debian-moreblue-moodin/*) $(DESTDIR)/usr/share/apps/ksplash/Themes/debian-moreblue-moodin - mkdir -p $(DESTDIR)/usr/share/apps/ksplash/Themes/moreblue-orbit - $(INSTALL) $(wildcard ksplash-theme/moreblue-orbit/*) $(DESTDIR)/usr/share/apps/ksplash/Themes/moreblue-orbit + mkdir -p $(DESTDIR)/usr/share/apps/ksplash/Themes/moreblue-orbit-default + $(INSTALL) $(wildcard ksplash-theme/moreblue-orbit-default/*) $(DESTDIR)/usr/share/apps/ksplash/Themes/moreblue-orbit-default # KDE setup mkdir -p $(DESTDIR)/etc/kde3 $(INSTALL) profiles/kde-profile/kdeglobals $(DESTDIR)/etc/kde3 diff --git a/ksplash-theme/moreblue-orbit/Preview.png b/ksplash-theme/moreblue-orbit-default/Preview.png similarity index 100% rename from ksplash-theme/moreblue-orbit/Preview.png rename to ksplash-theme/moreblue-orbit-default/Preview.png diff --git a/ksplash-theme/moreblue-orbit/Theme.rc b/ksplash-theme/moreblue-orbit-default/Theme.rc similarity index 100% rename from ksplash-theme/moreblue-orbit/Theme.rc rename to ksplash-theme/moreblue-orbit-default/Theme.rc diff --git a/ksplash-theme/moreblue-orbit/splash_active_bar.png b/ksplash-theme/moreblue-orbit-default/splash_active_bar.png similarity index 100% rename from ksplash-theme/moreblue-orbit/splash_active_bar.png rename to ksplash-theme/moreblue-orbit-default/splash_active_bar.png diff --git a/ksplash-theme/moreblue-orbit/splash_bottom.png b/ksplash-theme/moreblue-orbit-default/splash_bottom.png similarity index 100% rename from ksplash-theme/moreblue-orbit/splash_bottom.png rename to ksplash-theme/moreblue-orbit-default/splash_bottom.png diff --git a/ksplash-theme/moreblue-orbit/splash_inactive_bar.png b/ksplash-theme/moreblue-orbit-default/splash_inactive_bar.png similarity index 100% rename from ksplash-theme/moreblue-orbit/splash_inactive_bar.png rename to ksplash-theme/moreblue-orbit-default/splash_inactive_bar.png diff --git a/ksplash-theme/moreblue-orbit/splash_top.png b/ksplash-theme/moreblue-orbit-default/splash_top.png similarity index 100% rename from ksplash-theme/moreblue-orbit/splash_top.png rename to ksplash-theme/moreblue-orbit-default/splash_top.png diff --git a/profiles/kde-profile/share/config/ksplashrc b/profiles/kde-profile/share/config/ksplashrc index efbb7af..8bfbc19 100644 --- a/profiles/kde-profile/share/config/ksplashrc +++ b/profiles/kde-profile/share/config/ksplashrc @@ -1,2 +1,2 @@ [KSplash] -Theme=moreblue-orbit +Theme=moreblue-orbit-default