-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- return install_deps func if no command to run - add error message box for GUI - exit on error if AppImageLauncher installed - add missing space - auto-remove AppImageLauncher if installed - fix appimagelauncher removal command - fix clobbered variable - ask user confirmation before removing AppImageLauncher - add secondary text to continue question - fix title and text for GUI question - add note about system reboot in log - use CLI continue question for removing appimagelauncher if not tk - add explanation to cli_question - use minimal set of arch deps - remove --overwrite from pacman command for arch - Revert "remove --overwrite from pacman command for arch" - This reverts commit 8cd077c. - return False for appimage wine version check if fuse not yet installed - Revert "return False for appimage wine version check if fuse not yet installed" - This reverts commit aefb28c. - use glob instead of rglob for listing appimages - escape '*' in pacman command - force non-sh pkexec for arch dep installs - Revert "escape '*' in pacman command" - This reverts commit ab2ec57. - skip extra check for fuse package - fix variable definition - Revert "force non-sh pkexec for arch dep installs" - This reverts commit 470d198. - put quotes around command - use normal str instead of raw for '*' - double-escape asterisk - add error message for fedora and arch dep handling - clean up suggested dep install command - clean swap pkexec out for sudo - add detail text to GUI logos_error - log package status for debugging - add detail for general logos_error - simplify hasattr checks - build showerror parameters according to passed values - fix parent param - auto-add command to clipboard in GUI - destroy error window on exit - fix typo - various pep8 fixes - add debugging info to query_packages - add more debug output - move "break" statement - add some audio/video pkgs - update arch package list - remove extra debug logging - update fedora packages - use rpm command for dnf workaround
- Loading branch information
Showing
8 changed files
with
179 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.