Page 1 of 1
CherryTree in F96-CE 4 (solved)
Posted: Wed Jun 14, 2023 4:41 pm
by MrAccident
I didn't find a special version. I can install the deb file - but it doesn't work. Is it dependencies? I've been told how to find them - but it's in my texts... in CherryTree. All my texts are in it; so I'm stuck.
(edit:)To install CherryTree - in Terminal:
Code: Select all
pkg repo-update
pkg add-repo ppa:giuspen/ppa
pkg repo focal-giuspen
pkg add cherrytree
pkg add libgtksourceview-3.0-1_3.24.11-2
pkg add libvte-2.91
Re: Cherry Tree in F96-CE 4
Posted: Wed Jun 14, 2023 5:01 pm
by rockedge
@MrAccident I will look into getting Cherrytree running. I know @wiak is a user of Cherrytree and recommends it and we have it running on other OS's and on some of those is a stock offering.
UPDATE: I have it running on F96-CE_4. Installed with pkg
and the PPM. (I will add the instructions to use only pkg
)
- Screenshot(27).jpg (79.15 KiB) Viewed 1528 times
Re: Cherry Tree in F96-CE 4
Posted: Wed Jun 14, 2023 5:21 pm
by rockedge
@MrAccident
Cherrytree installation instructions In a terminal:
Code: Select all
pkg repo-update
pkg add-repo ppa:giuspen/ppa
pkg repo focal-giuspen
pkg add cherrytree
pkg add libgtksourceview-3.0-1_3.24.11-2
Then using the menu : Menu->Utility->Cherrytree or in a terminal: cherrytree
Re: CherryTree in F96-CE 4
Posted: Wed Jun 14, 2023 10:28 pm
by MrAccident
@rockedge - It didn't work. Maybe it's because I tried before that - to install Grey's version, which didn't work.
Here's the Terminal for installation:
And trying to open CherryTree through Terminal - it says this: # cherrytree
cherrytree: error while loading shared libraries: libvte-2.91.so.0: cannot open shared object file: No such file or directory
Re: CherryTree in F96-CE 4
Posted: Wed Jun 14, 2023 10:45 pm
by rockedge
@MrAccident
You can try this first:
Then try to start cherrytree.
Otherwise you will need to uninstall the previous CherryTree from Grey. Then run the pkg commands which should grab the needed
dependencies while pkg installs cherrytree. The commands can be run on a partial installation of cherrytree.
Remove all traces of cherrytree before installing again. Then run the commands I listed.
Re: CherryTree in F96-CE 4
Posted: Wed Jun 14, 2023 11:07 pm
by MrAccident
@rockedge - now it says: # cherrytree
cherrytree: error while loading shared libraries: libgtksourceview-3.0.so.1: cannot open shared object file: No such file or directory
I tried to add it, don't know if correctly; here's the Terminal: # pkg add libgtksourceview-3.0.so.1
Cannot find libgtksourceview-3.0.so.1..
Re: CherryTree in F96-CE 4
Posted: Thu Jun 15, 2023 12:04 am
by rockedge
@MrAccident you are close now!
There is a typo in your command that you used. Try:
Code: Select all
pkg add libgtksourceview-3.0-1_3.24.11-2
Re: CherryTree in F96-CE 4
Posted: Thu Jun 15, 2023 1:05 am
by MrAccident
It works!
I've updated my post to include the instructions.
So why do you think it didn't install libgtksourceview-3.0-1_3.24.11-2
? Was I suppose to initiate all the Terminal instructions at once, like I did?
Re: CherryTree in F96-CE 4 (solved)
Posted: Thu Jun 15, 2023 3:44 pm
by tosim
FYI-There is an AppImage available for CherryTree.: https://www.appimagehub.com/p/2046362
Re: CherryTree in F96-CE 4 (solved)
Posted: Thu Jun 15, 2023 6:34 pm
by MrAccident
@tosim - d'oh! Didn't even notice.
But there is the question - which is better in terms of updating to the next version, and keeping the settings?
Re: CherryTree in F96-CE 4
Posted: Thu Jun 15, 2023 7:45 pm
by MrAccident
@rockedge - forgot to ask ― how to move it from Utility to Document? Also I think it needs to be there by default.
Re: CherryTree in F96-CE 4
Posted: Fri Jun 16, 2023 4:25 am
by rockedge
@MrAccident Open /usr/share/applications/cherrytree.desktop
and change the line from:
to:
Re: CherryTree in F96-CE 4
Posted: Fri Jun 16, 2023 11:36 am
by MrAccident
@rockedge - did it, and it didn't work. It remained in Utility.
Re: CherryTree in F96-CE 4
Posted: Fri Jun 16, 2023 12:11 pm
by rockedge
@MrAccident probably a simple fix:
Menu->Fixmenus
and it should be OKAY.
Anytime you have made a change to any .desktop
file or added one in run the Fixmenus script from the Menu.
Re: CherryTree in F96-CE 4
Posted: Fri Jun 16, 2023 12:14 pm
by MrAccident
@rockedge - yeah, fixed it.
Thanks.
Re: CherryTree in F96-CE 4 (solved)
Posted: Fri Jun 16, 2023 12:22 pm
by rockedge
I have tested the portable app version and it works nicely as well.
@MrAccident Eventually Cherrytree can be updated using this method in a terminal:
Code: Select all
pkg repo-update
pkg repo focal-giuspen
pkg update cherrytree
Re: CherryTree in F96-CE 4 (solved)
Posted: Sat Jun 17, 2023 6:19 pm
by MrAccident
@rockedge:
What do you mean by "Portable"? I could only find a version for Windows, on their website.
Which versions will this update?: Deb, Portable, AppImage?
Re: CherryTree in F96-CE 4 (solved)
Posted: Sat Jun 17, 2023 9:00 pm
by rockedge
@MrAccident I am talking about the AppImage version. I did not test to see if it updates.
The instructions I posted are for the .deb package version installed using pkg
Re: CherryTree in F96-CE 4 (solved)
Posted: Sat Jun 17, 2023 9:36 pm
by MrAccident