Commit 770e19f82af03efc56c442795a7b5ada3cb45286

Authored by Perry Werneck
1 parent 3b3672bd

Updating windows schema.

schemas/windows/application.gschema.xml.in
... ... @@ -30,7 +30,7 @@
30 30  
31 31 <schemalist>
32 32  
33   - <schema id="br.com.bb.@PACKAGE_NAME@">
  33 + <schema path="/br/com/bb/@PRODUCT_NAME@/" id="br.com.bb.@PRODUCT_NAME@">
34 34  
35 35 <key name="ui-style" type="u">
36 36 <default>0</default>
... ... @@ -38,18 +38,11 @@
38 38 <description>The ID of the current user interface style</description>
39 39 </key>
40 40  
41   - <key name="gtk-csd" type="i">
42   - <default>0</default>
43   - <summary>GTK CSD</summary>
44   - <description>Gtk Client side decorations</description>
45   - </key>
46   -
47   -
48   - <key name="allow-host-settings" type="b">
49   - <default>true</default>
50   - <summary>Allow host settings</summary>
51   - <description>Allow changing of host session properties</description>
52   - </key>
  41 + <key name="gtk-csd" type="i">
  42 + <default>0</default>
  43 + <summary>GTK CSD</summary>
  44 + <description>Gtk Client side decorations</description>
  45 + </key>
53 46  
54 47 <key name="allow-host-settings" type="b">
55 48 <default>true</default>
... ...
schemas/windows/window.gschema.xml.in
... ... @@ -30,7 +30,7 @@
30 30  
31 31 <schemalist>
32 32  
33   - <schema id="br.com.bb.@PACKAGE_NAME@.window">
  33 + <schema path="/br/com/bb/@PRODUCT_NAME@/window/" id="br.com.bb.@PRODUCT_NAME@.window">
34 34  
35 35 <key name="width" type="i">
36 36 <default>-1</default>
... ... @@ -105,14 +105,20 @@
105 105 </key>
106 106  
107 107 <key name="toolbar-action-names" type="s">
108   - <default>'win.copy,win.paste,win.select-all,separator,win.connect,win.disconnect,separator,win.print,win.close'</default>
  108 + <default>'win.copy,win.paste,win.select-all,separator,win.clear,win.erase-input,separator,win.print,separator,win.zoom-out,win.zoom-fit-best,win.zoom-in'</default>
109 109 <summary>The toolbar action list</summary>
110 110 <description></description>
111 111 </key>
112 112  
113 113 <key name="header-action-names" type="s">
114   - <default>'win.disconnect,win.reconnect,win.file.transfer,win.print:menu.open-menu'</default>
115   - <summary>The actions in the header bar</summary>
  114 + <default>'app.new.tab:menu.open-menu,win.disconnect,win.reconnect'</default>
  115 + <summary>The title bar action list</summary>
  116 + <description></description>
  117 + </key>
  118 +
  119 + <key name="default-session-file" type="s">
  120 + <default>''</default>
  121 + <summary>Path of the default session file</summary>
116 122 <description></description>
117 123 </key>
118 124  
... ...
win/pack.sh
... ... @@ -720,8 +720,6 @@ makeInstaller()
720 720  
721 721 fi
722 722  
723   - /bin/bash
724   -
725 723 for NSI in *.nsi
726 724 do
727 725 makensis ${NSIS_ARGS} ${NSI}
... ...