Tembelseniz ve sadece çalışmasını istiyorsanız, bunu terminalde çalıştırın ve görüntülemek istediğiniz bağlantıları seçin
cd ~/ && https://www.dropbox.com/s/yr17e7p7prae4o1/firefoxscript.sh && chmod +x ~/firefoxscript.sh && ~/firefoxscript.sh && rm ~/firefoxscript.sh
Adım adım talimatlar:
İstediğiniz budur ( referans ):
1) Firefox kapatma sırasında dosyanın üzerine
yazdığından BU TARAYICI KAPALIYLA YAPILMALIDIR - Firefox prefs dosyanızı açın: gedit .mozilla/firefox/*default/prefs.js
( *default
= profiliniz zorlayıcı)
Bu iki satırı dosyanın sonuna ekleyin:
kullanıcı_pref ("browser.link.open_external", 1);
kullanıcı_pref ("browser.link.open_newwindow", 1);
2) Bir dosya oluşturun ( gedit ~/.webscreen
) ve bu dosyaya yapıştırın:
( /home/huff/Desktop/pages
kullanıcının doğru yoluna geçin)
#!/bin/bash
remoteclient=$(find /usr/lib/ -type f -name mozilla-xremote-client | grep -m 1 xulrunner)
if [ `ps -e | grep firefox | wc -l` -eq 0 ]; then
/usr/bin/firefox -fullscreen &
sleep 5
fi
while [ `ps -e | grep firefox | wc -l` -gt 0 ]; do
urls=$(cat /home/huff/Desktop/pages)
for i in $urls
do
$remoteclient -a firefox "openurl($i)"
if [ $? -gt 0 ]; then
echo "Firefox not running or ignoring me, bailing out...."
killall firefox
exit 0
fi
sleep 15
done
done
exit 0
3) ~ / .webscreen dosyasını yürütülebilir yapın ( Bunu nasıl yapacağınız aşağıda açıklanmıştır ).
4) Masaüstünüzde istediğiniz bağlantılarla "sayfalar" adlı bir dosya oluşturun gedit ~/Desktop/pages
:
Misal:
http://bbc.co.uk
http://flickr.com
http://yoursite.whatever.com
5) Panele bir Özel Uygulama Başlatıcı ekleyin.
Zevk almak! Ve mcmlxxii ;-) sayesinde