Page 5 of 5

Re: Easy to use random wallpaper changer

Posted: Thu 17 Jan 2013, 19:41
by SFR
(I tried directing it to ~/my-pictures but that did not take, so, placed *my-pictures* in /usr/share)
Does that folder contains not only pictures or lots of them?
If so, it takes some time for qiv to scan them all...
Now, how do I make one picture slowly fade down and the next picture slowly fade up?
Unfortunately it seems that qiv doesn't have such a feature...
There is also pqiv, but:
-F Make "pqiv" fade between images. Currently this does only work for images of equal size.
(Besides, the fading isn't "slow" at all :wink: )
But if your collection contains pics, which have the same size, you can try it - just download and extract the .deb (i386) package from the above link, copy pqiv binary to SlideSaver directory and replace appropriate line in the script with, eg.:

Code: Select all

"$APPDIR/pqiv" -ifFsSnnt -d $INTERVAL "$PICDIR" & QIV_PID=$!
Anyway, you can always do a search for an image viewer with features you're looking for and if you succeed, just modify that single line appropriately, according to 'found_image_viewer --help' printout.
(in case of doubt, just let know in this thread).

Greetings!

Easy to use random wallpaper changer

Posted: Thu 17 Jan 2013, 21:51
by Sky Aisling
Does that folder contains not only pictures or lots of them?
No, nine test pictures, mixed .jpg and .png of various sizes.
Anyway, you can always do a search for an image viewer with features you're looking for and if you succeed, just modify that single line appropriately, according to 'found_image_viewer --help' printout.


Where/how to I search for an *image viewer*? Through Google? What keywords to use? Am I looking for an image viewer written in a specific language?

Thank you SFR.

I am determined to find a slideshow screensaver that functions similar to the GLslideshow feature in GNOME's Xscreensaver.
I don't care if the pictures *scale* to the screen size.
I don't care if they *enter* stage right or left.
This bit of coding you've sent would be perfect if I can just make it slowly fade from random pic to random pic.

Re: Easy to use random wallpaper changer

Posted: Thu 17 Jan 2013, 23:49
by SFR
Where/how to I search for an *image viewer*? Through Google? What keywords to use? Am I looking for an image viewer written in a specific language?
Here's the first result of "best way to search" query:
http://www.wisegeek.com/what-is-the-bes ... ternet.htm

Use keywords like: linux, slideshow, fullscreen, viewer, fade, transitions, list of image viewers for linux, etc. Whatever comes to your mind.
Also check your PPM and this forum.

Doesn't matter in which language really - what matters is if it will work for you well, and it has to be "launchable" from command line (to be able to call it from script and use its internal options).

BTW, see if this one meets your needs:
http://www.murga-linux.com/puppy/viewtopic.php?t=23045
I gave it a shot, but the fade effect fails from time to time.

Greetings!

Posted: Tue 13 Jan 2015, 18:46
by ASRI éducation
SFR wrote:RWC-1.7.pet
Description Removed "Online" mode, added gettext, refreshed the code
I just found and test your application.
As usual, it's excellent!

I took the opportunity to create a French translation.

Note: for the translation, I added three gettext tags missing. (<label> in lines 190 to 204).

Code: Select all

        <radiobutton>
          <variable>varSEC</variable>
          <label>'$(gettext "Seconds")'</label>
          <default>'${SEC}'</default>
        </radiobutton>
        <radiobutton>
          <variable>varMIN</variable>
          <label>'$(gettext "Minutes")'</label>
          <default>'${MIN}'</default>
        </radiobutton>
        <radiobutton>
          <variable>varHRS</variable>
          <label>'$(gettext "Hours")'</label>
          <default>'${HRS}'</default>
        </radiobutton>
Regards,

Posted: Tue 13 Jan 2015, 21:46
by SFR
Thank you ASRI.
I corrected and reuploaded the pet (v1.7.1).
Your translation has been included.

Thanks again &
Greetings!

Posted: Thu 15 Jan 2015, 16:21
by musher0
Hello, SFR.

I heard through the grapevine that a README_fr was needed for the RWC?
So here you go ! :)
Note concernant XFCE

