The time now is Tue 18 Jun 2013, 17:29
All times are UTC - 4 |
| Author |
Message |
postfs1

Joined: 27 Mar 2010 Posts: 831
|
Posted: Mon 12 Sep 2011, 17:32 Post_subject:
Icecat-3.6.16 web-browser in "Quirky-1.4" ! only script Sub_title: A programmatic mean to browse a sites in "Quirky Linux 1.40" |
|
| Quote: |
Install_IceCat--sr0--fc11.sh
| Code: |
#!/bin/bash
#
#= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
#Info-SRC: http://www.libpng.org/pub/png/pngapbr.html
#= = = = = = = = = = = = = = = = = = = =
#Mozilla / Firefox [mozilla.org, Netscape Communications] (Unix/X, Win32, Mac OS, etc.) - all versions; #read-only; full alpha support on Linux and Mac since 13 April 2000 and on Windows since 19 July 2000 (Linux #screenshots), but poorer quality on sub-24-bit X displays; broken binary transparency support in versions #between June and August 2001 (bug 84980); dithered alpha as a fallback option on all platforms; full gamma #support; MNG and JNG support from 12 June 2000 through 23 March 2001 and from 17 December 2001 through 12 June #2003 (in CVS, anyway; 0.9.7 release of 21 December 2001 did not include fix, and all 1.4 releases did have #support); progressive display (replicating method; limits image size to dimensions of 8000 pixels; uses libpng #and zlib; freeware (NPL/MPL/GPL) with source. (This is the mostly-rewritten-from-scratch code base on which are #based Netscape Navigator 6.0 and later, Epiphany, Galeon, K-Meleon, Kazehakase, and Phoenix a.k.a. Mozilla #Firebird a.k.a. Mozilla Firefox.)
#= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
#
# # #
#
#> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
#In the "Quirky Linux - 1.40" Operating System a big "PNG" images are the problem
#for the "IceCat-3.6.16" web-browser due to version of "NVidia" free video card driver.
#If the free "NVidia" driver is not a reason, then i simply don't have another information.
#> > > > > > > > > > > > > > > > > > > > >
#
#Solution: There are a non-free "NVidia" drivers on the business site of manufacturer.
#Those drivers are available for downloading and installation.
#After successful installation of drivers a big "PNG" images are accessable for viewing.
#
#< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <
#
# # #
#
if [ ! `ps -eocomm | grep dbus-daemon | head -1` ] ; then
cd /tmp ;
#
curl -C - -O file:///mnt/sr0/IceCat/Fedora-11_files/dbus-libs-1.2.12-2.fc11.i586.rpm ;
if [ ! `echo -e "b75b063e1c7d4e4b952e58f37b08c101 dbus-libs-1.2.12-2.fc11.i586.rpm" | md5sum -c - >/tmp/.md-5.sm ; sleep 0.5s ; grep -o 'OK' /tmp/.md-5.sm` ] ; then xmessage -file /tmp/.md-5.sm ; else yaf-splash -bg purple -fg green -text "`cat /tmp/.md-5.sm`" ; fi ;
rpm -i dbus-libs-1.2.12-2.fc11.i586.rpm ;
sleep 0.5s ;
rm /tmp/dbus-libs-1.2.12-2.fc11.i586.rpm ;
rm /tmp/.md-5.sm ;
#
else
xmessage "There is no need to install -=DBus=-" ;
fi
#1
#
#VARIANT: tar Jxf icecat-3.6.16-i686.tar.xz -C /usr/local/bin
cd /usr/local/bin/ ;
curl -C - -O file:///mnt/sr0/IceCat/Packed_files/icecat-3.6.16-i686.tar.xz ;
if [ ! `echo -e "1401660d951f4562967d4c74c9579cc2 icecat-3.6.16-i686.tar.xz" | md5sum -c - >/usr/local/bin/.md-5.sm ; sleep 0.5s ; grep -o 'OK' /usr/local/bin/.md-5.sm` ] ; then xmessage -file /usr/local/bin/.md-5.sm ; else yaf-splash -bg purple -fg green -text "`cat /usr/local/bin/.md-5.sm`" ; fi ;
sleep 1s ;
tar Jxf icecat-3.6.16-i686.tar.xz ;
sleep 1s ;
rm /usr/local/bin/icecat-3.6.16-i686.tar.xz ;
rm /usr/local/bin/.md-5.sm ;
#
cd /usr/local/bin/icecat-3.6.16-i686/extensions ;
#Extentions ------->>>
#https://addons.mozilla.org/firefox/downloads/file/
#
#http://releases.mozilla.org/pub/mozilla.org/addons/3006/video_downloadhelper-4.9.5-fx+sm.xpi
#https://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper/versions/
#http://www.downloadhelper.net/faq.php#older-versions
#
#http://mirrors.ibiblio.org/pub/mirrors/mozdev.org/flashblock/flashblock-1.5.15.xpi
#
#ftp://ftp.gnu.org/gnu/gnuzilla/3.6.16/privact_ext.xpi
#<<<-------
#
#For unknown to me reason the -=video_downloadhelper-4.9.5-fx+sm.xpi=- file is not for use here.
#An OLD web-browser extension >>>
curl -C - -O file:///mnt/sr0/IceCat/INet_Bro_Extentions/For_Firefox/downloadhelper-4.8.1-fx+sm.xpi ;
if [ ! `echo -e "e5598bd1cc1cf89c76c202e02f79c6d6 downloadhelper-4.8.1-fx+sm.xpi" | md5sum -c - >/usr/local/bin/.md-5.sm ; sleep 0.5s ; grep -o 'OK' /usr/local/bin/.md-5.sm` ] ; then xmessage -file /usr/local/bin/.md-5.sm ; else yaf-splash -bg purple -fg green -text "`cat /usr/local/bin/.md-5.sm`" ; fi ;
sleep 1s ;
rm /usr/local/bin/icecat-3.6.16-i686/extensions/md5sum_downloadhelper.txt ;
rm /usr/local/bin/.md-5.sm ;
# <<<
curl -C - -O file:///mnt/sr0/IceCat/INet_Bro_Extentions/For_Firefox/flashblock-1.5.15.xpi ;
if [ ! `echo -e "620743a0db3563457363686908ff9d76 flashblock-1.5.15.xpi" | md5sum -c - >/usr/local/bin/.md-5.sm ; sleep 0.5s ; grep -o 'OK' /usr/local/bin/.md-5.sm` ] ; then xmessage -file /usr/local/bin/.md-5.sm ; else yaf-splash -bg purple -fg green -text "`cat /usr/local/bin/.md-5.sm`" ; fi ;
sleep 1s ;
rm /usr/local/bin/icecat-3.6.16-i686/extensions/md5sum_flashblock.txt ;
rm /usr/local/bin/.md-5.sm ;
#
curl -C - -O file:///mnt/sr0/IceCat/INet_Bro_Extentions/For_Firefox/privact_ext.xpi ;
if [ ! `echo -e "9f2921ce4bd94b15bd1c4c093565a6b8 privact_ext.xpi" | md5sum -c - >/usr/local/bin/.md-5.sm ; sleep 0.5s ; grep -o 'OK' /usr/local/bin/.md-5.sm` ] ; then xmessage -file /usr/local/bin/.md-5.sm ; else yaf-splash -bg purple -fg green -text "`cat /usr/local/bin/.md-5.sm`" ; fi ;
sleep 1s ;
rm /usr/local/bin/icecat-3.6.16-i686/extensions/md5sum_-privact_ext-.txt ;
rm /usr/local/bin/.md-5.sm ;
#
# # #
#MESA drivers - to improve the performance of internet browser >>>
if [ -e /tmp/.tmp.ms7.6 ] ; then rm /tmp/.tmp.ms7.6 ; fi ;
bash -c "`Xdialog --title \"\"'\"Mesa\"'\" drivers\" --no-tags --radiolist \"\"'\"Mesa\"'\" drivers sometimes can be needful for improving the performance\" 11 70 10 \"echo >/tmp/.tmp.ms7.6\" \"-=Install \"'\"Mesa\"'\" drivers=-\" off \"sleep 0.5s\" \"-=Don't install \"'\"Mesa\"'\" drivers=-\" on 2>&1`" ;
#
if [ -e /tmp/.tmp.ms7.6 ] ; then
cd /tmp ;
curl -C - -O file:///mnt/sr0/IceCat/PET_files/mesa-7.6-q1.pet ;
echo -e "3fb259119ae7df9b9973eee65326ebe2 mesa-7.6-q1.pet" | md5sum -c - | xmessage -file - ;
sleep 0.5s ;
rox /tmp/mesa-7.6-q1.pet ; xmessage "-=mesa-7.6-q1.pet=- has been installed. `xmessage "Wait please. There will be 3 pop-ups."`" ;
sleep 0.5s ;
rm /tmp/mesa-7.6-q1.pet ;
rm /tmp/.tmp.ms7.6 ;
fi ;
#<<< MESA drivers
# # #
#
cd / ;
ln -s -f /usr/local/bin/icecat-3.6.16-i686/icecat /usr/bin/firefox ;
#and now...
sed -i".tmp" '/"Icecat"/d' /root/Choices/ROX-Filer/PuppyPin ;
#
echo '[Desktop Entry]' > /usr/share/applications/IceCat.desktop ;
echo 'Encoding=UTF-8' >> /usr/share/applications/IceCat.desktop ;
echo 'Name=Icecat' >> /usr/share/applications/IceCat.desktop ;
echo 'Comment=icecat' >> /usr/share/applications/IceCat.desktop ;
#echo "Exec=bash -c 'LD_LIBRARY_PATH=/usr/local/bin/icecat-3.6.16-i686 \`Xdialog --title \"Icecat\" --no-tags --radiolist \"\" 23 69 10 \"/usr/local/bin/icecat-3.6.16-i686/icecat -width 1010 -height 710 /tmp/.tmp_ICEHLP "'\`/usr/local/bin/icecat-3.6.16-i686/icecat --help >/tmp/.tmp_ICEHLP\`'"\" \"-=Start with HELP page=-\" off \"/usr/local/bin/icecat-3.6.16-i686/icecat -width 1010 -height 710 -safe-mode about:blank\" \"-=Start without extensions, themes and page=-\" off \"/usr/local/bin/icecat-3.6.16-i686/icecat -width 1010 -height 710 file:///usr/share/doc/home.htm\" \"-=Start with /share/doc/home.htm page=-\" off \"/usr/local/bin/icecat-3.6.16-i686/icecat -width 1010 -height 710 http://www.wellminded.com/puppy/pupsearch.html\" \"-=Start with /www.wellminded.com/puppy/pupsearch.html page=-\" off \"/usr/local/bin/icecat-3.6.16-i686/icecat -width 1010 -height 710 http://en.wikipedia.org/wiki/Web_search_engine\" \"-=Start with /en.wikipedia.org/wiki/Web_search_engine page=-\" off \"/usr/local/bin/icecat-3.6.16-i686/icecat-bin -width 1010 -height 710 about:blank\" \"-=Start without page: First Window or New Tab=-\" on \"/usr/local/bin/icecat-3.6.16-i686/icecat -width 1010 -height 710\" \"-=Start with page: New Window=-\" off 2>&1\` ; if [ -e /tmp/.tmp_ICEHLP ] ; then rm /tmp/.tmp_ICEHLP ; fi'" >> /usr/share/applications/IceCat.desktop ;
#
#Don't touch this >>>
#Exec=bash -c 'bash -c "LD_LIBRARY_PATH=/usr/local/bin/icecat-3.6.16-i686 `Xdialog --title \"Icecat\" --no-tags --radiolist \"\" 25 69 10 \"/usr/local/bin/icecat-3.6.16-i686/icecat --help | cat > /tmp/.icHLP & /usr/local/bin/icecat-3.6.16-i686/icecat /tmp/.icHLP\" \"-=Start with HELP page=-\" off \"/usr/local/bin/icecat-3.6.16-i686/icecat -width 1010 -height 710 -safe-mode about:blank\" \"-=Start without extensions, themes and page=-\" off \"/usr/local/bin/icecat-3.6.16-i686/icecat -width 1010 -height 710 file:///usr/share/doc/home.htm\" \"-=Start with /share/doc/home.htm page=-\" off \"/usr/local/bin/icecat-3.6.16-i686/icecat -width 1010 -height 710 http://www.wellminded.com/puppy/pupsearch.html\" \"-=Start with /www.wellminded.com/puppy/pupsearch.html page=-\" off \"/usr/local/bin/icecat-3.6.16-i686/icecat -width 1010 -height 710 http://en.wikipedia.org/wiki/Web_search_engine\" \"-=Start with /en.wikipedia.org/wiki/Web_search_engine page=-\" off \"/usr/local/bin/icecat-3.6.16-i686/icecat-bin -width 1010 -height 710 about:blank\" \"-=Start without page: First Window or New Tab=-\" on \"/usr/local/bin/icecat-3.6.16-i686/icecat-bin -width 1010 -height 710 about:config\" \"-=Start without page: First Window or New Tab - Config=-\" off \"/usr/local/bin/icecat-3.6.16-i686/icecat -width 1010 -height 710\" \"-=Start with page: New Window=-\" off \"bash -c \"'\''\"if [ ! \`ps -eocomm | grep icecat-bin\` ] ; then sleep 0.5s ; else kill -9 \`pidof icecat-bin\` ; fi\"'\''\"\" \"-=Rough close of web-browser=-\" off 2>&1` ; if [ -e /tmp/.icHLP ] ; then rm /tmp/.icHLP ; fi"'
grep 'Rough' /mnt/sr0/IceCat/Install_IceCat--sr0--fc11.sh | grep -v "Install_IceCat--sr0--fc11.sh" | sed 's/#//' >> /usr/share/applications/IceCat.desktop ;
# <<<
#
#echo 'Exec=bash -c /usr/local/bin/icecat-3.6.16-i686/icecat' >> /usr/share/applications/IceCat.desktop ;
echo 'Terminal=false' >> /usr/share/applications/IceCat.desktop ;
echo 'Type=Application' >> /usr/share/applications/IceCat.desktop ;
echo 'Categories=Application;WebBrowser;' >> /usr/share/applications/IceCat.desktop ;
echo 'GenericName=Web-browser' >> /usr/share/applications/IceCat.desktop ;
echo 'Icon=/usr/local/bin/icecat-3.6.16-i686/icons/mozicon50.xpm' >> /usr/share/applications/IceCat.desktop ;
#ok...
sed -i".tmp" '/\/pinboard/d' /root/Choices/ROX-Filer/PuppyPin ;
sleep 1s ;
#echo '<icon x="992" y="512" label="Icecat">/usr/share/applications/IceCat.desktop</icon>' >> /root/Choices/ROX-Filer/PuppyPin ;
echo '<icon x="992" y="536" label="Icecat">/usr/share/applications/IceCat.desktop</icon>' >> /root/Choices/ROX-Filer/PuppyPin ;
echo '</pinboard>' >> /root/Choices/ROX-Filer/PuppyPin ;
sleep 1s ;
#
gzip -S .off /usr/local/bin/icecat-3.6.16-i686/defaults/profile/bookmarks.html ;
#gunzip -S .off -d /usr/local/bin/icecat-3.6.16-i686/defaults/profile/bookmarks.html.off ;
#
rox -p=/root/Choices/ROX-Filer/PuppyPin
fixmenus
xmessage "Program -=ICECAT-3.6.16=- has been installed." `jwm -restart`
|
Edit: 2011, nov 19.
|
Permissions for -=Install_IceCat--sr0--fc11.sh=- were changed as shown:
| Code: |
cd /place_where_Install_IceCat--sr0--fc11.sh_is_located ; chmod u+x Install_IceCat--sr0--fc11.sh
|
A script's content can be copied into text editor by means of <Quote> mode.
_________________
- I don't know why laboratories are named a hospitals.
- The alive personage is like a tea bag with granules of unknown density inside, at that one the packet was made of organic material and was placed in the evaporated liquid or liquid.
Edited_times_total
|
|
Back to top
|
|
 |
