Pages: 1 2 3 :: [one page] |
|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Kyara
Gallente Tides of Silence Hydra Alliance
|
Posted - 2007.06.10 07:26:00 -
[1]
Edited by: Kyara on 10/06/2007 07:26:14 I don't play Eve on Linux, but rather boot my Windows machine to play it. So my problem is i have a hard time catching Skill Training Times.
I use EVEMon on Windows, and quite like it, but sadly it doesn't run nativly on Linux.
Long story short: I've written a little tool mainly for myself that monitors my Characters Skill Training times and notify me when to boot my Windows and switch a skill.
It's still in development, but does the job for me, so i hope it's usefull to other Linux Users aswell.
Here's the Development site with download, screenshot and installation instructions: EveTimer Development Site
Some Remarks: - It needs your account info, and saves it to ~/.config/EveTimer/ - It is a Python/PyGTK tool (Both are readily available on any Linux Distribution) - It's GPL so you can take a peek, and verify i don't send your account info anywhere - I've only tested it with Gnome, but it should run fine with KDE
Report any bugs you find to the Ticket system on my site, and feel free to contact me ingame with questions/problems.
|

rig0r
0utbreak
|
Posted - 2007.06.10 12:45:00 -
[2]
Very cool, thanks for that.
A question though before I will give it a try:
login = self.opener.open('https://myeve.eve-online.com/login.asp?username=%s&password=%s&login=Login&Check=OK&r=&t=/ingameboard.asp&remember=1' % (self.eveusername, self.evepassword))
Is the password being sent in plain text here ? If so, could you change that to it doing a POST on the loginform or something ? Otherwise your username & password will end up in the myeve's webserver access log in plain text 
|

rig0r
0utbreak
|
Posted - 2007.06.10 14:14:00 -
[3]
Also unable to install it, I get a syntax error. I created a new ticket for that.
|

rig0r
0utbreak
|
Posted - 2007.06.10 15:16:00 -
[4]
Fixed now after a chat with Kyara. Works perfectly.
Thanks for your work 
|

Sevarus James
Minmatar Meridian Dynamics FREGE Alliance
|
Posted - 2007.06.12 01:24:00 -
[5]
Looking very good. gonna install this week on my rig. 
Ubuntu 3d Beryl-Linux Desktop+EVE |

Erulon
FACTION Inc.
|
Posted - 2007.06.12 10:29:00 -
[6]
I've been waiting a long time for this. You sir, are awesome!
|

negatox
Caldari Idle Miners United Corporations of Eve
|
Posted - 2007.06.15 16:08:00 -
[7]
Works flawlessly! Many thanks!
|

Shadow Lightbringer
Association Of United Bastards
|
Posted - 2007.06.16 03:16:00 -
[8]
Just installed this on my Xubuntu box, works perfectly. 
Great work m8! ---
|

rig0r
0utbreak
|
Posted - 2007.06.16 10:11:00 -
[9]
Been using this for a couple of days now. I just noticed EveTimer is quite memory hungry. After startup it takes up 30MB, doing a couple of refreshes, it quickly climbs to 60MB, which is even more than Firefox. Python itself only takes up 1MB.
Any idea where the excessive mem usage comes from and if there might be a leak in there ?
|

Kyara
Gallente Tides of Silence Hydra Alliance
|
Posted - 2007.06.16 12:01:00 -
[10]
Originally by: rig0r Been using this for a couple of days now. I just noticed EveTimer is quite memory hungry. After startup it takes up 30MB, doing a couple of refreshes, it quickly climbs to 60MB, which is even more than Firefox. Python itself only takes up 1MB.
Any idea where the excessive mem usage comes from and if there might be a leak in there ?
Noticed this earlier this week, and found a stupid bug in the XML handling. The parsed skilltree xml file is beeing kept aroung infinitly, although it isn't needed at runtime.
I'll try and find some more memory optimizations, and will release a new version soon.
|
|

rig0r
0utbreak
|
Posted - 2007.06.16 12:36:00 -
[11]
Sweet 
|

Kadesh Priestess
|
Posted - 2007.06.16 15:26:00 -
[12]
Nice piece of SW. Filled a bunch of tickets on trac :)
|

