FS#55906 - [budgie-desktop] Won't start after release gnome 3.26.1
Attached to Project:
Community Packages
Opened by Thomas McCarthy (tracktraps) - Sunday, 08 October 2017, 00:15 GMT
Last edited by Balló György (City-busz) - Sunday, 15 October 2017, 21:48 GMT
Opened by Thomas McCarthy (tracktraps) - Sunday, 08 October 2017, 00:15 GMT
Last edited by Balló György (City-busz) - Sunday, 15 October 2017, 21:48 GMT
|
Details
Description: Budgie Desktop v10.3.1-2 won't work at all.
Additional info: https://github.com/budgie-desktop/budgie-desktop/issues/1190 Steps to reproduce: pacman -Syu Update mutter 3.26.1 |
This task depends upon
Closed by Balló György (City-busz)
Sunday, 15 October 2017, 21:48 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#55790
(Fixed in budgie-desktop 10.4+8+gff09a510-1)
Sunday, 15 October 2017, 21:48 GMT
Reason for closing: Duplicate
Additional comments about closing:
FS#55790?I was able to resolve the issue and get budgie-wm running again by rebuilding the package:
# ASPROOT=. asp checkout budgie-desktop
# cd budgie-desktop/budgie-desktop/trunk
# gpg --recv-keys <key-id>
# makepkg -s
# packman -U *.pkg.tar.xz
HOWEVER, if you have recently updated meson (meson-0.43.0-1), the build will fail with the error:
# Meson encountered an error in file subprojects/gvc/meson.build, line 31, column 0:
# Sandbox violation: Tried to grab file gvc-channel-map.c from a different subproject.
If this happens, you will need to downgrade meson to meson-0.42.1-2 (or older). If you are lucky, you may have the old package in your package cache:
# pacman -U /var/cache/pacman/pkg/meson-0.43.0-1-any.pkg.tar.xz
Good luck! I look forward to seeing the package being updated (i.e. rebuilt) for the new gnome/mutter release to avoid the manual intervention.
Edit:
I can't get it to build, I have the following error:
Meson encourtered an error in file src/wm/meson.build, line 22, column 4:
Native dependancy 'libmutter-0' not found
But I have mutter installed !
I build budgie-desktop 10.4 instead without some patches
I Builded and am using the aur-package successfully right now.