puppyluvr

Joined: 06 Jan 2008 Posts: 3053 Location: Chickasha Oklahoma
|
Posted: Mon 12 Sep 2011, 22:39 Post_subject:
|
|
Hello, | Quote: |
A script's content can be copied into text editor by means of <Quote> mode. |
Indeed they can my Digital friend, ex post facto....
_________________ "Close the "Windows", and open your eyes, to a whole new world"
http://puppylinuxstuff.meownplanet.net/puppyluvr/
http://theplpd.webs.com/
Nothing but Puppy since 2.15CE...
|
|
Back to top
|
|
 |
postfs1

Joined: 27 Mar 2010 Posts: 831
|
Posted: Sun 15 Jul 2012, 15:39 Post_subject:
Sub_title: Fresh variant of installation |
|
INSTALLATION --->
| Quote: |
Install_IceCatUsrBin--sr0--fc11.sh
| Code: |
#!/bin/bash
#
#= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
#Info-SRC: http://www.libpng.org/pub/png/pngapbr.html
#= = = = = = = = = = = = = = = = = = = =
#Mozilla / Firefox [mozilla.org, Netscape Communications] (Unix/X, Win32, Mac OS, etc.) - all versions; #read-only; full alpha support on Linux and Mac since 13 April 2000 and on Windows since 19 July 2000 (Linux #screenshots), but poorer quality on sub-24-bit X displays; broken binary transparency support in versions #between June and August 2001 (bug 84980); dithered alpha as a fallback option on all platforms; full gamma #support; MNG and JNG support from 12 June 2000 through 23 March 2001 and from 17 December 2001 through 12 June #2003 (in CVS, anyway; 0.9.7 release of 21 December 2001 did not include fix, and all 1.4 releases did have #support); progressive display (replicating method; limits image size to dimensions of 8000 pixels; uses libpng #and zlib; freeware (NPL/MPL/GPL) with source. (This is the mostly-rewritten-from-scratch code base on which are #based Netscape Navigator 6.0 and later, Epiphany, Galeon, K-Meleon, Kazehakase, and Phoenix a.k.a. Mozilla #Firebird a.k.a. Mozilla Firefox.)
#= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
#
# # #
#
#> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
#In the "Quirky Linux - 1.40" Operating System a big "PNG" images are the problem
#for the "IceCat-3.6.16" web-browser due to version of "NVidia" free video card driver.
#If the free "NVidia" driver is not a reason, then i simply don't have another information.
#> > > > > > > > > > > > > > > > > > > > >
#
#Solution: There are a non-free "NVidia" drivers on the business site of manufacturer.
#Those drivers are available for downloading and installation.
#After successful installation of drivers a big "PNG" images are accessable for viewing.
#
#< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <
#
# # #
#
#- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
if [ `grep -w -s -c 'dbus-libs-1.2.12-2.fc11.i586.rpm..rm' /usr/local/etc/*.dsktop | awk -F: '{ sum +=$2 } END { print sum }'` -gt 0 ] ;
then echo "dbus-libs-1.2.12-2.fc11.i586.rpm..rm" >/usr/local/etc/IceCat.dsktop ; else
cd /tmp ;
if [ ! `ps -eocomm | grep dbus-daemon | head -1` ] ; then
curl -C - -O file:///mnt/sr0/_Files/IceCat/Fedora-11_files/dbus-libs-1.2.12-2.fc11.i586.rpm ;
if [ ! `echo -e "b75b063e1c7d4e4b952e58f37b08c101 dbus-libs-1.2.12-2.fc11.i586.rpm" | md5sum -c - >/tmp/.md-5.sm ; sleep 0.5s ; grep -o 'OK' /tmp/.md-5.sm` ] ; then xmessage -file /tmp/.md-5.sm ; else yaf-splash -bg purple -fg green -text "`cat /tmp/.md-5.sm`" ; fi ;
rpm -i dbus-libs-1.2.12-2.fc11.i586.rpm ;
sleep 0.5s ;
echo "dbus-libs-1.2.12-2.fc11.i586.rpm..rm" >/usr/local/etc/IceCat.dsktop ;
rm /tmp/dbus-libs-1.2.12-2.fc11.i586.rpm ;
rm /tmp/.md-5.sm ;
#
else
xmessage "There is no need to install -=DBus=-" ;
fi ;
fi ;
#1
#- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#
#VARIANT: tar Jxf icecat-3.6.16-i686.tar.xz -C /usr/bin
if [ `grep -w -s -c 'icecat-3.6.16-i686.tar.xz..rm' /usr/local/etc/*.dsktop | awk -F: '{ sum +=$2 } END { print sum }'` -gt 0 ] ;
then echo "icecat-3.6.16-i686.tar.xz..rm" >>/usr/local/etc/IceCat.dsktop ; else
cd /usr/bin/ ;
curl -C - -O file:///mnt/sr0/_Files/IceCat/Packed_files/icecat-3.6.16-i686.tar.xz ;
if [ ! `echo -e "1401660d951f4562967d4c74c9579cc2 icecat-3.6.16-i686.tar.xz" | md5sum -c - >/usr/bin/.md-5.sm ; sleep 0.5s ; grep -o 'OK' /usr/bin/.md-5.sm` ] ; then xmessage -file /usr/bin/.md-5.sm ; else yaf-splash -bg purple -fg green -text "`cat /usr/bin/.md-5.sm`" ; fi ;
sleep 0.5s ;
tar Jxf icecat-3.6.16-i686.tar.xz ;
sleep 0.5s ;
echo "icecat-3.6.16-i686.tar.xz..rm" >>/usr/local/etc/IceCat.dsktop ;
rm /usr/bin/icecat-3.6.16-i686.tar.xz ;
rm /usr/bin/.md-5.sm ;
#
# # #
#
cd /usr/bin/icecat-3.6.16-i686/extensions/ ;
#
#Extensions ------->>>
#https://addons.mozilla.org/firefox/downloads/file/
#
#http://releases.mozilla.org/pub/mozilla.org/addons/3006/video_downloadhelper-4.9.5-fx+sm.xpi
#https://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper/versions/
#http://www.downloadhelper.net/faq.php#older-versions
#
#http://mirrors.ibiblio.org/pub/mirrors/mozdev.org/flashblock/flashblock-1.5.15.xpi
#
#ftp://ftp.gnu.org/gnu/gnuzilla/3.6.16/privact_ext.xpi
#<<<-------
#
#For unknown to me reason the -=video_downloadhelper-4.9.5-fx+sm.xpi=- file is not for use here.
#An OLD web-browser extension >>>
curl -C - -O file:///mnt/sr0/_Files/IceCat/INet_Bro_Extensions/For_Firefox/downloadhelper-4.8.1-fx+sm.xpi ;
if [ ! `echo -e "e5598bd1cc1cf89c76c202e02f79c6d6 downloadhelper-4.8.1-fx+sm.xpi" | md5sum -c - >/usr/bin/.md-5.sm ; sleep 0.5s ; grep -o 'OK' /usr/bin/.md-5.sm` ] ; then xmessage -file /usr/bin/.md-5.sm ; else yaf-splash -bg purple -fg green -text "`cat /usr/bin/.md-5.sm`" ; fi ;
sleep 1s ;
rm /usr/bin/.md-5.sm ;
# <<<
curl -C - -O file:///mnt/sr0/_Files/IceCat/INet_Bro_Extensions/For_Firefox/flashblock-1.5.15.xpi ;
if [ ! `echo -e "620743a0db3563457363686908ff9d76 flashblock-1.5.15.xpi" | md5sum -c - >/usr/bin/.md-5.sm ; sleep 0.5s ; grep -o 'OK' /usr/bin/.md-5.sm` ] ; then xmessage -file /usr/bin/.md-5.sm ; else yaf-splash -bg purple -fg green -text "`cat /usr/bin/.md-5.sm`" ; fi ;
sleep 1s ;
rm /usr/bin/.md-5.sm ;
#
curl -C - -O file:///mnt/sr0/_Files/IceCat/INet_Bro_Extensions/For_Firefox/privact_ext.xpi ;
if [ ! `echo -e "9f2921ce4bd94b15bd1c4c093565a6b8 privact_ext.xpi" | md5sum -c - >/usr/bin/.md-5.sm ; sleep 0.5s ; grep -o 'OK' /usr/bin/.md-5.sm` ] ; then xmessage -file /usr/bin/.md-5.sm ; else yaf-splash -bg purple -fg green -text "`cat /usr/bin/.md-5.sm`" ; fi ;
sleep 1s ;
rm /usr/bin/.md-5.sm ;
#
gzip -S .off /usr/bin/icecat-3.6.16-i686/defaults/profile/bookmarks.html ;
#gunzip -S .off -d /usr/bin/icecat-3.6.16-i686/defaults/profile/bookmarks.html.off ;
#
#
ln -s -f /usr/bin/icecat-3.6.16-i686/icecat /usr/bin/firefox ;
#
fi ;
#- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#
# # #
#MESA drivers - to improve the performance of internet browser >>>
#Now, pet.
if [ `grep -w -s -c 'mesa_xorg73-7.0.3-w1.pet..rm' /usr/local/etc/*.dsktop | awk -F: '{ sum +=$2 } END { print sum }'` -gt 0 ] ;
then echo "mesa_xorg73-7.0.3-w1.pet..rm" >>/usr/local/etc/IceCat.dsktop ; else
#
if [ -e /tmp/.tmp.ms7.3 ] ; then rm /tmp/.tmp.ms7.3 ; fi ;
bash -c "`Xdialog --title \"\"'\"Mesa\"'\" drivers\" --no-tags --radiolist \"\"'\"Mesa\"'\" drivers sometimes can be needful for improving the performance\" 11 70 10 \"echo >/tmp/.tmp.ms7.3\" \"-=Install \"'\"Mesa\"'\" drivers=-\" off \"sleep 0.5s\" \"-=Don't install \"'\"Mesa\"'\" drivers=-\" on 2>&1`" ;
#
if [ -e /tmp/.tmp.ms7.3 ] ; then
cd /tmp ;
curl -C - -O file:///mnt/sr0/_Files/IceCat/PET_files/mesa_xorg73-7.0.3-w1.pet ;
if [ ! `echo -e "7e44d68e813f0462c3f56cc1bfccee8b mesa_xorg73-7.0.3-w1.pet" | md5sum -c - >/tmp/.md-5.sm ; sleep 0.5s ; grep -o 'OK' /tmp/.md-5.sm` ] ; then xmessage -file /tmp/.md-5.sm ; else yaf-splash -bg purple -fg green -text "`cat /tmp/.md-5.sm`" ; fi ;
sleep 0.5s ;
rox /tmp/mesa_xorg73-7.0.3-w1.pet ; xmessage "-=mesa_xorg73-7.0.3-w1.pet=- has been installed. `xmessage \"Wait please. There will be 3 pop-ups.\"`" ;
sleep 0.5s ;
echo "mesa_xorg73-7.0.3-w1.pet..rm" >>/usr/local/etc/IceCat.dsktop ;
rm /tmp/mesa_xorg73-7.0.3-w1.pet ;
rm /tmp/.md-5.sm ;
rm /tmp/.tmp.ms7.3 ;
fi ;
fi ;
#1
#<<< MESA drivers
#- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#
# # #
#
mkdir -p /root/.mozilla/firefox ;
echo 'FIREFOX_DSP=auto' >/root/.mozilla/firefox/firefoxrc ;
#
# # #
#
mkdir -p /root/spot/.mozilla/firefox ;
echo 'FIREFOX_DSP=auto' >/root/spot/.mozilla/firefox/firefoxrc ;
chown -R spot:spot /root/spot/.mozilla ;
#
# # #
#
echo '[Desktop Entry]' > /usr/share/applications/IceCat_go.desktop ;
echo 'Encoding=UTF-8' >> /usr/share/applications/IceCat_go.desktop ;
echo 'Name=Icecat web-browser' >> /usr/share/applications/IceCat_go.desktop ;
echo 'Comment=icecat web-browser' >> /usr/share/applications/IceCat_go.desktop ;
#echo "Exec=bash -c 'LD_LIBRARY_PATH=/usr/bin/icecat-3.6.16-i686 \`Xdialog --title \"Icecat\" --no-tags --radiolist \"\" 23 69 10 \"/usr/bin/icecat-3.6.16-i686/icecat -width 1010 -height 710 /tmp/.tmp_ICEHLP "'\`/usr/bin/icecat-3.6.16-i686/icecat --help >/tmp/.tmp_ICEHLP\`'"\" \"-=Start with HELP page=-\" off \"/usr/bin/icecat-3.6.16-i686/icecat -width 1010 -height 710 -safe-mode about:blank\" \"-=Start without extensions, themes and page=-\" off \"/usr/bin/icecat-3.6.16-i686/icecat -width 1010 -height 710 file:///usr/share/doc/home.htm\" \"-=Start with /share/doc/home.htm page=-\" off \"/usr/bin/icecat-3.6.16-i686/icecat -width 1010 -height 710 http://www.wellminded.com/puppy/pupsearch.html\" \"-=Start with /www.wellminded.com/puppy/pupsearch.html page=-\" off \"/usr/bin/icecat-3.6.16-i686/icecat -width 1010 -height 710 http://en.wikipedia.org/wiki/Web_search_engine\" \"-=Start with /en.wikipedia.org/wiki/Web_search_engine page=-\" off \"/usr/bin/icecat-3.6.16-i686/icecat-bin -width 1010 -height 710 about:blank\" \"-=Start without page: First Window or New Tab=-\" on \"/usr/bin/icecat-3.6.16-i686/icecat -width 1010 -height 710\" \"-=Start with page: New Window=-\" off 2>&1\` ; if [ /tmp/.tmp_ICEHLP ] ; then rm /tmp/.tmp_ICEHLP ; fi'" >> /usr/share/applications/IceCat.desktop ;
#
#Don't touch this >>>
#Exec=bash -c 'bash -c "LD_LIBRARY_PATH=/usr/bin/icecat-3.6.16-i686 `Xdialog --title \"Icecat\" --no-tags --radiolist \"\" 25 69 10 \"/usr/bin/icecat-3.6.16-i686/icecat --help | cat > /tmp/.icHLP & /usr/bin/icecat-3.6.16-i686/icecat /tmp/.icHLP\" \"-=Start with HELP page=-\" off \"/usr/bin/icecat-3.6.16-i686/icecat -width 1010 -height 710 -safe-mode about:blank\" \"-=Start without extensions, themes and page=-\" off \"/usr/bin/icecat-3.6.16-i686/icecat -width 1010 -height 710 file:///usr/share/doc/home.htm\" \"-=Start with /share/doc/home.htm page=-\" off \"/usr/bin/icecat-3.6.16-i686/icecat -width 1010 -height 710 http://www.wellminded.com/puppy/pupsearch.html\" \"-=Start with /www.wellminded.com/puppy/pupsearch.html page=-\" off \"/usr/bin/icecat-3.6.16-i686/icecat -width 1010 -height 710 http://en.wikipedia.org/wiki/Web_search_engine\" \"-=Start with /en.wikipedia.org/wiki/Web_search_engine page=-\" off \"/usr/bin/icecat-3.6.16-i686/icecat-bin -width 1010 -height 710 about:blank &>/dev/null\" \"-=Start without page: First Window or New Tab=-\" on \"/usr/bin/icecat-3.6.16-i686/icecat-bin -width 1010 -height 710 about:config\" \"-=Start without page: First Window or New Tab - Config=-\" off \"/usr/bin/icecat-3.6.16-i686/icecat -width 1010 -height 710 &>/dev/null\" \"-=Start with page: New Window=-\" off \"bash -c \"'\''\"if [ ! \`ps -eocomm | grep icecat-bin\` ] ; then sleep 0.5s ; else kill -9 \`pidof icecat-bin\` ; fi\"'\''\"\" \"-=Rough close of web-browser=-\" off 2>&1` ; if [ -f /tmp/.icHLP ] ; then rm /tmp/.icHLP ; fi"'
grep 'Rough' /mnt/sr0/_Files/IceCat/Install_IceCatUsrBin--sr0--fc11.sh | grep -v "Install_IceCatUsrBin--sr0--fc11.sh" | sed 's/#//' >> /usr/share/applications/IceCat_go.desktop ;
# <<<
#
#echo 'Exec=bash -c /usr/bin/icecat-3.6.16-i686/icecat' >> /usr/share/applications/IceCat.desktop ;
echo 'Terminal=false' >> /usr/share/applications/IceCat_go.desktop ;
echo 'Type=Application' >> /usr/share/applications/IceCat_go.desktop ;
echo 'Categories=no' >> /usr/share/applications/IceCat_go.desktop ;
echo 'GenericName=Web-browser' >> /usr/share/applications/IceCat_go.desktop ;
echo 'Icon=/usr/bin/icecat-3.6.16-i686/icons/mozicon50.xpm' >> /usr/share/applications/IceCat_go.desktop ;
#
# # #
#
sed -i '/"Icecat"/d' /root/Choices/ROX-Filer/PuppyPin ;
#
echo '[Desktop Entry]' > /usr/share/applications/IceCat.desktop ;
echo 'Encoding=UTF-8' >> /usr/share/applications/IceCat.desktop ;
echo 'Name=Icecat' >> /usr/share/applications/IceCat.desktop ;
echo 'Comment=icecat' >> /usr/share/applications/IceCat.desktop ;
echo 'Exec=rox /usr/share/applications/IceCat_go.desktop' >> /usr/share/applications/IceCat.desktop ;
echo 'Terminal=false' >> /usr/share/applications/IceCat.desktop ;
echo 'Type=Application' >> /usr/share/applications/IceCat.desktop ;
echo 'Categories=Application;WebBrowser;' >> /usr/share/applications/IceCat.desktop ;
echo 'GenericName=Web-browser' >> /usr/share/applications/IceCat.desktop ;
echo 'Icon=/usr/bin/icecat-3.6.16-i686/icons/mozicon50.xpm' >> /usr/share/applications/IceCat.desktop ;
#ok...
sed -i '/\/pinboard/d' /root/Choices/ROX-Filer/PuppyPin ;
sleep 1s ;
#echo '<icon x="992" y="512" label="Icecat">/usr/share/applications/IceCat.desktop</icon>' >> /root/Choices/ROX-Filer/PuppyPin ;
echo '<icon x="992" y="536" label="Icecat">/usr/share/applications/IceCat.desktop</icon>' >> /root/Choices/ROX-Filer/PuppyPin ;
echo '</pinboard>' >> /root/Choices/ROX-Filer/PuppyPin ;
sleep 1s ;
#
# # #
#
rox -p=/root/Choices/ROX-Filer/PuppyPin
fixmenus
xmessage "Program -=ICECAT-3.6.16=- has been installed." `jwm -restart`
bash -c "`Xdialog --title \"\"'\"X-window\"'\" system\" --no-tags --radiolist \"\"'\"X-window\"'\" system must be relaunched if \"'\"MESA\"'\" drivers have been installed\" 11 74 10 \"/usr/bin/restartwm\" \"-=Relaunch \"'\"X-window\"'\" system=-\" off \"sleep 0.5s\" \"-=Don't relaunch \"'\"X-window\"'\" system=-\" on 2>&1`"
|
Edit: 2012, dec 25.
|
Permissions for -=Install_IceCatUsrBin--sr0--fc11.sh=- were changed as shown:
| Code: |
cd /place_where_Install_IceCatUsrBin--sr0--fc11.sh_is_located ; chmod u+x Install_IceCatUsrBin--sr0--fc11.sh
|
A script's content can be copied into text editor by means of <Quote> mode.
<--- INSTALLATION
_________________
- I don't know why laboratories are named a hospitals.
- The alive personage is like a tea bag with granules of unknown density inside, at that one the packet was made of organic material and was placed in the evaporated liquid or liquid.
Edited_times_total
|
|
Back to top
|
|
 |
