[Bug 281134] Re: Intrepid regression: XF86Battery hotkey doesn't work

2008-12-13 Thread Peter Kerekfy
+1

The propsed update fixed for me too!

-- 
Intrepid regression: XF86Battery hotkey doesn't work
https://bugs.launchpad.net/bugs/281134
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 199088] Re: [Hardy] Message: Suspend Problem. Your computer failed to suspend

2008-06-27 Thread Peter Kerekfy
To enable the notofocations again open gconf-editor and enable the key
named /apps/gnome-power-manager/notify/sleep_failed.

-- 
[Hardy] Message: Suspend Problem. Your computer failed to suspend
https://bugs.launchpad.net/bugs/199088
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 184537] Re: evolution character encoding problem in from field

2008-06-02 Thread Peter Kerekfy
yes, Thunderbird and many other IMAP clients are able to retrieve the
correct headers from Gmail (either accidentally or by puspose).

the whole thing depends on the way how the client requests the headers
from the Gmail server. it turned out that using the ENVELOPE imap
command works around this problem since GImap responds to such a request
correctly.

thunderbird has a hidden config option to force the ENVELOPE command. 
(mail.imap.use_envelope_cmd = true)
(ref: 
http://kb.mozillazine.org/Using_Gmail_with_Thunderbird_and_Mozilla_Suite#IMAP )
(ref: 
http://groups.google.com/group/Gmail-Help-POP-and-IMAP-en/browse_thread/thread/85dce8c24385d56f/0a91eec6ed6e0f32?lnk=gstq=
 )

it would be very good to have a similar config option for evolution.

but after all, it _IS_ a Gmail bug ... :-(

-- 
evolution character encoding problem in from field
https://bugs.launchpad.net/bugs/184537
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 184537] Re: evolution character encoding problem in from field

2008-06-02 Thread Peter Kerekfy
hi again,

now i have learned that this is definitely a Gmail bug, mentioned many
times on many forums:

http://dev.mutt.org/trac/ticket/2997
http://groups.google.com/group/Gmail-Help-POP-and-IMAP-en/browse_thread/thread/22eaf620dcfdf4d4/504de4fc32d8bcc7?lnk=gstq=imap+header#504de4fc32d8bcc7
http://groups.google.co.kr/group/Gmail-Help-POP-and-IMAP-en/browse_thread/thread/c004f1207c045967/1d7d70514a8451b4?lnk=gstq=
http://groups.google.com/group/Gmail-Help-POP-and-IMAP-en/search?group=Gmail-Help-POP-and-IMAP-enq=imap+headerqt_g=Keres%C3%A9s+ebben+a+kateg%C3%B3ri%C3%A1ban

Can anyone confirm this or any similar bug with a non-Gmail imap
account?

-- 
evolution character encoding problem in from field
https://bugs.launchpad.net/bugs/184537
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 184537] Re: evolution character encoding problem in from field

2008-06-02 Thread Peter Kerekfy
I have filed a support request against Gmail. You should do the same by
following this link and describing the details of the problem:

http://mail.google.com/support/bin/request.py?ctx=gmaildirect=1

If enough people will report this issue perhaph the Gmail guys will fix
it soon.

-- 
evolution character encoding problem in from field
https://bugs.launchpad.net/bugs/184537
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 184537] Re: evolution character encoding problem in from field

2008-05-30 Thread Peter Kerekfy
Sebastien,

are you sure this is fixed in hardy? because the last comment states that is 
was fixed in 2.23.
http://bugzilla.gnome.org/show_bug.cgi?id=302991#c24 

more info:
i can also confirm this bug. it seems to be specific to gmail imap 
implementation.

i have two imap accounts set up in evolution: one for gmail imap and one for my 
work imap server.
my work messages are forwarded to my gmail mailbox and a copy of them is also 
kept in my work mailbox.

this setup makes me able to view the same message both on gmail imap and my 
work imap server.
and the strange thing is that while the work imap account show the corrent FROM 
lines the gmail imap account still shows =?ISO-8895-1? things.

the above observation makes me feel that while evolution is able to
render RFC2047 FROM lines correctly, gmail's imap server somehow makes
evolution to screw things up

-- 
evolution character encoding problem in from field
https://bugs.launchpad.net/bugs/184537
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 223622] [NEW] gvfs samba browsing broken in hardy

2008-04-28 Thread Peter Kerekfy
Public bug reported:

Binary package hint: gvfs-backends

Very similar to Bug #191547 (most of this description is copied from
there). But this time it is about hardy and gvfs.

Samba browsing works like a charm after login. gvfs sees all samba
workgroups and servers:

$ gvfs-ls smb:///
E-WARE
MUNKACSOPORT
VIRTUAL

But after switching between wired and wireless networks, gvfs no longer
sees any samba workgroups or shares.

$ gvfs-ls smb:///
[no output]

