- Browse to
about:config - Set
widget.use-xdg-desktop-portal.file-pickerto1 - Optionally: Set
widget.use-xdg-desktop-portal.locationto1 - Optionally: Set
widget.use-xdg-desktop-portal.mime-handlerto1
- Open Thunderbird Settings
| [buildPlans.IosevkaTermina] | |
| family = "Iosevka Termina" | |
| spacing = "term" | |
| serifs = "sans" | |
| noCvSs = true | |
| exportGlyphNames = false | |
| [buildPlans.IosevkaTermina.variants] | |
| inherits = "ss14" |
vspcplay Git Repo: https://github.com/raphnet/vspcplay
sudo dnf install sdl12-compat sdl12-compat-devel SDL2 SDL-develsudo apt install python3 python3-tk tk-dev build-essential zlib1g-dev libffi-dev libssl-dev libbz2-dev libreadline-dev libsqlite3-dev liblzma-dev libncurses-dev libusb-dev libusb-1.0-0-dev git curl
curl https://pyenv.run | bash
git clone https://github.com/vial-kb/vial-gui.git
cd vial-gui
pyenv install 3.6.15
pyenv virtualenv 3.6.15 vial
pyenv activate vial
pip install -r requirements.txt
fbs run| /* IBM Plex Mono */ | |
| @font-face { | |
| font-family: mastodon-font-monospace; | |
| src: local("IBM Plex Mono Italic"), url(/packs/media/fonts/ibm-plex/IBMPlexMono-Italic.woff2) format("woff2"), url(/packs/media/fonts/ibm-plex/IBMPlexMono-Italic.woff) format("woff"), url(/packs/media/fonts/ibm-plex/IBMPlexMono-Italic.ttf) format("truetype"); | |
| font-weight: 400; | |
| font-display: swap; | |
| font-style: italic | |
| } | |
| @font-face { |
The following command is required to set the MAC address for a wireless interface for a given wireless network profile (which is named after the corresponding SSID) to the permanent address.
This is in response to a change introduced in Fedora 40 as documented in the Fedora Wiki: Changes/StableSSIDMACAddress
nmcli connection modify {ssid} wifi.cloned-mac-address permanent