wok view pcmanfm/stuff/actions/gvfs-info.desktop @ rev 23007

consonance: added dependency gcc83-lib-base
author Hans-G?nter Theisgen
date Tue Mar 03 07:00:49 2020 +0100 (2020-03-03)
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'"