Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complain about oguri and swaybg on Gnome 46 #108

Open
dbasinge opened this issue May 18, 2024 · 3 comments
Open

Complain about oguri and swaybg on Gnome 46 #108

dbasinge opened this issue May 18, 2024 · 3 comments

Comments

@dbasinge
Copy link

Getting the following error on Fedora 40 with Gnome 46, never had Sway installed.

[*] 'oguri' daemon is not running. You must start the daemon first.
[!] Kill 'swaybg' in sway session if the wallpaper is not getting applied.
@GimmeTheSallami
Copy link

GimmeTheSallami commented May 29, 2024

I tried adding sudo behind it, it worked but now its just giving me perm. errors

[*] Using style : moon ./test.sh: line 193: /home/user/dynamic-wallpaper/images/moon/13.jpg: Permission denied

edit -
even after giving perm to the whole thing it now give me this:
./test.sh: line 193: /home/user/dynamic-wallpaper/images/moon/13.jpg: cannot execute binary file: Exec format error

also here are diffrent ones (dont know tf is wrong with the firewatch ):
user@Niga-Stol-Mai-Bik:~$ sudo dwall -s aurora [*] Using style : aurora /usr/bin/dwall: line 193: /usr/share/dynamic-wallpaper/images/aurora/13.jpg: cannot execute binary file: Exec format error user@Niga-Stol-Mai-Bik:~$ sudo dwall -s cliffs [*] Using style : cliffs /usr/bin/dwall: line 193: /usr/share/dynamic-wallpaper/images/cliffs/13.jpg: cannot execute binary file: Exec format error user@Nigga-Stol-Mai-Bik:~$ sudo dwall -s beach [*] Using style : beach /usr/bin/dwall: line 193: /usr/share/dynamic-wallpaper/images/beach/13.jpg: cannot execute binary file: Exec format error user@Niga-Stol-Mai-Bik:~$ sudo dwall -s firewatch [*] Using style : firewatch /usr/share/dynamic-wallpaper/images/firewatch/13.png: line 1: $'\211PNG\r': command not found /usr/share/dynamic-wallpaper/images/firewatch/13.png: line 2: $'\032': command not found /usr/share/dynamic-wallpaper/images/firewatch/13.png: line 3: $'\rIHDR': command not found /usr/share/dynamic-wallpaper/images/firewatch/13.png: line 4: syntax error near unexpected token ) /usr/share/dynamic-wallpaper/images/firewatch/13.png: line 4: b�� IDATx���亲�����������1
�1�
���-�T�z�����h]�1��֏���:�DqaR�}��!�
�3���ē��)�Y��:yv-���߄�2���JWn���B��zZ��W/J2��T��X)����2#��?V�Y{Uu�H�.A�!�)Q���Y';�IQd������7�h;}$e���r����a�_,��
�T3=q �<
{5���\̈́=�,֦ȃ�M4��XfWZC��5���V������/֟���͌)�l휷1��&I35����$ȃ�>�<�=��R��s)��0���x�z+��J���6�����K��m����[�d�j�������,w�/r�}_����'�k�Ϯ��9->�e��)�a{R#�Oy��:0,�e㉷� ��Cy��a�B�
�'
samgo@Niga-Stol-Mai-Bik:~$
`

@dukercs
Copy link

dukercs commented Jun 3, 2024

I tried adding sudo behind it, it worked but now its just giving me perm. errors

[*] Using style : moon ./test.sh: line 193: /home/user/dynamic-wallpaper/images/moon/13.jpg: Permission denied

edit - even after giving perm to the whole thing it now give me this: ./test.sh: line 193: /home/user/dynamic-wallpaper/images/moon/13.jpg: cannot execute binary file: Exec format error

also here are diffrent ones (dont know tf is wrong with the firewatch ): user@Niga-Stol-Mai-Bik:~$ sudo dwall -s aurora [*] Using style : aurora /usr/bin/dwall: line 193: /usr/share/dynamic-wallpaper/images/aurora/13.jpg: cannot execute binary file: Exec format error user@Niga-Stol-Mai-Bik:~$ sudo dwall -s cliffs [*] Using style : cliffs /usr/bin/dwall: line 193: /usr/share/dynamic-wallpaper/images/cliffs/13.jpg: cannot execute binary file: Exec format error user@Nigga-Stol-Mai-Bik:~$ sudo dwall -s beach [*] Using style : beach /usr/bin/dwall: line 193: /usr/share/dynamic-wallpaper/images/beach/13.jpg: cannot execute binary file: Exec format error user@Niga-Stol-Mai-Bik:~$ sudo dwall -s firewatch [*] Using style : firewatch /usr/share/dynamic-wallpaper/images/firewatch/13.png: line 1: $'\211PNG\r': command not found /usr/share/dynamic-wallpaper/images/firewatch/13.png: line 2: $'\032': command not found /usr/share/dynamic-wallpaper/images/firewatch/13.png: line 3: $'\rIHDR': command not found /usr/share/dynamic-wallpaper/images/firewatch/13.png: line 4: syntax error near unexpected token ) /usr/share/dynamic-wallpaper/images/firewatch/13.png: line 4: b�� IDATx���亲�����������1 �1� ���-�T�z�����h]�1��֏���:�DqaR�}��!��3���ē��)�Y��:yv-���߄�2���JWn���B��zZ��W/J2��T��X)����2#��?V�Y{Uu�H�.A�!�)Q���Y';�IQd������7�h;}$e���r����a�_,�� �T3=q �<{5���\̈́=�,֦ȃ�M4��XfWZC��5���V������/֟���͌)�l휷1��&I35����$ȃ�>�<�=��R��s)��0���x�z+��J���6�����K��m����[�d�j�������,w�/r�}_����'�k�Ϯ��9->�e��)�a{R#�Oy��:0,�e㉷� ��Cy��a�B� �' samgo@Niga-Stol-Mai-Bik:~$ `

It's missing the SETTER variable, for some reason the main script doesn't loaded the variable $XDG_SESSION_TYPE and without it there's no SETTER var used inside the main script, so I've added XDG_SESSION_TYPE=x11 to my crontab line and it worked very well.

@Kourai
Copy link

Kourai commented Jun 18, 2024

Same problem here, but XDG_SESSION_TYPE=wayland

no wallpaper change at all, whether i use dwall -s aurora or the cron, I always get the 'oguri' error...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants