bug#70121: Magit autoloads missing in Emacs 29.3

2024-03-31 Thread Jake
Hello

Since upgrading from Emacs 29.1 to 29.3, it seems like magit's autoload
definitions are not loaded.

To reproduce:

guix shell --pure emacs emacs-magit -- emacs -q --eval "(call-interactively
'magit)"

In Emacs 29.3 this gives me: Wrong type argument: commandp, magit

Thanks
Jake


bug#70111: Gnome 44: Dark Theme not Working

2024-03-31 Thread Dariqq

Hi Guix,

Updated my system to Gnome 44 f5558ee0cc1a11a8b61d3f4d43f05dd79d53ac77 
and the dark style setting in Gnome no longer works (compared to Gnome 
42), i.e. apps like gnome-control-center and nautilus still have the 
light theme even though the setting is set to Dark.


The setting from the control-center is applied correctly:

 guix shell glib:bin -- gsettings get org.gnome.desktop.interface 
color-scheme

'prefer-dark'

"GTK_THEME" is unset, no extra config in ~/.config/gtk-*.0/settings.ini 
and also Application>Appeareance in Gnome Tweaks is set to Adwaita-Dark.


Some results from searching online suggest to install xdg-desktop-portal 
and adding that to the system profile and rebooting indeed makes the 
dark setting work as expected.


Should this be handled by the gnome-desktop-service-type, i.e. added by 
one of the gnome-meta-packages (probably gnome-essential-extras)?


Thanks.





bug#67649: shepherd: (shepherd support) is visible for start GEXP

2024-03-31 Thread Ludovic Courtès
Hi,

Ludovic Courtès  skribis:

> This is a Guix bug we can fix by loading each service file in a fresh
> module:

[...]

> I’ll push the patch soonish.

Pushed as 6f9d844d2ece7b369d17bbe678978462425f869c last week.

Thanks!

Ludo’.





bug#68415: User's shepherd services defined in guix home config can not start after guix pull.

2024-03-31 Thread Ludovic Courtès
Hi,

Feng Shu  skribis:

> Today, after I guix pull again and reconfig guix home, this problem
> dispear, I do not know why :-)
>
>> Feng Shu  writes:

[...]

>>> I tried, but I do not know why: unbound-variable service

I believe this problem was due to the fact that you were running
shepherd < 0.10.

Shepherd 0.10 introduce (service …) as a replacement for (make 
…) and Guix switched to that idiom in
477d4f7d241165b5a5fd315c27efd7803fad4a04, meaning that to complete your
upgrade, you effectively had to start the new shepherd (reboot or
whatever).

Closing!

Thanks,
Ludo’.





bug#70103: GNOME 44: Settings application crashes if Multitasking tab is opened

2024-03-31 Thread Abhiseck Paira
Hi,

I have just upgraded my Guix System to GNOME 44, here's the guix
describe: 

--8<---cut here---start->8---

$ guix describe
Generation 82   Mar 31 2024 10:01:38(current)
  guix f5558ee
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: f5558ee0cc1a11a8b61d3f4d43f05dd79d53ac77
  stfh-packages df2c76b
repository URL: https://codeberg.org/Red_Starfish/stfh-guix-channel.git
branch: master
commit: df2c76b3567b9c2e3c9ab9314a5d295257e0be87
  flat b62ba32
repository URL: https://github.com/flatwhatson/guix-channel.git
branch: master
commit: b62ba3214ed0f781e2d6015044ae8a4a1bd5c7d7

--8<---cut here---end--->8---

Now, when I open Settings application and then open the "multitasking"
tab or "Keyboard & Touchpad" tab, the settings application crashes.
Next, if I try to open it again, try to change the background image,
or anything that ultimately opens settings application again, it
wouldn't open anymore.

The only way I could open the settings app again is to go back to the
previous generation (which has GNOME 42) using the grub menu, start
the settings app (this time it will open), select some other tab like
"About" and reboot again to latest generation running GNOME 44.

