[Ed2k-gtk-gui-users] Re: Donkey .47 core and GTK2 GUI
Brought to you by:
tautologist,
uberdork
|
From: Tim-Philipp M. <ti...@ed...> - 2003-04-10 23:33:56
|
On Thursday 10 April 2003 19:46, Thomas Ritter wrote:
Hi,
> the CVS Version of the GUI does the upload stuff correctly as it seems.
> Both, individual uploads with their speeds and overall upload speed are
> shown correctly as it seems.
great.
> The server name isn't being shown, but the IP, I just restarted the GUI,
> not the core.
it's not a bug, it's a feature (actually it 'fixes' the previous bug that the
GUI would say 'not connected' when the core is already running and connected
to a server. Not much you can do about it. It will show the server name when
you connect to the next server) ;-)
> The GUI says (console message) that the core doesn't support showing .part
> names, but the names are shown in the context menu and preview works.
it seems to me that the correct x.part filename is not always correctly
transfered for each download. Sometimes new/added downloads don't show it
correctly, or only some of the already started downloads don't have it
(resulting in a message).
> I've got a completed download with an incompletely drawn completion bar (a
> grey line marking data being processed).
yeah, it's a known issue. Pretty much at the bottom of the TODO-List though.
> Now some thoughts to the GTK2 - GUI:
>
> The searchlist icons and list background colours are nifty, but how the
> hell do I switch them off?
you can't switch off the icons. well, you can just delete all the
filetype-*.png icons in your theme directory
(/usr/local/share/ed2k_gui/icons/<theme>/ probably)
list background colours are a theme thing. Most themes do use the 'rule hint'
though and show alternating darker/lighter colours as list background. I
might implement an option to switch off the rule hints for the list, but it's
not top priority at the moment. Better add it as a feature request, so I
don't forget it (same for the bold text, that's not theme-related, but a GUI
thing).
> And how do I (as KDE user) configure GTK to use
> smaller fonts (the filenames in the download window are even *shudder* bold
> text) and other colours?
if you have the 'I hate green' option enabled, the colours etc. are
theme-related. You need the 'switch2' utility though ("Gtk theme switch 2.0
beta", for some distros there might be a gtk-theme-switch2 package or
something). GTK+-2.x themes seem to be independent from GTK+-1.2 themes
(that's how it is on my debian sid with kde3.1 system). See:
http://www.muhri.net/nav.php3?node=gts
Don't know about fonts to be honest. They look alright on my box. Maybe go to
irc.gnome.org, channel #gtk+ and ask there.
> Changing ~/.gtkrc or ~/.gtkrc-kde doesn't seem to
> work. With the old GUI, I had the colours adjusted to the KDE colour
> scheme, making the GUI fit into my desktop, the GTK2 version doesn't do
> that.
> The icons bloat up the list item height so much I can only see 25(!) lines
> in the search screen and 32 in the download screen. That's not enough,
> verdammtes herumgefrickele, I'll just have to make a smaller icon theme
> when someone can tell me how to set smaller font sizes. Having to scroll
> too much and too much icons make the GUI a hassle via VNC, and so I
> wouldn't be able to watch my downloads when I work (yes, I'm a
> donkeyjunkie)...
%cd /usr/local/share/ed2k_gui/icons/<icon_theme>/
%su
(enter password)
#mogrify -resize 75% "*"
will resize all icons in that directory to 75% of the current size. Mogrify
comes with the imagemagick package (at least on debian sid).
At some point in the future, I'll make font and font sizes configurable as
well, but only after the next release.
Cheers
-Tim
|