From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshinori Arai Subject: Re: How to start Xorg server with startx Date: Sat, 16 Feb 2019 21:10:42 +0900 Message-ID: <20190216121042.nmemzy54euph27dk@WaraToNora> References: <20190212045352.3krkrry3bfjsfpue@WaraToNora> <87d0nu7idq.fsf@gmail.com> <871s48eoi0.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([209.51.188.92]:56419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1guyo7-0008CV-8I for help-guix@gnu.org; Sat, 16 Feb 2019 07:10:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1guyo6-0006zT-Kc for help-guix@gnu.org; Sat, 16 Feb 2019 07:10:59 -0500 Received: from mail-pg1-x52f.google.com ([2607:f8b0:4864:20::52f]:38297) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1guyo6-0006qe-EN for help-guix@gnu.org; Sat, 16 Feb 2019 07:10:58 -0500 Received: by mail-pg1-x52f.google.com with SMTP id m2so3842313pgl.5 for ; Sat, 16 Feb 2019 04:10:53 -0800 (PST) Content-Disposition: inline In-Reply-To: <871s48eoi0.fsf@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Alex Kost Cc: help-guix Thank you for your pointer. Unfortunately I have already uninstalled xorg-server, xinit. I can't try it soon. I have another problem for LXDE and LXQT with slim login manager. I'm using uim-anthy for japanese input but slim can't read xprofile so I use xsession script to set environment variable such as XMODIFIER, GTK_IM_MODULE. I can select desktop with slim but can't use uim-anthy without xsession. Also I did system reconfigure to install LXDE, LXQT. Its package field is as follows, (packages (cons* fluxbox cwm ;window managers lxde lxqt ;desktop nss-certs ;for HTTPS access %base-packages)) There are many desktop file in /run/current-system/profile/share/xsessions. LXDE.desktop fluxbox.desktop openbox-gnome.desktop openbox.desktop cwm.desktop lxqt.desktop openbox-kde.desktop This is not problem but wonder a little.