Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37876967
en ru br
ALT Linux repositórios
S:0.9.10-alt4

Group :: Ferramentas de texto
RPM: lucidor

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: lucidor-0.9.10-alt-xulrunner.patch
Download


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."
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009