Package Details: networkmanager-dmenu-git r143.c98810b-1

Git Clone URL: https://aur.archlinux.org/networkmanager-dmenu-git.git (read-only, click to copy)
Package Base: networkmanager-dmenu-git
Description: Control NetworkManager via dmenu
Upstream URL: https://github.com/firecat53/networkmanager-dmenu
Licenses: MIT
Conflicts: networkmanager-dmenu
Provides: networkmanager-dmenu
Submitter: firecat53
Maintainer: firecat53
Last Packager: firecat53
Votes: 58
Popularity: 0.63
First Submitted: 2014-05-18 03:45 (UTC)
Last Updated: 2025-01-22 00:28 (UTC)

Dependencies (12)

Required by (1)

Sources (1)

Latest Comments

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

firecat53 commented on 2019-01-07 00:06 (UTC)

@abhixec You need to download the snapshot for the AUR package, which includes all the required files to build. Some AUR packages can be built with just the PKGBUILD, but definitely not all.

abhixec commented on 2019-01-07 00:00 (UTC)

Getting this error: ==> ERROR: install file (networkmanager-dmenu.install) does not exist or is not a regular file.

firecat53 commented on 2017-09-04 20:02 (UTC) (edited on 2017-09-04 20:02 (UTC) by firecat53)

@blueowl, good catch, thanks! Fixed now.

blueowl commented on 2017-09-04 09:47 (UTC)

There is a typo in install -Dm644 "$srcdir/$_pkgname/LICENSE.txt" "$pkgdir/usr/share/license/$pkgname/LICENSE" "license" directory should be "licenses" instead. That's the directory where all packages install their licenses.

firecat53 commented on 2017-05-21 00:33 (UTC)

@xnick I created a bug report for this on Github: https://github.com/firecat53/networkmanager-dmenu/issues/39 We can continue troubleshooting there. Thanks!

xnick commented on 2017-05-18 11:06 (UTC)

I came across this error today: Traceback (most recent call last): File "/usr/bin/networkmanager_dmenu", line 598, in <module> run() File "/usr/bin/networkmanager_dmenu", line 593, in run gsm_actions, other_actions) File "/usr/bin/networkmanager_dmenu", line 334, in get_selection inp_bytes = "\n".join([str(i) for i in inp]).encode(ENC) UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 152: ordinal not in range(128) when trying to launch it. So it looks like it finds this character "â" somewhere and poops out. Obviously, it shouldn't be able to find this character anywhere in networkmanager's menus, so it should be somewhere that allows for other input (Access point names perhaps). And indeed, after disabling WiFi, it managed to launch just fine. Looking at nm_applet, I can't find â in any of the AP names, but maybe networkmanager handles this by showing a different character? (a for example).

firecat53 commented on 2016-09-15 00:18 (UTC)

Correct. When something is fixed in the source, you have to reinstall a source-based package. The AUR doesn't see changes to the source, only to the PKGBUILD. That's normal. So if you want the latest changes for any -git or -svn or -hg package you have to 'reinstall' it. Scott

Speranskiy commented on 2016-09-13 17:07 (UTC)

Is it correct that yaourt doesn't see update of the package with your fix? I needed yaourt -S networkmanager-dmenu-git to have it fixed.

firecat53 commented on 2016-08-29 20:12 (UTC)

Should be fixed now with the latest commit. Scott

firecat53 commented on 2016-08-28 19:29 (UTC)

Networkmanager 1.4.x breaks nmcli-dmenu. Issue here: https://github.com/firecat53/nmcli-dmenu/issues/20 For now either downgrade and be patient until I fix it, or send a patch :) Thanks, Scott