Erulon
FACTION Inc.
|
Posted - 2007.06.17 09:55:00 -
[13]
My hard drive died the other day, i did a new install of fedora and then tried to run EveTimer, i get the following error:
Traceback (most recent call last): File "/usr/bin/EveTimer", line 30, in <module> app.main() File "/usr/lib/python2.5/site-packages/EveTimer.py", line 637, in main screensaver = bus.get_object('org.gnome.ScreenSaver', '/org/gnome/ScreenSaver') File "/usr/lib/python2.5/site-packages/dbus/_dbus.py", line 410, in get_object follow_name_owner_changes=follow_name_owner_changes) File "/usr/lib/python2.5/site-packages/dbus/proxies.py", line 230, in __init__ _dbus_bindings.UInt32(0)) File "/usr/lib/python2.5/site-packages/dbus/proxies.py", line 169, in __call__ reply_message = self._connection.send_message_with_reply_and_block(message, timeout) dbus.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.ScreenSaver was not provided by any .service files
This install was identical to the one i had before, the only thing i did different here is update gnome to the latest version (that update wasn't out yet a few days ago). It appears to be complaining about the gnome screensaver (which is installed with all the other parts of gnome) Google didn't help much :(
Anyone got any ideas?
|

Kyara
Gallente Tides of Silence Hydra Alliance
|
Posted - 2007.06.17 18:14:00 -
[14]
Originally by: Erulon My hard drive died the other day, i did a new install of fedora and then tried to run EveTimer, i get the following error:
Traceback (most recent call last): File "/usr/bin/EveTimer", line 30, in <module> app.main() File "/usr/lib/python2.5/site-packages/EveTimer.py", line 637, in main screensaver = bus.get_object('org.gnome.ScreenSaver', '/org/gnome/ScreenSaver') File "/usr/lib/python2.5/site-packages/dbus/_dbus.py", line 410, in get_object follow_name_owner_changes=follow_name_owner_changes) File "/usr/lib/python2.5/site-packages/dbus/proxies.py", line 230, in __init__ _dbus_bindings.UInt32(0)) File "/usr/lib/python2.5/site-packages/dbus/proxies.py", line 169, in __call__ reply_message = self._connection.send_message_with_reply_and_block(message, timeout) dbus.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.ScreenSaver was not provided by any .service files
This install was identical to the one i had before, the only thing i did different here is update gnome to the latest version (that update wasn't out yet a few days ago). It appears to be complaining about the gnome screensaver (which is installed with all the other parts of gnome) Google didn't help much :(
Anyone got any ideas?
You gut dbus up and running? What version of gnome-screensaver is that if i may ask?
Anyways, i've done a minor patch, that just ignores the dbus problem for you: EveTimer-0.8.3.1.tar.gz
That should "fix" the problem of it not starting.
|

Erulon
FACTION Inc.
|
Posted - 2007.06.17 18:37:00 -
[15]
Yeah dbus is there:
$ ps ax | grep dbus 2332 ? Ss 0:00 dbus-daemon --system 3496 ? Ss 0:00 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session startkde 3499 ? S 0:00 /usr/bin/dbus-launch --exit-with-session startkde 3500 ? Ss 0:00 /bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session 3849 pts/3 S+ 0:00 grep dbus
The screensaver package is: gnome-screensaver-2.18.0-13.fc7.x86_84
The new build did the trick thanks! Oh uh btw you forgot the ChangeLog file again so it dies on install =P
|

Popsikle
Shadows of the Dead Aftermath Alliance
|
Posted - 2007.06.19 02:25:00 -
[16]
I was wondering If you were interested in expanding this a bit to almost mimic the functionality of evemon. I wrote an app very similar to this (not as pretty ;p ) in QT that i wanted to expand to be able to do skill planning like evemon (but stop there, nothing fancy) but if your interested in doing similar things with this maybe we could work together.
__________________________________________
|

Sevarus James
Minmatar Meridian Dynamics FREGE Alliance
|
Posted - 2007.06.19 02:58:00 -
[17]
Originally by: Popsikle I was wondering If you were interested in expanding this a bit to almost mimic the functionality of evemon. I wrote an app very similar to this (not as pretty ;p ) in QT that i wanted to expand to be able to do skill planning like evemon (but stop there, nothing fancy) but if your interested in doing similar things with this maybe we could work together.
Not a developer here, but as one of the more vocal linux users here in the tech forum, I would be MORE than happy to test this if anything comes of it.
and o/ pops.
Ubuntu 3d Beryl-Linux Desktop+EVE |

Alaki Kant
Gallente Templar Securities and Holdings Axiom Empire
|
Posted - 2007.06.20 01:02:00 -
[18]
Originally by: Popsikle I was wondering If you were interested in expanding this a bit to almost mimic the functionality of evemon. I wrote an app very similar to this (not as pretty ;p ) in QT that i wanted to expand to be able to do skill planning like evemon (but stop there, nothing fancy) but if your interested in doing similar things with this maybe we could work together.
I've also done a little work on a similar program with PyGTK. I may be interested in helping with a QT version, depending on what language you're writing it in and provided that it will be GPL.
|

maltari
Caldari Eve University Ivy League
|
Posted - 2007.06.20 01:27:00 -
[19]
Started something (a tool to help me in my trading) in python and GTK too as soon as I heard about the API thing. Didn't go very far yet, waiting for the API to go live, but I'll be more than happy to help you guys if you have a goal, some subversion (and maybe trac) server somewhere and are doing free-as-in -beer-and-speach software :)
|

Popsikle
Minmatar Shadows of the Dead Aftermath Alliance
|
Posted - 2007.06.20 01:33:00 -
[20]
Ill put up a SVN/trac/forums soon (not soon tm but within a few days) so we can discuss it over there ;)
And yes, Free as in speech!
__________________________________________
<t20> i want to be in a manager potition at Hooters
|
|

