Skip to content

Commit

Permalink
Fix up integrationsymlinks, this gets calamares to work. Oddly this o…
Browse files Browse the repository at this point in the history
…ne 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
  • Loading branch information
nerdopolis committed Dec 20, 2023
1 parent 4485ab0 commit 6a97081
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions rebeccablackos_files/tmp/configure_phase3_symlinks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 6a97081

Please sign in to comment.