[Bug 164301] Re: Bugs behind proxy server with/without authentication

2008-11-15 Thread antok.tm
The latest version of Pidgin still doesn't fetch the buddy icons behind a Squid 
proxy server.
Haven't tried it on my 8.10 system lately, but I'm quite sure it still doesn't.

Some months ago I managed to get a fix on this by hacking into the pidgin 
source code - the yahoo protocol part.
But after two or three pidgin updates, I get lazy to hack the source code 
again.  

So basicly when connecting behind a proxy server, the newer version of pidgin 
already got a workaround. It has a different approach when it connects behind a 
proxy or not. But this gives a new problem for squid :
When fetching a buddy icons, Squid needs to know what is the full url of the 
image is. Pidgin only gives:
the host and then the filename. 
And so Squid fails to understand where the actual image location is, because it 
needs to know : 
the host and the full url.

Maybe I could post the source-code hack later.
I hope my explanation is clear enough ...

-- 
Bugs behind proxy server with/without authentication
https://bugs.launchpad.net/bugs/164301
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 164301] Re: Bugs behind proxy server with/without authentication

2008-11-15 Thread antok.tm
A few correction for my previous comment :
Pidgin did use the full-url workaround if the user are using it behind a proxy 
server.  So the problem should be fixed by now if you are connecting behind a 
normal proxy server. 

In my university's network, the ports for Yahoo Messenger are open. So
the users don't have to connect to the proxy server to use YM. But
because the buddy icons is fetched not through the YM ports, the users
still need to use the proxy server for this.

Luckily, the settings for the buddy-icons-fetching are not account
specific. It depends on the
tools-preferences-network-configure proxy settings. So the
users can set their YM account to not using proxy, and set the buddy-
icons-fetching activites to use proxy.

The problem is, Pidgin still looks into the account specific setting to
decide wether the user is using proxy or not So in my case, the
buddy icon is still fetched without the full-url.

Here's my workaround. On the source code, find the file :
libpurple/protocols/yahoo/yahoo_picture.c. There should be a line
containing :

 gboolean use_whole_url = FALSE;

change this to :

 gboolean use_whole_url = TRUE;

this way, pidgin doesn't care if you use proxy or not, it always use
full url to fetch buddy icons. I don't understand why they don't simply
always use a full url for this code. Compile it and replace the file :
/usr/lib/purple-2/libyahoo.so .

But anyway, I think that workaround is only needed if you're facing the
same rare cases as I do.

-- 
Bugs behind proxy server with/without authentication
https://bugs.launchpad.net/bugs/164301
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 155368] Re: Downloader for X adds /'s to the link making it fail

2008-03-13 Thread antok.tm
Doesn't looks good. The d4x's author doesn't response my e-mail. Looks like 
this project is down for good.
How about making another downloader based on d4x source-code and start 
maintaining it ? And maybe we could publish it on sourceforge or something like 
that. But if the original author can't be contacted , I don't know what we can 
do.

-- 
Downloader for X adds /'s to the link making it fail
https://bugs.launchpad.net/bugs/155368
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 155368] Re: Downloader for X adds /'s to the link making it fail

2008-03-04 Thread antok.tm
I've already send an email to the d4x author regarding this bug.
I hope he/she is still active developing d4x.

-- 
Downloader for X adds /'s to the link making it fail
https://bugs.launchpad.net/bugs/155368
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183521] Re: Hardy Heron gnome terminal missing menu bar

2008-02-13 Thread antok.tm
Now here's my latest investigation :
Running gnome-terminal with root privileges doesn't reproduce the bug. So I 
guess it's the user's gnome configuration (gconf) that screw everything.

-- 
Hardy Heron gnome terminal missing menu bar
https://bugs.launchpad.net/bugs/183521
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183521] Re: Hardy Heron gnome terminal missing menu bar

2008-02-13 Thread antok.tm
Yeah , I got this bug too.
From my investigation, it's actually not the menu bar that is missing, but the 
labels for the menu bar that are missing (such as File etc). The menu bar is 
still there, but it doesn't have any labels. Try clicking at the left most 
area of the menu bar, and voila the drop-down menu pops.

-- 
Hardy Heron gnome terminal missing menu bar
https://bugs.launchpad.net/bugs/183521
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183521] Re: Hardy Heron gnome terminal missing menu bar

2008-02-13 Thread antok.tm
I've found out the cause of this problem. It's the Disable all menu access 
keys option accessible from Edit  Keyboard Shortcut. If this option 
checked , the labels will be gone after the gnome-terminal restarted. 
To reproduce this bug maybe you should test it by doing so.

-- 
Hardy Heron gnome terminal missing menu bar
https://bugs.launchpad.net/bugs/183521
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 164301] Re: Bugs behind proxy server with/without authentication

2007-12-25 Thread antok.tm
I'm actually unsure who's to be blame here : pidgin or squid. But one thing for 
sure : those two doesn't work together pretty well. I've already tested pidgin 
on a commercial OS , but the results are the same. 
Some weeks ago I also mail this bug on pidgin's mailing list but they haven't 
respond to this problem yet. 
And I'm pretty sure this bug also affect file transfer.

Antok

-- 
Bugs behind proxy server with/without authentication
https://bugs.launchpad.net/bugs/164301
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 164301] Bugs behind proxy server with/without authentication

2007-11-21 Thread antok.tm
Public bug reported:

Binary package hint: pidgin

