You are not logged in.
I just installed community/cherrytree 0.26-1 and notice that two initial configuration dialogs are missing when starting the program (for the first time); ref.:
http://dl.dropbox.com/u/29682329/Cherry … arted.html
Is this an oversight by the packager, or has the program changed from what is described in the manual? The Arch version is also two versions behind. Is anyone using the Cherrytree note taking application?
Last edited by whaler (2012-09-09 22:16:59)
Offline
Pick from the menu 'File' -> 'New instance'. It gives you the first dialog (mine has OK / Cancel buttons reversed).
'File' -> 'Save' (or 'Save As') gives you the second dialog.
Edit: Flagged it out-of-date http://www.archlinux.org/packages/commu … herrytree/
Updated PKGBUILD:
--- PKGBUILD 2012-09-09 18:56:49.161382422 +0000
+++ PKGBUILD-new 2012-09-09 18:54:24.414725696 +0000
@@ -5,7 +5,7 @@
# Contributor: Tomas A. Schertel <tschertel@gmail.com>
pkgname=cherrytree
-pkgver=0.26
+pkgver=0.26.3
pkgrel=1
pkgdesc="A hierarchical note taking application featuring rich text and syntax highlighting"
arch=('any')
@@ -14,7 +14,7 @@
depends=('pygtksourceview2' 'hicolor-icon-theme' 'desktop-file-utils')
install=$pkgname.install
source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.bz2)
-md5sums=('434acd8f85e4898f816faedc5054e88e')
+md5sums=('cfe228f5228a40dd491b45920d11cc71')
build() {
cd "$srcdir/${pkgname}-${pkgver}"(version bump + checksum change)
Last edited by karol (2012-09-09 21:06:08)
Offline
Pick from the menu 'File' -> 'New instance'. It gives you the first dialog (mine has OK / Cancel buttons reversed).
'File' -> 'Save' (or 'Save As') gives you the second dialog.(...)
Updated PKGBUILD: (...)
Thanks a lot - and for the updated PKGBUILD!
Offline
cherrytree 0.26.3-1 is available in the repos now :-)
Offline
I noticed, and upgraded.
Thanks - You're faster than me... ;-)
Offline