Search Criteria
Package Details: bing-wallpaper-git r60-1
Git Clone URL: | https://aur.archlinux.org/bing-wallpaper-git.git (read-only, click to copy) |
---|---|
Package Base: | bing-wallpaper-git |
Description: | Bing Wallpaper of the Day as your Linux Desktop's wallpaper |
Upstream URL: | https://github.com/marguerite/linux-bing-wallpaper |
Keywords: | bing wallpaper |
Licenses: | |
Submitter: | timxx |
Maintainer: | timxx |
Last Packager: | timxx |
Votes: | 7 |
Popularity: | 0.000002 |
First Submitted: | 2015-10-02 10:08 |
Last Updated: | 2018-06-22 15:25 |
Dependencies (6)
- git (git-git) (make)
- go (go-tip, go-git, go-go2go-git, gcc-go-git, gcc-go) (make)
- gettext (gettext-git) (optional) – for kde4 support
- pcmanfm-qt (pcmanfm-qt-git) (optional) – for lxqt support
- xdotool (xdotool-git) (optional) – for kde4 support
- xfconf (xfconf-git, xfconf-gtk2, xfconf-devel) (optional) – for xfce4 support
Latest Comments
ftheile commented on 2020-05-09 08:37
Hi @timxx,
thank you for this nice package! I got an error, is there a dependency on
feh
missing?sackone17 commented on 2018-10-24 18:19
Hi! How can I do for install it on Deepin Desktop? It's impossible for me. Thanks you very much for your help!
NicoHood commented on 2016-08-06 09:18
Hey,
I've got a few notes concerning your PKGBUILD:
* I'd always use sha512sums, even if the local files are downloaded with the PKGBUILD.
* You are using install for the directories, but not for the files. You can combine this in a single call with proper permissions
* I've always seen PKGBUILDS with ${variables} instead of just $variables. Thats just saver I think.
* I am not sure if the autostart script is needed. But if so, You do not need to cd into the directory where the script is, if i am not totally wrong. And also you should test the connection to microsoft/bing, as it will download from there. If bing is inreachable but google not, this doesnt help. So that all I'd test. And on top of that I suggest to add those scripts to the upstream and not to this PKGBUILD. Open a PR and see if the developer is willing to merge your ideas.
Thank you for taking the time :)
harsha5500 commented on 2016-03-24 06:45
Thank you. This is a nice addition to my laptop.
timxx commented on 2016-02-28 04:03
@serban300
Done! Thanks.
serban300 commented on 2016-02-27 22:19
Hello ! Could you add bc as a dependency for the package please ? It seems to be required
timxx commented on 2015-12-02 12:24
@Colibris, I changed the network availability check no more than 3 times. :)
Colibris commented on 2015-12-01 10:55
Hello,
This package makes a process that continuously downloads 700 KiB/s.
This may be a problem when someone is on their cellular data, which may happen in the train or, in my case, when I use my phone instead of my university wifi because of bad reception or when I'm unable to use my VPN.
I think you should change it for a regular check every 23 minutes, for example.
I'll upvote your package when you'll have solved this problem.