-- 
Abhiseck Paira (https://paira.in)
"Over himself, over his own body and mind, the individual is sovereign."

;; This is an operating system configuration generated
;; by the graphical installer.

(use-modules (gnu))
(use-modules (gnu packages linux)  ; ntfs-3g
 (gnu packages freedesktop)) ;udiskie
;; (use-modules (gnu packages wm)
;;   (gnu packages terminals)
;;   (gnu packages suckless) ;;dmenu
;;   (gnu packages linux) ;; pipewire
;;   (gnu packages xdisorg) ;; wofi
;;   (gnu packages lxde)
;;   (gnu packages pulseaudio)
;;   (gnu packages dunst))
(use-service-modules desktop networking ssh xorg)

(define %my-desktop-services
  (modify-services
   %desktop-services
   (gdm-service-type config =>
 (gdm-configuration
  (inherit config)
  (auto-login? #t)
  (default-user "starfish")
  (wayland? #t)

(operating-system
 (kernel linux-libre-lts)
 (locale "en_IN.utf8")
 (timezone "Asia/Kolkata")
 (keyboard-layout (keyboard-layout "us"))
 (host-name "pandora")
 (users
  (append
   (list
(user-account
 (name "starfish")
 (comment "Starfish")
 (group "users")
 (home-directory "/home/starfish")
 (supplementary-groups
  '("wheel" "netdev" "audio" "video" "kvm")))
(user-account
 (name "guest")
 (comment "Guest account")
 (group "users")
 (home-directory "/home/guest")
 (supplementary-groups
  '("netdev" "audio" "video"
   %base-user-accounts))
 ;; (users (cons* (user-account
 ;;(name "starfish")
 ;;(comment "Starfish")
 ;;(group "users")
 ;;(home-directory "/home/starfish")
 ;;(supplementary-groups
 ;; '("wheel" "netdev" "audio" "video" "kvm")))
 ;;   %base-user-accounts))
 (packages
  (append
   (list (specification->package "nss-certs")
 ntfs-3g
 udiskie)
   %base-packages))
 (services
  (append
   (list
(service tor-service-type
 (tor-configuration
  (control-socket? #t)))
(service gnome-desktop-service-type)
(set-xorg-configuration
 (xorg-configuration
  (keyboard-layout keyboard-layout
   %my-desktop-services))
 (bootloader
  (bootloader-configuration
   (bootloader grub-bootloader)
   (targets '("/dev/sda"))
   (keyboard-layout keyboard-layout)))
 (mapped-devices
  (list (mapped-device
 (source
  (uuid "ad5b2362-59be-47c0-b627-f58218a9c547"))
 (target "cryptroot")
 (type luks-device-mapping))
(mapped-device
 (source
  (uuid "836f4150-b51c-4687-a941-24ebb5862278"))
 (target "crypthome")
 (type luks-device-mapping
 (file-systems
  (cons* (file-system
  (mount-point "/")
  (device "/dev/mapper/cryptroot")
  (type "ext4")
  (dependencies mapped-devices))
 (file-system
  (mount-point "/home")
  (device "/dev/mapper/crypthome")
  (type "ext4")
  (dependencies mapped-devices))
 %base-file-systems)))


bug#70051: same

2024-03-31 Thread Lilah Tascheter
yep I got the same issue too. but, in my case, I have an encrypted root
with three other encrypted partitions, none of them my home. initrd
decryption succeeds, but shepherd device-mapper services fail as usual





bug#70101: Buiding in high debug level crashed

2024-03-31 Thread Jim Dupont
guix build --debug=999 -v 99  -f cpuinfo.scm > error.log 2>&1
fails
http://sprunge.us/16uhk6

```In guix/store.scm:
   1403:5 10 (map/accumulate-builds # # _ …)
  1419:15  9 (_ # _ _)  739:14  8 (process-stderr _ _)
In unknown file: 7 (display "@
build-log 158510\ 45\n[ 11%] Creating directories for…" …) In
guix/status.scm:  779:20  6 (write! _ _ _)
 In srfi/srfi-1.scm:
   460:18  5 (fold # …)
In guix/status.scm:  669:15  4 (_ (build-log 158510
"[ 11%] Creating directories for 'googlet…") #)
   180:23  3 (update-build #< building: () downloading: ()
buil…> …) In ice-9/boot-9.scm:1685:16  2
(raise-exception _ #:continuable? _)
1685:16  1 (raise-exception _ #:continuable? _)
  1685:16  0 (raise-exception _ #:continu\able? _)

ice-9/boot-9.scm:1685:16: In procedure raise-exception:
In procedure struct-vtable: Wrong type argument in position 1 (expecting
struct): #f
```


bug#70100: kdelibs4support build failure

2024-03-31 Thread Nathan Dehnel
guix f5558ee

starting phase `check-post-install'
D-Bus library appears to be incorrectly set up: see the manual page
for dbus-uuidgen to correct this issue. (Failed to open "/var/lib/dbu
s/machine-id": No such file or directory; Failed to open
"/etc/machine-id": No such file or directory)
Test project /tmp/guix-build-kdelibs4support-5.114.0.drv-0/build
 Start  1: globalcleanuptest
1/38 Test  #1: globalcleanuptest    Passed0.05 sec
 Start  2: kaccelgentest
2/38 Test  #2: kaccelgentest    Passed0.02 sec
 Start  3: kcalendartest
3/38 Test  #3: kcalendartest    Passed0.39 sec
 Start  4: kcmdlineargs_unittest
4/38 Test  #4: kcmdlineargs_unittest    Passed0.03 sec
 Start  5: kdatetimetest
5/38 Test  #5: kdatetimetest    Passed1.99 sec
 Start  6: klocaletimeformattest
6/38 Test  #6: klocaletimeformattest    Passed0.04 sec
 Start  7: ktimezonestest
7/38 Test  #7: ktimezonestest ...   Passed2.20 sec
 Start  8: k4timezonewidget_unittest
8/38 Test  #8: k4timezonewidget_unittest    Passed0.04 sec
 Start  9: kdebugtest
9/38 Test  #9: kdebugtest ...   Passed0.03 sec
 Start 10: kbuttongrouptest
10/38 Test #10: kbuttongrouptest .   Passed0.38 sec
 Start 11: kdialog_unittest
11/38 Test #11: kdialog_unittest .   Passed0.24 sec
 Start 12: kfadewidgeteffecttest
12/38 Test #12: kfadewidgeteffecttest    Passed0.04 sec
 Start 13: kconfigafterkglobaltest1
13/38 Test #13: kconfigafterkglobaltest1 .   Passed0.04 sec
 Start 14: kconfigafterkglobaltest2
14/38 Test #14: kconfigafterkglobaltest2 .   Passed0.03 sec
 Start 15: kdebug_unittest
15/38 Test #15: kdebug_unittest ..   Passed0.12 sec
 Start 16: kdebug_qcoreapptest
16/38 Test #16: kdebug_qcoreapptest ..   Passed0.04 sec
 Start 17: kmd5benchmark
17/38 Test #17: kmd5benchmark    Passed7.10 sec
 Start 18: ktabwidget_unittest
18/38 Test #18: ktabwidget_unittest ..   Passed0.04 sec
 Start 19: ktempdirtest
19/38 Test #19: ktempdirtest .   Passed0.04 sec
 Start 20: ktemporaryfiletest
20/38 Test #20: ktemporaryfiletest ...   Passed0.04 sec
 Start 21: kuniqueapptest
21/38 Test #21: kuniqueapptest ...   Passed0.43 sec
 Start 22: kurlmimetest
22/38 Test #22: kurlmimetest .   Passed0.04 sec
 Start 23: klibloadertest
23/38 Test #23: klibloadertest ...   Passed0.04 sec
 Start 24: ksavefiletest
24/38 Test #24: ksavefiletest    Passed0.03 sec
 Start 25: kconfigcompattest
25/38 Test #25: kconfigcompattest    Passed0.03 sec
 Start 26: kglobalstatictest
26/38 Test #26: kglobalstatictest    Passed0.02 sec
 Start 27: kmimetypetest
27/38 Test #27: kmimetypetest ***Failed1.21 sec
kf.coreaddons.kaboutdata: Could not initialize the equivalent
properties of Q*Application: no instance (yet) existing.
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to
'/tmp/guix-build-kdelibs4support-5.114.0.drv-0/runtime-nixbld'
* Start testing of KMimeTypeTest *
Config: Using QtTest library 5.15.10, Qt 5.15.10
(x86_64-little_endian-lp64 shared (dynamic) release build; by GCC
11.3.0), unknown unkno
wn
kbuildsycoca5 running...
PASS   : KMimeTypeTest::initTestCase()
FAIL!  : KMimeTypeTest::testByName() Compared values are not the same
  Actual   (s0->comment()): "Empty document"
  Expected (QString::fromLatin1("empty document")): "empty document"
  Loc: 
[/tmp/guix-build-kdelibs4support-5.114.0.drv-0/kdelibs4support-5.114.0/autotests/kmimetypetest.cpp(182)]
PASS   : KMimeTypeTest::testIcons()
PASS   : KMimeTypeTest::testFindByUrl()
PASS   : KMimeTypeTest::testFindByPathUsingFileName(text)
PASS   : KMimeTypeTest::testFindByPathUsingFileName(case-insensitive search)
PASS   : KMimeTypeTest::testFindByPathUsingFileName(case-insensitive
match on a non-lowercase glob)
PASS   : KMimeTypeTest::testFindByPathUsingFileName(case-sensitive
uppercase match)
PASS   : KMimeTypeTest::testFindByPathUsingFileName(case-sensitive
lowercase match)
PASS   : KMimeTypeTest::testFindByPathUsingFileName(case-sensitive
long-extension match)
PASS   : KMimeTypeTest::testFindByPathUsingFileName(case-sensitive-only match)
PASS   : KMimeTypeTest::testFindByPathUsingFileName(case-sensitive-only match)
PASS   : KMimeTypeTest::testFindByPathUsingFileName(desktop file)
PASS   :