Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-29 | add alacritty support to unix-launcher | archification | |
2019-09-14 | use known working terminal before trying x-terminal-emulator (#640) | Jesse Plamondon-Willard | |
2019-09-14 | fix readlink commands in launcher not working in ZorinOS (#640) | Jesse Plamondon-Willard | |
2019-09-14 | update release notes, tweak launch script comments (#640) | Jesse Plamondon-Willard | |
2019-09-14 | Update unix-launcher.sh | kurumushi | |
minor formatting fixes | |||
2019-09-14 | Update unix-launcher.sh | kurumushi | |
Changed the line to launch xterm, forcing TERM=xterm, as suggested by @toastal | |||
2019-09-14 | Reworked the unix launcher | Kris Scott | |
- More posix compliance and less prone to failing on bad variables - Replaced depreciated backquotes (`) with the 'which' command - Reworked the entire terminal detection code for easier editing and testing | |||
2019-04-22 | add release note (#633) | Jesse Plamondon-Willard | |
2019-04-22 | adding termite support | archification | |
2018-11-09 | Added compatibility with even more terminals | lqdev | |
2018-11-09 | Made the unix launcher compatible with any shell | lqdev | |
2018-09-18 | prefer xterm when launching SMAPI | Jesse Plamondon-Willard | |
2018-05-23 | fix launch issue for Linux players with some terminals (#489, #526) | Jesse Plamondon-Willard | |
2018-05-20 | Change konsole launch options for newer ncurses | kurumushi | |
This makes konsole tell mono that it is xterm, allowing it to avoid mono/mono#6752 and providing a workaround for #489. | |||
2018-03-05 | move `xterm` to top of terminal checking order | Albert Zhang | |
Makes more sense, as `xterm` is much more common than any of the others and we only need a barebones terminal anyway. This also solves errors caused by issues such as https://github.com/mono/mono/issues/6752 | |||
2018-02-17 | add install scripts for Linux/Mac (#434) | Jesse Plamondon-Willard | |