# HG changeset patch # User Xander Ziiryanoff # Date 1435364584 -10800 # Node ID 410ae0e33dc0b22a3bf118facf5e0ee67f32957f # Parent 13835bce7189f9f19dc25dea0e694f551ea78997 sakura: fix invisibility on startup with xf86-video-fbdev diff -r 13835bce7189 -r 410ae0e33dc0 sakura/stuff/sakura.desktop --- a/sakura/stuff/sakura.desktop Fri Jun 26 09:27:39 2015 +0200 +++ b/sakura/stuff/sakura.desktop Sat Jun 27 03:23:04 2015 +0300 @@ -2,7 +2,7 @@ Type=Application Name=Sakura Terminal Name[ru]=Терминал Sakura -Exec=sakura +Exec=sh -c 'sakura --sync' Icon=terminal Categories=GTK;System;TerminalEmulator; StartupNotify=true diff -r 13835bce7189 -r 410ae0e33dc0 slitaz-tools/receipt --- a/slitaz-tools/receipt Fri Jun 26 09:27:39 2015 +0200 +++ b/slitaz-tools/receipt Sat Jun 27 03:23:04 2015 +0300 @@ -34,6 +34,7 @@ { mkdir -p $fs cp -a $install/* $fs + sed 's|sakura)|&\n\t\tTERMINAL="sakura --sync"|' -i $fs/usr/bin/terminal chmod 0644 $fs/usr/share/locale/*/*/*.mo chown -R root.root $fs }