configuring gtk2 client

Requests for assistance and other HOWTOs.

Moderator: Board moderators

Mith
Senior member
Posts: 348
Joined: Mon Oct 25, 2004 5:53 pm
Location: somewhere in nowhere

configuring gtk2 client

Post by Mith »

The gtkclient (which is fine imo) allows me to resize windows, set the map size etc. I want to do the same with the gtk2 client... but where?
So how can I enter any setting for the gtk2 client? It has no preference menu, nor do I find a config file on my system.
(I compiled it from cvs)
Bibendi ergo sum
or rather: sum ergo bibendi
Aaron
Senior member
Posts: 496
Joined: Sun Jan 30, 2005 9:04 pm
Location: New Jersey
Contact:

Post by Aaron »

same problem here.

seems like it reads the gtk1 client files though...
kshinji
Regular
Posts: 55
Joined: Fri Jan 27, 2006 9:27 am

Post by kshinji »

I have same problem - whole iwndow is 150% wide, seeing screen have ony like 50 px etc. etc. And all cannot be resized.


In gtk i staret having seeing screen to low, and i always have to move it up.
I'll be back ;) With python.
cavesomething
Forum Fanatic
Posts: 852
Joined: Sun Jun 13, 2004 2:07 am
Location: Hemel Hempstead

Post by cavesomething »

kshinji wrote: In gtk i staret having seeing screen to low, and i always have to move it up.
I think this should only be an issue with 'old' (longer than a couple of months ago) versions of gcfclient - I introduced a patch to make the skills display in a scrollable window a while back, this should have caused the map window to be placed more sensibly (it does on my system).
kshinji
Regular
Posts: 55
Joined: Fri Jan 27, 2006 9:27 am

Post by kshinji »

i just read my last post again, and i think that you are genious for understanding it.
I'll be back ;) With python.
Mith
Senior member
Posts: 348
Joined: Mon Oct 25, 2004 5:53 pm
Location: somewhere in nowhere

Post by Mith »

I've been playing around with gtk2client for a while, and I am very sorry, but I don't like it. (this is all IMVHO)

It's default size is 25x25, which is fine, but now other data to be exact: inventory, messages and 'you see') are fit in an imo too small part of the screen. This is even a problem with my monitor (1400x1050), I just can't see what items I have applied, or what's there on the ground, messages involve too much scrolling etc.

Also, the 'skills' window is pretty messed, since e.g. 'one handed weapons 12345678' is too long to fit. (perhaps using a smaller font would fix this behaviour)

The bars (HP being the most important) are not very visible, somewhere in the down left corner in a not-so-contrasting color.

Most annoying thing is that the screen is drawn rather slow (P3 1000, 512MB debian unstable, cvs client). When my char is running at about 2, the displayed location usually doesn't match the real location of my char.

Anyway, what's 'wrong' with the old gtk1-client? I can set window to 19x19 whitout problems, and that's sufficient for me.
There is plenty of space for inventory and messages, also the status bars are very visible.
Bibendi ergo sum
or rather: sum ergo bibendi
cavesomething
Forum Fanatic
Posts: 852
Joined: Sun Jun 13, 2004 2:07 am
Location: Hemel Hempstead

Post by cavesomething »

Mith wrote: Anyway, what's 'wrong' with the old gtk1-client? I can set window to 19x19 whitout problems, and that's sufficient for me.
There is plenty of space for inventory and messages, also the status bars are very visible.
The most noticable problem is that it still uses GTK1, including an awful lot of calls that are deprecated in gtk2. Ideally it would switch to GTK2 wholesale, however there seems to be enough users that this would prove to be tricky in the short to medium term (a straight switch over introduces a number of unsightly visual bugs).
Ryo
Forum Fanatic
Posts: 752
Joined: Mon May 19, 2003 9:16 pm
Location: Paris, France

Post by Ryo »

Note that there is a patch to use GTK2 instead of GTK1.
I'm not sure it was committed to CVS, though.

Of course, the code still uses deprecated (in GTK2) GTK1 calls.
cavesomething
Forum Fanatic
Posts: 852
Joined: Sun Jun 13, 2004 2:07 am
Location: Hemel Hempstead

Post by cavesomething »

Ryo wrote:Note that there is a patch to use GTK2 instead of GTK1.
I'm not sure it was committed to CVS, though.
It wasn't, but that was what I was referring to as having introduced unsightly visual bugs.
Post Reply