Complete the desktop: default apps, mDNS, firewall, zram, fonts
All checks were successful
Mirror to GitHub / mirror (push) Successful in 6s
All checks were successful
Mirror to GitHub / mirror (push) Successful in 6s
Wire up features that were half-shipped and add sensible resilience defaults: - mimeapps.list in skel: images->loupe, A/V->vlc, text->gnome-text-editor, pdf/html->zen, archives->file-roller, dirs->nautilus (so opening a file from nautilus actually does something) - avahi + nss-mdns: CUPS network-printer discovery + .local resolution (enable avahi-daemon; insert mdns_minimal into nsswitch hosts:) - ufw: deny-incoming firewall, mDNS (5353/udp) allowed so discovery still works; enabled in post-install - zram-generator: compressed RAM swap (half RAM capped 4 GiB, zstd) - fwupd + reflector.timer: firmware updates and periodic mirror refresh - fonts: ttf-liberation (Office/web metric compat), ttf-dejavu, font-awesome Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
1f53377914
commit
7652d92b81
4 changed files with 98 additions and 1 deletions
51
iso/airootfs/etc/skel/.config/mimeapps.list
Normal file
51
iso/airootfs/etc/skel/.config/mimeapps.list
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
# Default applications for common file types. Without this, freshly installed
|
||||
# BOS has no handler registered for images/video/text/etc., so opening a file
|
||||
# from nautilus does nothing. Maps to the apps shipped in packages.x86_64.
|
||||
[Default Applications]
|
||||
# Images -> Loupe
|
||||
image/png=org.gnome.Loupe.desktop
|
||||
image/jpeg=org.gnome.Loupe.desktop
|
||||
image/gif=org.gnome.Loupe.desktop
|
||||
image/webp=org.gnome.Loupe.desktop
|
||||
image/bmp=org.gnome.Loupe.desktop
|
||||
image/tiff=org.gnome.Loupe.desktop
|
||||
image/svg+xml=org.gnome.Loupe.desktop
|
||||
|
||||
# Audio/Video -> VLC
|
||||
audio/mpeg=vlc.desktop
|
||||
audio/flac=vlc.desktop
|
||||
audio/ogg=vlc.desktop
|
||||
audio/x-wav=vlc.desktop
|
||||
audio/aac=vlc.desktop
|
||||
video/mp4=vlc.desktop
|
||||
video/x-matroska=vlc.desktop
|
||||
video/webm=vlc.desktop
|
||||
video/quicktime=vlc.desktop
|
||||
video/x-msvideo=vlc.desktop
|
||||
|
||||
# Plain text / source -> GNOME Text Editor
|
||||
text/plain=org.gnome.TextEditor.desktop
|
||||
text/markdown=org.gnome.TextEditor.desktop
|
||||
application/x-shellscript=org.gnome.TextEditor.desktop
|
||||
application/json=org.gnome.TextEditor.desktop
|
||||
application/toml=org.gnome.TextEditor.desktop
|
||||
text/x-readme=org.gnome.TextEditor.desktop
|
||||
|
||||
# Documents / web -> Zen (PDF + HTML)
|
||||
application/pdf=zen.desktop
|
||||
text/html=zen.desktop
|
||||
x-scheme-handler/http=zen.desktop
|
||||
x-scheme-handler/https=zen.desktop
|
||||
|
||||
# Archives -> File Roller
|
||||
application/zip=org.gnome.FileRoller.desktop
|
||||
application/x-tar=org.gnome.FileRoller.desktop
|
||||
application/gzip=org.gnome.FileRoller.desktop
|
||||
application/x-7z-compressed=org.gnome.FileRoller.desktop
|
||||
application/x-rar=org.gnome.FileRoller.desktop
|
||||
application/vnd.rar=org.gnome.FileRoller.desktop
|
||||
application/x-xz=org.gnome.FileRoller.desktop
|
||||
application/x-bzip2=org.gnome.FileRoller.desktop
|
||||
|
||||
# Directories -> Nautilus
|
||||
inode/directory=org.gnome.Nautilus.desktop
|
||||
Loading…
Add table
Add a link
Reference in a new issue