- Mar 13, 2023
-
-
Luca Weiss authored
Read the values from machine-info file and expose them on D-Bus.
-
Luca Weiss authored
With meson now available there's no need to keep this around. Remove it.
-
- Dec 19, 2022
-
-
Luca Weiss authored
-
Luca Weiss authored
-
Luca Weiss authored
The runscript shebang is deprecated, so use openrc-run instead.
-
Luca Weiss authored
The /etc/dbus-1/system.d/ path is deprecated for a while for system-installed packages and /usr/share/dbus-1/system.d/ should be used now.
-
Luca Weiss authored
-
Luca Weiss authored
The autotools build system uses "-include ./config.h" which makes the macros defined in config.h available already without including config.h directly. But for meson build system this isn't the case so we need to move config.h before any #if that we have below.
-
Luca Weiss authored
Remove unused label and remove double assignment of entry variable.
-
- Feb 17, 2021
-
-
Luca Weiss authored
- Feb 15, 2021
-
-
Luca Weiss authored
-
- Oct 29, 2020
-
-
Luca Weiss authored
We check in guess_icon_name for the configured chassis so we must set the chassis value first.
-
Luca Weiss authored
Convert the existing guess_icon_name method to guess the chassis value and build the icon name based on that.
-
Luca Weiss authored
-
Luca Weiss authored
-
Luca Weiss authored
-
Luca Weiss authored
Previously if the existing file didn't end with a newline then two shell entries would be written without any separator to the file leading to a broken file.
-
- Oct 28, 2020
-
-
Luca Weiss authored
-
Luca Weiss authored
-
Luca Weiss authored
-
Luca Weiss authored
-
Rasmus Thomsen authored
Otherwise the timezone couldn't be read correctly by users other than root
-
Rasmus Thomsen authored
Previously we always tried to write the contents of the file in /usr/share/zoneinfo to /etc/localtime, but that doesn't work if it doesn't exist or if /etc/localtime is a symlink. As such, we should just make it a symlink if it doesn't exist or already is one.
-
- May 03, 2020
-
-
Luca Weiss authored
-
Luca Weiss authored
-
Luca Weiss authored
-
Luca Weiss authored
Additionally the AC_SUBST call isn't needed since Autotools v0.24
-
Luca Weiss authored
-
- Sep 09, 2012
-
-
Alexandre Rostovtsev authored
-
- Sep 08, 2012
-
-
Alexandre Rostovtsev authored
- Sep 07, 2012
-
-
Alexandre Rostovtsev authored
-
Alexandre Rostovtsev authored
-
Alexandre Rostovtsev authored
-
Alexandre Rostovtsev authored
-
Alexandre Rostovtsev authored
The "mv" resulted in a race condition. To avoid it, before running gdbus codegen, switch to the directory where we want its output files to go.
-
Alexandre Rostovtsev authored
-
Alexandre Rostovtsev authored
The ability to set openrc-settingsd's rc status is useful mainly for dbus activation, so a dbus-activated process can be easily stopped via "/etc/init.d/openrc-settingsd stop".
-