~cairo-dock-team/ubuntu/precise/cairo-dock-plug-ins/984054

« back to all changes in this revision

Viewing changes to stack/data/stack.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:
6
6
#{Set to 0 to use the default applet size}
7
7
icon size = 0;0
8
8
 
9
 
#s Name of the icon as it will appear in its label in the dock :
10
 
#{Let empty to use a default name}
 
9
#s Name of the icon as it will appear in its caption in the dock:
 
10
#{Leave empty to use a default name}
11
11
name = _Stack_
12
12
 
13
 
#S+ Image's filename :
14
 
#{Let empty to use the default one.}
 
13
#S+ Image filename:
 
14
#{Leave empty to use the default one.}
15
15
icon = 
16
16
 
17
17
#d Name of the dock it belongs to:
30
30
#X[Position]
31
31
frame_pos =
32
32
 
33
 
#b Lock position ?
34
 
#{If locked, the desklet can't be moved by simply dragging it with the left mouse button. Of course you can still move it with ALT + left_click.}
 
33
#b Lock position?
 
34
#{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.}
35
35
locked = false
36
36
 
37
 
#j+[96;512] Desklet's dimension (width x height) :
38
 
#{Depending on your WindowManager, you can resize it with ALT + middle_click or ALT + left_click for exemple.}
 
37
#j+[96;512] Desklet dimensions (width x height):
 
38
#{Depending on your WindowManager, you may be able to resize this with ALT + middle-click or ALT + left-click.}
39
39
size = 256;256
40
40
 
41
 
#i[-2048;2048] Desklet's position (x ; y) :
42
 
#{Depending on your WindowManager, you can move it with ALT + left_click}
 
41
#i[-2048;2048] Desklet position (x, y):
 
42
#{Depending on your WindowManager, you may be able to move this with ALT + left-click.}
43
43
x position=0
44
44
#i[-2048;2048] ...
45
45
y position=0
46
46
 
47
 
#I[-180;180] Rotation :
 
47
#I[-180;180] Rotation:
48
48
#{You can quickly rotate the desklet with the mouse, by dragging the little buttons on its left and top sides.}
49
49
rotation = 0
50
50
 
51
51
#X[Visibility]
52
52
frame_visi =
53
53
 
54
 
#b Is detached from the dock ?
 
54
#b Is detached from the dock
55
55
initially detached=false
56
 
#l[Normal;Keep above;Keep below;On Widget Layer;Reserve space] Visibility :
 
56
#l[Normal;Keep above;Keep below;Keep on widget layer;Reserve space] Visibility:
57
57
#{for CompizFusion's "widget layer", set behaviour in Compiz to: (class=Cairo-dock & type=utility)}
58
58
accessibility=0
59
 
#b Should be visible on all desktops ?
 
59
#b Should be visible on all desktops?
60
60
sticky=true
61
61
 
62
62
 
63
63
 
64
 
use size=
65
64
 
66
65
#F[Decorations;gtk-orientation-portrait]
67
66
frame_deco=
68
67
 
69
 
#o+ Choose a decoration theme for this desklet :
 
68
#o+ Choose a decoration theme for this desklet:
70
69
#{Choose 'Custom decorations' to define your own decorations below.}
71
70
decorations = default
72
71
 
73
72
#v
74
73
sep_deco =
75
74
 
76
 
#S+ Background image :
77
 
#{It's an image that will be displayed below the drawings, like a frame for exemple. Let empty to not use any.}
 
75
#S+ Background image:
 
76
#{Image to be displayed below drawings, e.g. a frame. Leave empty for no image.}
78
77
bg desklet =
79
 
#e+[0;1] Background tansparency :
 
78
#e+[0;1] Background transparency:
80
79
bg alpha = 1
81
 
#i+[0;256] Left offset :
82
 
#{in pixels. Use this to adjust the left position of the drawings.}
 
80
#i+[0;256] Left offset:
 
81
#{in pixels. Use this to adjust the left position of drawings.}
83
82
left offset = 0
84
 
#i+[0;256] Top offset :
85
 
#{in pixels. Use this to adjust the top position of the drawings.}
 
83
#i+[0;256] Top offset:
 
84
#{in pixels. Use this to adjust the top position of drawings.}
86
85
top offset = 0
87
 
#i+[0;256] Right offset :
88
 
#{in pixels. Use this to adjust the right position of the drawings.}
 
86
#i+[0;256] Right offset:
 
87
#{in pixels. Use this to adjust the right position of drawings.}
89
88
right offset = 0
90
 
#i+[0;256] Bottom offset :
91
 
#{in pixels. Use this to adjust the bottom position of the drawings.}
 
89
#i+[0;256] Bottom offset:
 
90
#{in pixels. Use this to adjust the bottom position of drawings.}
92
91
bottom offset = 0
93
 
#S+ Foreground image :
94
 
#{It's an image that will be displayed above the drawings, like a reflect for exemple. Let empty to not use any.}
 
92
#S+ Foreground image:
 
93
#{Image to be displayed above the drawings, e.g. a reflection. Leave empty for no image.}
95
94
fg desklet =
96
 
#e+[0;1] Foreground tansparency :
 
95
#e+[0;1] Foreground tansparency:
97
96
fg alpha = 1
98
97
 
99
98
#[gtk-preferences]
103
102
 
104
103
#F[Display;gtk-dialog-info]
105
104
frame_sub=
106
 
#n+ Name of the view used for the sub-dock :
107
 
#{Let it empty to use default sub-dock view.}/
 
105
#n+ Sub-dock view name:
 
106
#{Leave empty to use default sub-dock view.}/
108
107
renderer = 
109
108
 
110
109
#l+[Slide;Tree] Type of view for the desklet mode :
111
110
desklet renderer = 0
112
111
 
113
 
#S+ Image for the 'text' items :
 
112
#S+ Image for 'text' items:
114
113
#{They are items created by dropping a text into the Stack.}
115
114
text icon = 
116
115
 
117
 
#S+ Image for the 'URL' items :
118
 
#{They are items created by dropping an URL into the Stack.}
 
116
#S+ Image for 'URL' items:
 
117
#{These are items created by dropping a URL into the Stack.}
119
118
url icon = 
120
119
 
121
120
 
122
121
#F[Options;gtk-file]
123
122
frame_opt = 
124
 
#B Filter files with their mime types ?
125
 
#{This options allow you to avoid some files to be displayed in the stacks considering their types (video, images, etc...)}
 
123
#B Filter files on MIME type?
 
124
#{These options allow you to prevent some files from displaying in stacks based on their type (video, image, etc.)}
126
125
filter = false
127
 
#U Here you can specify a list of mime types to avoid :
128
 
#{Eg: image, text, video, audio, application, ...}/
 
126
#U Here you can specify a list of MIME types to ignore:
 
127
#{E.g. image, text, video, audio, application...}/
129
128
mime = application
130
129
 
131
130
#v
132
131
sep =
133
132
 
134
 
#l[Name;Date;Type;Manual order] Sort items by :
 
133
#l[Name;Date;Type;Manual order] Sort items by:
135
134
sort by = 1
136
135
 
137
 
#b When copy/paste/cut, use the selection clipboard ?
138
 
#{It is the selection made by the mouse, by opposition to the usual ctrl+c/ctrl+v clipboard}
 
136
#b When copying/pasting/cutting, use the selection clipboard?
 
137
#{It is the selection made by the mouse, as opposed to usual ctrl+c/ctrl+v clipboard}
139
138
selection = false