Utilities icon indicating copy to clipboard operation
Utilities copied to clipboard

Utilities written in PyQt5, meant for use with helloSystem

Results 100 Utilities issues
Sort by recently updated
recently updated
newest added

Network: Implement Hotspot function

enhancement

We should put in something like https://github.com/helloSystem/Utilities/commit/0a893b52a3d81047c4dfa5b1773e32df65166bdd so that users get an error dialog if no wireless device is found, along with a recommended (known working) one.

enhancement

This PR does two things: * Update all copies of `askpass.py` to the version from [the version in the ISO repo](https://github.com/helloSystem/ISO/raw/experimental/overlays/uzip/hello/files/usr/local/bin/askpass), albeit with one change: a colon is now present...

Optionally preserve (= do not touch) `/home` when it is already existing on a suitable ZFS partitioning scheme. This would allow for re-installing the OS while keeping user data. *...

enhancement

Following https://github.com/helloSystem/ISO/commit/d12eb2f1af324a3c1a57889cc30bea9639503a62 we can consider using system-wide instances instead of bundling them privately inside each placeholder `.app` bundle: ``` /usr/local/bin/askpass /usr/local/libexec/app-placeholder ``` Doing so would increase maintainability (less duplication) at...

Create Live Media should also be able to write to DVD. This is handy for longer-time archival, and especially with RW media for testing many builds in parallel without needing...

The following executes an external process and displays its output in a Qt widget. ``` #!/usr/bin/env python3.7 # Based on https://stackoverflow.com/a/41751956 import sys from PyQt5.QtCore import pyqtSignal, pyqtSlot, QProcess, QTextCodec...

good first issue

We are now splitting ISOs when they become larger than 2 GB. The __Create Live Media__ utility should be able to download and write such ISOs. Manual workaround: ``` %...

enhancement

Consider thin-installing GammaRay in /Applications/Developer once https://github.com/KDAB/GammaRay/issues/628 is sorted out More information about GammaRay: https://www.freshports.org/devel/gammaray

enhancement

Hello! I'm a long-time laptop user and just installed HelloSystem on my secondary laptop and already absolutely love the user-experience. However, I really needed some finer options for brightness control...