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

bugzilla at redhat.com bugzilla at redhat.com
Thu Nov 19 23:42:19 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 #6 from Serguei Shimansky <englishextra at yandex.ru>  2009-11-19 18:42:18 EDT ---
(In reply to comment #2)
> (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.  

The installation code in terminal is now as follows:

su -c '
cd /usr/share/applications/screensavers
rm -f --verbose londonpictures-slideshow.desktop
cd /usr/share/pixmaps/backgrounds
rm -rf --verbose londonpictures
yum remove gnome-screensaver-londonpictures
cd /tmp
wget
http://englishextra.org/pub/rpm/RPMS/noarch/gnome-screensaver-londonpictures-0.1-1.noarch.rpm
rpm -Uvh
http://englishextra.org/pub/rpm/RPMS/noarch/gnome-screensaver-londonpictures-0.1-1.noarch.rpm'

-- 
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