23 Commits
v1.2 ... v1.3

Author SHA1 Message Date
85c1f62c22 Update phrasing 2020-12-27 18:04:45 -05:00
758f106efd Add debug_echo function
Easy formatting of debug messages
2020-12-27 17:47:57 -05:00
43d2b467e8 Dynamically calculate zenity menu heights 2020-12-27 17:27:00 -05:00
aa60600807 Throw out zenity errors
Cleans up the terminal output
2020-12-27 16:56:41 -05:00
02338ff299 Update README.md 2020-12-27 16:47:26 -05:00
a2594c3af3 Add contributors and function sections 2020-12-27 16:45:31 -05:00
e63893f50a Merge pull request #7 from the-sane/runners
Merge Runners
2020-12-27 16:35:10 -05:00
fa14c6d9de Merge pull request #6 from Termuellinator/patch-1
Added option to download and delete runners
2020-12-27 16:34:00 -05:00
8f3efd0b9c Fix url parsing
Be more specific for when grep returns multiple matches
2020-12-27 16:32:55 -05:00
6d7c84c8b6 Loop runner_manage menu until the user cancels 2020-12-27 15:40:54 -05:00
c12509bc0c Fix string compare 2020-12-27 14:59:41 -05:00
224c531d64 Offer Lutris restart only if changes were made 2020-12-27 14:57:57 -05:00
32fdc04ec7 Improve runner_delete
Sanity check and rename variable
2020-12-27 14:48:38 -05:00
20eb8e984a Rename functions with "runner_" prefix
Consistency with other function names
2020-12-27 14:43:05 -05:00
0df2659e54 Don't manage lutris runners if lutris isn't installed 2020-12-27 14:34:09 -05:00
4a0b053a68 Restart after deleting a runner 2020-12-27 14:30:22 -05:00
26030a6c82 Use XDG_DATA_HOME 2020-12-27 14:29:00 -05:00
9c44505d27 Improve install_runner 2020-12-27 14:12:20 -05:00
7f0f12e61b Add sanity check for function argument 2020-12-27 11:11:20 -05:00
da8c63fdcf Improve choose_runner_version()
Fix bash formatting and improve code consistency, add sanity check to catch github API errors
2020-12-27 10:58:00 -05:00
6e27ae8449 Refactor choose_runner_to_delete(). Untabify. 2020-12-25 11:24:10 -05:00
be533e842b Update lug-helper.sh
quoted the variables
2020-12-22 20:06:39 +01:00
dfc2b4f573 Added option to download and delete runners
finally :D
2020-12-22 13:02:18 +01:00
2 changed files with 583 additions and 300 deletions

View File

@ -13,6 +13,16 @@ Zenity menus are used for a GUI experience with a fallback to terminal-based men
## Options:
`Manage Lutris Runners`
- Quickly install and delete Lutris wine runners
`Delete my Star Citizen USER folder and preserve my keybinds`
- The helper will make backups of any exported keybinds, delete your Star Citizen USER folder, then restore your keybind files.
- To export your keybinds from within the game, go to:
- *Options->Keybindings->Control Profiles->Save Control Settings*
- To re-import your keybinds from within the game, select them from the list:
- *Options->Keybindings->Control Profiles*
`Check vm.max_map_count for optimal performance`
- We recommend setting this to at least 16777216 to give the game access to sufficient memory.
- The helper will offer to set it for you or show you the commands to do it yourself.
@ -22,13 +32,6 @@ Zenity menus are used for a GUI experience with a fallback to terminal-based men
- The helper will offer to set it for you and try to auto-detect the correct method to do so.
- It is able to update either */etc/systemd/system.conf* or */etc/security/limits.conf*
`Delete my Star Citizen USER folder and preserve my keybinds`
- The helper will make backups of any exported keybinds, delete your Star Citizen USER folder, then restore your keybind files.
- To export your keybinds from within the game, go to:
- *Options->Keybindings->Control Profiles->Save Control Settings*
- To re-import your keybinds from within the game, select them from the list:
- *Options->Keybindings->Control Profiles*
`Delete my shaders only`
- Sometimes all you need to do between major version updates is delete your shaders directory.

File diff suppressed because it is too large Load Diff