From 6a97081e859b56d60cdbc060fd20c4c105870fc7 Mon Sep 17 00:00:00 2001 From: nerdopolis Date: Wed, 20 Dec 2023 03:58:56 +0000 Subject: [PATCH] Fix up integrationsymlinks, this gets calamares to work. Oddly this one seems to be dependant on the service name, thankfully /usr/local seems to work for the dbus services, the config files can still be redirected in the system path as that seems to be hard coded to one directory git-svn-id: https://svn.code.sf.net/p/rebeccablackos/code@8409 b52b6941-3400-464c-9f42-43200397181c --- rebeccablackos_files/tmp/configure_phase3_symlinks.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/rebeccablackos_files/tmp/configure_phase3_symlinks.sh b/rebeccablackos_files/tmp/configure_phase3_symlinks.sh index 2fccdc031..620276a6e 100755 --- a/rebeccablackos_files/tmp/configure_phase3_symlinks.sh +++ b/rebeccablackos_files/tmp/configure_phase3_symlinks.sh @@ -80,9 +80,12 @@ SymlinkDirToDir /opt/share/polkit-1/actions /usr/share/polkit-1/actions/ "rbos" SymlinkDirToDir /opt/share/polkit-1/rules.d /usr/share/polkit-1/rules.d/ "rbos" -SymlinkDirToDir /opt/etc/dbus-1/ /etc/dbus-1/ "rbos" - -SymlinkDirToDir /opt/share/dbus-1/ /usr/share/dbus-1/ "rbos" +SymlinkDirToDir /opt/share/dbus-1/accessibility-services /usr/local/share/dbus-1/accessibility-services "" +SymlinkDirToDir /opt/share/dbus-1/system-services /usr/local/share/dbus-1/system-services "" +SymlinkDirToDir /opt/share/dbus-1/services /usr/local/share/dbus-1/services "" +SymlinkDirToDir /opt/share/dbus-1/interfaces /usr/local/share/dbus-1/interfaces "" +SymlinkDirToDir /opt/share/dbus-1/system.d /usr/share/dbus-1/system.d "rbos" +SymlinkDirToDir /opt/share/dbus-1/session.d /usr/share/dbus-1/session.d "rbos" SymlinkDirToDir /opt/share/bash-completion/ /usr/share/bash-completion/ "rbos"