Shadow Lightbringer
Association Of United Bastards
|
Posted - 2007.06.20 03:25:00 -
[21]
Originally by: Sevarus James Not a developer here, but as one of the more vocal linux users here in the tech forum, I would be MORE than happy to test this if anything comes of it.
Same here, I am not a developer but I would be happy to be a tester of this. I would love to have skill planning available in Linux.  ---
|

Alaki Kant
Gallente Templar Securities and Holdings Axiom Empire
|
Posted - 2007.06.21 07:21:00 -
[22]
After giving this a little thought, here's what I've come up with. Most of the functionality between evemon, EveTimer, and a possible QT version is the same. The only difference is the GUI. In my opinion, it would make sense to throw everything common (getting the skills from e-o.com, calculating how long until a skill finishes, skill planning calculations, etc.) into a daemon and then allowing a GUI to use a simple protocol to connect and send/get info.
This would also let me easily write a client in elisp to feed my obsession with emacs. >.>
|

Kadesh Priestess
|
Posted - 2007.06.21 08:02:00 -
[23]
Or usual linux-like application setup: Commandline app 'core' (wget as example) GUI (gwget/kde equivalent) That would be perfect but kinda hard to implement. But 2 developers - better than 1 if they can work in team :P
|

Sevarus James
Minmatar Meridian Dynamics FREGE Alliance
|
Posted - 2007.06.21 12:20:00 -
[24]
Remember that the battleclinic guys have GPL'd the source to evemon, and it might be a good idea for this project NOT to completely re-invent the wheel, but try to get them onboard, at least in an ADVISORY capacity so that this project can utilize a couple YEARS worth of experience with the eve data to an application. (Hell some of evemon may be directly droppable directly into this application.) I KNOW that the number of linux/mac users playing EVE aren't just a drop in the bucket any longer and getting something as functional as EVEMON currently is would be a HUGE sell point for the community.
Anyway, short of that is: can we get any of the battleclinic folks in here to chime in? It might be a good way to go.
my 2 cents at this point.
Ubuntu 3d Beryl-Linux Desktop+EVE |

maltari
Caldari Eve University Ivy League
|
Posted - 2007.06.21 12:56:00 -
[25]
Only problem being that EveMon is written in C# and doesn't compile/work with mono... So it's unusable in linux...
|

Vasiliyan
The Flying Swan
|
Posted - 2007.06.21 16:03:00 -
[26]
Originally by: maltari Only problem being that EveMon is written in C# and doesn't compile/work with mono... So it's unusable in linux...
Yeah, I had a look at that. I concluded that somebody who cared and knew C# would be able to fix it, but I don't know enough C#. Mono is just missing some status bar classes that seem to be needed.
|

