mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-19 12:47:27 +02:00
Compare commits
No commits in common. "97bbaa09a18fc8171f3dc6cbfc15d1670d980a39" and "70646e7edcb3859d2337b4afb9184aacffaa0422" have entirely different histories.
97bbaa09a1
...
70646e7edc
@ -1 +0,0 @@
|
|||||||
dracut_rescue_image="yes"
|
|
@ -15,7 +15,6 @@ so graphical desktop environments started the apps on login.
|
|||||||
|
|
||||||
- [`a-*.desktop`](#a-desktop)
|
- [`a-*.desktop`](#a-desktop)
|
||||||
- [Refreshing the menus](#refreshing-the-menus)
|
- [Refreshing the menus](#refreshing-the-menus)
|
||||||
- [Default applications](#default-applications)
|
|
||||||
|
|
||||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
|
||||||
@ -38,21 +37,3 @@ and `~/.local/share/applications/` making life easier.
|
|||||||
update-desktop-database -v ~/.local/share/applications
|
update-desktop-database -v ~/.local/share/applications
|
||||||
sudo update-desktop-database -v /usr/local/share/applications
|
sudo update-desktop-database -v /usr/local/share/applications
|
||||||
```
|
```
|
||||||
|
|
||||||
## Default applications
|
|
||||||
|
|
||||||
[Codium documentation](https://github.com/VSCodium/vscodium/blob/1.89.1.24130/docs/index.md#how-do-i-fix-the-default-file-manager-linux)
|
|
||||||
points out the existence of `~/.config/mimeapps.list` and gives these two
|
|
||||||
examples:
|
|
||||||
|
|
||||||
```toml
|
|
||||||
[Default Applications]
|
|
||||||
inode/directory=org.gnome.Nautilus.desktop;
|
|
||||||
```
|
|
||||||
|
|
||||||
```bash
|
|
||||||
% grep directory /usr/share/applications/mimeinfo.cache
|
|
||||||
inode/directory=codium.desktop;org.gnome.Nautilus.desktop;
|
|
||||||
```
|
|
||||||
|
|
||||||
TODO: I wonder if it needs an `update-desktop-database` or similar though.
|
|
||||||
|
@ -1,17 +1,16 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=CODIUM
|
Name=CODIUM
|
||||||
Exec=/usr/bin/env codium %F
|
Exec=/usr/bin/env codium %F
|
||||||
#Icon=com.vscodium.codium
|
Icon=com.vscodium.codium
|
||||||
Icon=/var/lib/snapd/snap/codium/394/meta/gui/codium.png
|
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=TextEditor;Development;IDE;Utility;
|
Categories=TextEditor;Development;IDE;Utility;
|
||||||
MimeType=text/plain;inode/directory;application/x-codium-workspace;
|
MimeType=application/x-code-workspace;
|
||||||
Actions=new-empty-window;
|
Actions=new-empty-window;
|
||||||
Keywords=vscodium;codium;vscode;
|
Keywords=codium;
|
||||||
|
|
||||||
[Desktop Action new-empty-window]
|
[Desktop Action new-empty-window]
|
||||||
Name=New Empty Window
|
Name=New Empty Window
|
||||||
Name[fi]=Uusi tyhjä ikkuna
|
Name[fi]=Uusi tyhjä ikkuna
|
||||||
Exec=/usr/bin/env codium --new-window %F
|
Exec=/usr/bin/env codium --new-window %F
|
||||||
Icon=/var/lib/snapd/snap/codium/394/meta/gui/codium.png
|
#Icon=/var/lib/snapd/snap/code/158/meta/gui/vscode.png
|
||||||
#Icon=com.vscodium.codium
|
Icon=com.vscodium.codium
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
# https://quad9.net - Anycast, no ECS
|
# https://quad9.net - Anycast, no ECS
|
||||||
doh-url = https://dns.quad9.net/dns-query
|
doh-url = https://dns.quad9.net/dns-query
|
||||||
# ECS
|
# ECS
|
||||||
#doh-url = https://dns11.quad9.net/dns-query
|
#doh-url = https://dns.quad9.net/dns-query
|
||||||
|
|
||||||
# Attempt to use HTTP/3
|
# Attempt to use HTTP/3
|
||||||
http3
|
http3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user