# HG changeset patch # User Pascal Bellard # Date 1331401853 -3600 # Node ID ed85379cebcb14d4e96914942349ce0adf798b38 # Parent 87c1138bb45b506ef761a631394a864e2aad9a50 jssame, nanochess, sudoku: run tazweb --notoolbar diff -r 87c1138bb45b -r ed85379cebcb jssame/stuff/usr/share/applications/same.desktop --- a/jssame/stuff/usr/share/applications/same.desktop Sat Mar 10 18:12:03 2012 +0100 +++ b/jssame/stuff/usr/share/applications/same.desktop Sat Mar 10 18:50:53 2012 +0100 @@ -1,7 +1,7 @@ [Desktop Entry] Type=Application Name=Same -Exec=browser file:///var/www/same/index.html +Exec=sh -c "url=file:///var/www/same/index.html ; tazweb --notoolbar $url || browser $url" Icon=jssame Terminal=false Categories=Game; diff -r 87c1138bb45b -r ed85379cebcb nanochess/receipt --- a/nanochess/receipt Sat Mar 10 18:12:03 2012 +0100 +++ b/nanochess/receipt Sat Mar 10 18:50:53 2012 +0100 @@ -42,7 +42,7 @@ Type=Application Name=Chess Name[zh_CN]=国际象棋 -Exec=browser file:///var/www/chess/index.html +Exec=sh -c "url=file:///var/www/chess/index.html ; tazweb --notoolbar $url || browser $url" Icon=other Terminal=false Categories=Game; diff -r 87c1138bb45b -r ed85379cebcb sudoku/receipt --- a/sudoku/receipt Sat Mar 10 18:12:03 2012 +0100 +++ b/sudoku/receipt Sat Mar 10 18:50:53 2012 +0100 @@ -20,7 +20,7 @@ Type=Application Name=Sudoku Name[zh_CN]=数独 -Exec=browser file:///var/www/sudoku/index.html +Exec=sh -c "url=file:///var/www/sudoku/index.html ; tazweb --notoolbar $url || browser $url" Icon=other Terminal=false Categories=Game;