wallpaper.rs icon indicating copy to clipboard operation
wallpaper.rs copied to clipboard

publish v4.0.0 to crates.io

Open s-aditya-k opened this issue 1 year ago • 7 comments

Currently for gnome dark mode, I am having to point to this git repository - it would be pretty helpful if you pushed 4.0.0 to crates.io :)

s-aditya-k avatar Oct 16 '23 17:10 s-aditya-k

@reujab Kind request for this also :)

jjant avatar Dec 10 '23 00:12 jjant

@reujab +1

Septias avatar Jan 18 '24 14:01 Septias

v4.0.0 is broken, if complied for windows and macos. So publishing is currently not possible.

I have a fork of this crates at version 4.0.0 with fix applied and removed from_url feature publish on crates.io: more-wallpapers-fallback But it is only intended for internal use at the more-wallpapers crate.

LuckyTurtleDev avatar Feb 16 '24 14:02 LuckyTurtleDev

So more-wallpapers is the more advanced version of wallpapers? Might as well switch to it then :joy:

Septias avatar Feb 17 '24 09:02 Septias

So more-wallpapers is the more advanced version of wallpapers? Might as well switch to it then 😂

Basically yes. It does additional support getting the current mode and setting wallpapers per screen.

However it does not downloading downloading images from the internet, since I think this is not the task of a wallpaper setting lib.

LuckyTurtleDev avatar Feb 17 '24 12:02 LuckyTurtleDev

just implement it yourself for dark

gsettings set org.gnome.desktop.background picture-uri-dark /path/image.jpg

You can create a function to check the graphical environment, if it is Unity, Gnome or Cinnamon, use gsettings

piratedsoftware avatar Mar 27 '24 01:03 piratedsoftware

There is a fork that has this fix on wallpaper = {git="https://github.com/reujab/wallpaper.rs.git", rev="20270387cb6533364830d18e8f69bb5b5f01ad43" } I suppose. At least that is wat I depend on.

Septias avatar Mar 27 '24 09:03 Septias