ANN: xfce4-notes-plugin version 1.6.0 released
mike.massonnet at gmail.com
mike.massonnet at gmail.com
Fri Nov 23 01:36:55 CET 2007
Goodies List
Bits from the notes plugin rewrite
Keep in mind that:
- your old notes will not work
- your old configuration will not work either
Migrate your old data:
WINDOW_NAME="Notes (migrate)" && mkdir -p
~/.local/share/notes/$WINDOW_NAME && grep '^note[0-9]*='
~/.config/xfce4/panel/notes.rc | cut -d= -f2- | split -l 1 -d -
~/.local/share/notes/$WINDOW_NAME/ && for notes in
~/.local/share/notes/$WINDOW_NAME/* ; do echo -e $(cat $notes) > $notes
; done
Enjoy!
mike
Download this release:
http://goodies.xfce.org/releases/xfce4-notes-plugin/xfce4-notes-plugin-1.6.0.tar.bz2
Changelog:
http://goodies.xfce.org/releases/xfce4-notes-plugin/ChangeLog
Project website:
http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin/
More information about the Xfce
mailing list