Search Criteria
Package Details: walker 2.5.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/walker.git (read-only, click to copy) |
---|---|
Package Base: | walker |
Description: | wayland application runner |
Upstream URL: | https://github.com/abenz1267/walker |
Licenses: | GPL |
Conflicts: | walker |
Provides: | walker |
Submitter: | benz |
Maintainer: | benz |
Last Packager: | benz |
Votes: | 14 |
Popularity: | 2.10 |
First Submitted: | 2024-03-12 14:36 (UTC) |
Last Updated: | 2025-10-18 09:35 (UTC) |
Dependencies (10)
- cairo (cairo-gitAUR)
- elephantAUR (elephantAUR, elephant-binAUR)
- elephant-desktopapplicationsAUR (elephant-desktopapplicationsAUR, elephant-desktopapplications-binAUR)
- elephant-providerlistAUR (elephant-providerlistAUR, elephant-providerlist-binAUR)
- gtk4-layer-shell
- poppler-glib (poppler-glib-gitAUR)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- glibc (glibc-gitAUR, glibc-eacAUR) (make)
- gobject-introspection (make)
- protobuf (protobuf-gitAUR) (make)
Required by (5)
- bzmenu (optional)
- iwmenu (optional)
- iwmenu-git (optional)
- pwmenu-git (optional)
- uwsm-git (optional)
Latest Comments
1 2 Next › Last »
benz commented on 2025-09-06 08:05 (UTC)
@max.bra i agree, will fix!
max.bra commented on 2025-09-06 07:55 (UTC)
Sorry, I didn't choose the best words. It's obvious that this is an unhandled exception at runtime. And yes, it was a problem with the configuration file, which has been slightly changed in the keybinding declaration in recent versions. But do you think it's appropriate to exit the runtime with such force just because a key name is incorrectly declared? (close = "esc" ==> close = "Escape"). If you're unable to continue anyway, it would be more appropriate to catch the exception, at least log the reason to the terminal, and then exit politely. My 2 cents.
I'm about to erase the unnecessary noise.
benz commented on 2025-09-05 20:07 (UTC)
@max.bra that's not a crash with the build but a runtime crash. Caused by an invalid keybind in your config.
zcdziura commented on 2025-08-28 19:57 (UTC)
Attempting to build walker results in the following error:
s5e commented on 2025-08-25 12:48 (UTC)
Surely there's some way to make AUR dependencies work, if not via
depends
.I tested it with
paru -B
and it worked.benz commented on 2025-08-24 06:55 (UTC)
@markstos you can't add AUR dependencies into
depends
.markstos commented on 2025-08-24 01:52 (UTC)
Panics and crashes on launch. It appears there is a missing dependency on
elephant
:nezu commented on 2025-07-28 20:23 (UTC) (edited on 2025-07-30 22:55 (UTC) by nezu)
PKGBUILD
claimsarch=('any')
but.SRCINFO
claimsarch = x86_64
. Some tools get confused by this. You can generate an up-to-date.SRCINFO
usingmakepkg --printsrcinfo
. Furthermore, from the wiki:arch=(any) indicates the package can be built on any architecture, and once built, is architecture-independent in its compiled state (usually shell scripts, fonts, themes, many types of extensions, Java programs, etc.).
. Soany
does not fit here, please specify supported architectures explicitly since packages built withany
shouldn't contain architecture-specific code.Edit: Thank you
benz commented on 2024-12-04 04:29 (UTC)
@8ightbits slightly confused, as in: i don't have it installed on my system and so far no one else has had this issue (at least reported). I added it to the makedepends array.
1 2 Next › Last »