Package Details: eww-git 0.6.0.r53.g8661abf-1

Git Clone URL: https://aur.archlinux.org/eww-git.git (read-only, click to copy)
Package Base: eww-git
Description: ElKowar's wacky widgets
Upstream URL: https://github.com/elkowar/eww
Keywords: statusbar wayland x11
Licenses: MIT
Conflicts: eww
Provides: eww
Submitter: McFranko
Maintainer: eclairevoyant
Last Packager: eclairevoyant
Votes: 22
Popularity: 0.015028
First Submitted: 2020-10-27 01:41 (UTC)
Last Updated: 2024-09-15 05:41 (UTC)

Required by (6)

Sources (1)

Pinned Comments

eclairevoyant commented on 2023-04-03 17:29 (UTC)

Adopted and updated. Make sure to fetch the signing keys from GitHub and import them before building:

curl -sS https://github.com/elkowar.gpg | gpg --import -i -
curl -sS https://github.com/web-flow.gpg | gpg --import -i -

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

eclairevoyant commented on 2023-05-22 12:14 (UTC)

makedepends was updated to comply with Rust package guidelines.

Anyway, AUR helpers aren't supported by Arch, use makepkg -s or ideally build in a clean chroot using makechrootpkg -- -s and you should not have issues.

hertg commented on 2023-05-22 09:28 (UTC)

I am unable to install this package with paru.

==> ERROR: Could not resolve all dependencies.
error: failed to build 'eww-git-0.4.0.r28.ge762068-2 (eww-x11-git)':
error: packages failed to build: eww-git-0.4.0.r28.ge762068-2 (eww-x11-git)

I am pretty sure it is because of cargo-nightly in makedepends

eclairevoyant commented on 2023-05-22 05:59 (UTC)

In the interest of having a functioning binary, since I don't know when upstream will take a look at #739, I have turned this into a split package (eww-x11-git and eww-wayland-git). Please install the relevant package based on your use case, and make sure to kill eww completely before using the new packages.

eclairevoyant commented on 2023-05-22 05:31 (UTC) (edited on 2023-05-22 05:49 (UTC) by eclairevoyant)

https://github.com/elkowar/eww/pull/722 enabled both the x11 and wayland backends by default - i.e. your eww does have wayland support enabled already.

However, there's an upstream issue for this specific error: (EDIT: https://github.com/elkowar/eww/issues/739)

xcaramar commented on 2023-05-22 03:39 (UTC)

Yep, can't be used on wayland - it wants an x11 window and won't use xwayland apparently.

Action failed with error: failed to open window `bar0`

Caused by:
    Failed to get x11 window for gtk window

justinesmithies commented on 2023-05-13 15:35 (UTC) (edited on 2023-05-13 15:36 (UTC) by justinesmithies)

This package does not work for Wayland it needs to be built with the options --features=wayland to enable Wayland compatibility. Would it be possible for you to add this to the PKGBUILD please ?

See here: https://elkowar.github.io/eww/eww.html

eclairevoyant commented on 2023-04-03 17:29 (UTC)

Adopted and updated. Make sure to fetch the signing keys from GitHub and import them before building:

curl -sS https://github.com/elkowar.gpg | gpg --import -i -
curl -sS https://github.com/web-flow.gpg | gpg --import -i -

eclairevoyant commented on 2023-03-27 17:04 (UTC)

@haawda yes because it builds with both x11 and wayland support by default now

haawda commented on 2023-03-27 16:54 (UTC)

Seems to need gtk-layer-shell now.

FabioLolix commented on 2023-03-22 07:00 (UTC)

The latest commit upstream is not signed