emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#48465: closed ([PATCHES 0/35] gnu: lxqt: Update to 0.17.0.)


From: GNU bug Tracking System
Subject: bug#48465: closed ([PATCHES 0/35] gnu: lxqt: Update to 0.17.0.)
Date: Sat, 29 May 2021 18:19:02 +0000

Your message dated Sat, 29 May 2021 20:17:53 +0200
with message-id <87fsy576b2.fsf@gnu.org>
and subject line Re: bug#48465: [PATCHES 0/35] gnu: lxqt: Update to 0.17.0.
has caused the debbugs.gnu.org bug report #48465,
regarding [PATCHES 0/35] gnu: lxqt: Update to 0.17.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
48465: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48465
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCHES 0/35] gnu: lxqt: Update to 0.17.0. Date: Sun, 16 May 2021 16:04:42 +0200 (CEST)
I don't use lxqt but I tested it in a VM and it seems to work and look just like it did before.

list of packages updated:

lxqt
lxqt-connman-applet
lxqt-openssh-askpass
qps
compton-conf
lxqt-archiver
screengrab
qterminal
qtermwidget
pavucontrol-qt
obconf-qt
lximage-qt
pcmanfm-qt
lxqt-themes
lxqt-sudo
lxqt-session
lxqt-runner
lxqt-powermanagement
lxqt-policykit
lxqt-panel
lxqt-notificationd
lxqt-globalkeys
lxqt-config
lxqt-admin
lxqt-about
libsysstat
liblxqt
libqtxdg
lxqt-build-tools
lxqt-qtplugin
libfm-qt


Here is a VM that autologs in to lxqt

run: $(./pre-inst-env guix system vm ./lxqt-os.scm) -m 1G

(use-modules (gnu)
             (srfi srfi-1))
(use-service-modules desktop xorg sddm)
(operating-system
  (bootloader (grub-configuration))
  (file-systems %base-file-systems)
  (locale "en_AU.utf8")
  (timezone "Australia/Hobart")
  (keyboard-layout (keyboard-layout "us"  "qwerty"))
  (host-name "jiu")
  (users (cons* (user-account
                 (name "b")
                 (password (crypt "b" "$6$abc")) ;; password "b"
                 (comment "Brendan")
                 (group "users")
                 (home-directory "/home/b")
                 (supplementary-groups
                  '("wheel" "netdev" "audio" "video" "kvm")))
                %base-user-accounts))
  (packages
   (append
    (map specification->package '("nss-certs"))
    %base-packages))
  (services
   (append
    (list (set-xorg-configuration
           (xorg-configuration
            (keyboard-layout keyboard-layout))
           sddm-service-type)

          (service lxqt-desktop-service-type)
          (service sddm-service-type (sddm-configuration
                                      (auto-login-user "b")
                                      (auto-login-session "lxqt.desktop"))))
    (remove (lambda (s) (eqv? (service-kind s) gdm-service-type))
            %desktop-services))))

--- End Message ---
--- Begin Message --- Subject: Re: bug#48465: [PATCHES 0/35] gnu: lxqt: Update to 0.17.0. Date: Sat, 29 May 2021 20:17:53 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi Brendan,

Brendan Tildesley <btild@mailbox.org> skribis:

> I don't use lxqt but I tested it in a VM and it seems to work and look just 
> like it did before.

I applied the whole patch set and tested in a VM using the config you
gave.  It appears to all work as expected!

I noticed that “Lock Screen” from the menu at the bottom doesn’t work
due to missing ‘xdg-screensaver’—probably not a regression, but would be
nice to fix.

Pushed as 338f012d8b0437d5a17ac4b46c5d8fb618e2c8df, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]