Page 1 of 1

Strange offset.

Posted: Sat Jan 17, 2009 6:55 pm
by Fraterius
Hello guys I'm using xubuntu ass my server and I'm connecting to it from my desktop witch is Arch. The problem is that there is some strange offset, and some of icons are of the screen. Exactly like on the image below. The problem is only on Arch and I've got no clue what causes it. Any idea?

Here is the current version of deluge for Arch: http://www.archlinux.org/packages/extra/i686/deluge/

Image

Also there is small problem with that command from here: http://dev.deluge-torrent.org/wiki/Authentication

Code: Select all

$ echo "username:password" >> ~/.config/deluge/auth
After it you need to add break line sign, cause after executing this command my auth looked like that:

Code: Select all

localclient:a7bef72a890andrew:password
And it fails the starting of daemon.

Re: Strange offset.

Posted: Sat Jan 17, 2009 9:17 pm
by andar
Fraterius wrote:Hello guys I'm using xubuntu ass my server and I'm connecting to it from my desktop witch is Arch. The problem is that there is some strange offset, and some of icons are of the screen. Exactly like on the image below. The problem is only on Arch and I've got no clue what causes it. Any idea?

Here is the current version of deluge for Arch: http://www.archlinux.org/packages/extra/i686/deluge/

Image

Also there is small problem with that command from here: http://dev.deluge-torrent.org/wiki/Authentication

Code: Select all

$ echo "username:password" >> ~/.config/deluge/auth
After it you need to add break line sign, cause after executing this command my auth looked like that:

Code: Select all

localclient:a7bef72a890andrew:password
And it fails the starting of daemon.
I suspect the alignment issue has something to do with your theme.

The auth file is now created with a new line appended.

Re: Strange offset.

Posted: Sat Jan 17, 2009 9:24 pm
by Fraterius
Hmm, but with 1.0.7 there wasn't any theme alignment problem.

And yes you're right when I change my theme the issue is gone.

Can you tell me witch parameter changes this value in gtkrc file?

Ok I solved it, if someone has this problem then change this parameter in gtkrc:

Code: Select all

GtkTreeView    ::expander-size        = 14