You are not logged in.

#1 2005-10-16 22:20:51

cliff99
Member
From: Sydney
Registered: 2005-10-03
Posts: 50

Webilder 'Webshots'

This is a program to use and access Webshots where I among many store and display photos online and can find same.

I have tried compiling myself but just not working.

http://freshmeat.net/projects/webilder/ … _id=201571

thankyou in advance,
Cliff

Offline

#2 2005-10-17 01:39:48

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Webilder 'Webshots'

What errors were you getting?

Offline

#3 2007-01-31 09:38:02

cybe100777
Member
From: Finland
Registered: 2007-01-15
Posts: 20
Website

Re: Webilder 'Webshots'

bump.

Edit: found a PKGBUILD on the site http://www.webilder.org/static/download … r/PKGBUILD smile
I keep getting positively surprised to see more and more Archlinux PKGBUILDS on sites.

Last edited by cybe100777 (2007-01-31 10:02:00)

Offline

#4 2007-01-31 12:52:14

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Webilder 'Webshots'

I expect that's the same one that's in the AUR already:

http://aur.archlinux.org/packages.php?d … =1&ID=3708

Orphaned at the moment - maybe you'd like to maintain it?

Offline

#5 2007-02-12 07:12:26

thesamet
Member
Registered: 2006-03-18
Posts: 4

Re: Webilder 'Webshots'

Hi,

I'm the developer of Webilder and happen to be Arch user myself. I prepare PKGBUILDs anyway, so I can maintain it.
How do I get the permission?

Offline

#6 2007-02-12 18:07:17

paul2lv
Member
From: Vegas
Registered: 2005-11-09
Posts: 116

Re: Webilder 'Webshots'

thesamet wrote:

Hi,

I'm the developer of Webilder and happen to be Arch user myself. I prepare PKGBUILDs anyway, so I can maintain it.
How do I get the permission?

Well, since it is an orphaned package, it is quite easy. Just sign into the AUR, search for "webilder", and click the "Adopt Package" button.

Offline

#7 2007-07-23 06:09:44

bsdson.tw
Member
From: Taiwan
Registered: 2005-05-06
Posts: 161

Re: Webilder 'Webshots'

Hi, I tried to update the PKGBUILD for the latest version, but failed with the following messages:

[bsdson@henrylee webilder]$ makepkg
==> Entering fakeroot environment
==> Making package: Webilder 0.6.2-1 (一  7月 23 12:52:09 CST 2007)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
   -> Found Webilder-0.6.2.tar.gz in build dir
==> Validating source files with md5sums
    Webilder-0.6.2.tar.gz ... Passed
==> Extracting Sources...
   -> tar -xf Webilder-0.6.2.tar.gz
==> Starting build()...
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/webilder
copying src/base_applet.py -> build/lib/webilder
<skip>
changing mode of build/scripts-2.5/wbz_handler from 644 to 755
running build_server
running build_globals
running install_lib
creating /usr/lib/python2.5/site-packages/webilder
error: could not create '/usr/lib/python2.5/site-packages/webilder': Permission denied
==> ERROR: Build Failed.  Aborting...

and here is my PKGBUILD

pkgname=Webilder
pkgver=0.6.2
pkgrel=1
pkgdesc="Webilder delivers stunning wallpapers to your Linux desktop, directly from Flickr and Webshots. You choose what keywords (tags) to watch for, and photos are automatically downloaded to your computer. Webilder can also change the wallpaper every few minutes."
arch=(i686 x86_64)
license=('GPL')
url="http://www.webilder.org/"
depends=('python>=2.4' 'pil>=1.1.5' 'gtk2>=2.6' 'pygtk>=2.6' 'gnome-python' 'gnome-python-extras')
source=(http://www.webilder.org/static/downloads/$pkgname-$pkgver.tar.gz)
md5sums=('fd97825ae06c2c322eeebf5e240ce155')

build() {
  cd $startdir/src/$pkgname-$pkgver
  python setup.py install
}

I have never made a PKGBUILD before, so... anyone would like to give me some hints?
BR,
bsdson.tw

Offline

#8 2007-07-23 06:23:30

thesamet
Member
Registered: 2006-03-18
Posts: 4

Re: Webilder 'Webshots'

I've updated the PKGBUILDs in the download page:
http://www.webilder.org/download.html

Offline

#9 2007-07-23 10:48:44

bsdson.tw
Member
From: Taiwan
Registered: 2005-05-06
Posts: 161

Re: Webilder 'Webshots'

Thank you very much!
Would you like to update the PKGBUILD in AUR?

Offline

#10 2007-07-23 11:09:47

bsdson.tw
Member
From: Taiwan
Registered: 2005-05-06
Posts: 161

Re: Webilder 'Webshots'

Oh!
Could you please tell me how to set it up to automatically change my wallpaper, if I am using XFCE4?

I guess it would look like...

ln -s <the newly downloaded wallpaper> wallpaper.tmp
xfdesktop --reload

(if the XFCE4 wallpaper is configured to "wallpaper.tmp")

Offline

#11 2007-10-03 16:52:56

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,899
Website

Re: Webilder 'Webshots'

not sure how to start daemon to get background to change?


Mr Green

Offline

#12 2008-07-16 09:35:35

bsdson.tw
Member
From: Taiwan
Registered: 2005-05-06
Posts: 161

Re: Webilder 'Webshots'

okay.
after almost 1 year later, I have come to the answer for xfce to work with webilder finally. tongue

you should first install the following packages:
a. webilder-applet
b. xfce4-xfapplet-plugin
c. realpath

and then:
1. "Add New Item" on xfce's panel, select "XfApplet"
2. now XfApplet will ask you to choose an applet. choose "Webilder Desktop Applet"
3. now the icon should change to a camera, right click on it and setup its "Preferences"
4. after that, right click on it again and select "Download Photos"

    make sure everything goes fine. you may try to "Browse Collection"

5. create a symbolic link to one of those downloaded photos, and setup your wallpaper to this symbolic link.
6. now, create a shell script with execute permission as follows:

#!/bin/sh

LINK="change this to the absolute path to the symbolic link you just created to the photo"

current=$(realpath $LINK)
dir=$(dirname $current)

next=$(ls $dir/*.jpg | grep -A 1 $current | tail -n 1)
if [ "$next" = "$current" ]; then
    next=$(ls $dir/*.jpg | head -n 1)
fi

/bin/rm $LINK
ln -s $next $LINK

# refresh
xfdesktop -reload

7. execute the above script, you should see the wallpaper changes

8. the last step, change "Wallpaper Settings" to "Set a wallpaper by running" in "Advanced" in "Webilder Preferences", and input the absolute path to the script into the text field

9. now you can select "Next Photo" in Webilder's context menu, and see the wallpaper changes

Note that, I can NOT correctly setup Webilder's preferences by its UI, so I edit it directly.
(it's in ~/.webilder/webilder.conf)

Last edited by bsdson.tw (2008-07-16 09:41:14)

Offline

Board footer

Powered by FluxBB