M1AU
The X-Trading Company Mostly Harmless
|
Posted - 2007.06.21 16:31:00 -
[27]
I'm a Linux gamer for myself and just want to say NICE!
Keep up the good work!
(well, my english is bad mkay.)
|

Zuril Nair
Gallente Black Eclipse Corp Band of Brothers
|
Posted - 2007.06.21 21:52:00 -
[28]
This would be awesome as an adesklet!
|

Emrys
|
Posted - 2007.06.22 07:04:00 -
[29]
Hello,
Very nice app. I was wondering though if it would be too much trouble to give EveTimer command a flag to output its data to the command line when queried: ie. $EveTimer --output // would out output Emrys - Engineering V - 13h 31mins 12sec This would be handy for those of us who don't use a task bar and would like to display the data on, say, conky.
Thanks,
Emrys
|

Shadow Lightbringer
Association Of United Bastards
|
Posted - 2007.06.22 09:07:00 -
[30]
I think this is where Alaki Kant's idea really shines. Having the data be fetched by a daemon process, then anyone can write an interface program that will use the fetched data. Then conky, or a Desklet, EVE-Timer, or even a full blown EVE-Mon clone written in Python could all access the data from the same place.
I also wanted to say that Severus's suggestion of utilizing EVE-Mon code is still valid, even if it written .NET, since a lot of the methods that the EVE-Mon team used to make certain features work could possibly be ported over nicely. At the very least, they could see how the EVE-Mon team got certain concepts to work (e.g. Skill Training Suggestions).
Regardless of whatever route the developer groups decide to go down, I'm looking forward to testing the products that come out.  ---
|
|

Kobnar
|
Posted - 2007.06.22 13:06:00 -
[31]
WOW. This is exactly what I needed. Thx a ton,and add me to the tester's list.
|

Kyara
Gallente Tides of Silence Hydra Alliance
|
Posted - 2007.06.23 19:10:00 -
[32]
Originally by: Emrys Hello,
Very nice app. I was wondering though if it would be too much trouble to give EveTimer command a flag to output its data to the command line when queried: ie. $EveTimer --output // would out output Emrys - Engineering V - 13h 31mins 12sec This would be handy for those of us who don't use a task bar and would like to display the data on, say, conky.
Thanks,
Emrys
That is something that should be doable with DBus. I'll have a look into that, and try to get it done for 0.9
|

Kyara
Gallente Tides of Silence Hydra Alliance
|
Posted - 2007.06.23 19:17:00 -
[33]
Edited by: Kyara on 23/06/2007 19:29:24 I've been busy working on my 0.9 Version, and it's ready for people to play with.
Grab it Here: EveTimer 0.9.0beta, and give it a try, and please report bugs :)
This Version has an EVEMon like Main Window, that fixes all the 'odd window behaviour' problems the app had. It also uses the new XML Api's CCP introduced, so you need your API keys to be able to monitor chars. (No more account info needed!)
EDIT: To run it, you need to remove "~/.config/EveTimer" completely, and re-add all the chars. The XML files are incompatible between 0.8 and 0.9
|

Kadesh Priestess
|
Posted - 2007.06.23 21:00:00 -
[34]
Nice. But i'm still trying to keep non-user filestructure clean if possible... is there any way to safely deinstall it? I've noticed, for example, that newer version installes lesser files than older one, and had to remove non-used files manually.
|

Emrys
|
Posted - 2007.06.24 00:23:00 -
[35]
Hello,
It installed fine but when I go to run it i get:
Traceback (most recent call last): File "/usr/bin/EveTimer", line 30, in ? app.main() File "/usr/lib/python2.4/site-packages/EveTimer.py", line 631, in main screensaver = bus.get_object('org.gnome.ScreenSaver', '/org/gnome/ScreenSaver') File "//usr/lib/python2.4/site-packages/dbus/_dbus.py", line 410, in get_object follow_name_owner_changes=follow_name_owner_changes) File "//usr/lib/python2.4/site-packages/dbus/proxies.py", line 230, in __init__ _dbus_bindings.UInt32(0)) File "//usr/lib/python2.4/site-packages/dbus/proxies.py", line 169, in __call__ reply_message = self._connection.send_message_with_reply_and_block(message, timeout) dbus.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.ScreenSaver was not provided by any .service files
I am running fluxbox with nary a gnome package in sight so that is most likely my problem.... but i do have dbus installed.
Thanks,
Emrys
|

