View Single Post
Posts: 187 | Thanked: 345 times | Joined on Nov 2009
#421
Originally Posted by x-lette View Post
Regarding the profiles I believe that there are better solutions. But other options tweakr offers are:
[*]snap icons to grid
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)

The other two things can probably also be done in similar ways or there are other tools. On this:

Originally Posted by x-lette View Post
but why should I replace one app by two or three or even more?
It's part of the linux philosophy. Have one program do one thing and have it do it right. ProfilesX has a much nicer implementation, which is the reason why Alarmed can easily use it. Actually, alarmed isn't even aware of ProfilesX because it integrates smoothly into Maemo. 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

Code:
echo “alarmed hold” | dpkg --set-selections
as root from a terminal. To unhold it at any future time, do

Code:
echo “alarmed unhold” | dpkg --set-selections
__________________
Author of:
  • The "Alarmed" scheduling and automation app. (Supports alarms, switching profiles, resetting the GPRS counter, setting custom commands to go off, cron syntax and much more. GUI and CLI).
  • "Reaction face-off", a two-player puzzle/knowledge/reaction game.
  • "ytcli", a simple but effective command line youtube client which allows you to play videos from the CLI instantly or download videos on a queue.