Artix Linux Forum

Artix Linux => Installation / Migration / Configuration => Topic started by: Schmolzblock on 11 March 2018, 21:31:41

Title: The name org.freedesktop.timedate1 was not provided by any .service files
Post by: Schmolzblock on 11 March 2018, 21:31:41
hi,

i freshly installed my first artix system. after the first start i wanted to change time settings in the gui and got the error

The name org.freedesktop.timedate1 was not provided by any .service files
Title: Re: The name org.freedesktop.timedate1 was not provided by any .service files
Post by: kninja on 13 March 2018, 00:58:41
I am having the same problem.  Interestingly, /etc/localtime is correctly symlinked to the appropriate file in /usr/share/zoneinfo, but the GUI for time and date says no timezone is configured, and trying to set it results in the above error.
Title: Re: The name org.freedesktop.timedate1 was not provided by any .service files
Post by: robin0800 on 13 March 2018, 13:56:10
Use "timeset-gui" in the AUR it is designed to work on openrc.
Title: Re: The name org.freedesktop.timedate1 was not provided by any .service files
Post by: artoo on 01 April 2018, 10:18:24
openrc-settingsd can be installed, it provides dbus interfaces to systemd's localectrl, timedatectl, and hostnamectl.
So clock and timezone settings work in DEs.
Title: Re: The name org.freedesktop.timedate1 was not provided by any .service files
Post by: mrbrklyn on 01 April 2018, 22:05:27
hi,

i freshly installed my first artix system. after the first start i wanted to change time settings in the gui and got the error

The name org.freedesktop.timedate1 was not provided by any .service files

why would that be a service? sigh..
Title: Re: The name org.freedesktop.timedate1 was not provided by any .service files
Post by: artoo on 01 April 2018, 22:17:49
why would that be a service? sigh..

Service is optional, it has dbus activation.
The package provide dbus interfaces as previously already stated.
Arch DEs expect these dbus interfaces, ie systemd, or else the DEs gui throws an error.
Title: Re: The name org.freedesktop.timedate1 was not provided by any .service files
Post by: mullins on 09 March 2019, 09:53:43
Sorry to bump an old thread, but is there a runit solution for this issue? I was going to try timeset-gui but it kept asking for more and more dependencies so I pulled out.

I can set the date/time in the terminal but it doesn't stay correct.

Thanks
Title: Re: The name org.freedesktop.timedate1 was not provided by any .service files
Post by: konimex on 09 March 2019, 14:18:52
Sorry to bump an old thread, but is there a runit solution for this issue? I was going to try timeset-gui but it kept asking for more and more dependencies so I pulled out.

I can set the date/time in the terminal but it doesn't stay correct.

Thanks
Unfortunately, no. openrc-settingsd are locked down to OpenRC, and it seems there are no more alternatives (systembsd seems to be BSD-only). So setting time using GUI is unsupported for now.
You can use NTP services (such as OpenNTPD) to automatically set your time.
Title: Re: The name org.freedesktop.timedate1 was not provided by any .service files
Post by: mullins on 17 March 2019, 02:34:41
Unfortunately, no. openrc-settingsd are locked down to OpenRC, and it seems there are no more alternatives (systembsd seems to be BSD-only). So setting time using GUI is unsupported for now.
You can use NTP services (such as OpenNTPD) to automatically set your time.

Thanks for the information konimex
Title: Re: The name org.freedesktop.timedate1 was not provided by any .service files
Post by: mrbrklyn on 17 March 2019, 16:37:45
Service is optional, it has dbus activation.
The package provide dbus interfaces as previously already stated.
Arch DEs expect these dbus interfaces, ie systemd, or else the DEs gui throws an error.


I got it... that was a critism of the state of linux wrapped in a retorical question :(