-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kiosk development environment for macOS #167
Open
krksgbr
wants to merge
12
commits into
dividat:main
Choose a base branch
from
krksgbr:kiosk-on-macos
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on May 24, 2024
-
Executing another bash inside the shell hook seems to break running commands with `nix-shell --run`, something we assumed to work in the CI configuration. It seems that the Qt wrapper is already set up at least in modern Nixpkgs, so we can simply remove the code for spawning the wrapped bash.
Configuration menu - View commit details
-
Copy full SHA for 810c5dd - Browse repository at this point
Copy the full SHA 810c5ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for af698b9 - Browse repository at this point
Copy the full SHA af698b9View commit details -
Allow using the kiosk on platforms without DBus
We previously added support for using the kiosk without connman installed, but it still crashed when started on systems without DBus (i.e. any non-Linux platform). With this change we add a stub implementation of the core proxy abstraction, which is going to provide safe no-op responses on non-Linux platforms, allowing to use the kiosk, albeit without proxy support.
Configuration menu - View commit details
-
Copy full SHA for 6e125e8 - Browse repository at this point
Copy the full SHA 6e125e8View commit details
Commits on Jun 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c09f13b - Browse repository at this point
Copy the full SHA c09f13bView commit details -
Conditionally import proxies based on platform
To avoid pulling in dbus stuff on MacOS altogether.
Configuration menu - View commit details
-
Copy full SHA for dfc0f6b - Browse repository at this point
Copy the full SHA dfc0f6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 370bc47 - Browse repository at this point
Copy the full SHA 370bc47View commit details -
Create a separate development environment for macOS
This sets up a development environment for the kiosk on macOS, as the default nix-shell is currently broken due to upstream issues with the `pyqt6-webengine` package. The environment is managed using virtualenv and the `poetry` package manager instead.
Configuration menu - View commit details
-
Copy full SHA for 533acbe - Browse repository at this point
Copy the full SHA 533acbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b38dcf5 - Browse repository at this point
Copy the full SHA b38dcf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1138d2a - Browse repository at this point
Copy the full SHA 1138d2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37c8859 - Browse repository at this point
Copy the full SHA 37c8859View commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 296217b - Browse repository at this point
Copy the full SHA 296217bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4213269 - Browse repository at this point
Copy the full SHA 4213269View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.