Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37042923
en ru br
ALT Linux repositórios
S:0.9.3-alt1_12.qa1

Group :: Desktop gráfico/Outros
RPM: matchbox-panel

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: matchbox-panel-0.9.3-alt-xvt.patch
Download


--- matchbox-panel-0.9.3/applets/mb-applet-xterm-wrapper.sh	2005-10-03 01:06:58.000000000 +0300
+++ matchbox-panel-0.9.3/applets/mb-applet-xterm-wrapper.sh	2012-11-08 16:14:28.000000000 +0200
@@ -4,12 +4,8 @@
 # rxvt is the preference. This could be much improved
 #
 
-if [ -x /usr/X11R6/bin/rxvt ]; then
-   exec /usr/X11R6/bin/rxvt;
-else
-   if [ -x /usr/bin/rxvt ]; then
-      exec /usr/bin/rxvt;
+   if [ -x /usr/bin/xvt ]; then
+      exec /usr/bin/xvt;
    else
       exec xterm; 
    fi
-fi 
\ No newline at end of file
 
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