wok-current view pcmanfm/stuff/actions/gvfs-info.desktop @ rev 21785
minetest, openal: add post_install (thanks Rene Rivero)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 21 11:32:27 2019 +0200 (2019-07-21) |
parents | c4e9dda3e42d |
children |
line source
1 [Desktop Entry]
2 Type=Action
3 Icon=help-about
4 Profiles=gvfs-info;
5 Name=GVFS info
6 Name[ru]=Информация GVFS
8 [X-Action-Profile gvfs-info]
9 Exec=sh -c "gvfs-info %u 2>&1 | sed -e '/: /!s|$|&\\n|' -e '/: /s|: |\\n|' | yad --title='GVFS info' --window-icon='gtk-info' --list --width=600 --height=320 --column='Name' --column='Value' --button='gtk-close'"