Kyara
Gallente Tides of Silence Hydra Alliance
|
Posted - 2007.06.24 06:55:00 -
[36]
Originally by: Kadesh Priestess Nice. But i'm still trying to keep non-user filestructure clean if possible... is there any way to safely deinstall it? I've noticed, for example, that newer version installes lesser files than older one, and had to remove non-used files manually.
Here's 0.9.1beta EveTimer-0.9.1beta
The app now looks into a few pathes for it's support files, including the Current Working directory. So you can start it directly from the tarball.
Alternativle you can copy the eve-skill2.xml and portrait.jpg to ~/.config/EveTimer and it should also work.
It also fixes the gnome-screensaver problem (again), and introduces a few commandline options:
Quote:
Usage: EveTimer <option> -h, --help This help message -n, --noicon Don't display a Status Icon (The App will basically be without a UI) -g <character> Get what <character> is currently training -q, --quit Exit the Already running Instance -r, --refresh Update XML from EVE-Online
You can start it with '-n' to not have a GUI at all, and then use -g to get a current training string from the running ap:
Quote:
$ ./EveTimer -g Kyara -g Antandre Kyara - Gallente Battleship V - 41 days, 22h 50m 55s Antandre - Spaceship Command V - 3 days, 19h 07m 45s
|

rig0r
0utbreak
|
Posted - 2007.06.24 20:38:00 -
[37]
Latest version doesn't work for me, returns to prompt immediately without error. I deleted .config/EveTimer, tried both running from unpack-dir and install-dir (using python setup.py install).
|

Emrys
|
Posted - 2007.06.25 02:32:00 -
[38]
Its perfect! Thanks for adding the command line options. Now all you need to do is add the skill planning ;) j/k. Great program and thanks again!
|

M1AU
The X-Trading Company Mostly Harmless
|
Posted - 2007.06.25 17:02:00 -
[39]
Well, 0.9.1beta works so far except the commandline option. After running it with -n from a commandline it just starts the GUI. Maybe it has something to do with my previous installation of 0.8.3.1 but I dunno how to deinstall it correctly. Any suggestions?
|

Shadow Lightbringer
Association Of United Bastards
|
Posted - 2007.06.27 03:18:00 -
[40]
Just installed the newest version and so far it has been working perfectly. 
I would love it if there was a way for me set a sound to play when a skill finished. I love my audio cues.
Great work, keep the improvements coming m8! ---
|
|

Popoblubbern
|
Posted - 2007.06.27 17:17:00 -
[41]
Originally by: rig0r Latest version doesn't work for me, returns to prompt immediately without error. I deleted .config/EveTimer, tried both running from unpack-dir and install-dir (using python setup.py install).
Oh the joys of Version changes on Libraries :-)
This happens on 'older' DBus version, i was able to reproduce it on my Ubuntu installation at work. Fix will hopefully be out this weekend.
|

rig0r
0utbreak
|
Posted - 2007.06.30 09:37:00 -
[42]
Originally by: Popoblubbern
Originally by: rig0r Latest version doesn't work for me, returns to prompt immediately without error. I deleted .config/EveTimer, tried both running from unpack-dir and install-dir (using python setup.py install).
Oh the joys of Version changes on Libraries :-)
This happens on 'older' DBus version, i was able to reproduce it on my Ubuntu installation at work. Fix will hopefully be out this weekend.
Would that be dbus itself or the dbus python bindings ?
|

rig0r
0utbreak
|
Posted - 2007.06.30 15:37:00 -
[43]
Originally by: rig0r Latest version doesn't work for me, returns to prompt immediately without error. I deleted .config/EveTimer, tried both running from unpack-dir and install-dir (using python setup.py install).
Fixed this by upgrading to Python 2.5 and recompiling a bunch of python modules.
|

