~ubuntu-branches/ubuntu/quantal/cairo-dock-plug-ins/quantal-201208191523

« back to all changes in this revision

Viewing changes to Doncky/data/Doncky.conf.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2010-08-10 00:05:57 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100810000557-pfxoz5w7hbyclcqh
Tags: 2.2.0~0beta4-0ubuntu1
* New Upstream Version (LP: #614625)
* Fixed a few bugs on LP:
 - LP: #483963: Dustbin applet does not display trashes on all volumes
 - LP: #485159: Some apps have problem with Systray
 - LP: #500677: ~/.xsession-errors is too much used by CD
 - LP: #500979: Shortcuts: the order gets messed up
 - LP: #521531: Mail: crashes on Maildir
 - LP: #519915: GTG: create a new applet to control GTG
 - LP: #526138: GMenu doesn't handle desktop file exec strings properly
 - LP: #531317: CMake: Added an error if the prefix of 'cairo-dock-plugins'
                 is not the same 'cairo-dock-core'
 - LP: #531319: CMake: check the version of 'cairo-dock' when building
                 'cairo-dock-plugins'
 - LP: #537115: Click at the position where icon lavel was, the icon
                 and dock still receive the event
 - LP: #537943: Terminal applet shortkey behaviour
 - LP: #538637: Trash applet doesn't create .trashinfo files on XFCE
 - More details on the 'ChangeLog' file
* debian/rules:
 - Autotools has been replaced by CMake
 - cdbs is now used.
* debian/copyright:
 - Updated with the new applets
* debian/control:
 - Autotools has been replaced by CMake
 - Added libcurl4-gnutls-dev, libindicator-dev, libdbusmenu-glib-dev
   libido-0.1-dev, libical-dev, libdbusmenu-gtk-dev as Build-deps
 - Bump Standard-Version to 3.9.1
 - Wget is required for dnd2share applet
 - Added the exact realease for 'cairo-dock-dev' in order to prevent any
    build error if this package is not already available (thx to didrocks)
* debian/cairo-dock-plug-ins*.install:
 - All sonames are now installed into lib32 or lib64 (lib*)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!en;@VERSION_DONCKY@
 
2
 
 
3
#[gtk-about]
 
4
[Icon]
 
5
 
 
6
#j+[0;600] Desired icon size for this applet
 
7
#{Set to 0 to use the default applet size}
 
8
icon size = 0;0
 
9
 
 
10
#s Name of the icon as it will appear in its caption in the dock:
 
11
name = Doncky
 
12
 
 
13
#S+ Image filename:
 
14
#{Leave empty to use the default one.}
 
15
icon = 
 
16
 
 
17
#d Name of the dock it belongs to:
 
18
dock name = 
 
19
 
 
20
order=
 
21
 
 
22
#[gtk-convert]
 
23
[Desklet]
 
24
 
 
25
#X[Position]
 
26
frame_pos =
 
27
 
 
28
#b Lock position?
 
29
#{If locked, the desklet cannot be moved by simply dragging it with the left mouse button. It can still be moved with ALT + left-click.}
 
30
locked = false
 
31
 
 
32
#j+[50;1200] Desklet dimensions (width x height):
 
33
#{Depending on your WindowManager, you may be able to resize this with ALT + middle-click or ALT + left-click.}
 
34
size = 260;160
 
35
 
 
36
#i[-2048;2048] Desklet position (x, y):
 
37
#{Depending on your WindowManager, you may be able to move this with ALT + left-click.}
 
38
x position=0
 
39
#i[-2048;2048] ...
 
40
y position=0
 
41
 
 
42
#I[-180;180] Rotation:
 
43
#{You can quickly rotate the desklet with the mouse, by dragging the little buttons on its left and top sides.}
 
44
rotation = 0
 
45
 
 
46
#X[Visibility]
 
47
frame_visi =
 
48
 
 
49
#b Is detached from the dock
 
50
initially detached=true
 
51
#l[Normal;Keep above;Keep below;Keep on widget layer;Reserve space] Visibility:
 
52
#{for CompizFusion's "widget layer", set behaviour in Compiz to: (class=Cairo-dock & type=utility)}
 
53
accessibility=0
 
54
#b Should be visible on all desktops?
 
55
sticky=true
 
56
 
 
57
 
 
58
 
 
59
 
 
60
#F[Decorations;gtk-orientation-portrait]
 
61
frame_deco=
 
62
 
 
63
#o+ Choose a decoration theme for this desklet:
 
64
#{Choose 'Custom decorations' to define your own decorations below.}
 
65
decorations = default
 
66
 
 
67
#v
 
68
sep_deco =
 
69
 
 
70
#S+ Background image:
 
71
#{Image to be displayed below drawings, e.g. a frame. Leave empty for no image.}
 
72
bg desklet =
 
73
#e+[0;1] Background transparency:
 
74
bg alpha = 1
 
75
#i+[0;256] Left offset:
 
76
#{in pixels. Use this to adjust the left position of drawings.}
 
77
left offset = 0
 
78
#i+[0;256] Top offset:
 
79
#{in pixels. Use this to adjust the top position of drawings.}
 
80
top offset = 0
 
81
#i+[0;256] Right offset:
 
82
#{in pixels. Use this to adjust the right position of drawings.}
 
83
right offset = 0
 
84
#i+[0;256] Bottom offset:
 
85
#{in pixels. Use this to adjust the bottom position of drawings.}
 
86
bottom offset = 0
 
87
#S+ Foreground image:
 
88
#{Image to be displayed above the drawings, e.g. a reflection. Leave empty for no image.}
 
89
fg desklet =
 
90
#e+[0;1] Foreground tansparency:
 
91
fg alpha = 1
 
92
 
 
93
 
 
94
#[gtk-preferences]
 
95
[Configuration]
 
96
 
 
97
#S+ Specify the xml file to be used :
 
98
#{Leave empty to use the default one.
 
99
xml_filepath =
 
100
 
 
101
#[gtk-dialog-info]
 
102
[Appearance]
 
103
 
 
104
#F[Text;gtk-italic]
 
105
text = 
 
106
 
 
107
#P+ Default Font:
 
108
#{Font to be used by default if none is specify in the .xml}
 
109
default_font=Sans 8
 
110
 
 
111
#C+ Default colour:
 
112
#{Color to be used by default if none is specify in the .xml}
 
113
default_text_color=1.0;1.0;1.0;1.0
 
114
 
 
115
#I+[0;48] Margin all around the desklet:
 
116
#{Margin to be used on left, right and top of the desklet}
 
117
text_margin=0
 
118
 
 
119
#I+[0;24] Space between lines:
 
120
#{Use this to increase the space between the lines}
 
121
space_between_lines=0
 
122
 
 
123
#F[Background;gtk-orientation-portrait]
 
124
frame_background= 
 
125
 
 
126
#B+[5] Display a simple background?
 
127
#{You can have more attractive backgrounds using the Desklet decorations}
 
128
display_background=true
 
129
 
 
130
#C+ Background first colour :
 
131
#{first colour of the gradation}
 
132
background_color1=0.16;0.16;0.16;1.0
 
133
 
 
134
#C+ Background second colour:
 
135
#{second colour of the gradation}
 
136
background_color2=0.52;0.35;1.0;0.91
 
137
 
 
138
#i+[0;50] Background radius corner:
 
139
#{Set the radius corner to 0 for no radius}
 
140
background_radius=15
 
141
 
 
142
#i+[0;10] Border thickness:
 
143
#{Set the thickness to 0 for no border}
 
144
border_thickness=2
 
145
 
 
146
#C+ Border colour :
 
147
#{Border colour}
 
148
border_color=0.;0.;0.;1.;
 
149