Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: 0xf4b10 on 02 July 2020, 21:23:46

Title: Can't run telegram-desktop anymore
Post by: 0xf4b10 on 02 July 2020, 21:23:46
I don't know when this started since there was a pretty good time I didn't use telegram-desktop but I noticed now that it doesn't open anymore (well, the process runs but nothing is shown).

Software version:

Quote
$ pacman -Q | grep telegram
telegram-desktop 2.1.13-1

Terminal output when I run the program:

Quote
$ telegram-desktop

(telegram-desktop:7564): Gtk-WARNING **: 16:23:22.812: Unable to locate theme engine in module_path: "murrine",

(telegram-desktop:7564): Gtk-WARNING **: 16:23:22.813: Unable to locate theme engine in module_path: "murrine",

(telegram-desktop:7564): Gtk-WARNING **: 16:23:22.813: Unable to locate theme engine in module_path: "murrine",

(telegram-desktop:7564): Gtk-WARNING **: 16:23:22.813: Unable to locate theme engine in module_path: "murrine",

(telegram-desktop:7564): Gtk-WARNING **: 16:23:22.819: Unable to locate theme engine in module_path: "murrine",

(telegram-desktop:7564): Gtk-WARNING **: 16:23:22.819: Unable to locate theme engine in module_path: "murrine",

(telegram-desktop:7564): Gtk-WARNING **: 16:23:22.820: Unable to locate theme engine in module_path: "murrine",

(telegram-desktop:7564): Gtk-WARNING **: 16:23:22.820: Unable to locate theme engine in module_path: "murrine",

(telegram-desktop:7564): GLib-GObject-WARNING **: 16:23:22.893: cannot register existing type 'GdkDisplayManager'

(telegram-desktop:7564): GLib-CRITICAL **: 16:23:22.893: g_once_init_leave: assertion 'result != 0' failed

(telegram-desktop:7564): GLib-GObject-CRITICAL **: 16:23:22.893: g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed

Some links I found on the internet that seems to be related but didn't solved:

https://github.com/void-linux/void-packages/issues/14251
https://bugs.archlinux.org/task/65080

Any help on that? Thanks
Title: Re: Can't run telegram-desktop anymore
Post by: nous on 02 July 2020, 23:45:55
FWIW, most people in the Artix TG group use kotatogram-desktop.
Title: Re: Can't run telegram-desktop anymore
Post by: 0xf4b10 on 04 July 2020, 15:46:11
Well, I'd use it if I could built it from AUR since I don't like installing bin packages from this repo. But building it give an kilometric error message (typical from c++ lol) that I don't want to handle now. But thanks for the information.
Title: Re: Can't run telegram-desktop anymore
Post by: linuxer on 04 July 2020, 20:33:17
Well, I'd use it if I could built it from AUR since I don't like installing bin packages from this repo. But building it give an kilometric error message (typical from c++ lol) that I don't want to handle now. But thanks for the information.

If you decide to install it, kotatogram-desktop-bin installs out of the box.
Title: Re: Can't run telegram-desktop anymore
Post by: KsenZ on 07 July 2020, 04:17:47
FWIW, most people in the Artix TG group use kotatogram-desktop.
On fresh instalation of Artix-Plasma-Runit, kotatogram-desktop also does not work
Quote
(kotatogram-desktop:11566): GLib-GObject-WARNING **: 09:03:00.619: cannot register existing type 'GdkDisplayManager'

(kotatogram-desktop:11566): GLib-CRITICAL **: 09:03:00.619: g_once_init_leave: assertion 'result != 0' failed

(kotatogram-desktop:11566): GLib-GObject-CRITICAL **: 09:03:00.619: g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed
Title: Re: Can't run telegram-desktop anymore
Post by: nous on 11 July 2020, 21:16:30
I'm using the -bin variant without a problem. What are your QT_* environment variables?
Title: Re: Can't run telegram-desktop anymore
Post by: robotfreak on 13 July 2020, 19:20:35
@0xf4b10 , if you are using the artix global theme, change that to breeze and tell us if telegram opens. I have the same issue with you and different theme solve the problem
Title: Re: Can't run telegram-desktop anymore
Post by: Anaximenes on 14 July 2020, 11:23:10
Greetings,

If you wish to continue using the default Artix theme (or any other theme) and have an issue  with running/opening telegram-desktop, please run
Code: [Select]
 sudo pacman -S gtk-engines 
That must solve the issue.

Cheers. :)