gnome里新带的这个tomboy,中文翻译为阿帖便笺,真得非常好用!
现在ubuntu edgy里带的版本是0.4.1,是最新的stable版本,但是其开发版本0.5.1也已经出来有一段时间了。实在等不到下一个ubuntu发行版了,自己下载源码编译安装:
cd tomboy-0.5.1
./configure –prefix=/usr
make
有错误,提示我没有找到gmcs:
sudo aptitude install mono-gmcs
sudo aptitude install libmono-cairo2.0-cil
make
checkinstall
sudo dpkg -i tomboy_0.5.1-1_i386.deb
又有错误了,提示我和slab有冲突:
(正在读取数据库 … 系统当前总共安装有 236895 个文件和目录。)
正预备替换 tomboy 0.4.1-0ubuntu3 (使用 tomboy_0.5.1-1_i386.deb) …
正在解压缩将用于更替的包文件 tomboy …
dpkg:处理 tomboy_0.5.1-1_i386.deb (–install)时出错:
正试图覆盖“/etc/gconf/gconf.xml.defaults/%gconf-tree-cs.xml”,它属于软件包 slab
dpkg-deb: 子进程 paste 被信号(Broken pipe)终止了
在处理时有错误发生:
tomboy_0.5.1-1_i386.deb
slab好像是我自己编译安装的一个SUSE菜单,那就把它删除掉:
sudo aptitude remove slab
sudo dpkg -i tomboy_0.5.1-1_i386.deb
OK!大功告成。
新版本的更新有:
* New Managed D-Bus/DBusSharp (Sebastian Dröge).
* Additional search interface improvements.
* More secure wrapper script to launch Tomboy.exe.
* Fix panel and TrayIcon resizing.
* Fix 1×1 pixel TrayIcon.
* Removed old tintin image.
* New note pinning in main menu.
* New integrated table of contents and search.
* New find bar for searching inside a single note.
* New Bugzilla plugin (David Trowbridge).
* New Tomboy icons (Jakub Steiner).
* Timestamped logging to ~/.tomboy.log.
* Export to HTML now uses Gtk.FileChooserDialog.
* Number of notes in main menu configurable in GConf.
* Removed old gtk-sharp dependency, uses gtk-sharp2 now.
现在的图像:
发表回复