mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2025-02-25 18:55:24 -06:00
move DBus socket path to /tmp
This commit is contained in:
parent
ad07b2e8d8
commit
33c5d718af
@ -33,7 +33,7 @@
|
||||
file; only Linux supports this. Use path=/whatever on other
|
||||
systems.) -->
|
||||
<!--listen>unix:path=/run/dbus/system_bus_socket</listen -->
|
||||
<listen>unix:path=/home/jussi/tmp/dbus-socket</listen>
|
||||
<listen>unix:path=/tmp/tuxclocker-dbus-socket</listen>
|
||||
|
||||
<policy context="default">
|
||||
<!-- All users can connect to system bus -->
|
||||
|
@ -1 +1 @@
|
||||
DBUS_SYSTEM_BUS_ADDRESS='unix:path=/home/jussi/tmp/dbus-socket' inst/bin/tuxclocker-qt
|
||||
DBUS_SYSTEM_BUS_ADDRESS='unix:path=/tmp/tuxclocker-dbus-socket' inst/bin/tuxclocker-qt
|
||||
|
@ -1 +1 @@
|
||||
DBUS_SYSTEM_BUS_ADDRESS=unix:path=/home/jussi/tmp/dbus-socket sudo -E LD_LIBRARY_PATH=inst/lib inst/bin/tuxclockerd
|
||||
DBUS_SYSTEM_BUS_ADDRESS=unix:path=/tmp/tuxclocker-dbus-socket sudo -E LD_LIBRARY_PATH=inst/lib inst/bin/tuxclockerd
|
||||
|
Loading…
Reference in New Issue
Block a user