I'm running pidgin behind a proxy server (squid) that has a firewall
(shorewall). The basic functions run great. But the buddy icon (Yahoo!
protocol) can't show up. This problem has been haunting my network since
gaim has buddy icon feature (I'm not sure which version).

If I use the Yahoo Messenger app (v8) , the buddy icons appear.
Actually I'm not sure if this really a bug or incorrect setting in the proxy 
server

** Affects: pidgin (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Bugs behind proxy server with/without authentication
https://bugs.launchpad.net/bugs/164301
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 164301] Re: Bugs behind proxy server with/without authentication

2007-11-21 Thread antok.tm
Here is my pidgin's debug window output when trying to get buddy icon :

(14:58:33) util: Request: 'GET 
/msgr/buddy_name/.friend_icon.png?msIlQRHB7KbknkWi HTTP/1.0
Connection: close
User-Agent: Mozilla/4.0 (compatible; MSIE 5.0)
Accept: */*
Host: f3.yahoofs.com
'
(14:58:33) util: Response headers: 'HTTP/1.0 400 Bad Request
Server: squid/2.6.STABLE16
Date: Wed, 21 Nov 2007 07:58:02 GMT
Content-Type: text/html
Content-Length: 1361
Expires: Wed, 21 Nov 2007 07:58:02 GMT
X-Squid-Error: ERR_INVALID_REQ 0
X-Cache: MISS from my.proxyserver.com
X-Cache-Lookup: NONE from my.proxyserver.com:8080
Via: 1.0 my.proxyserver.com:8080 (squid/2.6.STABLE16)
Proxy-Connection: close

-- 
Bugs behind proxy server with/without authentication
https://bugs.launchpad.net/bugs/164301
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 164301] Re: Bugs behind proxy server with/without authentication

2007-11-21 Thread antok.tm
Looks like the host not resolved by my proxyserver correctly. Exact response 
also recived when accessing address.yahoo.com at the beginning of connection. 
This debugging windows is really handy
And also if I try to view an user info, it gets 'Access Denied', seems like the 
proxy server is not authenticated properly.

-- 
Bugs behind proxy server with/without authentication
https://bugs.launchpad.net/bugs/164301
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 164301] Re: Bugs behind proxy server with/without authentication

2007-11-21 Thread antok.tm
Here is what I got when trying to 'Get Info' :

(18:03:30) util: requested to fetch (http://profiles.yahoo.com/my_buddy), 
full=1, user_agent=((null)), http11=0
(18:03:30) dns: DNS query for 'my.dnsserver.com' queued
(18:03:30) dns: Created new DNS child 7011, there are now 1 children.
(18:03:30) dns: Successfully sent DNS request to child 7011
(18:03:31) dns: Got response for 'my.dnsserver.com'
(18:03:31) dnsquery: IP resolved for my.dnsserver.com
(18:03:31) proxy: Attempting connection to 1.2.3.4
(18:03:31) proxy: Connecting to profiles.yahoo.com:80 via 
my.proxyserver.com:8080 using HTTP
(18:03:31) proxy: Connection in progress
(18:03:31) proxy: HTTP proxy connection established
(18:03:31) util: Request: 'GET http://profiles.yahoo.com/my_buddy HTTP/1.0

Connection: close

Accept: */*

Host: profiles.yahoo.com


'
(18:03:31) util: Response headers: 'HTTP/1.0 407 Proxy Authentication Required

Server: squid/2.6.STABLE16

Date: Wed, 21 Nov 2007 11:02:58 GMT

Content-Type: text/html

Content-Length: 1378

Expires: Wed, 21 Nov 2007 11:02:58 GMT

X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0

Proxy-Authenticate: Basic realm=my.proxyserver.com

X-Cache: MISS from my.proxyserver.com

X-Cache-Lookup: NONE from my.proxyserver.com:8080

Via: 1.0 my.proxyserver.com:8080 (squid/2.6.STABLE16)

Proxy-Connection: close

-- 
Bugs behind proxy server with/without authentication
https://bugs.launchpad.net/bugs/164301
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138726] Re: gnome-appearance-properties tabs don't work/display

2007-09-26 Thread antok.tm
I'm guessing it has some connections with gconf backend.

-- 
gnome-appearance-properties tabs don't work/display
https://bugs.launchpad.net/bugs/138726
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 138726] Re: gnome-appearance-properties tabs don't work/display

2007-09-26 Thread antok.tm
After I removed gtk-qt-engine, the bug seems to disappear. 
But I think it's not the best solution.

-- 
gnome-appearance-properties tabs don't work/display
https://bugs.launchpad.net/bugs/138726
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 121796] Re: multiple non-working Open WithGimp entries

2007-07-18 Thread antok.tm
Surely it is Open with...  submenu bug. At the first time I tried it
(right after boot), it works. But it's not working after the second try.
Not only gimp, but any other apps are also affected. I've tried it on
.txt, .png, and apps like Kate, or F-spot doesn't load whenever it's
called via the Open with ...  submenu. Remember, it won't happen on
the first or second try. Try to reproduce the bug using multiple apps
opening one file.

-- 
multiple non-working Open WithGimp entries
https://bugs.launchpad.net/bugs/121796
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 36314] Re: MASTER: direct rendering missing on ATI Radeon XPRESS 200M

2007-07-18 Thread antok.tm
Does anyone tried the above patch ?

-- 
MASTER: direct rendering missing on ATI Radeon XPRESS 200M 
https://bugs.launchpad.net/bugs/36314
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs