[Bug 538557] Review Request: gnome-screensaver-londonpictures - GNOME Screensaver Slideshow of London

bugzilla at redhat.com bugzilla at redhat.com
Wed Nov 18 19:58:20 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=538557





--- Comment #2 from Serguei Shimansky <englishextra at yandex.ru>  2009-11-18 14:58:19 EDT ---
(In reply to comment #1)
> Obvious comment: frog pictures? (in the description)  

Not exactly. At first it was used to distribute thru commands in terminal.

su
cd /usr/share/applications/screensavers
rm -f --verbose londonpictures-slideshow.desktop
cd /usr/share/pixmaps/backgrounds
rm -rf --verbose londonpictures

if [[ "$HOME" != "/root" ]]
then su
fi
cd /home/$USER
residefolder="http://englishextra.org/pub"
targetfoldername="londonpictures"
archievename="$targetfoldername.tar.bz2"
wget `echo "$residefolder/$archievename"`
tar xjvf `echo "$targetfoldername.tar.bz2"`
mv -f `echo "$targetfoldername/${targetfoldername}-slideshow.desktop"`
"/usr/share/applications/screensavers"
#mv -f `echo "$targetfoldername/${targetfoldername}.xml"`
"/usr/share/applications/screensavers"
mv -f `echo "$targetfoldername"` /usr/share/pixmaps/backgrounds
#gconftool-2 --type string --set
/schemas/apps/gnome-screensaver/lock_dialog_theme "$targetfoldername"
rm -f `echo "$targetfoldername.tar.bz2"`
rm -f `echo "$targetfoldername.tar"`
zenity --info --text="Vyberite \'${targetfoldername}\' v kachestve zastavki"
if [[ "$HOME" == "/root" ]]
then exit
fi
/usr/bin/gnome-screensaver-preferences
#/schemas/apps/gnome-screensaver


When it came to building a noarch RPM the Frogs spec file was used as a
template. Is it a barrier for something, please let me know.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list