News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Can I use my Flikr account for the screensaver?

Started by krys, November 10, 2008, 10:48:22 PM

Previous topic - Next topic

krys

Instead of, or along with the default flikr photos, is it possible to auto download pics from my personal flikr account? My family and my wifes family all share a single flikr account and I would like to have these images auto download like the default LMCE ones. I am not sure if this is possible, if it is where would l change the path at?
Thanks,
Krys

jondecker76

Take a look at /usr/pluto/bin/flickr.pl - should be straight forward

alx9r

I keep my updated system design here:
[url="http://wiki.linuxmce.org/index.php/Alx9r%27s_Sample_Setup"]http://wiki.linuxmce.org/index.php/Alx9r%27s_Sample_Setup[/url]

krys

perfect guys, thanks for the help this is going to be sweeet

krys

I finally got around to trying flickrfetcher out, when I try to install I get this error

doc  files  README  rev  setup-kubuntu  setup-linuxmce  src
linuxmce@dcerouter:~/flickrfetchr$ ./setup-linuxmce
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- commandline/optionparser (LoadError)
        from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
        from ./setup-linuxmce:31
linuxmce@dcerouter:~/flickrfetchr$

does this give any clues as to what I am doing wrong?
I installed ruby and rubygems but I am not sure if I did those correctly.
thanks,
Krys

nosebreaker

I don't think that is a LMCE problem or a problem with the flickr screensaver, it appears to be a generic Ruby error:
http://www.ruby-forum.com/topic/126472

krys

do you think that it has anything to do with the version of ruby or ruby gems that I am running? I just saw on the requirements that you needed these two programs so I installed the latest versions.

krys

Does anyone know of a step by step guide for installing Ruby and or Ruby Gems? I think this is my issues, but I the documentation that I have been able to find so far is fairly vague.
-Krys

royw

Quote from: krys on December 22, 2008, 05:47:55 AM
inuxmce@dcerouter:~/flickrfetchr$ ./setup-linuxmce
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- commandline/optionparser (LoadError)
        from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
        from ./setup-linuxmce:31

This error message is saying that the "commandline" gem is not installed.  Try this:


sudo gem install commandline


HTH,
Roy
My System: [url="http://wiki.linuxmce.org/index.php/User:Royw"]http://wiki.linuxmce.org/index.php/User:Royw[/url]

royw

My System: [url="http://wiki.linuxmce.org/index.php/User:Royw"]http://wiki.linuxmce.org/index.php/User:Royw[/url]

krys

Quote from: royw on December 27, 2008, 09:59:59 AM
BTW, flickrfetchr is now available on github if you want to fork it.

http://github.com/royw/flickrfetchr



What exactly does fork it mean? lol
Also thanks for the response, I have been dying to get this to work.

krys

I tried to install command line and this is what I got

linuxmce@dcerouter:~$ sudo gem install commandline
[sudo] password for linuxmce:
/usr/bin/gem:10:Warning: Gem::manage_gems is deprecated and will be removed on or after March 2009.
/usr/bin/gem:23: uninitialized constant Gem::GemRunner (NameError)
linuxmce@dcerouter:~$


Zaerc

I was wondering, could this be used as a drop in replacement for the old flickr.pl script without having to register and all?  The flickr.pl script is currently b0rked under 0810 alpha1, and this sounds like a nice alternative with more/better features.  But I just don't think everyone would appreciate the hassle of having to register.
"Change is inevitable. Progress is optional."
-- Anonymous

[url=http://petition.stopsoftwarepatents.eu/181001941347/][/url]

royw

It's been awhile, but IIRC only a few groups are available unauthenticated.  I'll see what can be done.

Currently fighting the stupid kubuntu package manager (I really, really prefer gentoo's portage).  gem is up to v1.3.1, but apparently all kubuntu knows about is v1.1.1.  Or at least I haven't found the obscure magical combination for it to find the latest and greatest.

My System: [url="http://wiki.linuxmce.org/index.php/User:Royw"]http://wiki.linuxmce.org/index.php/User:Royw[/url]

Zaerc

Quote from: royw on December 27, 2008, 11:14:17 PM
It's been awhile, but IIRC only a few groups are available unauthenticated.  I'll see what can be done.

Currently fighting the stupid kubuntu package manager (I really, really prefer gentoo's portage).  gem is up to v1.3.1, but apparently all kubuntu knows about is v1.1.1.  Or at least I haven't found the obscure magical combination for it to find the latest and greatest.

Wouldn't it be possible to set the defaults to whatever the flickr.pl was grabbing? (you'll have to forgive my ignorance, I never looked into it either way).

I'm having trouble even making out the version of the gem package in ubuntu, do you think a higher version needed then is included in Intrepid? 

"Change is inevitable. Progress is optional."
-- Anonymous

[url=http://petition.stopsoftwarepatents.eu/181001941347/][/url]