Strange offset.

General support for problems installing or using Deluge
Post Reply
Fraterius
New User
New User
Posts: 7
Joined: Mon Jan 28, 2008 1:35 pm

Strange offset.

Post 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.
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Strange offset.

Post 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.
Fraterius
New User
New User
Posts: 7
Joined: Mon Jan 28, 2008 1:35 pm

Re: Strange offset.

Post 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
Post Reply