Search Criteria
Package Details: gtkevemon-git r228.f38c0e8-1
Git Clone URL: | https://aur.archlinux.org/gtkevemon-git.git (read-only, click to copy) |
---|---|
Package Base: | gtkevemon-git |
Description: | EVE Online skill monitor |
Upstream URL: | https://github.com/gtkevemon/gtkevemon/ |
Licenses: | |
Provides: | |
Submitter: | ecraven |
Maintainer: | Eriner |
Last Packager: | Eriner |
Votes: | 22 |
Popularity: | 0.000000 |
First Submitted: | 2014-01-27 20:32 |
Last Updated: | 2015-12-10 14:57 |
Latest Comments
1 2 3 4 Next › Last »
Crashlog commented on 2016-07-25 15:35
I'd use EVEMon if I could just get it to run, but no luck there.
mkaito commented on 2016-07-25 15:28
Same for me. Upstream is largely unmaintained as the author has no time to commit to the project. Doesn't look like anyone is willing and/or able to pick it up. If only it wasn't C++ :P
I'm not sure I dig the changes GTK3 brought to the interface either way. I'm starting to be inclined to run good old evemon in wine instead.
Crashlog commented on 2016-07-25 14:47
When I try to configure the columns in the skill planner, the program crashes with this output:
(gtkevemon:16236): Gtk-CRITICAL **: gtk_bin_get_child: assertion 'GTK_IS_BIN (bin)' failed
(gtkevemon:16236): Gtk-CRITICAL **: gtk_box_reorder_child: assertion 'GTK_IS_BOX (box)' failed
(gtkevemon:16236): Gtk-CRITICAL **: gtk_widget_set_can_focus: assertion 'GTK_IS_WIDGET (widget)' failed
(gtkevemon:16236): Gtk-CRITICAL **: gtk_widget_set_parent_window: assertion 'GTK_IS_WIDGET (widget)' failed
(gtkevemon:16236): Gtk-CRITICAL **: gtk_widget_set_parent: assertion 'GTK_IS_WIDGET (widget)' failed
zsh: segmentation fault (core dumped) gtkevemon
Any idea if this an upstream problem, or if it's something on my end?
mkaito commented on 2016-04-10 20:58
Segfaults when clicking "Add Character". I can provide a coredump, but I'm not sure where to upload it for sharing.
EDIT: Fixed it. It seems like GTK3 doesn't like XIM.
Eriner commented on 2015-12-01 03:53
I have updated the package with the C++11 revision, as well as the fix for the required gtkmm version (gtkmm3).
If anyone has any issue building this package, please leave a comment to let me know. Fly safe! o/
h0rizon commented on 2015-10-27 18:12
This is broken upstream. The upstream source still uses c++11 standards and therefore needs to be patched to work with the current arch compiler.
To fix simply create a patch to change the Makefile adding the flag:
CXXFLAGS=-std=c++11
nogz commented on 2015-10-20 02:47
I'm receiving the same errors as hobarrera. Unable to build.
WhyNotHugo commented on 2015-10-12 04:01
Full build log:
https://gitlab.com/snippets/9447
l0ser140 commented on 2015-10-12 01:16
Builded package few secs ago successfully.
Can you post error logs?
WhyNotHugo commented on 2015-10-11 06:18
Latest is not building. Is this a packaging issue, or upstream?