-
Notifications
You must be signed in to change notification settings - Fork 6
How to Run on Linux
Angelus edited this page Nov 21, 2016
·
8 revisions
Install Mono
- ❌ And to Quit I tested:
-
File
>Quit
- works fine ⭐ -
X
button - works fine ⭐ - task bar (
Right Click
>Close
)- if 📘 Settings for Linux are set - works fine ⭐
- if 📘 Settings for Linux are not set - it fails to close the app ⛔
-
Terminal: mono "/home/user1/Downloads/SDA 47 Mini Release/Steam Desktop Authenticator 47.exe"
- works fine ⭐
- ❌ And to Quit I tested:
- Terminal
Ctrl+C
- works fine ⭐ -
X
button - Exits the app and gives an error log in the Terminal⚠️ -
Can be fixed: enter command
$ eclipse >/dev/null
works fine ⭐
-
Can be fixed: enter command
-
Task bar
>Right Click
>Close
(- if
$ eclipse >/dev/null
was not used - works fine ⭐ - if
$ eclipse >/dev/null
was used - Exits and generates an error log in the Terminal⚠️
- if
-
File
>Quit
- generate an error log in the Terminal in ~ 20 sec and after that Exits the app⚠️ ⚠️
- Terminal
System Tray: Select
> none (default action for button Close and Minimize )
System Tray: Uncheck
> Hide Taskbar Icon, Show the icon only on System Tray
System Tray: Uncheck
> Start minimized to System Tray
Use 📘 Settings for Linux:
-
Start Using the exe, (shortcut doesn't work)
- And to Quit use
X
button or task bar (Right Click
>Close
) or in TerminalCtrl+C
- And to Quit use
-
Or Start from Terminal:
-
mono "/home/user1/Downloads/SDA 47 Mini Release/Steam Desktop Authenticator 47.exe"
-
$ eclipse >/dev/null
- And to Quit use
File
>Quit
orX
button or in TerminalCtrl+C
- And to Quit use
-