0bCdian / Waypaper-Engine

A wallpaper setter with playlist functionality!
GNU General Public License v3.0
165 stars 0 forks source link

Unable to select display in sway #20

Closed aarRJaay closed 2 months ago

aarRJaay commented 2 months ago

The 'select display' button doesn't give a box to select my display - running waypaper-engine info produces

{ "action": "error", "error": { "error": {} } }

I'm able to manually select a wallpaper and display it - however, I'd really like to create a playlist and show randomly changing wallpaper please.

Thank you

RJ

0bCdian commented 2 months ago

do you have wlr-randr installed in your system? Looks like that may be the culprit if you're running the binary alone. Upon further checking the issue was on my part in the aur packages, for not specifying the wlr-randr package as a dependency (I used to package the binary directly but since some versions back im using the system defaults, and forgot to add the dependency in the aur package). I will update those shortly but in the meantime, install wlr-randr and it should fix your issue. Sorry for the inconveniences!

aarRJaay commented 2 months ago

Thank you - that worked perfectly!!! I LOVE that I don't have to write a shell script to get my wallpapers - this is EXACTLY the application I've been looking for.

----------------------------"No trees were killed to send this message, but a large number of electrons were terribly inconvenienced." - Neil deGrasse Tyson

On Monday, May 27th, 2024 at 00:26, Diego Parra @.***> wrote:

do you have wlr-randr installed in your system? Looks like that may be the culprit if you're running the binary alone. Upon further checking the issue was on my part in the aur packages, for not specifying the wlr-randr package as a dependency (I used to package the binary directly but since some versions back im using the system defaults, and forgot to add the dependency in the aur package). I will update those shortly but in the meantime, install wlr-randr and it should fix your issue. Sorry for the inconveniences!

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

0bCdian commented 2 months ago

I already fixed the aur packages, so I will be closing this issue. I'm glad you liked it! Any other feedback would be appreciated, feel free to open an issue if you need anything else!