Moriev
GoonFleet GoonSwarm
|
Posted - 2007.07.02 02:21:00 -
[44]
Originally by: Kyara Edited by: Kyara on 23/06/2007 19:29:24 I've been busy working on my 0.9 Version, and it's ready for people to play with.
Grab it Here: EveTimer 0.9.0beta, and give it a try, and please report bugs :)
This Version has an EVEMon like Main Window, that fixes all the 'odd window behaviour' problems the app had. It also uses the new XML Api's CCP introduced, so you need your API keys to be able to monitor chars. (No more account info needed!)
EDIT: To run it, you need to remove "~/.config/EveTimer" completely, and re-add all the chars. The XML files are incompatible between 0.8 and 0.9
There seems to be a regression problem. I'm having the same error with dbus someone else had earlier in the thread:
Traceback (most recent call last): File "/usr/bin/EveTimer", line 30, in ? app.main() File "/usr/lib/python2.4/site-packages/EveTimer.py", line 631, in main screensaver = bus.get_object('org.gnome.ScreenSaver', '/org/gnome/ScreenSaver') File "/var/lib/python-support/python2.4/dbus/bus.py", line 226, in get_object follow_name_owner_changes=follow_name_owner_changes) File "/var/lib/python-support/python2.4/dbus/proxies.py", line 236, in __init__ self._named_service = conn.activate_name_owner(bus_name) File "/var/lib/python-support/python2.4/dbus/bus.py", line 165, in activate_name_owner self.start_service_by_name(bus_name) File "/var/lib/python-support/python2.4/dbus/bus.py", line 261, in start_service_by_name 'su', (bus_name, flags))) File "/var/lib/python-support/python2.4/dbus/connection.py", line 597, in call_blocking reply_message = self.send_message_with_reply_and_block( dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.ScreenSaver was not provided by any .service files
Best regards, Moriev
|

Aethras
Caldari Perkone
|
Posted - 2007.07.11 13:15:00 -
[45]
Worked flawlessly on a Ubuntu Feisty. Thank you!
|

Gord Ackfordham
Fenscore Enterprises United Corporations Against Macros
|
Posted - 2007.07.12 14:47:00 -
[46]
what are the current dependancies (with version numbers) for evetimer? i tried it out yesterday and got as far as entering the API key and selecting a character. after that, it seems it won't add the character. i only have python 2.4 installed, that's probably what's causing it. i'm using gentoo, and 2.5 is currently masked. --- cheers, gordo |

Kyara
Gallente Tides of Silence Hydra Alliance
|
Posted - 2007.07.13 09:28:00 -
[47]
Originally by: Gord Ackfordham what are the current dependancies (with version numbers) for evetimer? i tried it out yesterday and got as far as entering the API key and selecting a character. after that, it seems it won't add the character. i only have python 2.4 installed, that's probably what's causing it. i'm using gentoo, and 2.5 is currently masked.
That's odd. It works fine for me on Python2.4 at work. The only real requirement there currently is, is PyGTK 2.10. Try launching it from a Terminal and see if it produces any exceptions or error messages. If so, please post them to the ticket system.
|

Kyara
Gallente Tides of Silence Hydra Alliance
|
Posted - 2007.07.13 09:30:00 -
[48]
Finally got around releasing 0.9.2 "stable" (hopefully)
This version fixes the bug where the notification icon would not work correctly.
EveTimer-0.9.2
|

Gord Ackfordham
Fenscore Enterprises United Corporations Against Macros
|
Posted - 2007.07.13 13:51:00 -
[49]
Originally by: Kyara
Originally by: Gord Ackfordham what are the current dependancies (with version numbers) for evetimer? i tried it out yesterday and got as far as entering the API key and selecting a character. after that, it seems it won't add the character. i only have python 2.4 installed, that's probably what's causing it. i'm using gentoo, and 2.5 is currently masked.
That's odd. It works fine for me on Python2.4 at work. The only real requirement there currently is, is PyGTK 2.10. Try launching it from a Terminal and see if it produces any exceptions or error messages. If so, please post them to the ticket system.
[ebuild R ] dev-python/pygtk-2.10.4 USE="opengl -doc -examples" 0 kB
i'll try again and post what i see when i get home tonight. --- cheers, gordo |

Gord Ackfordham
Fenscore Enterprises United Corporations Against Macros
|
Posted - 2007.07.14 23:00:00 -
[50]
0.9.2 works on my system... only one little quirk... how do i get it to go back into the system tray without having to close it and re-run evetimer?
also, while running it, the systray icon is a piece of paper with a red x in it. is that intended, or is it because i didn't install the app? (i don't like installing apps that don't use portage as they sometimes trample other files) --- cheers, gordo |
|

Erulon
FACTION Inc.
|
Posted - 2007.07.16 18:32:00 -
[51]
Click on the tray icon once to open the EveTimer window and click on it again to minimize it to the notification area icon thingy.
|

Panzerkampfwagen
|
Posted - 2007.07.27 09:03:00 -
[52]
Hi ) I have some problem on running this tool.
~/EveTimer-0.9.2$ sudo python setup.py install running install running build running build_py running build_scripts running install_lib running install_scripts changing mode of /usr/bin/EveTimer to 755 running install_data
And this I'm get wen start tool
Introspect error: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. Traceback (most recent call last): File "/usr/bin/EveTimer", line 92, in ? app.main() File "/usr/lib/python2.4/site-packages/EveTimer.py", line 693, in main MainWindow(None, self.status_icon) File "/usr/lib/python2.4/site-packages/EveTimer.py", line 205, in __init__ self.icon = gtk.status_icon_new_from_stock(gtk.STOCK_DIALOG_INFO) AttributeError: 'module' object has no attribute 'status_icon_new_from_stock'
Sorry for My ENG
|

