Closed Jackaed closed 1 year ago
Can you please post the content of the file /usr/include/wayland-version.h
?
/*
* Copyright © 2012 Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to use, copy, modify, merge, publish,
* distribute, sublicense, and/or sell copies of the Software, and to
* permit persons to whom the Software is furnished to do so, subject to
* the following conditions:
*
* The above copyright notice and this permission notice (including the
* next paragraph) shall be included in all copies or substantial
* portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
#ifndef WAYLAND_VERSION_H
#define WAYLAND_VERSION_H
#define WAYLAND_VERSION_MAJOR 1
#define WAYLAND_VERSION_MINOR 21
#define WAYLAND_VERSION_MICRO 0
#define WAYLAND_VERSION "1.21.0"
#endif
Note that I've installed it via the .deb package, which was seemingly a fix for the same issue under #188.
I uninstalled it and tried installing via pacstall, and it is now working correctly, I probably had a missing dependency. Thank you for replying so quickly earlier!
When I install via Pacstall, it doesn't seem to detect my imagemagick installs, and generally recognises far fewer dependencies than the deb version. Looking through the dependency list, I seem to have all of the non-optional dependencies on my system installed, so I'm still not sure as to why this is happening.
Any ideas? I would quite like imagemagick working if possible!
Note the behaviour is now different, it seems to work properly with --load-config devinfo
for some reason, but doesn't work correctly without it or when using devinfo-verbose.
Okay, installing libmagick from source and then building fastfetch from pacstall seems to have worked. Not sure what's going on with the .deb build, but glad I got it working in the end.
General description of bug:
Whenever I run fastfetch (default config), it gets as far as printing out my packages before it segfaults and throws the following error:
Often helpful questions:
Output of
fastfetch --version
:Output of
fastfetch --load-config devinfo
:Output of
fastfetch --load-config devinfo-verbose
:Output of
fastfetch --list-features
: