[Bug 778475] Re: gvfs requests wrong WebDAV URL

2011-05-07 Thread Christian Kellner
** Bug watch added: GNOME Bug Tracker #607284 https://bugzilla.gnome.org/show_bug.cgi?id=607284 ** Also affects: gvfs via https://bugzilla.gnome.org/show_bug.cgi?id=607284 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu

[Bug 267642] Re: copying a folder from a secure webdav server to disk results in a html file

2010-08-17 Thread Christian Kellner
I have created an (locally tested but not in-depth reviewed) fix for that bug. If you feel brave you can try the package with the fix in it: https://launchpad.net/~gicmo/+archive/packagedump . If you want to help out the upstream bug report has the info where the source code is. -- copying a fold

[Bug 424043] Re: nautilus crashed with SIGSEGV in open64()

2009-10-30 Thread Christian Kellner
It looks like your metadata store is got corrupted, leading to an infinite loop in the code. FIX: The fix here is to remove the metadata storage, located in: ~/.local/share/gvfs-metadata. BEFORE you do that, could you please send me (or attach) the file "~/.local/share/gvfs-metadata/home" for be

[Bug 405432] Re: gvfsd-metadata crashed with SIGSEGV in copy_tree_to_builder()

2009-10-21 Thread Christian Kellner
Any chance I could get some information how to reproduce it? Did you do something special? -- gvfsd-metadata crashed with SIGSEGV in copy_tree_to_builder() https://bugs.launchpad.net/bugs/405432 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug ass

[Bug 251517] Re: webdav does not allow recursive copying

2008-08-04 Thread Christian Kellner
I have found what causes the issue. I am on it. Should hopefully be in the next gvfs unstable release, which is due today. Keep your fingers crossed. -- webdav does not allow recursive copying https://bugs.launchpad.net/bugs/251517 You received this bug notification because you are a member of Ub

[Bug 182674] Re: webdav on mediacenter.gmx.net dos not work

2008-05-29 Thread Christian Kellner
Guys, you are abusing this bug report for different issues. The last bug, filed by slu is indeed a nautilus bug. I am very happy for all bug reports I get, but I'd really appreciate it if you could file different issues for different problems. Please focus only on mediacenter bugs here. And even fo

[Bug 225615] Re: Heavy memory leak in gvfsd-http

2008-05-02 Thread Christian Kellner
I'll have a look.. ** Changed in: gvfs (Ubuntu) Assignee: Ubuntu Desktop Bugs (desktop-bugs) => Christian Kellner (gicmo) -- Heavy memory leak in gvfsd-http https://bugs.launchpad.net/bugs/225615 You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 203201] Re: inbox capitalization error

2008-04-16 Thread Christian Kellner
Some issue on a Domino server. -- inbox capitalization error https://bugs.launchpad.net/bugs/203201 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/ma

[Bug 182674] Re: webdav on mediacenter.gmx.net dos not work

2008-04-01 Thread Christian Kellner
Ahh please stop mixing all issues here. Also don't mix gvfs with gnome- vfs bugs. Its a total re-write, not using a single line from the old code. Also open different bugs for different issues, please. Thanks -- webdav on mediacenter.gmx.net dos not work https://bugs.launchpad.net/bugs/182674 You

[Bug 193764] Re: evolution-scalix FTBFS with current evolution

2008-03-17 Thread Christian Kellner
I have a preliminary patch attached to GNOME's bugzilla. It would need some more love and check if we are affected by upstream's ical memory changes. No time since I am busy doing gvfs work, but that should compile and according to Gren also work. ** Bug watch added: GNOME Bug Tracker #523013

[Bug 182674] Re: webdav on mediacenter.gmx.net dos not work

2008-03-16 Thread Christian Kellner
Christian, what you describe is *imho* a nautilus bug not a gvfs. You should file a new bug against nautilus. Thanks ;-) -- webdav on mediacenter.gmx.net dos not work https://bugs.launchpad.net/bugs/182674 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which

[Bug 188790] Re: Can't browse sftp

2008-03-07 Thread Christian Kellner
with one particular sftp server I still get this message even in gvfs 0.1.11 gvfs-mount sftp://xxx.xx.xx Enter password User [christian]: Password: Error mounting location: Timed out when logging in similar message from "connect to server" in the gui I can connect to that server using s

[Bug 199284] Re: gvfsd-dav crashed with SIGSEGV in close_write_ready()

2008-03-07 Thread Christian Kellner
*** This bug is a duplicate of bug 195917 *** https://bugs.launchpad.net/bugs/195917 ** This bug has been marked a duplicate of bug 195917 gvfsd-dav crashed with SIGSEGV in close_write_ready() -- gvfsd-dav crashed with SIGSEGV in close_write_ready() https://bugs.launchpad.net/bugs/199284

[Bug 182674] Re: webdav on mediacenter.gmx.net dos not work

2008-03-05 Thread Christian Kellner
Oh public access to gmx stuff. Nice. Why did nobody subscribe me to that bug? -- webdav on mediacenter.gmx.net dos not work https://bugs.launchpad.net/bugs/182674 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing

