GNOME ∆
raccourcis ∆
navigation ∆
- Open dconf-editor
- Go to
org/gnome/desktop/wm/keybindings
- Move the value
'<Alt>Tab'
fromswitch-applications
toswitch-windows
- Optionally move
'<Shift><Alt>Tab'
from switch-applications-backward
toswitch-windows-backward
- If you want
switch-windows
to work across desktops, not just in the current desktop, you can also uncheckorg/gnome/shell/window-switcher/current-workspace-only
(https://superuser.com/a/860001/1181200)
hack ∆
agent SSH dans Nautilus ∆
gdb -batch -ex "attach $(pidof gvfsd)" -ex "call (int) putenv(\"SSH_AUTH_SOCK=$SSH_AUTH_SOCK\")" -ex "detach"
https://gitlab.gnome.org/GNOME/gvfs/-/issues/719
afficher miniatures dans nautilus ∆
https://moritzmolch.com/blog/1749.html
File: /usr/share/thumbnailers/kra.thumbnailer
[Thumbnailer Entry]
TryExec=unzip
Exec=sh -c "unzip -p \"%i\" preview.png > %o"
MimeType=application/x-krita;
File: /usr/share/thumbnailers/ora.thumbnailer
[Thumbnailer Entry]
TryExec=unzip
Exec=sh -c "unzip -p \"%i\" Thumbnails/thumbnail.png > %o"
MimeType=image/openraster;
File: /usr/share/thumbnailers/webp.thumbnailer
[Thumbnailer Entry]
TryExec=convert
Exec=convert "webp:%i" -scale 512x%s png:%o
MimeType=image/webp;
File: /usr/share/thumbnailers/psd.thumbnailer
[Thumbnailer Entry]
TryExec=convert
Exec=convert "psd:%i[0]" -scale 512x%s png:%o
MimeType=image/vnd.adobe.photoshop;
File: /usr/share/thumbnailers/xcf.thumbnailer
[Thumbnailer Entry]
TryExec=xcf2png
Exec=sh -c "xcf2png \"%i\" -o - | convert -scale 512x%s - png:%o"
MimeType=image/x-xcf;