P@t
|
2011-01-06
, 11:40
|
Posts: 343 |
Thanked: 819 times |
Joined on Jan 2010
@ Paris, France
|
#221
|
The Following 2 Users Say Thank You to P@t For This Useful Post: | ||
|
2011-01-06
, 12:01
|
Posts: 456 |
Thanked: 1,580 times |
Joined on Dec 2009
|
#223
|
Sorry for being late in replying: that was the first time I ever installed advanced clock plugin. And I had installed it through the standard application manager.
The Following 2 Users Say Thank You to Wonko For This Useful Post: | ||
|
2011-01-06
, 14:54
|
Posts: 210 |
Thanked: 69 times |
Joined on Apr 2010
@ NYC!!!!!!!!!!!!
|
#224
|
Should be fixed in 0.11.2.
Could you please try if this solves your issue.
@ddiscodave
Please be patient.
It is usually considered bad netiquette to bump a question that quickly.
We do understand that some problems might be unpleasant but typically we cannot answer instantly.
Usually, your question will be answered sooner or later.
With respect to your question:
Did you have an earlier version of advanced-clock-plugin installed?
If so, could you try removing it completely by running the following as root:
If this still does not solve your issue try installing it via the command line by running (as root):Code:dpkg -r advanced-clock-plugin dpkg -r advanced-clock-plugin-settings-ui
and post the output here.Code:apt-get install advanced-clock-plugin
Edit:
@P@t:
Did you have an earlier version installed or was this the first time you installed advanced-clock-plugin?
|
2011-01-06
, 14:54
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#225
|
|
2011-01-06
, 15:57
|
Posts: 482 |
Thanked: 550 times |
Joined on Oct 2010
|
#226
|
It MAY be able to display an actual image though; I've been contemplating doing that for a while now, if possible.
image = "/usr/share/icons/blender.png" #replace with path surface = cairo.ImageSurface.create_from_png(image) pattern = cairo.SurfacePattern(surface) matrix = cairo.Matrix(x0=-x, y0=-y) #where (x,y) is the #upper-left coordinates #of the image pattern.set_matrix(matrix) cr.set_source(pattern) #replace cr with the name #of the cairo context
The Following 2 Users Say Thank You to skykooler For This Useful Post: | ||
|
2011-01-06
, 23:40
|
|
Posts: 133 |
Thanked: 140 times |
Joined on Feb 2010
@ Bristol, UK
|
#227
|
The Following User Says Thank You to Hootenholler For This Useful Post: | ||
|
2011-01-07
, 01:49
|
Posts: 188 |
Thanked: 53 times |
Joined on May 2010
|
#228
|
|
2011-01-07
, 03:09
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#229
|
Still trying to come up with a simple Date & Time clock that's easier to see at a glance and I have had a good crack at writing my own clock style but without much (read = any!) joy... I can see the parts of the various styles that I want to put together, but when I put them together, they kill the clock. If anybody could help me with my horrid Dr Frankenstein coding, I'd be truly grateful!
show time and date as "00:00 dd/mm" on one row of text without cutting characters off the end?
thanks for the info guys, managed to change the alarm on arc to green. will fiddle around a bit and see if can get it to display an image instead.
The Following 3 Users Say Thank You to Mentalist Traceur For This Useful Post: | ||
|
2011-01-07
, 04:23
|
Posts: 482 |
Thanked: 550 times |
Joined on Oct 2010
|
#230
|
The Following User Says Thank You to skykooler For This Useful Post: | ||