From mboxrd@z Thu Jan 1 00:00:00 1970 From: Meiyo Peng Subject: Re: Package for LXQt. Help wanted. Date: Tue, 23 Oct 2018 08:33:31 +0800 Message-ID: <87d0s1cxic.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60197) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gEkdx-0000eZ-50 for guix-devel@gnu.org; Mon, 22 Oct 2018 20:33:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gEkds-0001FH-8G for guix-devel@gnu.org; Mon, 22 Oct 2018 20:33:57 -0400 Received: from mail-pf1-x436.google.com ([2607:f8b0:4864:20::436]:41495) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gEkds-0001F4-28 for guix-devel@gnu.org; Mon, 22 Oct 2018 20:33:52 -0400 Received: by mail-pf1-x436.google.com with SMTP id a19-v6so100334pfo.8 for ; Mon, 22 Oct 2018 17:33:51 -0700 (PDT) Received: from dinosaur (192.135.185.35.bc.googleusercontent.com. [35.185.135.192]) by smtp.gmail.com with ESMTPSA id k132-v6sm2888427pga.28.2018.10.22.17.33.48 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 22 Oct 2018 17:33:49 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hello, I checked kwindowsystem's package in debian. It seems the plugins directory in kwindowsystem should be installed to /run/current-system/profile/lib/qt5/plugins rather than /run/current-system/profile/lib/plugins. Maybe this is a bug in the kwindowsystem package. File list of package libkf5windowsystem5 in stretch of architecture amd64: (link: https://packages.debian.org/stretch/amd64/libkf5windowsystem5/fileli= st) #+BEGIN_EXAMPLE /usr/lib/x86_64-linux-gnu/libKF5WindowSystem.so.5 /usr/lib/x86_64-linux-gnu/libKF5WindowSystem.so.5.28.0 /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/org.kde.kwindowsystem.platforms= /KF5WindowSystemWaylandPlugin.so /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/org.kde.kwindowsystem.platforms= /KF5WindowSystemX11Plugin.so /usr/share/doc/libkf5windowsystem5/changelog.Debian.gz /usr/share/doc/libkf5windowsystem5/copyright #+END_EXAMPLE File list of kwindowsystem in guix: #+BEGIN_EXAMPLE /gnu/store/snf6dh8fprihac2y0mwspgc5lchv12b6-kwindowsystem-5.49.0/lib =E2=94=9C=E2=94=80=E2=94=80 cmake =E2=94=82=C2=A0=C2=A0 =E2=94=94=E2=94=80=E2=94=80 KF5WindowSystem =E2=94=82=C2=A0=C2=A0 =E2=94=9C=E2=94=80=E2=94=80 KF5WindowSystemConf= ig.cmake =E2=94=82=C2=A0=C2=A0 =E2=94=9C=E2=94=80=E2=94=80 KF5WindowSystemConf= igVersion.cmake =E2=94=82=C2=A0=C2=A0 =E2=94=9C=E2=94=80=E2=94=80 KF5WindowSystemTarg= ets.cmake =E2=94=82=C2=A0=C2=A0 =E2=94=94=E2=94=80=E2=94=80 KF5WindowSystemTarg= ets-relwithdebinfo.cmake =E2=94=9C=E2=94=80=E2=94=80 libKF5WindowSystem.so -> libKF5WindowSystem.s= o.5 =E2=94=9C=E2=94=80=E2=94=80 libKF5WindowSystem.so.5 -> libKF5WindowSystem= .so.5.49.0 =E2=94=9C=E2=94=80=E2=94=80 libKF5WindowSystem.so.5.49.0 =E2=94=9C=E2=94=80=E2=94=80 plugins =E2=94=82=C2=A0=C2=A0 =E2=94=94=E2=94=80=E2=94=80 kf5 =E2=94=82=C2=A0=C2=A0 =E2=94=94=E2=94=80=E2=94=80 org.kde.kwindowsyst= em.platforms =E2=94=82=C2=A0=C2=A0 =E2=94=9C=E2=94=80=E2=94=80 KF5WindowSystem= WaylandPlugin.so =E2=94=82=C2=A0=C2=A0 =E2=94=94=E2=94=80=E2=94=80 KF5WindowSystem= X11Plugin.so =E2=94=94=E2=94=80=E2=94=80 qt5 =E2=94=94=E2=94=80=E2=94=80 mkspecs =E2=94=94=E2=94=80=E2=94=80 modules =E2=94=94=E2=94=80=E2=94=80 qt_KWindowSystem.pri #+END_EXAMPLE -- Meiyo Peng