wok diff pcmanfm/stuff/actions/gvfs-info.desktop @ rev 17303

pcmanfm: edit actions.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 31 18:33:48 2014 +0200 (2014-10-31)
parents cce2b600b834
children 052364228d11
line diff
     1.1 --- a/pcmanfm/stuff/actions/gvfs-info.desktop	Thu Oct 30 01:16:39 2014 +0200
     1.2 +++ b/pcmanfm/stuff/actions/gvfs-info.desktop	Fri Oct 31 18:33:48 2014 +0200
     1.3 @@ -1,6 +1,5 @@
     1.4  [Desktop Entry]
     1.5  Type=Action
     1.6 -TargetLocation=true
     1.7  Icon=help-about
     1.8  Profiles=gvfs-info;
     1.9  Name=GVFS info
    1.10 @@ -8,5 +7,3 @@
    1.11  
    1.12  [X-Action-Profile gvfs-info]
    1.13  Exec=sh -c "gvfs-info %u 2>&1 | sed -e '/: /!s|$|&\\n|g' -e '/: /s|: |\\n|1g' | yad --title='GVFS info' --window-icon='gtk-info' --list --width=600 --height=320 --column='Name' --column='Value' --button='gtk-close'"
    1.14 -
    1.15 -#NoExec=sh -c "gvfs-info %u | yad --center --title='GVFS info' --window-icon='gtk-info' --text-info --width=600 --height=320 --fore=#FFF --back=#000 --fontname=monospace --button='gtk-close'"