Package Details: wallch 4.15-4

Git Clone URL: https://aur.archlinux.org/wallch.git (read-only, click to copy)
Package Base: wallch
Description: A powerful general purpose wallpaper changer.
Upstream URL: https://melloristudio.com/wallch/
Keywords: Desktop Melloristudio Wallch Wallpaper
Licenses: GPL3
Provides: wallch
Submitter: juanmah
Maintainer: vwugd97
Last Packager: vwugd97
Votes: 16
Popularity: 0.000000
First Submitted: 2012-04-27 15:39 (UTC)
Last Updated: 2016-04-01 18:28 (UTC)

Latest Comments

1 2 3 Next › Last »

Teraslilja commented on 2022-12-22 10:44 (UTC) (edited on 2022-12-22 10:46 (UTC) by Teraslilja)

There is missing support for Gnome's dark mode. This change adds some level support for it.


$ diff wallch-4.15/src/wallpapermanager.cpp wallch-4.15-mod/src/wallpapermanager.cpp 
270c270,272
<         currentImage=Global::gsettingsGet("org.gnome.desktop.background", "picture-uri");
---
>         const QString mode=Global::gsettingsGet("org.gnome.desktop.interface", "color-scheme");
>         currentImage=Global::gsettingsGet("org.gnome.desktop.background",
>                                           (mode=="prefer-dark") ? "picture-uri-dark" : "picture-uri");
358a361
>         Global::gsettingsSet("org.gnome.desktop.background", "picture-uri-dark", "file://"+image);

The same patch is also posted to https://github.com/msmania/wallch/ (which seems to be a bit updated version of 4.15) as issue #3

Kostaskol commented on 2017-11-16 17:35 (UTC)

---- Installing the needed packages ---- ./install: line 49: apt-get: command not found ERROR: installing build dependencies failed Please report this at wallch.developers@gmail.com. Somebody will ACTUALLY have a look :) ==> ERROR: A failure occurred in package(). Aborting... ==> ERROR: Makepkg was unable to build . I suppose that the package is not currently being maintained. If so, please remove it from the AUR, otherwise, please update it. Thank you

Manigoldo7280 commented on 2016-12-13 12:31 (UTC)

When I start it, wallch crash. I'm on deepin desktop. What can i do to resolve it ?

realcnbs commented on 2016-12-04 16:09 (UTC)

Build failing: /usr/bin/ld: warning: libicui18n.so.57, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libdee-1.0.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libicuuc.so.57, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libdee-1.0.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libicudata.so.57, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libdee-1.0.so, not found (try using -rpath or -rpath-link) /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libdee-1.0.so: undefined reference to `utrans_close_57' /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libdee-1.0.so: undefined reference to `u_strFromUTF8Lenient_57' /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libdee-1.0.so: undefined reference to `u_errorName_57' /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libdee-1.0.so: undefined reference to `utrans_openU_57' /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libdee-1.0.so: undefined reference to `utrans_transUChars_57' collect2: error: ld returned 1 exit status make: *** [Makefile:333: wallch] Error 1

vwugd97 commented on 2016-04-12 19:46 (UTC)

If you get a white/black background image in Gnome after the latest update try to switch off desktop icons. (Src: https://askubuntu.com/questions/287571/desktop-shows-a-white-or-black-background-instead-of-wallpapers)

vwugd97 commented on 2016-04-01 18:07 (UTC)

Hei, I will adopt this package for now.

lopsided98 commented on 2016-03-28 14:24 (UTC)

I don't have much use for this anymore, so I'm disowning this package. If anyone wants to take it over, feel free.

synonym24 commented on 2014-10-05 18:28 (UTC)

4.15 installed fine, thx for the update!

lopsided98 commented on 2014-10-03 03:36 (UTC)

I updated this package to 4.15. Let me know if anyone has problems using it.

juanmah commented on 2014-10-03 03:25 (UTC)

Please lopsided98, feel free to adopt package and upload new version. Thanks