milgra / sov

An overlay that shows schemas for all workspaces to make navigation in sway easier.
GNU General Public License v3.0
325 stars 14 forks source link

EndeavourOS - New install of SOV fails to start systemd sov.service #29

Closed carranzamarioagustin closed 1 year ago

carranzamarioagustin commented 2 years ago

New install of SOV fails to start systemd sov.service

System

Linux distribution: EndeavourOS

Behaviour

When attempting to start sov.service with systemd, the following message appears in journalctl:

[marioagustincarranza@sway ~]$ systemctl status --user sov.service 
× sov.service - An overlay that shows schemas for all workspaces to make navigation in sway easier
     Loaded: loaded (/home/marioagustincarranza/.local/share/systemd/user/sov.service; disabled; preset: enabled)
     Active: failed (Result: start-limit-hit) since Sat 2022-10-22 11:19:22 CEST; 1s ago
   Duration: 8ms
TriggeredBy: × sov.socket
    Process: 5867 ExecStart=/usr/bin/sov (code=exited, status=0/SUCCESS)
   Main PID: 5867 (code=exited, status=0/SUCCESS)
        CPU: 8ms

Okt 22 11:19:22 sway systemd[907]: Started An overlay that shows schemas for all workspaces to make navigation in sway easier.
Okt 22 11:19:22 sway systemd[907]: sov.service: Start request repeated too quickly.
Okt 22 11:19:22 sway systemd[907]: sov.service: Failed with result 'start-limit-hit'.
Okt 22 11:19:22 sway systemd[907]: Failed to start An overlay that shows schemas for all workspaces to make navigation in sway easier.

I am currently attempting to know if its an issue made by me, or if something needs to be modified

milgra commented 2 years ago

Hi, try settings c_std=c99 to c_std=gnu99 in meson build, maybe that helps. I will look into the issue.