Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thunar:dev:gio_metadata [2020/06/25 11:06] – created alexxconsthunar:dev:gio_metadata [2022/12/30 22:36] (current) – [Thunar - Using gfvs metadata] alexxcons
Line 1: Line 1:
 +~~NOTOC~~ 
 +{{ :thunar:dev:thunar.png?nolink|}} 
 +====== Thunar - Using gfvs metadata ======
    gio info -a 'metadata::*' $HOME    gio info -a 'metadata::*' $HOME
  
Line 15: Line 17:
          metadata::mynote: Please remember to delete this file!          metadata::mynote: Please remember to delete this file!
      
-(Info from [[https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/desktop_migration_and_administration_guide/using-gvfs-metadata|here]])+(Info from [[https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/desktop_migration_and_administration_guide/using-gvfs-metadata|Redhat]]) 
 + 
 + 
 +Check used emblems of a file: 
 + 
 +   $ gio info 22 | grep emblem 
 +   metadata::emblems: [emblem-favorite-symbolic.symbolic, emblem-generic] 
 + 
 +Set some other emblems: 
 + 
 +   $ gio set 22 metadata::emblems --type=stringv emblem-debian emblem-default 
 + 
 +Note that it is required to refresh the folder to see the changes 
 + 
 +---- 
 +[[:thunar:dev:|Back to Thunar Dev Notes]] 
 + 
 +[[https://docs.xfce.org/xfce/thunar/start|Back to Thunar main page]]