My roommate has one of those Dell all-in-one desktops with Kubuntu 14.04. Both of us use CherryTree as a quick and easy database. When he was doing an update, wifi got interrupted and his computer has had problems since then. First, the Restart and Shutdown buttons disappeared from the launcher. That problem was easily solved. I ran the update from the command line and those buttons came back.
However, getting CherryTree to run again has not been so easy. The CherryTree icon dances as is normal in Kubuntu when you click on it, but the program never loads. I checked in /usr/bin to make sure the CherryTree executable file was there, and it was. I checked to make sure it was set as executable and that it had the permissions to read and write. It does. I decided an uninstall and reinstall was necessary, so I did a complete uninstall in Synaptic and then I removed the PPA with:
Then I added the PPA back and reinstalled at the command line:
I had hoped this install from scratch would solve the problem. No dice. I looked at the executable file, and it was there, set as the executable, with permissions to run. But it was like before. It would not run. I did notice the executable was set as root. I figured I had finally found the problem, so I went in with Krusader as root and changed it to the user name: roger.
Still no dice! We install CherryTree from the command line because we want the latest one. However, I decided to try the slightly older one that's in the repositories. Once again, I did a complete uninstall in Synaptic and removed the PPA on the command line. Then I installed it in Synaptic instead of on the command line.
The damn thing STILL won't work. What am I missing? I've done everything I can think of to do. Does this have something to do with Python, which CherryTree is written in?
I'm about ready to just completely reinstall Kubuntu, but it sure would be nice to not have to do that. Completely remove Python and then install it from the command line? Is that the right direction?
However, getting CherryTree to run again has not been so easy. The CherryTree icon dances as is normal in Kubuntu when you click on it, but the program never loads. I checked in /usr/bin to make sure the CherryTree executable file was there, and it was. I checked to make sure it was set as executable and that it had the permissions to read and write. It does. I decided an uninstall and reinstall was necessary, so I did a complete uninstall in Synaptic and then I removed the PPA with:
Code:
sudo add-apt-repository --remove ppa:vincent-c/cherrytree
Code:
sudo add-apt-repository ppa:vincent-c/cherrytree sudo apt-get update sudo apt-get install cherrytree
Still no dice! We install CherryTree from the command line because we want the latest one. However, I decided to try the slightly older one that's in the repositories. Once again, I did a complete uninstall in Synaptic and removed the PPA on the command line. Then I installed it in Synaptic instead of on the command line.
The damn thing STILL won't work. What am I missing? I've done everything I can think of to do. Does this have something to do with Python, which CherryTree is written in?
I'm about ready to just completely reinstall Kubuntu, but it sure would be nice to not have to do that. Completely remove Python and then install it from the command line? Is that the right direction?
Comment