wok rev 18164
sakura: fix invisibility on startup with xf86-video-fbdev
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Jun 27 03:23:04 2015 +0300 (2015-06-27) |
parents | 13835bce7189 |
children | 54060e39ea40 |
files | sakura/stuff/sakura.desktop slitaz-tools/receipt |
line diff
1.1 --- a/sakura/stuff/sakura.desktop Fri Jun 26 09:27:39 2015 +0200 1.2 +++ b/sakura/stuff/sakura.desktop Sat Jun 27 03:23:04 2015 +0300 1.3 @@ -2,7 +2,7 @@ 1.4 Type=Application 1.5 Name=Sakura Terminal 1.6 Name[ru]=Терминал Sakura 1.7 -Exec=sakura 1.8 +Exec=sh -c 'sakura --sync' 1.9 Icon=terminal 1.10 Categories=GTK;System;TerminalEmulator; 1.11 StartupNotify=true
2.1 --- a/slitaz-tools/receipt Fri Jun 26 09:27:39 2015 +0200 2.2 +++ b/slitaz-tools/receipt Sat Jun 27 03:23:04 2015 +0300 2.3 @@ -34,6 +34,7 @@ 2.4 { 2.5 mkdir -p $fs 2.6 cp -a $install/* $fs 2.7 + sed 's|sakura)|&\n\t\tTERMINAL="sakura --sync"|' -i $fs/usr/bin/terminal 2.8 chmod 0644 $fs/usr/share/locale/*/*/*.mo 2.9 chown -R root.root $fs 2.10 }