updates to fedora-kinoite
This commit is contained in:
@@ -72,7 +72,11 @@ podman run --rm ghcr.io/containers/podlet --install --description "Local AI" \
|
|||||||
-v ollama:/root/.ollama \
|
-v ollama:/root/.ollama \
|
||||||
-p 11434:11434 \
|
-p 11434:11434 \
|
||||||
--name ollama \
|
--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
|
# Start the service
|
||||||
systemctl --user daemon-reload
|
systemctl --user daemon-reload
|
||||||
@@ -153,6 +157,17 @@ Password manager.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
flatpak install com.bitwarden.desktop
|
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
|
### MPV
|
||||||
|
|||||||
Reference in New Issue
Block a user