![]() |
2011-02-15
, 11:23
|
Posts: 539 |
Thanked: 165 times |
Joined on Feb 2010
@ Berlin, Germany
|
#432
|
![]() |
2011-02-15
, 11:24
|
|
Posts: 4,365 |
Thanked: 2,467 times |
Joined on Jan 2010
@ Australia Mate
|
#433
|
![]() |
2011-02-15
, 14:50
|
|
Posts: 77 |
Thanked: 49 times |
Joined on Apr 2010
@ Italy
|
#434
|
This can be done by simply editing a single config file. (Edit /usr/share/hildon-desktop/transitions.ini, look for snap_grid_size and set it to anything higher (snapping is at 4 by default)
With tweakr, people who don't use english cannot switch profiles which is a pretty bad bug imho.
Well if you want to stick with tweakr, just don't upgrade alarmed. To make the updater ignore alarmed updates by default, you should be able to just do
as root from a terminal. To unhold it at any future time, doCode:echo “alarmed hold” | dpkg --set-selections
Code:echo “alarmed unhold” | dpkg --set-selections
![]() |
2011-02-16
, 14:17
|
Posts: 89 |
Thanked: 52 times |
Joined on Jan 2010
@ London, UK
|
#435
|
Hi, I read all pages of the forum because it seemed me like alarmed doesn't really support complex and comfortable cron syntax. I found two persons who missed this feature and I'm missing it also, so I implemented it in function "interpretCronString". In my version you can use */n and n-m like elements and it changes the element to a normal list not to confuse other codes. Here is the diff, please take a look!
min=[str(i) for i in range(0,59,n)]
min=[str(i) for i in range(0,59) if not i%n]
hour=[str(i) for i in range(0,23,n)]
hour=[str(i) for i in range(0,23) if not i%n]
month=[str(i+1) for i in range(0,11,n)]
The Following User Says Thank You to jgbreezer For This Useful Post: | ||
![]() |
2011-02-19
, 11:48
|
Posts: 4 |
Thanked: 4 times |
Joined on Dec 2010
@ Budapest
|
#436
|
![]() |
2011-03-09
, 22:50
|
Posts: 569 |
Thanked: 462 times |
Joined on Jul 2010
@ USA
|
#437
|
![]() |
2011-03-10
, 21:17
|
Posts: 436 |
Thanked: 298 times |
Joined on Jan 2010
@ England
|
#438
|
The Following User Says Thank You to fraaaaanka For This Useful Post: | ||
![]() |
2011-03-11
, 12:02
|
Posts: 436 |
Thanked: 298 times |
Joined on Jan 2010
@ England
|
#439
|
I have commands that are executed at the top of each hour, in particular a command to play a sound file for clock chimes of that hour (soundfile with 1 chime at 1 o'clock, soundfile with 2 chimes at 2 o'clock, etc.)
![]() |
2011-03-12
, 02:49
|
Posts: 569 |
Thanked: 462 times |
Joined on Jul 2010
@ USA
|
#440
|
Since the entries made are actually a part of alarmd's setup, they were still there when Alarmed was re-installed.