Avant de lancer RWC pour la 1ère fois, s.v.p. aller à "Paramètres du
bureau", choisir n'importe quel fond d'écran et définir un type
d'affichage autre que "Auto". À moins que vous ne l'ayez déjà fait...
__________________________________________________________________________

Note concernant ROX + Wbar-2.3.x

S.v.p. ne pas utiliser Wbar-2.3.x avec le style "Paver" dans
l'environnement ROX, car Wbar ne sera pas rafraîchi correctement.
Par contre, l'utilisation de Wbar-2.2.2 ne pose aucun problème.
__________________________________________________________________________
I suppose it's not too late in the year to wish you a Happy and Successful 2015 ?! :)

BFN.

musher0

~~~~~~~~~~
P.S. Also, I think I saw a typo in the first line of the English: "dekstop" instead of "desktop", or something like that.

Posted: Thu 15 Jan 2015, 18:23
by SFR
Thank you Musher0.
Yeah, I implemented the possibility to have multilanguage readmes between 1.7 and 1.7.1...and forgot to mention about it. :roll:
Typo corrected as well.
v1.7.2

All the best in new year for you, too. :)

Greetings!

Posted: Sat 17 Jan 2015, 20:49
by musher0
My pleasure!

Posted: Sun 18 Jan 2015, 15:27
by ASRI éducation
SFR wrote:v1.7.2
Hello SFR,
A Francophone user suggested interesting changes.
Médor wrote:Il serait intéressant d'avoir directement un bouton Info intégré dans l'interface pour afficher le fichier README_"$LANG" ainsi que la traduction de Ramdom Wallpaper Changer en sous-titre (comme dans TAS).
So I would like to submit you a version 1.7.3

Code: Select all

# 20150118 v1.7.3 by ASRI # add button help # add APP* variables # add SUBTITLE in main GUI
Regards,

Posted: Mon 19 Jan 2015, 10:50
by SFR
Thanks for the improvements, ASRI. :)

Greetings!

Posted: Tue 20 Jan 2015, 00:40
by ASRI éducation
SFR wrote:Thanks for the improvements, ASRI.
:wink:

Posted: Mon 16 Feb 2015, 15:33
by Robin2
I have Tahrpup 6

I have downloaded RWC-1.7.3 and it changes the wallpaper just as I expect.

However when the screensaver timesout I still get the black screen. I thought RWC would kick in at that point.

Maybe I have misunderstood what it is supposed to do.

...R

Posted: Mon 16 Feb 2015, 16:57
by SFR
Hey Robin

RWC has nothing to do with screensaver/DPMS - it does control only desktop background.
Screen blanking is managed via Menu -> Desktop -> PupX -> Screensaver.

Btw, if you're intrested in a fullscreen random slideshow, which gets triggered after certain time of user's inactivity, check out SlideSaver.tar.gz on the previous page.
But in this case you also need to disable screen blanking on your own.

Greetings!

Posted: Mon 16 Feb 2015, 18:08
by Robin2
SFR wrote: Btw, if you're intrested in a fullscreen random slideshow, which gets triggered after certain time of user's inactivity, check out SlideSaver.tar.gz
Thanks. I'll have a look at that.

I had got the impression that RWC was a more recent version of SlideSaver - probably because I came on things in the wrong order - via Google.

...R

Re: Random Wallpaper Changer

Posted: Thu 02 Feb 2017, 23:16
by fausto_ramos
SFR wrote:Ok, I knew it was going to end up like that; I just couldn't resist to "GtkDialog'ize" it.

I tried to make this app as "foolproof" as possible, and hope it will work well for others too.

Works in latest Lupu + briefly tested in Slacko and Wary.

UPDATE 2012-05-06: v1.1 - few bugfixes
UPDATE 2012-05-06: v1.2 - better handling of special characters in filenames
________________________

EDIT: The lastest version (RWC-1.6.5) is attached >>>HERE<<<.

Greetings!
Hi people and SFR.
I'm novice in Linux. All I managed to do is to install the .pet of the RWC.
But... how can I execute it? Did not find the file...
Could you help me please?

Posted: Thu 02 Feb 2017, 23:24
by LazY Puppy
There should be a menu entry in menu Desktop.

In terminal just type: rwc-config