Vehkmet
|
Posted - 2007.07.27 12:37:00 -
[53]
Genius program! I've been running EveMon in a Win98 VMware machine for far too long 
I'm only just getting into Python, but I'm willing to help in any way I can. At the very least, put me on the testing list - I'd love to help get the planning side of EveMon included in this.
Vehkmet
|

Gord Ackfordham
Fenscore Enterprises United Corporations Against Macros
|
Posted - 2007.08.09 15:23:00 -
[54]
is the icon supposed to change when skill training is complete? mine still looks like a piece of paper with a red x in it. --- cheers, gordo |

Erulon
Zero Divide
|
Posted - 2007.08.11 12:56:00 -
[55]
Is this still being actively developped? I'd love to see some new features!
|

Karodnotos
Caldari Tides of Silence Hydra Alliance
|
Posted - 2007.08.22 03:31:00 -
[56]
Originally by: Erulon Is this still being actively developped? I'd love to see some new features!
ill ask when i see him next time in corp chat.
also a bump cos i installed it today 
|

Valeo Galaem
InterGalactic Corp. Imperial Republic Of the North
|
Posted - 2007.08.22 09:07:00 -
[57]
I'm getting this error now that I have it installed. It worked fine until I clicked close on the main window. Running the program again produces this output:
Traceback (most recent call last): File "/usr/bin/EveTimer", line 92, in <module> app.main() File "/usr/lib/python2.5/site-packages/EveTimer.py", line 693, in main MainWindow(None, self.status_icon) File "/usr/lib/python2.5/site-packages/EveTimer.py", line 234, in __init__ self.char_notebook.append_page(self.__char_tab(char), label) File "/usr/lib/python2.5/site-packages/EveTimer.py", line 318, in __char_tab level = float(getattr(char, name)) * (1 + (char.learning * 0.02)) TypeError: unsupported operand type(s) for *: 'NoneType' and 'float' Reinstalling resolves nothing.
Thar be Pirates
You are not authorised to hack into CONCORD's mainframe Your Wallet has been emptied!
CONCORD Encryption Methods |

Man Enkai
|
Posted - 2007.08.23 04:46:00 -
[58]
Thanks for this program! Works almost perfect, except notification icon isn't display correctly. As it was written above it's look like a red "X" on a sheet of paper. (using Slackware 12 with a KDE 3.5.7)
|

Buttford
Minmatar Black Reign FATAL Alliance
|
Posted - 2007.08.25 13:38:00 -
[59]
Wow, thanks, just what I have been looking for!!
Just one thing - I can't seem to add a second character?
Also, as a bit of a Linux numpty, how do I get this run run on boot-up (Ubuntu Fiesty Fawn)??
Thanks
|

Karodnotos
Caldari Tides of Silence Hydra Alliance
|
Posted - 2007.09.04 21:47:00 -
[60]
FYI: OP is taking a EVE break and probably wont upgrade his project for quite some time.
|
|