After some digging with wireshark, I noticed that the problem is that gvfs 
sends the NMB name lookup requests to the wrong broadcast address.
For example:
1. Let the wired network be: 192.168.5.0/24 (broadcast 192.168.5.255)
2. Let the wireless network be: 192.168.6.0/24 (broadcast 192.168.6.255)
Let's suppose that the wired connection was active when I started my gnome 
session. Then after switching to the wireless connection gvfs still keeps 
sending NMB name lookup queries to 192.168.5.255 which is WRONG.

Workaround:
$ killall gvfsd-smb-browse

Putting the above line in some if-up/if-down script makes the problem go
away.

$ dpkg -l | grep gvfs| cat
ii  gvfs   0.2.3-0ubuntu4   
  userspace virtual filesystem - server
ii  gvfs-backends  0.2.3-0ubuntu4   
  userspace virtual filesystem - backends
ii  gvfs-bin   0.2.3-0ubuntu4   
  userspace virtual filesystem - binaries
ii  gvfs-fuse  0.2.3-0ubuntu4   
  userspace virtual filesystem - fuse server
ii  libgvfscommon0 0.2.3-0ubuntu4   
  userspace virtual filesystem - library

$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION=Ubuntu 8.04

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

-- 
gvfs samba browsing broken in hardy
https://bugs.launchpad.net/bugs/223622
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 223372] Re: gvfs-mount with user credentials fails if smb share has guest ok=yes but the guest account doesn't have proper permissions.

2008-04-28 Thread Peter Kerekfy
I have a very similar problem:

Given a samba share on debian server which allows READ ONLY access to
anonymous and READ WRITE access to my named user: kpeter.

There is no way to write on this share because gvfs always connects as
anonymous, there is no way to specify my user/pass.

If I mount manually with explicit username things became stanger:

Let say: 
$ gvfs-mount smb://[EMAIL PROTECTED]/projects/

It works, I can see the mounted share on my desktop.
$ gvfs-mount -l
Mount(0): projects ezen: duron - smb://duron/projects/

After opening the share with nautilus a second mount appears on the desktop:
$ gvfs-mount -l
Mount(0): projects ezen: duron - smb://duron/projects/
Mount(1): projects ezen: duron - smb://duron/projects/

I think that this second mount is anonymous and it is very bad...

-- 
gvfs-mount with user credentials fails if smb share has guest ok=yes but the 
guest account doesn't have proper permissions.
https://bugs.launchpad.net/bugs/223372
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 223636] [NEW] gvfs should unmount remote mounts on network disconnect

2008-04-28 Thread Peter Kerekfy
Public bug reported:

Binary package hint: gvfs

Problem: gvfs does not unmount remote shares if network disconnects. It
leads to unusable mounts on my desktop after network is reconnected.

Expected behavior: unmount all remote shares on network disconnect

Workaround: manually unmount remote mounts before trying to access them
after network disconnect/reconnect.

It is especially painful for roaming laptop users who always connect to
different networks but want to access the same ftp/sftp/etc. server.

$ dpkg -l | grep gvfs| cat
ii  gvfs   0.2.3-0ubuntu4   
  userspace virtual filesystem - server
ii  gvfs-backends  0.2.3-0ubuntu4   
  userspace virtual filesystem - backends
ii  gvfs-bin   0.2.3-0ubuntu4   
  userspace virtual filesystem - binaries
ii  gvfs-fuse  0.2.3-0ubuntu4   
  userspace virtual filesystem - fuse server
ii  libgvfscommon0 0.2.3-0ubuntu4   
  userspace virtual filesystem - library

$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION=Ubuntu 8.04

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

-- 
gvfs should unmount remote mounts on network disconnect
https://bugs.launchpad.net/bugs/223636
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 223372] Re: gvfs-mount with user credentials fails if smb share has guest ok=yes but the guest account doesn't have proper permissions.

2008-04-28 Thread Peter Kerekfy
** Bug watch added: GNOME Bug Tracker #529365
   http://bugzilla.gnome.org/show_bug.cgi?id=529365

** Also affects: gvfs via
   http://bugzilla.gnome.org/show_bug.cgi?id=529365
   Importance: Unknown
   Status: Unknown

-- 
gvfs-mount with user credentials fails if smb share has guest ok=yes but the 
guest account doesn't have proper permissions.
https://bugs.launchpad.net/bugs/223372
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

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


[Bug 223636] Re: gvfs should unmount remote mounts on network disconnect

2008-04-28 Thread Peter Kerekfy
These questions definitely need further investigation. :-)

First of all we need to know 
 * which backends are able to recover from a temporary connection drop and 
 * which backends are able to recover from a permanent connection drop with IP 
address change.

According to my experiences sftp backend recovers quite well from
temporary drops but it fails to recover from IP address change. (since
it is using ssh over TCP behind the scenes)

My very new idea: in if-up we should somehow detect whether or not the
IP address has changed since the last connection and we should unmount
remote shares only if it has changed.

Or we should provide a configuration option to distinct roaming laptop
mode from always connected desktop mode.

-- 
gvfs should unmount remote mounts on network disconnect
https://bugs.launchpad.net/bugs/223636
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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