unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Reza Alizadeh Majd <r.majd@pantherx.org>
Cc: 37725@debbugs.gnu.org
Subject: [bug#37725] [PATCH] gnu: lxqt-config: Add libkscreen as propagated-inputs.
Date: Wed, 22 Apr 2020 17:50:33 +0200	[thread overview]
Message-ID: <87tv1bv7sm.fsf@gnu.org> (raw)
In-Reply-To: <65f9ede0-d276-4b70-adf6-d536386d0985@www.fastmail.com> (Reza Alizadeh Majd's message of "Fri, 18 Oct 2019 20:14:16 +0330")

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

Hi Reza,

Sorry for the very late reply.

"Reza Alizadeh Majd" <r.majd@pantherx.org> skribis:

> Sure, here is a minimal operating system configuration that we used for a
> minimal LXQt desktop on Guix:

I added a window manager to the global profile so that I could actually
log in, but then I don’t even know how to get a terminal…  I think I’m
not well positioned to further debug this.  Did you discuss it with
upstream?

Thanks,
Ludo’.


[-- Attachment #2: lxqt.scm --]
[-- Type: text/plain, Size: 1839 bytes --]

(use-modules (gnu) (gnu system nss) (gnu packages kde-plasma))
(use-service-modules desktop networking ssh sddm dbus)
(use-package-modules ssh certs tls lxqt xorg openbox)

(operating-system
  (host-name "panther")
  (timezone "Asia/Tehran")
  (locale "en_US.utf8")

  ;; Boot in "legacy" BIOS mode
  (bootloader (bootloader-configuration
                (bootloader grub-bootloader)
                (target "/dev/sda")))
  (file-systems (cons (file-system
                        (device (file-system-label "my-root"))
                        (mount-point "/")
                        (type "ext4"))
                      %base-file-systems))
  (users (cons (user-account
                (name "user")
                (password (crypt "1234" "$6$abc"))
                (group "users")
                (supplementary-groups '("wheel" "audio" "video"))
                (home-directory "/home/user"))
               %base-user-accounts))
  (packages (cons* openssh nss-certs gnutls 
                   lxqt lxqt-globalkeys openbox
                   
                   ;; commented in order to re-produce the issue
                   ; libkscreen   
                   %base-packages))
  (services (cons*
	      (sddm-service
		    (sddm-configuration
		      (minimum-uid 1000)
		      (theme "elarun")))
	      (elogind-service)
	      (udisks-service)
	      (dbus-service)
	      (colord-service)
	      (service polkit-service-type)
	      (service upower-service-type)
	      (service dhcp-client-service-type)
	      ;; network configuration
	      (service openssh-service-type
		       (openssh-configuration
			 (port-number 22)
			 (permit-root-login #t)))
	      (service wpa-supplicant-service-type)
	      %base-services))
  ;; Allow resolution of '.local' host names with mDNS.
  (name-service-switch %mdns-host-lookup-nss))

  reply	other threads:[~2020-04-22 15:51 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-13  4:23 [bug#37725] [PATCH] gnu: lxqt-config: Add libkscreen as propagated-inputs Hamzeh Nasajpour
2019-10-13 22:07 ` Ludovic Courtès
2019-10-14  5:50   ` Hamzeh Nasajpour
2019-10-14 20:21     ` Ludovic Courtès
2020-04-02 19:17       ` Hamzeh Nasajpour
2020-04-27 16:39         ` Efraim Flashner
2019-10-16 11:18 ` Reza Alizadeh Majd
2019-10-18  9:54   ` Ludovic Courtès
2019-10-18 16:44     ` Reza Alizadeh Majd
2020-04-22 15:50       ` Ludovic Courtès [this message]
2020-09-16  8:40 ` Hamzeh Nasajpour via web

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tv1bv7sm.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=37725@debbugs.gnu.org \
    --cc=r.majd@pantherx.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).