Search Criteria
Package Details: dhcpcd-ui 0.7.5-2
Git Clone URL: | https://aur.archlinux.org/dhcpcd-ui.git (read-only) |
---|---|
Package Base: | dhcpcd-ui |
Description: | dhcpcd Monitor in GTK+ |
Upstream URL: | http://roy.marples.name/projects/dhcpcd-ui |
Licenses: | |
Submitter: | None |
Maintainer: | bidulock |
Last Packager: | bidulock |
Votes: | 15 |
Popularity: | 0.002644 |
First Submitted: | 2009-05-13 12:38 |
Last Updated: | 2016-05-30 02:25 |
Latest Comments
ubone commented on 2017-07-04 06:33
/usr/local/share/applications/dhcpcd-gtk.desktop comes with dhcpcd from base
philo commented on 2017-02-11 14:28
Still maintained?
philo commented on 2017-01-09 15:45
Just installed 0.75.2. Same issue and error messages as already reported here in ... March 2015. Does not work for me.
djmattyg007 commented on 2015-04-21 10:22
dhcpcd-ui works with GTK3. Shouldn't the dependency be bumped?
2ion commented on 2015-03-28 13:54
Have you tested with the latest upstream version 0.7.5? The AUR package has been flagged out of date.
fightcookie commented on 2015-03-18 21:07
I got the following error when trying to launch it:
** Message: Connecting ...
** Message: Status changed to down
** (dhcpcd-gtk:4497): CRITICAL **: dhcpcd_open: No such file or directory
Even though I already had connected to my network using dhcpcd at bootup time I ran dhcpcd (as root as the program told me to do) and got:
dhcpcd[4543]: version 6.7.1 starting
dhcpcd[4543]: DUID 00:01:00:01:1c:29:88:5a:60:a4:4c:b4:5d:cc
dhcpcd[4543]: eno1: IAID 4c:b4:5d:cc
** Message: Status changed to opened
** Message: Connected to dhcpcd-6.7.1
** Message: Status changed to connecting
** Message: eno1: Cable plugged in
dhcpcd[4543]: eno1: soliciting an IPv6 router
dhcpcd[4543]: eno1: rebinding lease of 192.168.7.100
dhcpcd[4543]: eno1: changing route to 192.168.7.0/24
dhcpcd[4543]: eno1: changing default route via 192.168.7.1
dhcpcd[4543]: forked to background, child pid 4555
After that I run dhcpcd-gtk again and got:
** Message: Connecting ...
** Message: Status changed to down
** Message: Status changed to opened
** Message: Connected to dhcpcd-6.7.1
** Message: Status changed to connected
** Message: eno1: CARRIER
** Message: eno1: Configured 192.168.7.100/24
But no window opened!
Is this a problem with the package and someone can confirm this or is it a problem with my config and I should ask in the forum / elsewhere?
Also, on the website notification-daemon-0.3.7 is said to be an optional dependency, is this libnotify here and should it be made optional or should sth. like notification-daemon-gtk2 be added to the dependencies?
anatolik commented on 2014-10-07 15:33
0.7.3 is released
http://roy.marples.name/archives/dhcpcd-discuss/2014/0819.html
bidulock commented on 2013-04-16 12:27
The PKGBUILD for 0.6.0-1 is placing it icons in the wrong directory and placing its autostart file in the wrong directory. You need to change the ./configure line to:
./configure --prefix=/usr --icondir=/usr/share/icons
There also needs to be an .install script to update the icon cache.
You need to change the make install line to:
make DESTDIR="$pkgdir" AUTOSTARTDIR=/etc/xdg/autostart install
to get the autostart file in the right location.
Also the license file is missing: it can be stripped from the top of any of the .c files.
I will send you a .src package that has these corrections.
anonymous_user commented on 2010-07-19 05:22
0.5.1 is out.