diff --git a/configure b/configure index 1cbb92445..72581b9ae 100755 --- a/configure +++ b/configure @@ -383,7 +383,7 @@ if test "$?" -gt 0; then fi case $cxx_version in - 2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]|3.[0-9].[0-9][-.]*|4.[0-9].[0-9]|4.[0-9].[0-9][-.]*) + 2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]|3.[0-9].[0-9][-.]*|4.[0-9]|4.[0-9].[0-9]|4.[0-9].[0-9][-.]*) _cxx_major=`echo $cxx_version | cut -d '.' -f 1` _cxx_minor=`echo $cxx_version | cut -d '.' -f 2` cxx_version="$cxx_version, ok" diff --git a/src/unix/stella.desktop b/src/unix/stella.desktop index 16b64a3ce..ca6b2cc47 100644 --- a/src/unix/stella.desktop +++ b/src/unix/stella.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Name=Stella Comment=A multi-platform Atari 2600 emulator -Exec=stella +Exec=stella %f Icon=stella.png Terminal=false Type=Application