Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37435166
en ru br
Репозитории ALT

Группа :: Работа с текстами
Пакет: lucidor

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: lucidor-0.9.10-alt-xulrunner.patch
Скачать


Removing usage of the obsolete xulrunner
--- lucidor.sh
+++ lucidor.sh
@@ -2,13 +2,11 @@
 
 DIR=lucidor
 
-if which xulrunner; then
-    xulrunner $DIR/application.ini "$@";
-elif which firefox; then
+if which firefox 2>/dev/null ; then
     firefox -app $DIR/application.ini "$@";
-elif which iceweasel; then
+elif which iceweasel 2>/dev/null ; then
     iceweasel -app $DIR/application.ini "$@";
-elif which abrowser; then
+elif which abrowser 2>/dev/null ; then
     abrowser -app $DIR/application.ini "$@";
 else
     echo "Could not find XULRunner runtime engine."
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin