updates to fedora-kinoite

This commit is contained in:
2024-12-12 15:07:44 -05:00
parent dea3c514ae
commit 3c29e2816f

View File

@@ -72,7 +72,11 @@ podman run --rm ghcr.io/containers/podlet --install --description "Local AI" \
-v ollama:/root/.ollama \
-p 11434:11434 \
--name ollama \
docker.io/ollama/ollama > ~/.config/systemd/user/ollama.service
--restart always \
docker.io/ollama/ollama > ~/.config/containers/systemd/ollama.container
# Verify the service (Note the filename:service, this is required! You will get "Failed to prepare filename" without it)
systemd-analyze verify ~/.config/containers/systemd/ollama.container:ollama.service
# Start the service
systemctl --user daemon-reload
@@ -153,6 +157,17 @@ Password manager.
```bash
flatpak install com.bitwarden.desktop
# Fix wayland scaling issues
cp /var/lib/flatpak/exports/share/applications/com.bitwarden.desktop.desktop ~/.local/share/applications
# Add `--socket=wayland` and `--ozone-platform=wayland` to the correct locations in the "Exec" field
sed \
-ri 's/(Exec=.* run )(.*)(com.bitwarden.desktop)/\1--socket=wayland \2\3 --ozone-platform=wayland/g' \
~/.local/share/applications/com.bitwarden.desktop.desktop
# Validate desktop database and reload
desktop-file-validate ~/.local/share/applications/com.bitwarden.desktop.desktop
update-desktop-database
```
### MPV