unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Simon Tournier <zimon.toutoune@gmail.com>
To: "Bradley Haggerty" <bradigger@gmail.com>
Cc: 34152-done@debbugs.gnu.org
Subject: bug#34152: awesome crashes on reload
Date: Wed, 11 Oct 2023 15:07:54 +0200	[thread overview]
Message-ID: <87fs2htihh.fsf@gmail.com> (raw)
In-Reply-To: <CVZVSWFFNHO6.1EZQ3S838NU3S@masaki> (Bradley Haggerty's message of "Wed, 04 Oct 2023 13:54:35 -0500")

Hi,

On Wed, 04 Oct 2023 at 13:54, "Bradley Haggerty" <bradigger@gmail.com> wrote:

>> > To recreate this, install the "awesome" package, log in to it, and either press control-super-r or open the menu in the top
>> > left and go to awesome -> restart.
>> >
>> > guix version:
>> > guix (GNU Guix) 1c17adbc7957d024158948a853f4fbc22e52a0f6

> I've since moved to Sway and am planning to stick with Wayland. I don't
> recall the issue ever being fixed while I was still using awesomewm, but
> not sure if it works now. Should be easy enough to test if someone was
> interested. I'm fine with this being closed since I'm no longer using
> awesomewm.

Using Guix 6113e05 and configuration below (adding ’awesome’ in
gnu/system/examples/lightweight-desktop.tmpl), I am not able to
reproduce.  Therefore, I am closing.

If someone has more information and also hits this bug, please reopen.

Cheers,
simon

--8<---------------cut here---------------start------------->8---
;; -*- mode: scheme; -*-
;; This is an operating system configuration template
;; for a "desktop" setup without full-blown desktop
;; environments.

(use-modules (gnu) (gnu system nss))
(use-service-modules desktop)
(use-package-modules bootloaders certs emacs emacs-xyz ratpoison suckless wm
                     xorg)

(operating-system
  (host-name "antelope")
  (timezone "Europe/Paris")
  (locale "en_US.utf8")

  ;; Use the UEFI variant of GRUB with the EFI System
  ;; Partition mounted on /boot/efi.
  (bootloader (bootloader-configuration
                (bootloader grub-efi-bootloader)
                (targets '("/boot/efi"))))

  ;; Assume the target root file system is labelled "my-root",
  ;; and the EFI System Partition has UUID 1234-ABCD.
  (file-systems (append
                 (list (file-system
                         (device (file-system-label "my-root"))
                         (mount-point "/")
                         (type "ext4"))
                       (file-system
                         (device (uuid "1234-ABCD" 'fat))
                         (mount-point "/boot/efi")
                         (type "vfat")))
                 %base-file-systems))

  (users (cons (user-account
                (name "alice")
                (comment "Bob's sister")
                (group "users")
                (supplementary-groups '("wheel" "netdev"
                                        "audio" "video")))
               %base-user-accounts))

  ;; Add a bunch of window managers; we can choose one at
  ;; the log-in screen with F1.
  (packages (append (list
                     ;; window managers
                     ratpoison i3-wm i3status dmenu
                     emacs emacs-exwm emacs-desktop-environment
                     awesome
                     ;; terminal emulator
                     xterm
                     ;; for HTTPS access
                     nss-certs)
                    %base-packages))

  ;; Use the "desktop" services, which include the X11
  ;; log-in service, networking with NetworkManager, and more.
  (services %desktop-services)

  ;; Allow resolution of '.local' host names with mDNS.
  (name-service-switch %mdns-host-lookup-nss))
--8<---------------cut here---------------end--------------->8---




      reply	other threads:[~2023-10-11 14:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-21  6:26 bug#34152: awesome crashes on reload Bradley Haggerty
2023-10-04 18:29 ` Simon Tournier
2023-10-04 18:54   ` Bradley Haggerty
2023-10-11 13:07     ` Simon Tournier [this message]

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=87fs2htihh.fsf@gmail.com \
    --to=zimon.toutoune@gmail.com \
    --cc=34152-done@debbugs.gnu.org \
    --cc=bradigger@gmail.com \
    /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).