[Bug 178402] Re: [hardy alpha 2] missing language error

2008-02-06 Thread Christian Kellner
As I have stated on bug 185947 my take on that bug here is that we are setting (in the language selector) a locale that is not available on the system: we only have the xx_XX.UTF-8 variant of various languages but we are setting the variant without the .UTF-8 part, i.e. xx_XX. Calls to SETLOCALE

[Bug 185947] Re: Language en_US does not exist; using System default

2008-01-29 Thread Christian Kellner
After reading the docs of g_get_language_names() again where it states that list is "sorted from most desirable to least desirable". If the docs dont lie and the logic of g_get_language_names() is not wrong then I think its *not* gdm to blame here but the really the language selector since its sett

[Bug 185947] Re: Language en_US does not exist; using System default

2008-01-29 Thread Christian Kellner
So after some more investigation I *think* I nailed it down to that change: --- snip --- @@ -1585,9 +1585,7 @@ main (int argc, char *argv[]) - if (setlocale (LC_CTYPE, NULL) != NULL) { - gdm_system_locale = g_strdup (setlocale (LC_CTYPE, NULL)); - } + gdm_system_loc

[Bug 185947] Re: Language en_US does not exist; using System default

2008-01-29 Thread Christian Kellner
So, after making sure that the setlocale () call behaves identically on gutsy and hardy I moved on and downgraded to the gdm version of gutsy (updates). Which is 2.20.1 and the problem disappeared. So this is totally caused by a change in gdm (2.20.1 -> 2.20.3). Looking at the diff didnt reveal any

[Bug 185947] Re: Language en_US does not exist; using System default

2008-01-29 Thread Christian Kellner
Quick status report, after some more investigations: So the error clearly comes from gdm. It is in daemon/slave.c line 3708: --- snip --- if G_UNLIKELY ( ! ve_string_empty (language) && ! ve_locale_exists (language)) { char *msg = g_strdup_printf (_(

[Bug 162245] time stops randomly in gnome panel

2007-11-12 Thread Christian Kellner
Public bug reported: Binary package hint: gnome-panel the time that gnome-panel displays occasionaly just stops. Usually I can get it display the right time by starting to change some settings- but I dont actually have to change anything Happens since Gutsy only ** Affects: gnome-panel (Ubun

[Bug 90451] Re: Add Tablet PC support (patch included)

2007-03-19 Thread Christian Kellner
Seconded! >From looking at the patch that would also have the very positive effect to >make the wacom work withouth having to install the wacom tools package so a >default installation would have a working tablet. Also one wouldn't need the setserial package anymore. ** Changed in: hal (Ubuntu)

[Bug 66738] Re: evolution-data-server-1.8 crashes

2007-03-15 Thread Christian Kellner
Great to hear that! Closing that bug therefore (I hope Fix Released is the right thing here) ** Changed in: evolution-scalix (Ubuntu) Status: Confirmed => Fix Released -- evolution-data-server-1.8 crashes https://launchpad.net/bugs/66738 -- desktop-bugs mailing list desktop-bugs@lists.u

[Bug 66738] Re: evolution-data-server-1.8 crashes

2007-03-07 Thread Christian Kellner
I commentted upstream on my wild guesses on this. Please look there for now! -- evolution-data-server-1.8 crashes https://launchpad.net/bugs/66738 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 88813] Re: time displays incorrectly in gnome panal

2007-03-01 Thread Christian Kellner
** Attachment added: "look in the lower right corner" http://librarian.launchpad.net/6582401/Screenshot.png -- time displays incorrectly in gnome panal https://launchpad.net/bugs/88813 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desk

[Bug 88813] time displays incorrectly in gnome panal

2007-02-28 Thread Christian Kellner
Public bug reported: Binary package hint: gnome-panel If my gnome panel is shown on the right side of my laptop (vertically) the date displays correctly, but the time is shifted to the right and displays only partially. I.e. a 7 looks just like a short / ProblemType: Bug Date: Wed Feb 28 18:51:2

[Bug 70643] Re: 'Request Read Receipt' does not work at all

2006-11-08 Thread Christian Kellner
To make evolution actually send message receipts you have to turn in the account settings (its under Defaults -> Message Receipts). Sebastien and I just tested it and its working fine for us. So I will mark this as "Rejected". If you have Message Receipts turned on and it is still not working for

[Bug 66738] Re: evolution-data-server-1.8 crashes

2006-11-07 Thread Christian Kellner
I am just too busy at the moment ;-( Also it doesnt seem to crash here anymore and I can't get a clue from the stack traces. -- evolution-data-server-1.8 crashes https://launchpad.net/bugs/66738 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo

[Bug 66738] Re: evolution-data-server-1.8 crashes

2006-10-24 Thread Christian Kellner
Sounds like a good idea! -- evolution-data-server-1.8 crashes https://launchpad.net/bugs/66738 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 66738] Re: evolution-data-server-1.8 crashes

2006-10-18 Thread Christian Kellner
Looking into this at the moment! -- evolution-data-server-1.8 crashes https://launchpad.net/bugs/66738 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs