Nitrux / maui-shell

Maui Shell is a convergent shell for desktops, tablets, and phones.
GNU Lesser General Public License v3.0
1.49k stars 50 forks source link

Maui Shell fails to start session due to org.freedesktop.locale1 not found; startcask-wayland requires systemd #39

Closed UriHerrera closed 1 year ago

UriHerrera commented 2 years ago

Describe the bug The session login process startcask-wayland fails to initialize on login due to the following error:

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

To Reproduce Steps to reproduce the behavior:

  1. Download this ISO
  2. Boot Live ISO
  3. Cask fails to start
  4. Switch to TTY to start manually
  5. startcask-wayland fails to start due to org.freedesktop.locale1.service not being available.

Expected behavior Cask session starts.

Screenshots VirtualBox_Nitrux_22_06_2022_21_52_31

Additional context After a quick search of what provides org.freedesktop.locale1 I found that org.freedesktop.locale1.service is part of systemd. This is a huge problem if Maui Shell is intended to be used in a distribution without systemd.