ed2k-gtk-gui-users Mailing List for Overnet/eDonkey2000 GUI (Page 4)
Brought to you by:
tautologist,
uberdork
You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(14) |
Oct
(12) |
Nov
(2) |
Dec
(11) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(11) |
Feb
(12) |
Mar
(9) |
Apr
(14) |
May
|
Jun
(2) |
Jul
(1) |
Aug
(5) |
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(4) |
| 2004 |
Jan
(1) |
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
(1) |
Jul
(1) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(2) |
Oct
(2) |
Nov
(1) |
Dec
|
|
From: gettho <phr...@gm...> - 2003-01-07 22:52:59
|
hello guys i want to compile the ed2k_gui on FreeBSD 4.7-STABLE. i've installed /usr/ports/net/gnet (gnet-1.1.4) and /usr/ports/x11-toolkits/gtk12 (gtk-1.2.10_9). 'locate libgnet | grep ".so"' returns results but 'locate libgtk1.2 | grep ".so"' not, only 'locate libgtk | grep ".so"' do this 'gnet-config --libs' and 'gtk-config --libs' return ok. ed2k_gui/make ... /usr/lib/libc.so.4: WARNING! setkey(3) not present in the system! /usr/lib/libc.so.4: warning: this program uses gets(), which is unsafe. /usr/lib/libc.so.4: warning: mktemp() possibly used unsafely; consider using mkstemp() /usr/lib/libc.so.4: WARNING! des_setkey(3) not present in the system! /usr/lib/libc.so.4: WARNING! encrypt(3) not present in the system! /usr/lib/libc.so.4: warning: tmpnam() possibly used unsafely; consider using mkstemp() /usr/lib/libc.so.4: warning: this program uses f_prealloc(), which is not recommended. /usr/lib/libc.so.4: WARNING! des_cipher(3) not present in the system! /usr/lib/libc.so.4: warning: tempnam() possibly used unsafely; consider using mkstemp() misc_gtk.o: In function `ok_dialog_from_widget': misc_gtk.o(.text+0x123): undefined reference to `libintl_gettext' toolbar.o: In function `toolbar_set_server_data': toolbar.o(.text+0x4aa): undefined reference to `libintl_gettext' toolbar.o(.text+0x500): undefined reference to `libintl_gettext' toolbar.o: In function `toolbar_set_not_connected_to_core': toolbar.o(.text+0x646): undefined reference to `libintl_gettext' toolbar.o: In function `toolbar_do_website_search': toolbar.o(.text+0xcd2): undefined reference to `libintl_gettext' toolbar.o(.text+0xcf0): more undefined references to `libintl_gettext' follow parse_message.o: In function `parse_status_message_from_core': parse_message.o(.text+0xfdb): undefined reference to `strtof' parse_message.o(.text+0x1005): undefined reference to `strtof' parse_message.o(.text+0x1030): undefined reference to `strtof' parse_message.o(.text+0x1097): undefined reference to `libintl_gettext' parse_message.o(.text+0x10ec): undefined reference to `libintl_gettext' parse_message.o(.text+0x1206): undefined reference to `libintl_gettext' parse_message.o: In function `parse_message_from_client': parse_message.o(.text+0x15f6): undefined reference to `libintl_gettext' parse_message.o(.text+0x1709): undefined reference to `libintl_gettext' parse_message.o(.text+0x178d): more undefined references to `libintl_gettext' follow main.o: In function `main': main.o(.text+0xbc3): undefined reference to `libintl_bindtextdomain' main.o(.text+0xbd3): undefined reference to `libintl_textdomain' main.o(.text+0xca5): undefined reference to `libintl_gettext' main.o(.text+0xcf1): undefined reference to `libintl_gettext' main.o(.text+0xdaa): undefined reference to `libintl_gettext' main.o(.text+0xe2e): undefined reference to `libintl_gettext' main.o(.text+0xe7d): undefined reference to `libintl_gettext' main.o(.text+0xf2f): more undefined references to `libintl_gettext' follow *** Error code 1 Stop in /home/ed2k_gui/ed2k_gui. *** Error code 1 Stop in /home/ed2k_gui/ed2k_gui. *** Error code 1 Stop in /home/ed2k_gui. *** Error code 1 Stop in /home/ed2k_gui. so what's this about? thanks for all help Benjamin |
|
From: Dmitry K. <dm...@dm...> - 2002-12-19 10:22:12
|
Hi!
After cvsuping my FreeBSD host and reinstalling whole world I have
problem with ed2k_gui:
myhost> uname -srm
FreeBSD 5.0-RC i386
myhost> pwd
~/ed2k_gui-0.4.0
myhost> echo $CFLAGS
-g
myhost> ./configure
....
myhost> make
....
myhost# make install
....
myhost> ed2k_gui
gui_uploadstats.txt: couldn't read file or file empty.
gui_stats.txt: couldn't read file or file empty.
gui_downloadsstats.txt: couldn't read file or file empty.
TODO: load specific OS logo instead of Tux here (init_xpms)
ed2k_gui in free(): error: junk pointer, too high to make sense
Abort (core dumped)
myhost> gdb `which ed2k_gui`
GNU gdb 5.2.1 (FreeBSD)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-undermydesk-freebsd"...
(gdb) run
Starting program: /usr/local/bin/ed2k_gui
gui_uploadstats.txt: couldn't read file or file empty.
gui_stats.txt: couldn't read file or file empty.
gui_downloadsstats.txt: couldn't read file or file empty.
TODO: load specific OS logo instead of Tux here (init_xpms)
ed2k_gui in free(): error: junk pointer, too high to make sense
Program received signal SIGABRT, Aborted.
0x283e2473 in kill () from /usr/lib/libc.so.5
(gdb) backtrace
#0 0x283e2473 in kill () from /usr/lib/libc.so.5
#1 0x284450cc in abort () from /usr/lib/libc.so.5
#2 0x284439be in tcflow () from /usr/lib/libc.so.5
#3 0x284439eb in tcflow () from /usr/lib/libc.so.5
#4 0x28444408 in tcflow () from /usr/lib/libc.so.5
#5 0x28444634 in free () from /usr/lib/libc.so.5
#6 0x2824d723 in g_free () from /usr/local/lib/libglib12.so.3
#7 0x080795af in icons_get_installed_icon_themes () at icons.c:418
#8 0x08070a30 in options_page_make_lookfeel_frame (tooltips=0x814fb80) at options_page.c:487
#9 0x08071190 in options_page_make_page1_frame (tooltips=0x81411c0) at options_page.c:643
#10 0x08072c30 in populate_options_page (frame=0x813fd80) at options_page.c:878
#11 0x0807356f in notebook_create (window=0x80f2080, pos=GTK_POS_TOP) at notebook.c:342
#12 0x08077cc6 in mainwindow_create (szTitle=0x80fcc00 "eDonkey 2000 FreeBSD GUI - build Dec 19 2002 11:44:20",
pos=GTK_POS_TOP) at mainwindow.c:289
#13 0x08078ab9 in main (argc=1, argv=0xbfbff9f0) at main.c:629
#14 0x080558c5 in _start ()
(gdb)
What's wrong?
P.S. donkey core (installed from ports) seems to work fine in linux emulation mode.
--
Dmitry Kiselev
|
|
From: LyX <ly...@gm...> - 2002-12-17 17:01:10
|
ed2...@li... schrieb: > Ed2k-gtk-gui-users -- confirmation of subscription -- request 725533 > > We have received a request from 217.229.164.20 for subscription of > your email address, <ly...@gm...>, to the > ed2...@li... mailing list. To confirm the > request, please send a message to > ed2...@li..., and either: > > - maintain the subject line as is (the reply's additional "Re:" is > ok), > > - or include the following line - and only the following line - in the > message body: > > confirm 725533 > > (Simply sending a 'reply' to this message should work from most email > interfaces, since that usually leaves the subject line in the right > form.) > > If you do not wish to subscribe to this list, please simply disregard > this message. Send questions to > ed2...@li.... > |
|
From: TP M. <ti...@ma...> - 2002-12-13 12:53:43
|
On Friday 13 December 2002 12:48, Venkateswara Rao Kanaparthi wrote: Hi, > After putting the huge server list into my server.met, I tried > connecting and ended up here: > > Connecting to Donkey Server No1 .... > Placed on connection Queue. > ERROR: Your port 4662 is not reachable. You have a LOWID, look > http://www.edonkey2000.com/documentation/lowid.html ! Please correct > your network config > ************************************* > So, I went to http://www.edonkey2000.com/documentation/lowid.html, and > tried as suggested which resulted in : > ************************************* > timeout : timeout on ip 202.144.73.218 (6 sec) > this means, that we even did not receive a > RESET signal; maybe due to a 'stealth' firewall > ************************************* > > What else can I do :-(? Firstly, check your local firewall scripts and allow incoming connections on port 4662 tcp. Secondly, check your DSL router if you have one and configure port-forwarding/redirecting, so that port 4662 tcp is redirected to your local linux box where the donkey is running. If that's not it, and you think that your ISP is blocking this port (unlikely, I think, but still possible), then just change the donkey's client port (4662) to another port and stop and restart the donkey. Then try again (of course you'll need to adjust your firewall scripts and router settings again if you change the port). Cheers -Tim |
|
From: Venkateswara R. K. <vrk...@ne...> - 2002-12-13 12:42:05
|
Hi, After putting the huge server list into my server.met, I tried connecting and ended up here: ************************************* Placed on connection Queue. --- disconnected from server --- Can't connect to: 212.179.35.98 Connecting to Donkey Server No1 .... Placed on connection Queue. ERROR: Your port 4662 is not reachable. You have a LOWID, look http://www.edonkey2000.com/documentation/lowid.html ! Please correct your network config --- connected to server 'Donkey Server No1' --- ClientID: 0 (firewalled) --- disconnected from server --- ************************************* So, I went to http://www.edonkey2000.com/documentation/lowid.html, and tried as suggested which resulted in : ************************************* timeout : timeout on ip 202.144.73.218 (6 sec) this means, that we even did not receive a RESET signal; maybe due to a 'stealth' firewall ************************************* What else can I do :-(? TIA, KV |
|
From: TP M. <ti...@ma...> - 2002-12-13 12:26:20
|
On Friday 13 December 2002 12:18, Venkateswara Rao Kanaparthi wrote: Hi, > I could install ed2k_gui-0.4.0 on my Linux box. From the GUI I did > "Fetch server list" (after setting http_proxy) and got some 10 servers. > But the problem is that I am not able to connect to any one of them. Am > my missing something? nah, just use a different serverlist. 10 servers is not an awful lot. There should always be _at least_ around 100 servers or so. Try this serverlist URL: http://users.aber.ac.uk/tpm01/maxsrv.html (put that on the options page -> GUI 2 -> serverlist URL and hit 'ok', then fetch a new serverlist). (more serverlist URLs at http://ed2k-gtk-gui.sf.net/serverlists.shtml) Hope this gets you going. Cheers -Tim |
|
From: Venkateswara R. K. <vrk...@ne...> - 2002-12-13 12:12:14
|
Hi, I could install ed2k_gui-0.4.0 on my Linux box. From the GUI I did "Fetch server list" (after setting http_proxy) and got some 10 servers. But the problem is that I am not able to connect to any one of them. Am my missing something? And is there some public (popular) server from where I can download/upload/share files? I have some music files and I want to share/exchange for different set of music files.. Ofcourse all this can happen only if I can connect to some server!! Could someone help me? TIA, KV. |
|
From: Venkateswara R. K. <vrk...@ne...> - 2002-12-13 11:21:14
|
Hi,
I changed the __VA_ARGS__ to "_GNUC_" kind of format in misc.h,
statusbar.h and status_page.h and it compiled for me. Thanks for your
response.
/*
#define write_to_logfile(...) if(1==1){gchar*
statmsgstr;statmsgstr=g_strdup_printf(__VA_ARGS__);write_to_logfile_real(statmsgstr);g_free(statmsgstr);}
*/
/* Updated above line to following */
#define write_to_logfile(format...) if(1==1){gchar*
statmsgstr;statmsgstr=g_strdup_printf(format);write_to_logfile_real(statmsgstr);g_free(statmsgstr);}
Thanks.
KV.
>>While compiling ed2k_gui-0.4.0 I am getting following error.
>>Could someone hint me of how to solve this?
>>
>>system details: Linux (Redhat) 2.2.14-6.1.1 i686
>>
>>misc.h:100: warning: invalid character in macro parameter name
>>misc.h:100: badly punctuated parameter list in `#define'
>>status_page.h:34: warning: invalid character in macro parameter name
>>status_page.h:34: badly punctuated parameter list in `#define'
>>
>>
>
>
>I think the problem is that you have an old system/compiler/preprocessor that
>is not able to handle macros with variable arguments (the '...' in the
>offending lines).
>
>This is fixed in CVS though, so the CVS version should compile.
>
>
|
|
From: TP M. <ti...@ma...> - 2002-12-13 10:55:12
|
On Friday 13 December 2002 10:39, Venkateswara Rao Kanaparthi wrote: Hi, > While compiling ed2k_gui-0.4.0 I am getting following error. > Could someone hint me of how to solve this? > > system details: Linux (Redhat) 2.2.14-6.1.1 i686 > > misc.h:100: warning: invalid character in macro parameter name > misc.h:100: badly punctuated parameter list in `#define' > status_page.h:34: warning: invalid character in macro parameter name > status_page.h:34: badly punctuated parameter list in `#define' I think the problem is that you have an old system/compiler/preprocessor that is not able to handle macros with variable arguments (the '...' in the offending lines). This is fixed in CVS though, so the CVS version should compile. Cheers -Tim |
|
From: Venkateswara R. K. <kv...@wi...> - 2002-12-13 10:32:35
|
HI, While compiling ed2k_gui-0.4.0 I am getting following error. Could someone hint me of how to solve this? Thanks in advance, KV Rao. (yet to become a First time user of eDonkey :-) --- system details -------- Linux (Redhat) 2.2.14-6.1.1 i686 ----------------------- make[3]: Leaving directory `/tmp/edonkey/ed2k_gui-0.4.0/ed2k_gui/icons' make[3]: Entering directory `/tmp/edonkey/ed2k_gui-0.4.0/ed2k_gui' gcc -DHAVE_CONFIG_H -I. -I. -I.. -DAPP_PIXMAPS=\"/usr/local/share/ed2k_gui/icons\" -DLOCALEPATH=\"/usr/local/share/locale/\" -O2 -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -D_REENTRANT -I/usr/local/include/gnet -I/usr/local/lib/gnet/include -I/usr/local/include -c spawn_core.c In file included from spawn_core.c:23: misc.h:100: warning: invalid character in macro parameter name misc.h:100: badly punctuated parameter list in `#define' In file included from spawn_core.c:26: status_page.h:34: warning: invalid character in macro parameter name status_page.h:34: badly punctuated parameter list in `#define' status_page.h:35: warning: invalid character in macro parameter name status_page.h:35: badly punctuated parameter list in `#define' status_page.h:36: warning: invalid character in macro parameter name status_page.h:36: badly punctuated parameter list in `#define' make[3]: *** [spawn_core.o] Error 1 make[3]: Leaving directory `/tmp/edonkey/ed2k_gui-0.4.0/ed2k_gui' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tmp/edonkey/ed2k_gui-0.4.0/ed2k_gui' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/edonkey/ed2k_gui-0.4.0' make: *** [all-recursive-am] Error 2 |
|
From: TP M. <ti...@ma...> - 2002-12-06 21:44:40
|
On Friday 06 December 2002 20:13, S. Vandenbroeck wrote: Hi, > I've just installed ed2k_gui and I can start the program but I can not > connect to any server! When it tries to connect to an ip it says "can't > connect to <ip>". I also can't download a serverlist, same problem! > > I'm using RedHat 8.0 on a Pentium 4. I'm also behind a router with > firewall. Do you have access to the router/firewall (i.e: can you change its rules)? If you are using an http proxy when surfing the internet, you should set the environment variable http_proxy before starting the gui, e.g.: export http_proxy=http://wwwcache.someuni.edu:8080/ ed2k_gui Cheers -Tim |
|
From: S. V. <aut...@ho...> - 2002-12-06 20:13:55
|
I've just installed ed2k_gui and I can start the program but I can not connect to any server! When it tries to connect to an ip it says "can't connect to <ip>". I also can't download a serverlist, same problem! I'm using RedHat 8.0 on a Pentium 4. I'm also behind a router with firewall. Could somebody please help me? - Akuji _________________________________________________________________ Ontvang je Hotmail & Messenger berichten op je mobiele telefoon met Hotmail SMS http://www.msn.nl/jumppage/ |
|
From: TP M. <ti...@ma...> - 2002-11-22 07:05:31
|
Hi everyone, ed2k-gtk-gui 0.4.0 has been released today. Please DO NOT reply to the -announce list when replying to this list message. Reply to me privately, or to the -users or -devel list. Thank you :-) Project homepage: * http://ed2k-gtk-gui.sourceforge.net/index.shtml Available as: * source tarball * debian .deb package * RPM package (tested on RedHat 8.0) Major changes and new features: * previewing of downloads and completed files * completed files are kept in download list until cleared * support for fetching server.met files via http * additional search options (bitrate, min size, max size, availability) * much easier set-up of local core (name/password can now be set up via GUI) * French translation available now * German translation available now * Dutch translation available now * Documentation available now * import servers for a file from http://jigle.com * many bugfixes Minor changes and new features: * servers are not purged as quickly as before * small uninstall skript in source code tarball * some pop-up menu re-arrangements * dns lookup fix for SMP machines * log file compression and rotation * autogen.sh skript As always - please read the README and INSTALL files :) Check out the documentation and FAQ as linked from the homepage (the documentation is more up to date but lacks some issues mentioned in the FAQ). There are several mailing lists (-announce, -users, -devel) and a forum. More info here: http://sf.net/projects/ed2k-gtk-gui/ Many thanks to everyone who has contributed to the GUI in form of code, translations, icons, or ideas. Cheers -Tim |
|
From: Bo <br...@kt...> - 2002-11-03 09:38:38
|
Hi, I've been using donkey_v59-4-gaps since it was announced without any problems. However, one server (Sci Fi server) just implemented filters to block porn and now my core crashes every time I connect to it. Has anyone else experienced anything similar? Cheers, Bo |
|
From: TP M. <ti...@ma...> - 2002-10-30 16:37:07
|
On Wednesday 30 October 2002 16:05, P. Matilainen wrote: Hi, > I tried using v59-4 core because of the x.part function. After a while ALL > server seem to be dead (can't be)...and of course extended search doesn't > work either. I fetch new ones from *.aber.ac.uk/ but still nothing, all > servers are "dead". Is this maybe a bug? hmm. 59-x both have problems with UDP stuff on some systems. Use 1658-gaps-3 if in doubt. > Oh and Tim you said 59-4 is 59-3 > core with progress bars support but it's missing the x.part support too :( is it? It shouldn't. I will check it out. Might just be a GUI bug rather than a core bug (the way the core tells the 'x.part' name has been changed at some point). > I'm trying now the 59-3 core to see if the servers stayed 'alive'... If it > isn't too much trouble I'd like a core without progress bars and with the > x.part functionality. Thanks! use 1658-gaps-3, it has both ;-) Cheers -Tim |
|
From: P. M. <pma...@pp...> - 2002-10-30 16:03:58
|
Hi, I tried using v59-4 core because of the x.part function. After a while = ALL server seem to be dead (can't be)...and of course extended search = doesn't work either. I fetch new ones from *.aber.ac.uk/ but still = nothing, all servers are "dead". Is this maybe a bug? Oh and Tim you = said 59-4 is 59-3 core with progress bars support but it's missing the = x.part support too :( I'm trying now the 59-3 core to see if the servers = stayed 'alive'... If it isn't too much trouble I'd like a core without = progress bars and with the x.part functionality. Thanks! -P. Matilainen |
|
From: TP M. <ti...@ma...> - 2002-10-24 16:40:34
|
On Thursday 24 October 2002 17:20, Jan Meyer wrote: Hi, > I am trying to download the inofficial core source but can reach the > server users.aber.ac.uk. Trying ping and traceroute from the U.S. as > well as Germany doesn't work. Looks like a bizarre routing problem (as > illustrated by the log below). yeah, I've had the same problem as well. It appears that the external link to the whole .aber.ac.uk domain is down at the moment [1]. I don't know when the link will be up again or what the exact nature of the problem is. Try the following mirror (not mine): http://eimanns-serverfarm.de/donkey/ Cheers -Tim [1] Aberystwyth is somewhere in the middle of nowhere in Wales, and the main link is apparently a microwave link which goes via a number of relay masts... and the weather has been quite rough here lately.... |
|
From: Jan M. <ja...@MI...> - 2002-10-24 16:21:18
|
Hi, I am trying to download the inofficial core source but can reach the server users.aber.ac.uk. Trying ping and traceroute from the U.S. as well as Germany doesn't work. Looks like a bizarre routing problem (as illustrated by the log below). It would be nice if the maintainer of that server would look into the issue. Thanks. - Jan ------ /usr/sbin/traceroute users.aber.ac.uk traceroute to users.aber.ac.uk (144.124.16.251), 30 hops max, 40 byte packets 1 217.5.98.24 (217.5.98.24) 108 ms 91 ms 69 ms 2 217.237.154.202 (217.237.154.202) 67 ms 57 ms 66 ms 3 62.154.32.138 (62.154.32.138) 66 ms 82 ms 238 ms 4 sl-bb20-ham-2-0.sprintlink.net (213.206.131.53) 98 ms 168 ms 66 ms 5 sl-bb21-ams-14-0.sprintlink.net (213.206.129.49) 77 ms 156 ms 118 ms 6 sl-bb20-ams-15-0.sprintlink.net (217.149.32.33) 174 ms 79 ms 81 ms 7 sl-bb21-bru-14-0.sprintlink.net (213.206.129.46) 87 ms 233 ms 76 ms 8 sl-bb20-bru-15-0.sprintlink.net (80.66.128.41) 98 ms 84 ms 78 ms 9 sl-bb22-lon-13-0.sprintlink.net (213.206.129.41) 93 ms 81 ms 80 ms 10 sl-gw20-lon-0-0.sprintlink.net (213.206.128.101) 80 ms 86 ms 82 ms 11 213.206.159.102 (213.206.159.102) 83 ms 97 ms 99 ms 12 london-bar3.ja.net (146.97.37.73) 100 ms 143 ms 82 ms 13 po5-0.read-scr.ja.net (146.97.35.125) 315 ms 135 ms 81 ms 14 po2-0.bris-scr.ja.net (146.97.33.49) 86 ms 87 ms 87 ms 15 po3-0.cardiff-bar.ja.net (146.97.35.154) 89 ms 175 ms 225 ms 16 146.97.40.94 (146.97.40.94) 127 ms 126 ms 113 ms 17 swansea-cardiff.backbone.swman.net.uk.179.83.194.in-addr.arpa (194.83.18 aberystwyth-cardiff.backbone.swman.net.uk (194.83.179.22) 370 ms 10519 swansea-cardiff.backbone.swman.net.uk.179.83.194.in-addr.arpa (194.83.20 aberystwyth-cardiff.backbone.swman.net.uk (194.83.179.22) 98 ms 111 21 swansea-cardiff.backbone.swman.net.uk.179.83.194.in-addr.arpa (194.83.22 aberystwyth-cardiff.backbone.swman.net.uk (194.83.179.22) 137 ms 95 23 swansea-cardiff.backbone.swman.net.uk.179.83.194.in-addr.arpa (194.83.24 aberystwyth-cardiff.backbone.swman.net.uk (194.83.179.22) 114 ms 10125 swansea-cardiff.backbone.swman.net.uk.179.83.194.in-addr.arpa (194.83.26 aberystwyth-cardiff.backbone.swman.net.uk (194.83.179.22) 122 ms 91 27 swansea-cardiff.backbone.swman.net.uk.179.83.194.in-addr.arpa (194.83.28 aberystwyth-cardiff.backbone.swman.net.uk (194.83.179.22) 98 ms 166 29 swansea-cardiff.backbone.swman.net.uk.179.83.194.in-addr.arpa (194.83.30 aberystwyth-cardiff.backbone.swman.net.uk (194.83.179.22) 133 ms 102 |
|
From: Marc T. <ch...@gm...> - 2002-10-10 08:32:13
|
Hi P.M., On 10th of October 2002 at 10:20:44, P. Matilainen wrote: > Hi, > > I just got the newest GUI, v. 0.3. In status window reads "this core doesn't support showing the x.part in d/l list" I have v. 59 core... Do I need the newest core or is this a bug? > > -P.M. I think this is caused by the old core you are using. Go to http://ed2k-gtk-gui.sourceforge.net/core.html and grap either v59-4 oder v1658-gaps-3 core. When exactly is this message shown ? At startup ? On adding a new file to the download list ? Regards, Marc |
|
From: P. M. <pma...@pp...> - 2002-10-10 07:19:31
|
Hi,=20 I just got the newest GUI, v. 0.3. In status window reads "this core = doesn't support showing the x.part in d/l list" I have v. 59 core... Do = I need the newest core or is this a bug? -P.M. |
|
From: TP M. <tp...@ab...> - 2002-10-04 12:04:53
|
On Monday 30 September 2002 12:30, Marc Thoben wrote:
Hi,
> I wrote a patch to have a preview option in the download page popup
> menu.
thanks for the patch. sorry for the late reply - I was moving.
> I've never written anything in C, so my solution is probably not the
> best, but it works =) Doing a right click on a download and
> selecting "preview selected downloads", starts a program called
> ed2k_gui_preview in a seperate xterm and passes the name of the
> part-file as parameter, i.e.
>
> xterm -e ed2k_gui_preview /home/chojin/.ed2k/temp/5.part
>
> xterm and ed2k_gui_preview have to be in $PATH of course. I have
> included an example.
A preview function is something I've always wanted to add, but haven't found
the time to implement yet, too :-)
However, I'm not entirely sure yet what the best way to do this is. Your patch
would only work for movies, but maybe one should try to go for something more
flexible? At the very least the GUI should export an environment variable
containing the file extension of the filename, so that the batch script could
invoke a viewer depending on the file extension (one might want to listen to
oggs/mp3s as well before they are fully downloaded to see if something is the
right song or acceptable quality or whatever)...
As far as I can see there are basically 2 approaches that are possible:
(1) your approach: call a batch script
pros: - no need for additional config options in the GUI and the like;
- very flexible
cons: - dependent on xterm or a shell or sth.
- one would need to install the batch file with 'make install' too
- not that easy understand for newbies (?)
(2) add a config dialog where the user can configure which program to call
with which options for which extensions.
pros: - more straight-forward for newbies (?)
- not dependent on xterm/shell etc.
cons: - a lot more work to implement
What do other people think?
> I posted this to the -user list already, but I guess that was the
> wrong place ;)
No, that was fine too. I just didn't have internet for 2 weeks and thus
couldn't reply. Follow-up posts to the -devel list though please.
> I had the floating point exeption yesterday too, so I'd be glad to
> try your patches. How about releasing them in the patches section of
> the sourceforge page until Tim is back online ?
please feel free to upload patches to the sourceforge project page patches
section as well as posting them here. This way your patch won't be
overlooked/forgotten and you get the full credit for the patch as well (I do
include the person who supplied a patch in the cvs commit message as well
though) ;-)
cheers
-Tim
|
|
From: TP M. <tp...@ab...> - 2002-10-03 16:52:20
|
On Thursday 03 October 2002 17:14, Thomas Ritter wrote: Hi, > I do not use much GTK apps, how the hell do you set the font size properly? > I made a ~/.gtkrc, but since I used language-env (Debian) yesterday, the > font is again that HUGE and ugly 14 point... > Setting a font size in gnomecc (Themes, select font size) doesn't work > either... are you using KDE by any chance? I remember that in KDE2 there was a setting somewhere that prevented KDE from imposing its fonts on gtk/non-KDE applications, but I can't find it in any of the KDE3 preferences sections. Maybe it's still there somewhere and fixes the problem? just a wild guess... cheers -Tim |
|
From: Thomas R. <th....@gm...> - 2002-10-03 16:14:49
|
Hi, I do not use much GTK apps, how the hell do you set the font size properly? I made a ~/.gtkrc, but since I used language-env (Debian) yesterday, the font is again that HUGE and ugly 14 point... Setting a font size in gnomecc (Themes, select font size) doesn't work either... -- ----- Thomas Ritter |
|
From: TP M. <tp...@ab...> - 2002-10-02 20:39:25
|
On Wednesday 18 September 2002 21:00, Christian Gassmann wrote: Hi, > Any chance to compile ed2k-gtk-gui on Cygwin? I've got glib, gnet > installed, but configure stops after checking host system type... > > Something important missing? Thanks for any suggestions. :) > $ uname -a > CYGWIN_NT-5.0 PC 1.3.12(0.54/3/2) 2002-07-06 02:16 i686 unknown (snip) > checking for GTK - version >= 1.2.8... yes > checking for gnet-config... /usr/local/bin/gnet-config > checking for GNET - version >= 1.1.3... yes > checking host system type... i686-pc-cygwin I suppose the problem is in configure.in.in at the very end in this bit: dnl --------------------------- dnl Architecture specific stuff dnl (by lioux; pruned by Tim) dnl --------------------------- AC_CANONICAL_HOST case "$host_os" in freebsd*) AC_DEFINE(FREEBSD, 1, [This is a FreeBSD system]) ;; linux*) AC_DEFINE(LINUX, 1, [This is a Linux system]) ;; netbsd*) AC_DEFINE(NETBSD, 1, [This is a NetBSD system]) ;; openbsd*) AC_DEFINE(OPENBSD, 1, [This is a OpenBSD system]) ;; *) exit ;; esac Try removing the 'exit' after the *) case, and run autoconf and automake again and then configure again and see if that works... I don't have any experience with cygwin or the whole autoconf/automake stuff, so comments from more knowledgeable people are highly welcome :) cheers -Tim |
|
From: TP M. <tp...@ab...> - 2002-10-02 20:30:26
|
On Tuesday 17 September 2002 19:31, Tobias Sandhaas wrote: Hi, > I would like to add a feature which i miss badly. > After serching via gui, i would like to not only see the number of > persons sharing the data(availability) but also the percent of > the whole data available (like the windoes gui do). > eg: Game A is shared by 10 ppls but only 90% of the whole data > can be found in the donkeynet currently. > Does the linux donkey core support this feature ? This is not possible without core support, and neither the linux core nor the windows core support this currently. Actually, the donkey network doesn't really support this currently. As the donkey is designed, you can only know what chunks people have after asking those people/peers directly. Doing that for every search result would simply generate _way_ too much traffic. Thus, this feature is extremely unlikely to be ever implemented. cheers -Tim |