postfs1

Joined: 27 Mar 2010 Posts: 831
|
Posted: Sun 15 Jul 2012, 15:42 Post_subject:
|
|
DEINSTALLATION --->
| Quote: |
Remove_IceCatUsrBin--sr0--fc11.sh
| Code: |
#!/bin/bash
#
#= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
#Info-SRC: http://www.libpng.org/pub/png/pngapbr.html
#= = = = = = = = = = = = = = = = = = = =
#Mozilla / Firefox [mozilla.org, Netscape Communications] (Unix/X, Win32, Mac OS, etc.) - all versions; #read-only; full alpha support on Linux and Mac since 13 April 2000 and on Windows since 19 July 2000 (Linux #screenshots), but poorer quality on sub-24-bit X displays; broken binary transparency support in versions #between June and August 2001 (bug 84980); dithered alpha as a fallback option on all platforms; full gamma #support; MNG and JNG support from 12 June 2000 through 23 March 2001 and from 17 December 2001 through 12 June #2003 (in CVS, anyway; 0.9.7 release of 21 December 2001 did not include fix, and all 1.4 releases did have #support); progressive display (replicating method; limits image size to dimensions of 8000 pixels; uses libpng #and zlib; freeware (NPL/MPL/GPL) with source. (This is the mostly-rewritten-from-scratch code base on which are #based Netscape Navigator 6.0 and later, Epiphany, Galeon, K-Meleon, Kazehakase, and Phoenix a.k.a. Mozilla #Firebird a.k.a. Mozilla Firefox.)
#= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
#
# # #
#
#> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
#In the "Quirky Linux - 1.40" Operating System a big "PNG" images are the problem
#for the "IceCat-3.6.16" web-browser due to version of "NVidia" free video card driver.
#If the free "NVidia" driver is not a reason, then i simply don't have another information.
#> > > > > > > > > > > > > > > > > > > > >
#
#Solution: There are a non-free "NVidia" drivers on the business site of manufacturer.
#Those drivers are available for downloading and installation.
#After successful installation of drivers a big "PNG" images are accessable for viewing.
#
#< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <
#
# # #
#
#if [ ! `ps -eocomm | grep dbus-daemon | head -1` ] ; then
#cd /tmp ;
#
#curl -C - -O file:///mnt/sr0/_Files/IceCat/Fedora-11_files/dbus-libs-1.2.12-2.fc11.i586.rpm ;
#if [ ! `echo -e "b75b063e1c7d4e4b952e58f37b08c101 dbus-libs-1.2.12-2.fc11.i586.rpm" | md5sum -c - >/tmp/.md-5.sm ; sleep 0.5s ; grep -o 'OK' /tmp/.md-5.sm` ] ; then xmessage -file /tmp/.md-5.sm ; else yaf-splash -bg purple -fg green -text "`cat /tmp/.md-5.sm`" ; fi ;
#rpm -i dbus-libs-1.2.12-2.fc11.i586.rpm ;
#sleep 0.5s ;
#rm /tmp/dbus-libs-1.2.12-2.fc11.i586.rpm ;
#rm /tmp/.md-5.sm ;
#
#else
#xmessage "There is no need to install -=DBus=-" ;
#fi
#1
if [ `grep -w -s -c 'dbus-libs-1.2.12-2.fc11.i586.rpm..rm' /usr/local/etc/*.dsktop | awk -F: '{ sum +=$2 } END { print sum }'` -gt 1 ] ;
then sed -i '/dbus-libs-1.2.12-2.fc11.i586.rpm..rm/d' /usr/local/etc/IceCat.dsktop ; else
#
cd /tmp ;
if [ ! `ps -eocomm | grep dbus-daemon | head -1` ] ; then
curl -C - -O file:///mnt/sr0/_Files/SMPlayer/Fedora-11_files/dbus-libs-1.2.12-2.fc11.i586.rpm ;
if [ ! `echo -e "b75b063e1c7d4e4b952e58f37b08c101 dbus-libs-1.2.12-2.fc11.i586.rpm" | md5sum -c - >/tmp/.md-5.sm ; sleep 0.5s ; grep -o 'OK' /tmp/.md-5.sm` ] ; then xmessage -file /tmp/.md-5.sm ; else yaf-splash -bg purple -fg green -text "`cat /tmp/.md-5.sm`" ; fi ;
bash -c "`rpm -qp -l dbus-libs-1.2.12-2.fc11.i586.rpm | sed 's/^/rm -f /' | sed 's/$/ ;/'`" ;
sleep 0.5s ;
bash -c "`rpm -qp -l dbus-libs-1.2.12-2.fc11.i586.rpm | rev | cut -d'/' -f2- | rev | sort -u | sed 's/^/rmdir --ignore-fail-on-non-empty -p /' | sed 's/$/ ;/'`" ;
sed -i '/dbus-libs-1.2.12-2.fc11.i586.rpm..rm/d' /usr/local/etc/IceCat.dsktop ;
rm /tmp/dbus-libs-1.2.12-2.fc11.i586.rpm ;
rm /tmp/.md-5.sm ;
else
# #
if [ -e /tmp/.tmp.dl1.2 ] ; then rm /tmp/.tmp.dl1.2 ; fi ;
bash -c "`Xdialog --title \"\"'\"DBus\"'\" service\" --no-tags --radiolist \"\"'\"DBus\"'\" service sometimes can be needful\" 11 70 10 \"echo >/tmp/.tmp.dl1.2\" \"-=Remove \"'\"DBus\"'\" service=-\" off \"sleep 0.5s\" \"-=Don't remove \"'\"DBus\"'\" service=-\" on 2>&1`" ;
#
if [ -e /tmp/.tmp.dl1.2 ] ; then
/etc/init.d/messagebus stop ;
#
curl -C - -O file:///mnt/sr0/_Files/SMPlayer/Fedora-11_files/dbus-libs-1.2.12-2.fc11.i586.rpm ;
if [ ! `echo -e "b75b063e1c7d4e4b952e58f37b08c101 dbus-libs-1.2.12-2.fc11.i586.rpm" | md5sum -c - >/tmp/.md-5.sm ; sleep 0.5s ; grep -o 'OK' /tmp/.md-5.sm` ] ; then xmessage -file /tmp/.md-5.sm ; else yaf-splash -bg purple -fg green -text "`cat /tmp/.md-5.sm`" ; fi ;
bash -c "`rpm -qp -l dbus-libs-1.2.12-2.fc11.i586.rpm | sed 's/^/rm -f /' | sed 's/$/ ;/'`" ;
sleep 0.5s ;
bash -c "`rpm -qp -l dbus-libs-1.2.12-2.fc11.i586.rpm | rev | cut -d'/' -f2- | rev | sort -u | sed 's/^/rmdir --ignore-fail-on-non-empty -p /' | sed 's/$/ ;/'`" ;
sed -i '/dbus-libs-1.2.12-2.fc11.i586.rpm..rm/d' /usr/local/etc/IceCat.dsktop ;
rm /tmp/dbus-libs-1.2.12-2.fc11.i586.rpm ;
rm /tmp/.md-5.sm ;
rm /tmp/.tmp.dl1.2 ;
fi ;
# #
fi ;
fi ;
#1
#- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
if [ `grep -w -s -c 'icecat-3.6.16-i686.tar.xz..rm' /usr/local/etc/*.dsktop | awk -F: '{ sum +=$2 } END { print sum }'` -gt 1 ] ;
then sed -i '/icecat-3.6.16-i686.tar.xz..rm/d' /usr/local/etc/IceCat.dsktop ; else
#
cd /tmp ;
curl -C - -O file:///mnt/sr0/_Files/IceCat/Packed_files/icecat-3.6.16-i686.tar.xz ;
if [ ! `echo -e "1401660d951f4562967d4c74c9579cc2 icecat-3.6.16-i686.tar.xz" | md5sum -c - >/tmp/.md-5.sm ; sleep 0.5s ; grep -o 'OK' /tmp/.md-5.sm` ] ; then xmessage -file /tmp/.md-5.sm ; else yaf-splash -bg purple -fg green -text "`cat /tmp/.md-5.sm`" ; fi ;
sleep 0.5s ;
bash -c "`tar -tf icecat-3.6.16-i686.tar.xz | sed 's/^/rm -f \/usr\/bin\//' | sed 's/$/ ;/'`" ;
rm -f /usr/bin/icecat-3.6.16-i686/components/* ;
rm -f /usr/bin/icecat-3.6.16-i686/defaults/profile/* ;
rm -f -r /usr/bin/icecat-3.6.16-i686/extensions/* ;
sleep 0.5s ;
#bash -c "`tar -tf mesa_xorg73-7.0.3-w1.tar.gz | cut -d \"/\" -f 2-3 | sort -u | grep \"/\" | grep -v \"/$\" | sed 's/^/find \//' | sed 's/$/ -type d -empty -delete ;/'`" ;
#
bash -c "`tar -tf icecat-3.6.16-i686.tar.xz | sed 's/^/\/usr\/bin\//' | rev | cut -d '/' -f2- | rev | sort -u | sed 's/^/rmdir --ignore-fail-on-non-empty -p /' | sed 's/$/ ;/' | grep '/'`" ;
sed -i '/icecat-3.6.16-i686.tar.xz..rm/d' /usr/local/etc/IceCat.dsktop ;
rm /tmp/icecat-3.6.16-i686.tar.xz ;
rm /tmp/.md-5.sm ;
fi ;
#- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
bash -c "`find /root /usr /room /mnt -type d -name .gnuzilla | sed 's/^/rm -rf /' | sed 's/$/ ;/'`" ;
bash -c "`find /root /usr /room /mnt -type l -name .gnuzilla | sed 's/^/rm -rf /' | sed 's/$/ ;/'`" ;
#- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#MESA drivers - to improve the performance of internet browser >>>
if [ `grep -w -s -c 'mesa_xorg73-7.0.3-w1.pet..rm' /usr/local/etc/*.dsktop | awk -F: '{ sum +=$2 } END { print sum }'` -gt 1 ] ;
then sed -i '/mesa_xorg73-7.0.3-w1.pet..rm/d' /usr/local/etc/IceCat.dsktop ; else
#
if [ -e /tmp/.tmp.ms7.3 ] ; then rm /tmp/.tmp.ms7.3 ; fi ;
bash -c "`Xdialog --title \"\"'\"Mesa\"'\" drivers\" --no-tags --radiolist \"\"'\"Mesa\"'\" drivers sometimes can be needful for improving the performance\" 11 70 10 \"echo >/tmp/.tmp.ms7.3\" \"-=Remove \"'\"Mesa\"'\" drivers=-\" off \"sleep 0.5s\" \"-=Don't remove \"'\"Mesa\"'\" drivers=-\" on 2>&1`" ;
#
if [ -e /tmp/.tmp.ms7.3 ] ; then
cd /tmp ;
curl -C - -O file:///mnt/sr0/_Files/IceCat/PET_files/mesa_xorg73-7.0.3-w1.pet ;
echo -e "7e44d68e813f0462c3f56cc1bfccee8b mesa_xorg73-7.0.3-w1.pet" | md5sum -c - | xmessage -file - ;
pet2tgz mesa_xorg73-7.0.3-w1.pet ; bash -c "`tar -tf mesa_xorg73-7.0.3-w1.tar.gz | cut -d '/' -f 2-7 | sed 's/^/rm -f \//' | sed 's/$/ ;/'`" ;
sleep 0.5s ;
#bash -c "`tar -tf mesa_xorg73-7.0.3-w1.tar.gz | cut -d \"/\" -f 2-3 | sort -u | grep \"/\" | grep -v \"/$\" | sed 's/^/find \//' | sed 's/$/ -type d -empty -delete ;/'`" ;
#
bash -c "`tar -tf mesa_xorg73-7.0.3-w1.tar.gz | cut -d '/' -f2- | sed 's/usr\//\/usr\//' | rev | cut -d '/' -f2- | rev | sort -u | sed 's/^/rmdir --ignore-fail-on-non-empty -p /' | sed 's/$/ ;/' | grep '/'`" ;
sed -i '/mesa_xorg73-7.0.3-w1.pet..rm/d' /usr/local/etc/IceCat.dsktop ;
#
sed -i '/mesa_xorg73-7.0.3-w1.pet/d' /root/.packages/user-installed-packages ;
#
rm /tmp/mesa_xorg73-7.0.3-w1.tar.gz ;
rm /tmp/.tmp.ms7.3 ;
fi ;
fi ;
#<<< MESA drivers
#- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
cd / ;
rm /usr/bin/firefox ;
rm /usr/share/applications/IceCat.desktop ;
rm /usr/share/applications/IceCat_go.desktop ;
#and now...
#sed -i".tmp" '/"Icecat"/d' /root/Choices/ROX-Filer/PuppyPin ;
sed -i '/"Icecat"/d' /root/Choices/ROX-Filer/PuppyPin ;
#
if [ `grep -s -c '..rm' /usr/local/etc/IceCat.dsktop | awk -F^ '{ sum +=$1 } END { print sum }'` -gt 1 ] ;
then sleep 0.5s ; else
rm /usr/local/etc/IceCat.dsktop ; fi ;
#
rox -p=/root/Choices/ROX-Filer/PuppyPin ;
fixmenus ;
xmessage "Program -=ICECAT-3.6.16=- has been removed." `jwm -restart` ;
bash -c "`Xdialog --title \"\"'\"X-window\"'\" system\" --no-tags --radiolist \"\"'\"X-window\"'\" system must be relaunched if \"'\"MESA\"'\" drivers have been removed\" 11 74 10 \"/usr/bin/restartwm\" \"-=Relaunch \"'\"X-window\"'\" system=-\" off \"sleep 0.5s\" \"-=Don't relaunch \"'\"X-window\"'\" system=-\" on 2>&1`"
|
Edit: 2012, aug 15.
|
Permissions for -=Remove_IceCatUsrBin--sr0--fc11.sh=- were changed as shown:
| Code: |
cd /place_where_Remove_IceCatUsrBin--sr0--fc11.sh_is_located ; chmod u+x Remove_IceCatUsrBin--sr0--fc11.sh
|
A script's content can be copied into text editor by means of <Quote> mode.
<--- DEINSTALLATION
_________________
- I don't know why laboratories are named a hospitals.
- The alive personage is like a tea bag with granules of unknown density inside, at that one the packet was made of organic material and was placed in the evaporated liquid or liquid.
|
|
Back to top
|
|
 |
|
|
|
Rules_post_cannot Rules_reply_cannot Rules_edit_cannot Rules_delete_cannot Rules_vote_cannot You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|