diff options
author | Jani Välimaa <wally@mageia.org> | 2012-07-21 21:38:24 +0000 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2012-07-21 21:38:24 +0000 |
commit | 73af4be4b1c21397905f24c68a9e2c77cf89493f (patch) | |
tree | 68affaf11508ddac46bce4efa38cae4177e22bfd /data/xfce4/xfconf | |
parent | 691a6ff9daea21874c2fb17e31b24991ccdfd65d (diff) | |
download | config-73af4be4b1c21397905f24c68a9e2c77cf89493f.tar config-73af4be4b1c21397905f24c68a9e2c77cf89493f.tar.gz config-73af4be4b1c21397905f24c68a9e2c77cf89493f.tar.bz2 config-73af4be4b1c21397905f24c68a9e2c77cf89493f.tar.xz config-73af4be4b1c21397905f24c68a9e2c77cf89493f.zip |
- sync xfce4-appfinder settings with upstream Xfce 4.10
- add !b and !bb actions to open browser and perform searches in Mageia bugzilla
* !b performs a search with a bug numer
* !bb performs a quicksearch with a search string
Diffstat (limited to 'data/xfce4/xfconf')
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml | 52 |
1 files changed, 49 insertions, 3 deletions
diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml index 218c03c..b13500f 100644 --- a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml @@ -1,7 +1,53 @@ <?xml version="1.0" encoding="UTF-8"?> <channel name="xfce4-appfinder" version="1.0"> - <property name="category" type="string" value=""/> - <property name="window-width" type="int" value="640"/> - <property name="window-height" type="int" value="480"/> + <property name="actions" type="array"> + <value type="int" value="6"/> + <value type="int" value="5"/> + <value type="int" value="4"/> + <value type="int" value="3"/> + <value type="int" value="2"/> + <value type="int" value="1"/> + <property name="action-6" type="empty"> + <property name="type" type="int" value="0"/> + <property name="pattern" type="string" value="#"/> + <property name="command" type="string" value="exo-open --launch TerminalEmulator man %s"/> + <property name="save" type="bool" value="false"/> + </property> + <property name="action-5" type="empty"> + <property name="type" type="int" value="0"/> + <property name="pattern" type="string" value="!b"/> + <property name="command" type="string" value="exo-open --launch WebBrowser https://bugs.mageia.org/show_bug.cgi?id=%s"/> + <property name="save" type="bool" value="false"/> + </property> + <property name="action-4" type="empty"> + <property name="type" type="int" value="0"/> + <property name="pattern" type="string" value="!bb"/> + <property name="command" type="string" value="exo-open --launch WebBrowser https://bugs.mageia.org/buglist.cgi?quicksearch=%s"/> + <property name="save" type="bool" value="false"/> + </property> + <property name="action-3" type="empty"> + <property name="type" type="int" value="0"/> + <property name="pattern" type="string" value="!w"/> + <property name="command" type="string" value="exo-open --launch WebBrowser http://en.wikipedia.org/wiki/%s"/> + <property name="save" type="bool" value="false"/> + </property> + <property name="action-2" type="empty"> + <property name="type" type="int" value="0"/> + <property name="pattern" type="string" value="!"/> + <property name="command" type="string" value="exo-open --launch TerminalEmulator %s"/> + <property name="save" type="bool" value="true"/> + </property> + <property name="action-1" type="empty"> + <property name="type" type="int" value="1"/> + <property name="pattern" type="string" value="^(file|http|https):\/\/(.*)$"/> + <property name="command" type="string" value="exo-open \0"/> + <property name="save" type="bool" value="false"/> + </property> + </property> + <property name="last" type="empty"> + <property name="window-height" type="int" value="400"/> + <property name="window-width" type="int" value="400"/> + <property name="pane-position" type="int" value="180"/> + </property> </channel> |