Notes
The notes plugin provides you a quick way to paste text, to write down a list of things, to leave a note to your friend, or whatever you had do with Post-It’s.
Status: stable
Author: Mike Massonnet mmassonnet@xfce.org
Blog: http://mmassonnet.blogspot.com/search/label/notes
Tarballs: http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/
Code: http://git.xfce.org/panel-plugins/xfce4-notes-plugin/
Clone: git clone git://git.xfce.org/panel-plugins/xfce4-notes-plugin/ notes-plugin
Bugzilla: http://bugzilla.xfce.org/enter_bug.cgi?product=Xfce4-notes-plugin
Usage
Some Tips
The notes are saved under $XDG_DATA_HOME/notes/ — $XDG_DATA_HOME is an environment variable defined by the XDG base directory specification and defaults to $HOME/.local/share.
Window Manager Hint: You probably want to uncheck the option “Skip windows that have skip pager or skip taskbar properties set” of Xfwm4 (Settings > Window Manager Tweaks > Cycling). The reason is that the notes plugin sets the skip pager hint so it doesn’t clutter your pager, but you still want to access your notes by cycling to them with Alt+Tab.
Screenshots
Downloads
Xfce 4.8: xfce4-notes-plugin-1.7.6.tar.bz2
Xfce 4.6: xfce4-notes-plugin-1.7.2.tar.bz2
Xfce 4.4: xfce4-notes-plugin-1.6.4.tar.bz2
Xfce 4.2: xfce4-notes-plugin-0.11.1.tar.gz
Installation Instructions
1. Install dependencies
The latest version of the notes plugin depends on:
- GTK+ >= 2.14
- GLib >= 2.16
- Libxfcegui4 >= 4.4
- Libxfce4util >= 4.4
- Libxfce4panel >= 4.4
- Xfconf >= 4.6
- Unique >= 1.0
2. Extract source code
tar xf xfce4-notes-plugin-<VERSION>.tar.bz2 cd xfce4-notes-plugin-<VERSION> ./configure # or ./configure --prefix=/usr
3. Install system wide
sudo make install