Special Menace
|
Posted - 2007.09.06 21:06:00 -
[61]
Sad to see this program going nowhere :( nice little app tho, me likes it :)
some features for the future:
Add char windows should have clickable http://myeve.eve-online.com/api/default.asp Closing window should put it to tray Char tabs should be sorted by name or let user drag them to right order ( for those multi acount eve'o'holics ) on skill finish, skype api could be used to notify
all those things should be pretty easy to implement ( i know, i know, when i have some spare time, i'll take a second look at the code ... :) )
|

Gord Ackfordham
Fenscore Enterprises United Corporations Against Macros
|
Posted - 2007.10.17 03:30:00 -
[62]
weirdest thing happened to my evetimer... the tray icon started working. but now instead of the white box with a red x, it shows a triangle with an exclamation mark in it. i wonder what these icons stand for...  --- cheers, gordo |

Shaou
Minmatar Shiva Morsus Mihi
|
Posted - 2007.11.15 18:18:00 -
[63]
This is exactly what I needed. Works fine on my Ubuntu 7.10 box running GNOME. Thanks for time you put into this app. Keep up the good work.
|

Black Jester
Minmatar Cold-Fury
|
Posted - 2008.02.10 17:50:00 -
[64]
Ok, i have a problem. I've installed EveTimer with no problems, tried to create a new chara, type in my ID, API Key, try to choose the character and EveTimer gives me 'Unable to get EVE Characters!'.
$ uname -a Linux tranquility 2.6.23-gentoo-r3 #1 SMP Mon Feb 4 00:11:53 MSK 2008 i686 AMD Athlon(tm) 64 X2 Dual Core Processor 4000+ AuthenticAMD GNU/Linux
|

Zenthes
|
Posted - 2008.03.08 23:04:00 -
[65]
I'm not sure if this is a bug or improper installation. My characters information doesn't update like the stats, and ISK balance.
But the skill training updates fine.
Is this just me or do other people have a issue similar to this?
|

wapko
Black Plague. RAZOR Alliance
|
Posted - 2008.03.26 12:52:00 -
[66]
just wanted to thank you for your efforts. just what i needed.
works a charm ;)
|

Dez Adrammalech
|
Posted - 2008.05.09 19:39:00 -
[67]
*bump*
Looks interesting, but the download link doesn't work, I get a rather unhelpful require() error instead:
Quote:
Warning: require(/home/www/public/application/config/constants.php) [function.require]: failed to open stream: No such file or directory in /home/www/public/lib/ci/codeigniter/CodeIgniter.php on line 52
Fatal error: require() [function.require]: Failed opening required '/home/www/public/application/config/constants.php' (include_path='.:/usr/share/php:/usr/share/pear') in /home/www/public/lib/ci/codeigniter/CodeIgniter.php on line 52
Fix please? :p Or anyone else have a mirror?
|

Trebor Daehdoow
Gallente LEAP Corp Ursa Stellar Initiative
|
Posted - 2008.05.11 15:31:00 -
[68]
This is tooting my own horn, but Linux users might want to check out my tool, EViE (http://www.madoverlord.com/projects/evie.t). It's browser-based, and supports both Firefox and Opera as well as Internet Explorer and Safari (on the iPhone too).
Some of the heavy lifting is done by a custom proxy server I wrote that runs on one of my servers, it does stuff like syncing preference settings between different browsers and sending email alerts when your skill training is about to finish. You can even send those emails through a mail-to-text gateway and get the alert on your cellphone.
I haven't tested in on Linux but unless there's a platform-specific gotcha in FF or Opera it ought to work just fine. World Domination - It's fun for the entire family! EViE - The iPhone / iPod Touch Skill Training Monitor
|

Erulon
Epic.
|
Posted - 2008.05.13 11:51:00 -
[69]
There is also a GTK 'clone' of EveMon in development called GtkEveMon (Thread on battleclinic: http://www.battleclinic.com/forum/index.php/topic,20700.0/GTK-EveMon-a-simple-monitor-for-Linux.html)
So far it's quite promissing and already holds more features than EveTimer.
|
|
|
|
Pages: 1 2 3 :: [one page] |