Package Base Details: leftwm-git

Git Clone URL: https://aur.archlinux.org/leftwm-git.git (read-only, click to copy)
Submitter: lexchilds
Maintainer: lexchilds (lex148, VuiMuich, hertg, mautam)
Last Packager: mautam
Votes: 10
Popularity: 0.48
First Submitted: 2019-05-29 13:05 (UTC)
Last Updated: 2024-04-02 05:40 (UTC)

Latest Comments

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

eclairevoyant commented on 2023-11-16 13:27 (UTC)

or just build in a clean chroot and then it won't matter.

exploder-jimmy commented on 2023-11-16 11:57 (UTC) (edited on 2023-11-16 11:57 (UTC) by exploder-jimmy)

Hello. Please add export CARGO_HOME="$srcdir"/cargo to build() and maybe to prepare() function in PKGBUILD, so that cargo won't clutter up user's $HOME directory.

Please also do this to your non-git leftwm package.

Thank you!

eclairevoyant commented on 2023-05-26 23:43 (UTC)

On further examination using ps here is simply incorrect; issue reported at https://github.com/leftwm/leftwm/issues/1070

eclairevoyant commented on 2022-12-28 20:56 (UTC)

Looks like the 0.4.1 tag is not on the main branch, so pkgver will still generate 0.4.0.

eclairevoyant commented on 2022-10-14 23:39 (UTC) (edited on 2022-10-14 23:42 (UTC) by eclairevoyant)

@maintainers Remembered one more thing: please add procps-ng to the makedepends since you're using the command ps in the build step. Otherwise, when building in a clean chroot, the command ps will not be found.

Alternatively you might consider using split packages?

VuiMuich commented on 2022-10-12 18:16 (UTC)

should be fixed now as reported on discord

paapereira commented on 2022-10-08 17:00 (UTC) (edited on 2022-10-08 17:01 (UTC) by paapereira)

I'm having some difficulties installing the latest version. Any ideas?

Aur (1)         Old Version          New Version          Make Only
aur/leftwm-git  0.4.0.r1.g9179969-1  0.4.0.r3.g1cc3a4d-4  No
(...)
:: Processing package changes...
(1/1) reinstalling leftwm-git                                                                                      [--------------------------------------------------------------------] 100%
/tmp/alpm_JCAnG1/.INSTALL: line 2: lefthk: command not found
/tmp/alpm_JCAnG1/.INSTALL: line 2: 0.4.0: command not found
Connection failure: Connection refused
pa_context_connect() failed: Connection refused
ERROR: another window manager is already running

(process:837289): XApp-CRITICAL **: 17:58:38.213: Unable to determine if session is running, could not get session bus: Error spawning command line ?dbus-launch --autolaunch=d217f46221274627ac2b3b7b30061b2e --binary-syntax --close-stderr?: Child process exited with code 1

system-config-printer-applet: failed to connect to session D-Bus
Error spawning command line “dbus-launch --autolaunch=d217f46221274627ac2b3b7b30061b2e --binary-syntax --close-stderr”: Child process exited with code 1

takagiy commented on 2022-10-04 09:46 (UTC)

@VuiMuich I'm using community/rustup to manage rust toolchains. Updating nightly toolchains and removing stable toolchains fixed the issue. Thank you!

eclairevoyant commented on 2022-10-02 21:01 (UTC) (edited on 2022-10-02 21:04 (UTC) by eclairevoyant)

@VuiMuich Arch packages should not install to /usr/local/, see Package etiquette.

In this case the man page should be installed to /usr/share/man/man1/leftwm.1, and you can add options=('zipman') to the PKGBUILD to zip it up if you so choose.

VuiMuich commented on 2022-09-25 13:27 (UTC)

@takagiy is there a specific reason for you not using a more recent rustc version? We bumped our minimum supported rust version to 1.59.0 recently. Archlinux has 1.64.0 in extra/rust.