wok-6.x annotate pcmanfm/stuff/actions/gvfs-info.desktop @ rev 19989
Add knot
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 02 18:38:44 2017 +0200 (2017-07-02) |
parents | c4e9dda3e42d |
children |
rev | line source |
---|---|
al@17294 | 1 [Desktop Entry] |
al@17294 | 2 Type=Action |
al@17294 | 3 Icon=help-about |
al@17294 | 4 Profiles=gvfs-info; |
al@17294 | 5 Name=GVFS info |
al@17294 | 6 Name[ru]=Информация GVFS |
al@17294 | 7 |
al@17294 | 8 [X-Action-Profile gvfs-info] |
al@18657 | 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'" |