Hello,
I'm unable to start TexStudio. This is the output I get when I try to open it using
$ texstudio
(texstudio:17520): Gtk-WARNING **: Theme parsing error: gtk.css:14:21: 'box-shadow-bottom' is not a valid property name
(texstudio:17520): GLib-GObject-WARNING **: cannot register existing type 'GdkDisplayManager'
(texstudio:17520): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0' failed
(texstudio:17520): GLib-GObject-CRITICAL **: g_object_new: assertion 'G_TYPE_IS_OBJECT (object_type)' failed
(texstudio:17520): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(texstudio:17520): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
(texstudio:17520): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(texstudio:17520): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
(texstudio:17520): GLib-GObject-WARNING **: cannot register existing type 'GdkDisplay'
(texstudio:17520): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0' failed
(texstudio:17520): GLib-GObject-CRITICAL **: g_type_register_static: assertion 'parent_type > 0' failed
(texstudio:17520): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0' failed
(texstudio:17520): GLib-GObject-CRITICAL **: g_object_new: assertion 'G_TYPE_IS_OBJECT (object_type)' failed
My version is: TeXstudio 2.11.0 (6066+:2a9bee6257ec+)
which OS are you using ?
What installation file did you use ?
I'm using Fedora and used DNF to install TexStudio.
it seems to be a problem with Fedora's Qt5/GTK install. Nothing we can do about it ...
For anyone who lands here from search,
You can temporarily run textstudio with sudo.
this should do the trick without root:
QT_QPA_PLATFORMTHEME=gtk texstudio
+1 This works. Thanks :)