Hi
I run successfully 5.0.620.0-50 on Ubuntu 16.04. However a colleague of mine runs Ubuntu 20.04 and the trinty version that corresponds to
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb focal deps-r14 main-r14 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb focal deps-r14 main-r14
Now either GeoGebra 5.0.634.0 (using a deb provided by geogebra) or what is called a stand alone geobgebra crashes with the following error messages:
17:51:46.193 DEBUG: org.geogebra.desktop.j.a.<init>[-1]: isApplet=false runningFromJar=true 17:51:46.193 DEBUG: org.geogebra.desktop.j.a.aD[-1]: Setting up logging 17:51:46.223 DEBUG: org.geogebra.desktop.j.a.aD[-1]: Logging is redirected to /tmp/GeoGebraLog_mtvcvypbvi.txt java: Fatal IO error 9 (Bad file descriptor) on X server :0. [kcrash] TDECrash: Application 'jfxrt.jar-gtk-tqt-application' crashing...
GeoGebra 5.0.634.0 26 March 2021 Java 1.8.0_121-64bit
18:48:49.848 DEBUG: org.geogebra.desktop.j.a.<init>[-1]: isApplet=false runningFromJar=true 18:48:49.849 DEBUG: org.geogebra.desktop.j.a.aD[-1]: Setting up logging 18:48:49.872 DEBUG: org.geogebra.desktop.j.a.aD[-1]: Logging is redirected to /tmp/GeoGebraLog_ytjxawviur.txt java: Fatal IO error 9 (Bad file descriptor) on X server :0. [kcrash] TDECrash: Application 'geogebra.properties-gtk-tqt-application' crashing...
Any idea?
regards
Uwe Brauer
"NK" == Nikolaus Klepp office@klepp.biz writes:
I am not sure that my answer went through, I cannot see it via gmane.
Anno domini 2021 Fri, 02 Apr 21:18:31 +0200 Uwe Brauer scripsit:
gtk-tqt
Is gtk3-tqt-engine-trinity installed? If yes, uninstall it and try again.
I did this, but then I obtain
16:38:44.227 DEBUG: org.geogebra.desktop.j.a.<init>[-1]: isApplet=false runningFromJar=true 16:38:44.227 DEBUG: org.geogebra.desktop.j.a.aD[-1]: Setting up logging 16:38:44.256 DEBUG: org.geogebra.desktop.j.a.aD[-1]: Logging is redirected to /tmp/GeoGebraLog_kfyrmbicpd.txt [kcrash] TDECrash: Application 'geogebra.properties-gtk-tqt-application' crashing...
I have the feeling this is a TDE thing, Slávek Banko, what do you say?
Regards
Uwe
Anno domini 2021 Sat, 03 Apr 18:01:45 +0200 Uwe Brauer scripsit:
"NK" == Nikolaus Klepp office@klepp.biz writes:
I am not sure that my answer went through, I cannot see it via gmane.
Anno domini 2021 Fri, 02 Apr 21:18:31 +0200 Uwe Brauer scripsit:
gtk-tqt
Is gtk3-tqt-engine-trinity installed? If yes, uninstall it and try again.
I did this, but then I obtain
16:38:44.227 DEBUG: org.geogebra.desktop.j.a.<init>[-1]: isApplet=false runningFromJar=true 16:38:44.227 DEBUG: org.geogebra.desktop.j.a.aD[-1]: Setting up logging 16:38:44.256 DEBUG: org.geogebra.desktop.j.a.aD[-1]: Logging is redirected to /tmp/GeoGebraLog_kfyrmbicpd.txt [kcrash] TDECrash: Application 'geogebra.properties-gtk-tqt-application' crashing...
There was a gtk2 version of gtk3-tqt-engine-trinity, too. Can you check if that is installed?
I have the feeling this is a TDE thing, Slávek Banko, what do you say?
Regards
Uwe ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...
Anno domini 2021 Sat, 03 Apr 18:01:45 +0200 Uwe Brauer scripsit:
There was a gtk2 version of gtk3-tqt-engine-trinity, too. Can you check if that is installed?
Yes, but I cannot uninstall it:
dpkg: dependency problems prevent removal of gtk-qt-engine-trinity: kubuntu-desktop-trinity depends on gtk-qt-engine-trinity; however: Package gtk-qt-engine-trinity is to be removed.
dpkg: error processing package gtk-qt-engine-trinity (--purge): dependency problems - not removing Errors were encountered while processing: gtk-qt-engine-trinity
Anno domini 2021 Sat, 03 Apr 18:36:17 +0200 Uwe Brauer scripsit:
Anno domini 2021 Sat, 03 Apr 18:01:45 +0200 Uwe Brauer scripsit:
There was a gtk2 version of gtk3-tqt-engine-trinity, too. Can you check if that is installed?
Yes, but I cannot uninstall it:
dpkg: dependency problems prevent removal of gtk-qt-engine-trinity: kubuntu-desktop-trinity depends on gtk-qt-engine-trinity; however: Package gtk-qt-engine-trinity is to be removed.
dpkg: error processing package gtk-qt-engine-trinity (--purge): dependency problems - not removing Errors were encountered while processing: gtk-qt-engine-trinity
Ah yes, that's a problem. Please install "equivs", then build a dummy gtk-qt-engine-trinity package and install that ober your current package:
Get the version number of gtk-tqt-engine-trinity - you need that for the dummy package:
$ aptitude show gtk-tqt-engine-trinity
Now create a equivs controlfile:
$ cat > gtk-tqt-engine-trinity << XXX Section: misc Priority: optional Standards-Version: 3.9.2 Package: gtk-tqt-engine-trinity Version: 5.99-99 Provides: gtk-tqt-engine-trinity Description: dummy for gtk-tqt-engine-trinity XXX
Build the package:
$ equivs gtk-tqt-engine-trinity
Now install that package over gtk-tqt-engine-trinity and try again :)
Nik
tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...
Anno domini 2021 Sat, 03 Apr 18:36:17 +0200 Uwe Brauer scripsit:
Ah yes, that's a problem. Please install "equivs", then build a dummy gtk-qt-engine-trinity package and install that ober your current package:
I finally found a working solution
1. Goto to the (trinity) control center (maybe ubuntu specific)
2. Goto Appearance, deactivate use my TDE style in GTK2/3 applications.
3. Delete in .conf the geogebra directory
4. Restart geogebra
5. DONE.
Thanks very much for you help and Slavek whose comment I did not understand at first.
Uwe
Dne so 3. dubna 2021 18:01:45 Uwe Brauer napsal(a):
"NK" == Nikolaus Klepp office@klepp.biz writes:
I am not sure that my answer went through, I cannot see it via gmane.
Anno domini 2021 Fri, 02 Apr 21:18:31 +0200
Uwe Brauer scripsit:
gtk-tqt
Is gtk3-tqt-engine-trinity installed? If yes, uninstall it and try again.
I did this, but then I obtain
16:38:44.227 DEBUG: org.geogebra.desktop.j.a.<init>[-1]: isApplet=false runningFromJar=true 16:38:44.227 DEBUG: org.geogebra.desktop.j.a.aD[-1]: Setting up logging 16:38:44.256 DEBUG: org.geogebra.desktop.j.a.aD[-1]: Logging is redirected to /tmp/GeoGebraLog_kfyrmbicpd.txt [kcrash] TDECrash: Application 'geogebra.properties-gtk-tqt-application' crashing...
I have the feeling this is a TDE thing, Slávek Banko, what do you say?
Regards
Uwe ____________________________________________________
"gtk-tqt-application" refers to use GTK2 in your application == you need to switch GTK2 theme from qt-engine to another theme or uninstall package gtk-qt-engine-trinity.
Cheers