MX-17: CherryTree thread

Message
Author
User avatar
Richard
Posts: 1577
Joined: Fri Dec 12, 2008 10:31 am

MX-17: CherryTree thread

#1 Post by Richard »

on CherryTree, hierarchial note taking application, upcoming port for compat with Buster:

https://www.giuspen.com/topic/status-of ... ost-124867
There is a bit of abandonware but only in the forum 🙂
I’m still struggling to find free time since the family 2.0 (second kid born) but I’m the first user of cherrytree (using it daily at work) and really keen to work on the port to gtkmm3 that is paramount.
I will likely release a new pygtk version soon in the meanwhile with mostly bug fixes.
May the source be with you 🙂
Richard wrote: Mon Aug 27, 2018 11:44 pm
A port would be timely, since the support libraries for the current version aren't in Debian testing any longer, which means it can't be installed there or in any upcoming MX version based on Buster.
Thanks, Stevo, I'll mention that in the forum.
Lastest news:
Hi @richard, thanks I know the porting is more and more urgent. I’ve been able to make some small but important progress in the summer completing the support for password protection without using an external command line binary (p7zip is now built from sources together with the the cherrytree C++ sources). About the time to dedicate to it, I’m starting to wake up earlier every morning to have a daily timeslot, so the progress will boost.
Cheers,
Thinkpad T430 & Dell Latitude E7450, both with MX-21.3.1
kernal 5.10.0-26-amd64 x86_64; Xfce-4.18.0; 8 GB RAM
Intel Core i5-3380M, Graphics, Audio, Video; & SSDs.

User avatar
Stevo
Developer
Posts: 12832
Joined: Fri Dec 15, 2006 8:07 pm

Re: MX-17: CherryTree thread

#2 Post by Stevo »

We do have the current 0.38.5 release in the MX 15/16 and 17 test repos, by the way: https://repology.org/metapackage/cherrytree/versions

User avatar
anticapitalista
Developer
Posts: 4165
Joined: Sat Jul 15, 2006 10:40 am

Re: MX-17: CherryTree thread

#3 Post by anticapitalista »

It (0.38.5 release) is also in main antiX repos and has been working ok without issue.
anticapitalista
Reg. linux user #395339.

Philosophers have interpreted the world in many ways; the point is to change it.

antiX with runit - lean and mean.
https://antixlinux.com

User avatar
Richard
Posts: 1577
Joined: Fri Dec 12, 2008 10:31 am

Re: MX-17: CherryTree thread

#4 Post by Richard »

Running 38.7 from giusepen github site.

State of development:

Code: Select all

giuspen noreply@giuspen.com via hostingweb1.netsons.net 
4:08 PM (19 minutes ago)
to noreply

giuspen wrote:

The read only milestone is complete just before the end of 2018: 
the gtkmm3 version can now read and display the data of the four cherrytree document types.

If you want to try and build it, see future/README.
Post Link: https://www.giuspen.com/topic/status-of-the-development/page/4/#post-125167
and here:

Code: Select all

plugins development versions :
the source code is version controlled with git and hosted by github.
you can get a clone of the cherrytree git repository issuing the command:

terminal git clone https://github.com/giuspen/cherrytree.git git_cherrytree
terminal cd git_cherrytree
terminal ./cherrytree
Last edited by Richard on Tue Jan 01, 2019 12:30 am, edited 2 times in total.
Thinkpad T430 & Dell Latitude E7450, both with MX-21.3.1
kernal 5.10.0-26-amd64 x86_64; Xfce-4.18.0; 8 GB RAM
Intel Core i5-3380M, Graphics, Audio, Video; & SSDs.

skidoo
Posts: 753
Joined: Tue Sep 22, 2015 6:56 pm

Re: MX-17: CherryTree thread

#5 Post by skidoo »

https://github.com/giuspen/cherrytree/b ... ngelog.txt

0.38.7 (December 16th, 2018)
* bugfix - problem of locale.getdefaultlocale behavioural change in python (#412)
* bugfix - must not allow deletion of a node that is read only (#419)
* allow deletion of a recent documents entry via entry submenu (#382)
* renamed two iterated find dialog labels from Find & Find to Find Previous & Find Next (#423)
* moved python-appindicator from Depends: to Recommends: (#401)
* export to html, include node name not working without links tree (#417)

0.38.6 (October 6th, 2018)

* bugfix - do not throw error when failing to clean temporary directory (#392)
* bugfix - workaround for locale.get issues (#395)
* bugfix - import from html of table error resulting in paste from clipboard error (#236)
* bugfix - multilevel numbered lists not restarting from one
* bugfix - wrap line with a single very long word (#378)
* todo list characters configurable in config.cfg (#339)
* import from zim, support for codebox (#386)

0.38.5 (July 3rd, 2018)
* bugfix - when save on exit is enabled and write to disk fails, changes are lost (#358)
* bugfix - superscript and subscript tags not recognized when copied from external source (#355)
* bugfix - workaround for bug in locale module (#368)
* added syntax highlighting for go language
* implemented support for opening a text file from the command line with cherrytree

User avatar
Stevo
Developer
Posts: 12832
Joined: Fri Dec 15, 2006 8:07 pm

Re: MX-17: CherryTree thread

#6 Post by Stevo »

0.38.6 has been in the MX test repos for a while, but I'll try updating to 0.38.7

User avatar
Richard
Posts: 1577
Joined: Fri Dec 12, 2008 10:31 am

Re: MX-17: CherryTree thread

#7 Post by Richard »

I had no issues with 0.38.6, running all day, every day.
Currently running 0.38.7 from giuspen website.
Thinkpad T430 & Dell Latitude E7450, both with MX-21.3.1
kernal 5.10.0-26-amd64 x86_64; Xfce-4.18.0; 8 GB RAM
Intel Core i5-3380M, Graphics, Audio, Video; & SSDs.

User avatar
Richard
Posts: 1577
Joined: Fri Dec 12, 2008 10:31 am

Re: MX-17: CherryTree thread

#8 Post by Richard »

Giuspen posted this message on StackOverflow:
https://stackoverflow.com/questions/545 ... sor-inside

Just in case someone has some idea how to get gtk3 to compile.
Thinkpad T430 & Dell Latitude E7450, both with MX-21.3.1
kernal 5.10.0-26-amd64 x86_64; Xfce-4.18.0; 8 GB RAM
Intel Core i5-3380M, Graphics, Audio, Video; & SSDs.

User avatar
Richard
Posts: 1577
Joined: Fri Dec 12, 2008 10:31 am

Re: MX-17: CherryTree thread

#9 Post by Richard »

Update:
Porting is progressing:
giuspen wrote:

No worries @eureka, a workaround to the problem was promptly found from @txe who's helping a lot with the porting since January.

Code: Select all

https://www.giuspen.com/topic/status-of-the-development/page/4/#post-125206
Thinkpad T430 & Dell Latitude E7450, both with MX-21.3.1
kernal 5.10.0-26-amd64 x86_64; Xfce-4.18.0; 8 GB RAM
Intel Core i5-3380M, Graphics, Audio, Video; & SSDs.

User avatar
Richard
Posts: 1577
Joined: Fri Dec 12, 2008 10:31 am

Re: MX-17: CherryTree thread

#10 Post by Richard »

v0.38.8 from MX test repo has presented no issue on 64 bit.
Thinkpad T430 & Dell Latitude E7450, both with MX-21.3.1
kernal 5.10.0-26-amd64 x86_64; Xfce-4.18.0; 8 GB RAM
Intel Core i5-3380M, Graphics, Audio, Video; & SSDs.

Locked

Return to “Package Requests/Status - MX 17/18”