elementary / dock

A quick app launcher and window switcher for Pantheon and elementary OS
https://elementary.io
GNU General Public License v3.0
88 stars 23 forks source link

Plank error run on LxQt of ArchLinux #91

Closed alexandre1985 closed 3 years ago

alexandre1985 commented 3 years ago

I have ArchLinux and I am strying to run plank on LxQt environment. I have installed plank using pacman -S plank. Plank version is: 0.11.89-2

When I run: $ plank

I get this error message: CRITICAL 16:42:10.085284]bstractMain:255] Only X11 environments are supported.

gd --args plank -d gives:

(gdb) r Starting program: /usr/bin/plank -d [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". [New Thread 0x7ffff5bd8640 (LWP 4178)] [New Thread 0x7ffff53d7640 (LWP 4179)] [DEBUG 16:43:15.604339] [GLib-GIO] _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’ [DEBUG 16:43:16.603125] [GLib] unsetenv() is not thread-safe and should not be used after threads are created [INFO 16:43:16.634404] [AbstractMain:229] Plank version: 0.11.89 [INFO 16:43:16.634517] [AbstractMain:230] Kernel version: 5.4.91-1-lts [INFO 16:43:16.634600] [AbstractMain:231] GLib version: 2.66.4 (2.64.4) [INFO 16:43:16.634682] [AbstractMain:234] GTK+ version: 3.24.24 (3.24.21) [INFO 16:43:16.634776] [AbstractMain:237] Wnck version: 3.36.0 [INFO 16:43:16.634881] [AbstractMain:238] Cairo version: 1.17.4 [INFO 16:43:16.634969] [AbstractMain:239] Pango version: 1.48.1 [INFO 16:43:16.635049] [AbstractMain:240] + Cairo/Gtk+ HiDPI support enabled [INFO 16:43:16.635131] [AbstractMain:245] + XInput Barriers support enabled [CRITICAL 16:43:16.635288] [AbstractMain:255] Only X11 environments are supported. [New Thread 0x7fffeffff640 (LWP 4180)] [Thread 0x7fffeffff640 (LWP 4180) exited] [Thread 0x7ffff5bd8640 (LWP 4178) exited] [Thread 0x7ffff5fcf940 (LWP 4174) exited] [Inferior 1 (process 4174) exited normally]

X.org server version is: 1.20.10-3

$ lspci | grep -i vga 00:02.0 VGAcompatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0e)

ryonakano commented 3 years ago

The "plank" maintained in this project a fork of the original one which aims to be used in the Pantheon Desktop environment. Please report issues of the original one at https://bugs.launchpad.net/plank. FYI your issue seems to be already submitted at https://bugs.launchpad.net/plank/+bug/1912900