Package Details: wayfire 0.8.1-3

Git Clone URL: https://aur.archlinux.org/wayfire.git (read-only, click to copy)
Package Base: wayfire
Description: 3D wayland compositor
Upstream URL: https://wayfire.org
Keywords: compositor wayland
Licenses: MIT
Conflicts: wayfire-git
Submitter: aperez
Maintainer: aperez
Last Packager: aperez
Votes: 54
Popularity: 1.68
First Submitted: 2019-02-14 08:43 (UTC)
Last Updated: 2024-03-14 22:10 (UTC)

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

Martchus commented on 2024-03-16 22:06 (UTC)

@je-vv Thanks, it worked. Maybe that hint is worth a pinned comment.

O.K commented on 2024-03-16 18:17 (UTC) (edited on 2024-03-16 18:18 (UTC) by O.K)

Hi!

After installing all packages, I get this error when starting wayfire:

"terminate called after throwing an instance of 'std::runtime_error' what(): Bad option type: grid/modifier"

je-vv commented on 2024-03-16 00:24 (UTC)

@Martchus, it will build just fine if you first re-build wf-config, and then install from the new built package.

See my prior comment (it still applies for this 0.8.1 version): https://aur.archlinux.org/packages/wayfire#comment-960155

Martchus commented on 2024-03-16 00:15 (UTC)

This package doesn't build for me:

ependency wf-config from subproject subprojects/wf-config found: NO

wayfire-0.8.1/meson.build:64:12: ERROR: Dependency 'wf-config' is required but not found.

A full log can be found at /build/wayfire/src/build/meson-logs/meson-log.txt
==> ERROR: A failure occurred in build().

Could it be because wf-config is only at version 0.8.0?

je-vv commented on 2024-03-08 21:49 (UTC)

BTW, I just rebuilt, and besides requiring to rebuild and reinstall wf-config, because gcc version changed since I built the stuff, I found no issue, wayfire builds just fine... My box is up to date BTW...

kode54 commented on 2024-03-08 21:01 (UTC)

Could you edit that post to include triple backticks on the lines above and below the log?

aperez commented on 2023-12-28 09:24 (UTC)

@je-vv: Nice find, I have updated the package with your suggestion. Thanks!

je-vv commented on 2023-12-27 23:07 (UTC)

On current 0.8.0 version, wayfire has output mirroring broken. But that was fixed on commit:

https://github.com/WayfireWM/wayfire/commit/17da01e6f694bf62f31aae9a800e4fec137d031e

I have applied a path from it, and now output mirroring does work. Here the prepare changes (not showing the patch since it's that commit):

prepare() {
   cd "${pkgname}-${pkgver}"
   patch -p1 -i "${srcdir}/meson-ignore-git-return-values.patch"
   patch -p1 -i ../fix_output_mirror.patch
}

As we don't know when a new version will be released, I suggest to apply the patch from upstream, so that mirroring does work with current AUR version.