ISO
ISO copied to clipboard
helloSystem Live and installation ISO
Cannot access Ventoy disk (where all the ISOs are stored) when booted into helloSystem from Ventoy: ``` % sudo mount.exfat /dev/ada1p1 /mnt FUSE exfat 1.3.0 WARN: '/dev/ada1p1' is write-protected, mounting...
**Describe the bug** The ISO is too large. GitHUb Releases has a maximum of 2 GB. **To Reproduce** Build an ISO **Expected behavior** Is ~1.5 GB **Additional information** We should...
Is it just me or is this backwards? https://github.com/helloSystem/ISO/blob/41e357984ec23b7b508cbc1b83318b752a82c899/overlays/uzip/furybsd-live-settings/files/usr/local/bin/furybsd-install#L8
Live ISO: Audacity doesn't accept `/tmp`. Why?  ``` % mount | grep /tmp tmpfs on /tmp (tmpfs, local) /tmp/etc on /etc (nullfs, local) ```
With our new-style ISOs, we achieve much higher boot speed by not copying the whole filesystem to RAM before booting. However, on physical DVD drives this may have the disadvantage...
``` kernel: waiting for X server to shut down .(II) Server terminated successfully (0). Closing log file. Waiting 03 seconds Waiting 02 seconds Waiting 01 seconds ``` 3 precious seconds...
##### Expected Behavior The ususal Qt-wide keyboard shortcut for quitting application works ##### Current Behavior Quit has no shortcut at all  Upstream issue opened: https://github.com/lxqt/qterminal/issues/862
Add swap in installed system I noticed that the system can lock up in low-RAM situations, which can happen when editing video with Shotcut while running a web browser on...
Consider using a `/etc/defaults/vendor.conf` file as documented in https://www.freebsd.org/cgi/man.cgi?rc.conf rather than [fiddling around with `rc.conf` like we do now](https://github.com/search?q=org%3AhelloSystem+rc.conf&type=code). That would probably be cleaner?
Clicking on the Terminal icon in Dock does not bring already-open Terminal windows to the front. It does work for e.g., Leafpad, though. Why the difference?