diff options
author | Jason Bacon <jwb@FreeBSD.org> | 2023-09-12 13:53:09 +0000 |
---|---|---|
committer | Lorenzo Salvadore <salvadore@FreeBSD.org> | 2023-09-12 14:39:00 +0000 |
commit | 943e0c02b0c450d18c294e8dbee32d79147c2a16 (patch) | |
tree | d455c0db612dd2c0a61e1c43ed2ed24873e56f7f | |
parent | d5f71f6b45b142e66b193cd64947bf0f3ea48377 (diff) |
-rw-r--r-- | website/content/en/status/report-2023-07-2023-09/desktop-convenience.adoc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/website/content/en/status/report-2023-07-2023-09/desktop-convenience.adoc b/website/content/en/status/report-2023-07-2023-09/desktop-convenience.adoc new file mode 100644 index 0000000000..305a75d13b --- /dev/null +++ b/website/content/en/status/report-2023-07-2023-09/desktop-convenience.adoc @@ -0,0 +1,25 @@ +=== Filling gaps in the FreeBSD desktop experience + +Links: + +link:https://github.com/outpaddling/qmediamanager[External media manager] URL: link:https://github.com/outpaddling/qmediamanager[] + +link:https://github.com/outpaddling/devd-mount[devd-based automounter] URL: link:https://github.com/outpaddling/devd-mount[] + +link:https://github.com/outpaddling/npmount[SUID mount tool] URL: link:https://github.com/outpaddling/npmount[] + +link:https://github.com/outpaddling/freebsd-update-notify[Popup notification for updates] URL: link:https://github.com/outpaddling/freebsd-update-notify[] + +Contact: Jason Bacon <jwb@FreeBSD.org> + +The package:sysutils/desktop-installer[] port, available for over a decade now, quickly configures a bare FreeBSD system with any desktop environment or window manager. +However, the FreeBSD base and ports collection has been missing some common features that end users have come to expect from a desktop OS. + +The desktop-installer battery monitor script has been enhanced to display popup notifications at various levels of charge/discharge. + +The new port, package:deskutils/qmediamanager[], in conjunction with package:sysutils/devd-mount[] and package:sysutils/npmount[], mounts inserted media upon notification from devd, and displays a popup window offering the user options to show filesystem information, open a file manager, reformat, copy a disk image to the device, or unmount. +It provides a convenient and secure way to work with external media such as USB sticks. + +The package:sysutils/freebsd-update-notify[] port displays a popup when new base updates are available, or when a configurable time limit has elapsed. +If the user chooses to proceed with updates, the entire system is updated (packages, ports, and base) with auto-update-system (part of package:sysutils/auto-admin[]). + +These new tools bring the FreeBSD desktop experience a step closer to the convenience of the most popular desktop operating systems. + +These tools are effectively prototypes, stable and reliable, but in need of review. +Feedback from users regarding default behavior and configuration options would be appreciated. |