-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drop the gui bus upload of resources (#53)
* refactor!:deprecate QML upload from bus never worked right, causes more issues than it helps * deprecate file server * docs * . * document protocol * tests * fix:phal config loading * tests * tests * rm dead code + handle homescreen edge case * fix: handle invalid GUI directories provided * fix: shell companion min version * fix: requirements.txt
- Loading branch information
Showing
14 changed files
with
138 additions
and
608 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
from ovos_config.locations import get_xdg_cache_save_path | ||
|
||
GUI_CACHE_PATH = get_xdg_cache_save_path('ovos_gui') | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.