mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-19 04:47:19 +02:00
Compare commits
4 Commits
70646e7edc
...
97bbaa09a1
Author | SHA1 | Date | |
---|---|---|---|
97bbaa09a1 | |||
7cf8b4b626 | |||
a7a8504311 | |||
f6c8e15c51 |
1
etc/dracut.conf.d/yes_rescue.conf
Normal file
1
etc/dracut.conf.d/yes_rescue.conf
Normal file
@ -0,0 +1 @@
|
||||
dracut_rescue_image="yes"
|
@ -15,6 +15,7 @@ so graphical desktop environments started the apps on login.
|
||||
|
||||
- [`a-*.desktop`](#a-desktop)
|
||||
- [Refreshing the menus](#refreshing-the-menus)
|
||||
- [Default applications](#default-applications)
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
@ -37,3 +38,21 @@ and `~/.local/share/applications/` making life easier.
|
||||
update-desktop-database -v ~/.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,16 +1,17 @@
|
||||
[Desktop Entry]
|
||||
Name=CODIUM
|
||||
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
|
||||
Categories=TextEditor;Development;IDE;Utility;
|
||||
MimeType=application/x-code-workspace;
|
||||
MimeType=text/plain;inode/directory;application/x-codium-workspace;
|
||||
Actions=new-empty-window;
|
||||
Keywords=codium;
|
||||
Keywords=vscodium;codium;vscode;
|
||||
|
||||
[Desktop Action new-empty-window]
|
||||
Name=New Empty Window
|
||||
Name[fi]=Uusi tyhjä ikkuna
|
||||
Exec=/usr/bin/env codium --new-window %F
|
||||
#Icon=/var/lib/snapd/snap/code/158/meta/gui/vscode.png
|
||||
Icon=com.vscodium.codium
|
||||
Icon=/var/lib/snapd/snap/codium/394/meta/gui/codium.png
|
||||
#Icon=com.vscodium.codium
|
||||
|
Loading…
x
Reference in New Issue
Block a user