From 9592ffe0d30fbdc331df37c47f9a8ee53f5b11ac Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Mon, 3 Oct 2011 02:13:29 +0200 Subject: [PATCH] Add kde4 root configuration to disable Nepomuk on livecd --- Makefile | 2 ++ root/.kde4/share/config/nepomukserverrc | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 root/.kde4/share/config/nepomukserverrc diff --git a/Makefile b/Makefile index 4af3834..0f70ecb 100644 --- a/Makefile +++ b/Makefile @@ -63,6 +63,7 @@ install-dirs: @$(INSTALL_DIR) $(DESTDIR)$(sysconfigdir) @$(INSTALL_DIR) $(DESTDIR)$(installerdatadir) @$(INSTALL_DIR) $(DESTDIR)$(SYSTEM_MENU_DIR) + @$(INSTALL_DIR) $(DESTDIR)/root/ install-icons: @for i in 16x16 22x22 32x32 48x48 64x64 128x128; do \ @@ -80,6 +81,7 @@ install: install-dirs install-locales install-icons $(INSTALL_PROGRAM) installer/installer.kmdr $(DESTDIR)$(installerdatadir) $(INSTALL_PROGRAM) installer/*.sh $(DESTDIR)$(installerdatadir) $(INSTALL_DATA) installer/openmamba-installer.desktop $(DESTDIR)$(SYSTEM_MENU_DIR) + cp -a root/.kde4 $(DESTDIR)/root/ clean: diff --git a/root/.kde4/share/config/nepomukserverrc b/root/.kde4/share/config/nepomukserverrc new file mode 100644 index 0000000..f2eff59 --- /dev/null +++ b/root/.kde4/share/config/nepomukserverrc @@ -0,0 +1,3 @@ +[Basic Settings] +Start Nepomuk=false +