unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#45404: kiwix-desktop does not start
@ 2020-12-24 12:33 Maxime Devos
  2020-12-26  5:37 ` 宋文武
  0 siblings, 1 reply; 2+ messages in thread
From: Maxime Devos @ 2020-12-24 12:33 UTC (permalink / raw)
  To: 45404

[-- Attachment #1: Type: text/plain, Size: 2380 bytes --]

Hello Guix,

kiwix-desktop doesn't start. Depending on the environment, I get
different error messages:

Variant #A (pure environment, in GDM session)
$ guix time-machine --commit=20a687bbfbc72ffcd802b4bc59db344ad4291577
environment --ad-hoc --pure kiwix-desktop -- kiwix-desktop

> No protocol specified
> qt.qpa.xcb: could not connect to display :1
> qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even
> though it was found.
> This application failed to start because no Qt platform plugin could
be initialized. Reinstalling the application may fix this problem.
>
> Available platform plugins are: eglfs, linuxfb, minimal, minimalegl,
> offscreen, vnc, xcb.
>
> Aborted

Not sure what's going on here, but here's a GDB backtrace:

Breakpoint 1, 0x00007fffed1e5a90 in abort ()
   from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-
2.31/lib/libc.so.6
(gdb) bt
#0  0x00007fffed1e5a90 in abort ()
   from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-
2.31/lib/libc.so.6
#1  0x00007fffed78ba2f in QMessageLogger::fatal(char const*, ...) const
()
   from /gnu/store/lg0pz5wvpfd5xq3qhmarq3p4nqi64hdd-qtbase-
5.14.2/lib/libQt5Core.so.5
#2  0x00007fffee44c8f4 in
QGuiApplicationPrivate::createPlatformIntegration() ()
   from /gnu/store/lg0pz5wvpfd5xq3qhmarq3p4nqi64hdd-qtbase-
5.14.2/lib/libQt5Gui.so.5
#3  0x00007fffee44cdbd in
QGuiApplicationPrivate::createEventDispatcher() ()
   from /gnu/store/lg0pz5wvpfd5xq3qhmarq3p4nqi64hdd-qtbase-
5.14.2/lib/libQt5Gui.so.5
#4  0x00007fffed994905 in QCoreApplicationPrivate::init() ()
   from /gnu/store/lg0pz5wvpfd5xq3qhmarq3p4nqi64hdd-qtbase-
5.14.2/lib/libQt5Core.so.5
#5  0x00007fffee44e95c in QGuiApplicationPrivate::init() ()
   from /gnu/store/lg0pz5wvpfd5xq3qhmarq3p4nqi64hdd-qtbase-
5.14.2/lib/libQt5Gui.so.5
#6  0x00007fffeeb4832e in QApplicationPrivate::init() ()
   from /gnu/store/lg0pz5wvpfd5xq3qhmarq3p4nqi64hdd-qtbase-
5.14.2/lib/libQt5Widgets.so.5
#7  0x000000000045a84c in ?? ()
#8  0x00000000004333d6 in ?? ()
#9  0x0000000000422d30 in ?? ()
#10 0x00007fffed1d0a6d in __libc_start_main ()
   from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-
2.31/lib/libc.so.6
#11 0x00000000004236ea in ?? ()

Variant #B (installed in user profile, in GDM session)

$ kiwix-desktop

> Could not find QtWebEngineProcess

Greetings,
Maxime

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 273 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#45404: kiwix-desktop does not start
  2020-12-24 12:33 bug#45404: kiwix-desktop does not start Maxime Devos
@ 2020-12-26  5:37 ` 宋文武
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 @ 2020-12-26  5:37 UTC (permalink / raw)
  To: Maxime Devos; +Cc: 45404

Maxime Devos <maxime.devos@student.kuleuven.be> writes:

> Hello Guix,

Hello!
>
> kiwix-desktop doesn't start. Depending on the environment, I get
> different error messages:
>
> Variant #A (pure environment, in GDM session)
> $ guix time-machine --commit=20a687bbfbc72ffcd802b4bc59db344ad4291577
> environment --ad-hoc --pure kiwix-desktop -- kiwix-desktop
With ‘–-pure’, the process will run in a container that doesn’t have
access to the X server, this is expected behavior.


> Variant #B (installed in user profile, in GDM session)
>
> $ kiwix-desktop
>
>> Could not find QtWebEngineProcess
This is a bug, look like kiwix-desktop should be wrapped with some
environment variables.  In the meantime, you can install qtwebengine and
qtbase into the profile, or use: guix environment --ad-hoc kiwix-desktop
qtbase qtwebengine -- kiwix-desktop





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-26  5:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-24 12:33 bug#45404: kiwix-desktop does not start Maxime Devos
2020-12-26  5:37 ` 宋文武

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).