dhcpcd-ui works with GTK3. Shouldn't the dependency be bumped?
Search Criteria
Package Details: dhcpcd-ui 0.7.3-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2015-03-18)
| Package Base: | dhcpcd-ui |
|---|---|
| Description: | dhcpcd Monitor in GTK+ |
| Upstream URL: | http://roy.marples.name/projects/dhcpcd-ui |
| Category: | network |
| Licenses: | |
| Submitter: | None |
| Maintainer: | lth |
| Last Packager: | lth |
| Votes: | 10 |
| First Submitted: | 2009-05-13 12:38 |
| Last Updated: | 2014-10-07 16:41 |
Dependencies (4)
Required by (0)
Sources
Latest Comments
Comment by djmattyg007
Comment by fightcookie
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?
Comment by anatolik
0.7.3 is released
http://roy.marples.name/archives/dhcpcd-discuss/2014/0819.html
Comment by bidulock
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.
Comment by anonymous_user
0.5.1 is out.