[Goodies-dev] ANN: xfce4-notes-plugin version 1.6.0 released

mmassonnet at gmail.com mmassonnet at gmail.com
Fri Nov 23 02:01:54 CET 2007


On Fri, Nov 23, 2007 at 12:36:55AM +0000, mike.massonnet at gmail.com wrote:
>         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

Sorry for this, it's a one liner hard to copy/paste, so here:

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/
> _______________________________________________
> Goodies-dev mailing list
> Goodies-dev at xfce.org
> http://foo-projects.org/mailman/listinfo/goodies-dev



More information about the Goodies-dev mailing list