[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2015-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64311

Norbert X nrb...@gmail.com changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=89
   ||632

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2015-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64311

--- Comment #35 from Norbert X nrb...@gmail.com ---
Dear Michael Meeks!
I have some problems with Samba-shared folder ( see
https://bugs.documentfoundation.org/show_bug.cgi?id=89632 ).

The SMB/CIFS server is Ubuntu 12.04.5, shared folder is created with
nautilus-share.
I can connect to this share with full read-write access from my local network.
I placed OpenDocument file ('test.odt') on it.
If I connect to this share from client computer (GNU/Linux or Windows) I get
error 'Document in Use' message from LibreOffice. 

I tested several versions of LibO with various access methods.
In GNU/Linux I used:
1. 'libreoffice smb://server/public/test.odt'
2. Nautilus or Caja, set path to 'smb://server/public', click on 'test.odt'
file
3. Navigate in terminal to '~/.gvfs/public on server/', launch 'libreoffice
test.odt'
4. Mount share with 'mount.cifs'

In Windows I used:
1. Windows File Explorer, '\\server\public', click on 'test.odt'
2. 'net use \\server\public S:', open S: disk in Explorer, click on 'test.odt'

My results are summarized in Google Docs table ( http://goo.gl/jY9Ubj ).


If SMB/CIFS server is Windows I get no errors or warnings.

Could you please consult me about how to debug this Samba-LibO communication?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2015-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64311

Norbert X nrb...@gmail.com changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=72
   ||337

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

--- Comment #21 from David djrei...@gmail.com ---
@Michael_Meeks (comment #19):

 Do you have a file libucpvfs1.so or somesuch in your install's program/
 directory ? (what does ls *vfs* in there say ?).

It says:

  -rwxr-xr-x 1 reimer reimer 255628 Jun  5 22:35 libucpgvfs1lo.so

 Do you have gnome-vfs installed ?

I have libgnomevfs2-0 installed (v. 1:2.24.4-1ubuntu3).

Any ideas? I would dearly love to have this working (as, I'm sure, you would
too!)

And thanks for the help. :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

--- Comment #22 from David djrei...@gmail.com ---
P.S. (to comment #21): I just tried again, in case a new day, fresh boot, would
bring new hope. Still the Error saving... message, but I also got this in my
terminal:

(soffice:2715): Gtk-WARNING **: Operation not supported by backend

But I did *not* get yesterday's gnome-keyring warning. FWIW.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

--- Comment #23 from Michael Meeks michael.me...@novell.com ---
Presumably there is some 12.04 - 12.10 change in Ubuntu that horks this.

chasing this down should be easy:

(soffice:2715): Gtk-WARNING **: Operation not supported by backend

Ensure you have gtk+ debuginfo / symbols installed and do:

gdb ./soffice.bin
break g_logv
run
... do your operation ...
backtrace

and paste the output here - that should show us what operation gtk+ thinks is
not supported / missing :-)

Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

--- Comment #24 from David djrei...@gmail.com ---
Feedback for comment #23 - Bascially, LibO wouldn't run : The Office welcome
window came up, but when I tried to create a Text Document, I got the frame
of the chrome (?) but the window didn't fill - it just froze. Here's the
output:

[code]
 gdb ./soffice.bin
GNU gdb (GDB) 7.5-ubuntu
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i686-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from
/home/reimer/Downloads/LibO41Beta/LibreOfficeDev_4.1.0.0.beta2_Linux_x86_deb/DEBS/install/opt/libreofficedev4.1/program/soffice.bin...(no
debugging symbols found)...done.
(gdb) break g_logv
Function g_logv not defined.
Make breakpoint pending on future shared library load? (y or [n]) y

Breakpoint 1 (g_logv) pending.
(gdb) run
Starting program:
/home/reimer/Downloads/LibO41Beta/LibreOfficeDev_4.1.0.0.beta2_Linux_x86_deb/DEBS/install/opt/libreofficedev4.1/program/soffice.bin
 
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/i386-linux-gnu/libthread_db.so.1.
[New Thread 0xb3c61b40 (LWP 4604)]
[New Thread 0xb2193b40 (LWP 4605)]
[New Thread 0xb17ffb40 (LWP 4606)]
Fontconfig warning: /etc/fonts/conf.d/50-user.conf, line 9: reading
configurations from ~/.fonts.conf is deprecated.
[Thread 0xb2193b40 (LWP 4605) exited]
[New Thread 0xb2193b40 (LWP 4607)]
warning: File
/home/reimer/Downloads/LibO41Beta/LibreOfficeDev_4.1.0.0.beta2_Linux_x86_deb/DEBS/install/opt/libreofficedev4.1/program/libpython3.3m.so-gdb.py
auto-loading has been declined by your `auto-load safe-path' set to
$debugdir:$datadir/auto-load.
[New Thread 0xaebc2b40 (LWP 4608)]
[Thread 0xaebc2b40 (LWP 4608) exited]
[New Thread 0xaebc2b40 (LWP 4609)]
[Thread 0xaebc2b40 (LWP 4609) exited]
[New Thread 0xaebc2b40 (LWP 4610)]
[Thread 0xaebc2b40 (LWP 4610) exited]
[New Thread 0xaebc2b40 (LWP 4611)]
[New Thread 0xae1ffb40 (LWP 4612)]
[New Thread 0xad8bfb40 (LWP 4615)]
WARNING: gnome-keyring:: couldn't connect to:
/run/user/reimer/keyring-2wER2c/pkcs11: No such file or directory
[Thread 0xad8bfb40 (LWP 4615) exited]
[Thread 0xaebc2b40 (LWP 4611) exited]
[New Thread 0xaebc2b40 (LWP 4616)]
[Thread 0xaebc2b40 (LWP 4616) exited]
[New Thread 0xaebc2b40 (LWP 4617)]
[New Thread 0xad8bfb40 (LWP 4618)]

Breakpoint 1, 0xb5b711b0 in g_logv () from /lib/i386-linux-gnu/libglib-2.0.so.0
(gdb) backtrace
#0  0xb5b711b0 in g_logv () from /lib/i386-linux-gnu/libglib-2.0.so.0
#1  0xb5b71583 in g_log () from /lib/i386-linux-gnu/libglib-2.0.so.0
#2  0xb29266e3 in theme_pixbuf_compute_hints (
theme_pb=error reading variable: Cannot access memory at address
0xbfffd1e8, 
theme_pb@entry=error reading variable: Cannot access memory at address
0xbfffd22c)
at /build/buildd/gtk+2.0-2.24.13/modules/engines/pixbuf/pixbuf-render.c:624
(gdb) 
[/code]

Hope this helps.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

--- Comment #25 from Michael Meeks michael.me...@novell.com ---
Can you install the glib debuginfo package as well.
Also - you need to do:

'continue'

(or just 'c') after hitting a g_logv breakpoint.

Clearly this was for some other random console warning - wow gtk+ is dirty /
noisy on your system - this looks like some unrelated theme issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

--- Comment #26 from David djrei...@gmail.com ---
Having added glib dbg info (can you tell you're dealing with a rank amateur
here? Hopefully having a numpty user is helpful for debugging, though - thanks
for your patience):

[code]
 gdb ./soffice.bin
GNU gdb (GDB) 7.5-ubuntu
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i686-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from
/home/reimer/Downloads/LibO41Beta/LibreOfficeDev_4.1.0.0.beta2_Linux_x86_deb/DEBS/install/opt/libreofficedev4.1/program/soffice.bin...(no
debugging symbols found)...done.
(gdb) break g_logv
Function g_logv not defined.
Make breakpoint pending on future shared library load? (y or [n]) c

Please answer y or [n].
Make breakpoint pending on future shared library load? (y or [n]) y

Breakpoint 1 (g_logv) pending.
(gdb) run
Starting program:
/home/reimer/Downloads/LibO41Beta/LibreOfficeDev_4.1.0.0.beta2_Linux_x86_deb/DEBS/install/opt/libreofficedev4.1/program/soffice.bin
 
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/i386-linux-gnu/libthread_db.so.1.
[New Thread 0xb3c61b40 (LWP 5937)]
[New Thread 0xb2193b40 (LWP 5938)]
[New Thread 0xb17ffb40 (LWP 5939)]
Fontconfig warning: /etc/fonts/conf.d/50-user.conf, line 9: reading
configurations from ~/.fonts.conf is deprecated.
[Thread 0xb2193b40 (LWP 5938) exited]
[New Thread 0xb2193b40 (LWP 5940)]
[New Thread 0xafab9b40 (LWP 5941)]
[New Thread 0xaef83b40 (LWP 5942)]
[Thread 0xaef83b40 (LWP 5942) exited]
warning: File
/home/reimer/Downloads/LibO41Beta/LibreOfficeDev_4.1.0.0.beta2_Linux_x86_deb/DEBS/install/opt/libreofficedev4.1/program/libpython3.3m.so-gdb.py
auto-loading has been declined by your `auto-load safe-path' set to
$debugdir:$datadir/auto-load.
[New Thread 0xaef83b40 (LWP 5943)]
[Thread 0xaef83b40 (LWP 5943) exited]
[New Thread 0xaef83b40 (LWP 5944)]
[Thread 0xaef83b40 (LWP 5944) exited]
[New Thread 0xaef83b40 (LWP 5945)]
[Thread 0xaef83b40 (LWP 5945) exited]
[New Thread 0xaef83b40 (LWP 5946)]
[New Thread 0xadf1fb40 (LWP 5947)]
[New Thread 0xad65ab40 (LWP 5950)]
WARNING: gnome-keyring:: couldn't connect to:
/run/user/reimer/keyring-2wER2c/pkcs11: No such file or directory
[Thread 0xad65ab40 (LWP 5950) exited]
[Thread 0xaef83b40 (LWP 5946) exited]
[New Thread 0xaef83b40 (LWP 5951)]

Breakpoint 1, g_logv (log_domain=log_domain@entry=0x0, 
log_level=log_level@entry=G_LOG_LEVEL_WARNING, 
format=format@entry=0xb292861c Invalid borders specified for theme
pixmap:\n%s,\nborders don't fit within the image, 
args=args@entry=0xbfffd1bc \260J\t\b\220\375\214\b\005)
at /build/buildd/glib2.0-2.34.1/./glib/gmessages.c:853
853/build/buildd/glib2.0-2.34.1/./glib/gmessages.c: No such file or
directory.
(gdb) c
Continuing.
g_logv (
log_domain=error reading variable: Cannot access memory at address
0xbfffd190, 
log_domain@entry=error reading variable: Cannot access memory at address
0xbfffd1b0, 
log_level=error reading variable: Cannot access memory at address
0xbfffd194, 
log_level@entry=error reading variable: Cannot access memory at address
0xbfffd1b4, 
format=error reading variable: Cannot access memory at address
0xbfffd198, 
format@entry=error reading variable: Cannot access memory at address
0xbfffd1b8, ) at /build/buildd/glib2.0-2.34.1/./glib/gmessages.c:853
853in /build/buildd/glib2.0-2.34.1/./glib/gmessages.c
Couldn't get registers: No such process.
(gdb) backtrace
#0  g_logv (
log_domain=error reading variable: Cannot access memory at address
0xbfffd190, 
log_domain@entry=error reading variable: Cannot access memory at address
0xbfffd1b0, 
log_level=error reading variable: Cannot access memory at address
0xbfffd194, 
log_level@entry=error reading variable: Cannot access memory at address
0xbfffd1b4, 
format=error reading variable: Cannot access memory at address
0xbfffd198, 
format@entry=error reading variable: Cannot access memory at address
0xbfffd1b8, ) at /build/buildd/glib2.0-2.34.1/./glib/gmessages.c:853
#1  0xb5b71583 in g_log (
log_domain=error reading variable: Cannot access memory at address
0xbfffd1b0, 
log_domain@entry=error reading variable: Cannot access memory at address
0xbfffd1ac, 
log_level=error reading variable: Cannot access memory at address
0xbfffd1b4, 
format=error reading variable: Cannot access memory at address
0xbfffd1b8)
at /build/buildd/glib2.0-2.34.1/./glib/gmessages.c:1003
(gdb) 
[/code]

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list

[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

--- Comment #27 from Michael Meeks michael.me...@novell.com ---
Sure - so you still fell at the first post ;-)
please do:

gdb ./soffice.bin
b g_logv
r
bt
c
bt
c
bt
c
bt
c
bt
c
...

And attach the output here if you can :-) the 'c' continues after the first
irrelevant breakpoint. Continue the 'c' 'bt' pairs until we get the message
that you think was related :-)

And hey - we're all gdb neophytes to start with :-)

Thanks !

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

--- Comment #28 from David djrei...@gmail.com ---
I hope we're getting somewhere! Here's a prose account of what is happening:
after I hit r[un], I get the welcome LibO screen. I either click the
Writer icon thing, or from the toolbar do File  New  Text Document. At that
point, the toolbar for Writer is built, but *that's all*. The application is
now totally frozen, in this state: http://i.imgur.com/VcIbpzx.png 

If I then try to move it, or do anything else, the new screens will simply
overwrite that frame, except for the titlebar. I can do nothing more.

This time, I did the bt at this point, and did your c thing, etc. Then I
killed LibO, and did bt ... c ... once more for good measure. And this is dump
I'm now appending. As I say, I hope we're making progress. If I've got it wrong
again ... well, hopefully you'll be able to get me the next step!

Ouput follows:


 gdb ./soffice.bin
GNU gdb (GDB) 7.5-ubuntu
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i686-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from
/home/reimer/Downloads/LibO41Beta/LibreOfficeDev_4.1.0.0.beta2_Linux_x86_deb/DEBS/install/opt/libreofficedev4.1/program/soffice.bin...(no
debugging symbols found)...done.
(gdb) b g_logv
Function g_logv not defined.
Make breakpoint pending on future shared library load? (y or [n]) y

Breakpoint 1 (g_logv) pending.
(gdb) r
Starting program:
/home/reimer/Downloads/LibO41Beta/LibreOfficeDev_4.1.0.0.beta2_Linux_x86_deb/DEBS/install/opt/libreofficedev4.1/program/soffice.bin
 
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/i386-linux-gnu/libthread_db.so.1.
[New Thread 0xb3c61b40 (LWP 7449)]
[New Thread 0xb2193b40 (LWP 7450)]
[New Thread 0xb17ffb40 (LWP 7451)]
Fontconfig warning: /etc/fonts/conf.d/50-user.conf, line 9: reading
configurations from ~/.fonts.conf is deprecated.
[Thread 0xb2193b40 (LWP 7450) exited]
[New Thread 0xb2193b40 (LWP 7452)]
[New Thread 0xafab9b40 (LWP 7453)]
[New Thread 0xaef83b40 (LWP 7454)]
[New Thread 0xae782b40 (LWP 7457)]
WARNING: gnome-keyring:: couldn't connect to:
/run/user/reimer/keyring-2wER2c/pkcs11: No such file or directory
[Thread 0xae782b40 (LWP 7457) exited]
warning: File
/home/reimer/Downloads/LibO41Beta/LibreOfficeDev_4.1.0.0.beta2_Linux_x86_deb/DEBS/install/opt/libreofficedev4.1/program/libpython3.3m.so-gdb.py
auto-loading has been declined by your `auto-load safe-path' set to
$debugdir:$datadir/auto-load.
[Thread 0xaef83b40 (LWP 7454) exited]
[New Thread 0xaef83b40 (LWP 7458)]
[Thread 0xaef83b40 (LWP 7458) exited]
[New Thread 0xaef83b40 (LWP 7459)]
[Thread 0xaef83b40 (LWP 7459) exited]
[New Thread 0xaef83b40 (LWP 7460)]
[Thread 0xaef83b40 (LWP 7460) exited]
[New Thread 0xaef83b40 (LWP 7461)]
[New Thread 0xae782b40 (LWP 7462)]
[Thread 0xaef83b40 (LWP 7461) exited]
[New Thread 0xaef83b40 (LWP 7463)]

Breakpoint 1, g_logv (log_domain=log_domain@entry=0x0, 
log_level=log_level@entry=G_LOG_LEVEL_WARNING, 
format=format@entry=0xb292861c Invalid borders specified for theme
pixmap:\n%s,\nborders don't fit within the image, 
args=args@entry=0xbfffd1bc \260J\t\b\220\377\214\b\001)
at /build/buildd/glib2.0-2.34.1/./glib/gmessages.c:853
853/build/buildd/glib2.0-2.34.1/./glib/gmessages.c: No such file or
directory.
(gdb) bt
#0  g_logv (log_domain=log_domain@entry=0x0, 
log_level=log_level@entry=G_LOG_LEVEL_WARNING, 
format=format@entry=0xb292861c Invalid borders specified for theme
pixmap:\n%s,\nborders don't fit within the image, 
args=args@entry=0xbfffd1bc \260J\t\b\220\377\214\b\001)
at /build/buildd/glib2.0-2.34.1/./glib/gmessages.c:853
#1  0xb5b71583 in g_log (log_domain=log_domain@entry=0x0, 
log_level=log_level@entry=G_LOG_LEVEL_WARNING, 
format=format@entry=0xb292861c Invalid borders specified for theme
pixmap:\n%s,\nborders don't fit within the image)
at /build/buildd/glib2.0-2.34.1/./glib/gmessages.c:1003
#2  0xb29266e3 in theme_pixbuf_compute_hints (
theme_pb=theme_pb@entry=0x8094a20)
at /build/buildd/gtk+2.0-2.24.13/modules/engines/pixbuf/pixbuf-render.c:624
#3  0xb2926b19 in theme_pixbuf_get_pixbuf (theme_pb=theme_pb@entry=0x8094a20)
at /build/buildd/gtk+2.0-2.24.13/modules/engines/pixbuf/pixbuf-render.c:742
#4  0xb2926ba1 in theme_pixbuf_render (theme_pb=0x8094a20, 
window=window@entry=0x87bf280, mask=mask@entry=0x0, 
clip_rect=clip_rect@entry=0x0, component_mask=component_mask@entry=512, 
center=center@entry=0, x=x@entry=0, y=y@entry=0, width=10, height=810)
at /build/buildd/gtk+2.0-2.24.13/modules/engines/pixbuf/pixbuf-render.c:760
#5  

[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

--- Comment #29 from Michael Meeks michael.me...@novell.com ---
 I hope we're getting somewhere! Here's a prose account of what is happening: 
 after I hit r[un], I get the welcome LibO screen. I either click the 
 Writer icon thing, or from the toolbar do File  New  Text Document. At 
 that point, the toolbar for Writer is built, but *that's all*. The 
 application is now totally frozen

Of course it is - it's trapped into the debugger - which has stopped the app
:-) until you type 'continue' in gdb - nothing will be re-rendered; that is
completely normal and expected.

 If I then try to move it, or do anything else, the new screens will simply 
 overwrite that frame, except for the titlebar. I can do nothing more.

Type 'continue' in gdb, and see what happens ;- We need a stack-trace of the
message that happens whe you use gvfs; not this random dirt at startup.

So - you need to type 'c' by which I mean: center in gdb, and repeat the c /
bt loop until you get to the exception which you mentioned.

Please can you add your traces as file attachments rather than these huge
pastes.

Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

--- Comment #31 from David djrei...@gmail.com ---
Sorry - I should have known better (re: pastes!). 

So, this time: now I get the bt/c thing. ;) I got my new document created,
typed in a bit of text, and tried to save to the Windows share drive. I could
navigate to it just fine, typed in a filename at the prompt, clicked save --
and then the thing hung. (Spinner, spinning) Unfortunately, though I had a
(gdb) prompt in the terminal, it was the empty rectangle cursor, and it would
not accept input. I waited ... then killed it.

The attachment in comment #30 is (I think, I hope), the last two backtraces
before killing it.

It seems we're at the crucial point: felt very stymied that I couldn't get past
that hang. Hope the dump has something useful.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

--- Comment #30 from David djrei...@gmail.com ---
Created attachment 80777
  -- https://bugs.freedesktop.org/attachment.cgi?id=80777action=edit
backtrace output

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

--- Comment #32 from Michael Meeks michael.me...@novell.com ---
Assuming this is the warning is the one mentioned:

static void
gtk_folder_constructed (GObject *object)
{
  GtkFolderPrivate *priv;
  GError *error = NULL;

  priv = GTK_FOLDER_GET_PRIVATE (object);
  priv-directory_monitor = g_file_monitor_directory (priv-folder_file,
G_FILE_MONITOR_NONE, NULL, error);

  if (error)
{
  g_warning (%s, error-message);

it is benign - it just means we can't monitor the directory, so we don't ǒnnect
to changed for it, which is fine, we continue with the file enumeration.

So - no idea. Thanks for the help David - sorry it didn't result in a solution.

I assume the distro provided / PPA packages work out for you :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

--- Comment #33 from David djrei...@gmail.com ---
In comment #32 Michael Meeks wrote:

 So - no idea. Thanks for the help David - sorry it didn't result in a 
 solution.

Hey ho! Thanks for persevering and for your help in teaching me a bit about
gdb. :)

The slightly frustrating thing from my end is that at home, on an ancient
laptop running Linux Mint 13, I can use a VPN and LibO 4.0.3.3 and this works
to that same Windows network drive no problem. It seems, then, that this is
more to do with something in Lubuntu (which I'm running at work) ... or
something I'm doing that's squiffy.

Strange, still, that AbiWord, Inkscape ... well, *every* other app works just
fine in that environment, except LibO, which I need far more than those others.

Like you say, will hope that the issue is dealt with at some other point in the
scenario.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

--- Comment #34 from Michael Meeks michael.me...@novell.com ---
David - AbiWord / Inkscape etc. are using a different toolkit version, and
almost certainly gio not gvfs - and you are getting them not from a random
download from a long-suffering ISV (Linux is a -total- rats nest of a platform
to build for), but from your Distro vendor. If you get LibreOffice from the PPA
/ your distro vendor - you should not have this problem.

HTH.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

--- Comment #18 from David djrei...@gmail.com ---
User testing report: my context = Lubuntu 12.10, to a Windows network drive. 

Using LibO Version: 4.1.0.0.beta2 [Build ID:
33224f4f11a05cfad2249e812fcc2975fbb61f6] - installed beside 4.0.3.3 according
to these instructions:
https://wiki.documentfoundation.org/Installing_in_parallel

Attempted to save test odt to share drive, and got the familiar red error
popup:

Error saving the document Untitled1:
Nonexistent object.
Path to the file does not exist.

From terminal (ran application from command line), note this warning that could
be relevant:

WARNING: gnome-keyring:: couldn't connect to:
/run/user/reimer/keyring-viGdJN/pkcs11: No such file or directory

Had hoped this would work seamlessly. :( Not fixed for me. Sadly (if you see
what I mean), AbiWord has no problem at all saving a file to that location.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

--- Comment #19 from Michael Meeks michael.me...@novell.com ---
 Had hoped this would work seamlessly. :(

Me too :-)

 Not fixed for me. Sadly (if you see what I mean), AbiWord has
 no problem at all saving a file to that location.

Do you have a file libucpvfs1.so or somesuch in your install's program/
directory ? (what does ls *vfs* in there say ?).

Do you have gnome-vfs installed ?

Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 CC||jmadero@gmail.com

--- Comment #20 from Joel Madero jmadero@gmail.com ---
Just tested myself with beta2, worked like a charm.

I do have libgnomevfs installed


Bodhi Linux (built on Ubuntu 12.04)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

Commit Notification libreoffice-comm...@lists.freedesktop.org changed:

   What|Removed |Added

 Whiteboard|target:4.1.0|target:4.1.0 target:4.0.4

--- Comment #14 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Michael Meeks committed a patch related to this issue.
It has been pushed to libreoffice-4-0:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=71f77792ed000e30a5cb090b0a21b8d1c577c23fh=libreoffice-4-0

fdo#64311 - .desktop files: use %U for URLs only if we have gvfs or gio.


It will be available in LibreOffice 4.0.4.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

--- Comment #15 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Michael Meeks committed a patch related to this issue.
It has been pushed to libreoffice-4-0:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=bfdab9aeb1290f970d11c3704cbb11992c0d6304h=libreoffice-4-0

fdo#64311 - don't encourage the fpicker to give us URLs we can't handle.


It will be available in LibreOffice 4.0.4.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

--- Comment #16 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Michael Meeks committed a patch related to this issue.
It has been pushed to libreoffice-4-0:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=0179aca82573724072b19fc1e8e669f133105dd4h=libreoffice-4-0

fdo#64311 - fix pre-processor conditionals  don't bail-out without gnome-vfs.


It will be available in LibreOffice 4.0.4.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

--- Comment #17 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Michael Meeks committed a patch related to this issue.
It has been pushed to libreoffice-4-0:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=9bd1022011bd9a46715134151ddde303d68e04c2h=libreoffice-4-0

fdo#64311 - re-enable gnome-vfs for linux.


It will be available in LibreOffice 4.0.4.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Michael Meeks michael.me...@novell.com ---
I've pushed these fixes to master; we should use file URLs now instead. Thanks
for the reports.

Fridrich - can you cherry-pick to -4-0 ? Testing much appreciated of the -4-0
tinderbox snapshots as/when its picked - it's possible we missed some URL
handling somewhere :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

Commit Notification libreoffice-comm...@lists.freedesktop.org changed:

   What|Removed |Added

 Whiteboard||target:4.1.0

--- Comment #9 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Michael Meeks committed a patch related to this issue.
It has been pushed to master:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=363b82fdb4016bc42877fea2ebde9227b27579fe

fdo#64311 - .desktop files: use %U for URLs only if we have gvfs or gio.



The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

--- Comment #10 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Michael Meeks committed a patch related to this issue.
It has been pushed to master:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=8659ca5c350b9b08fb5f343c68955cdd6d361c96

fdo#64311 - don't encourage the fpicker to give us URLs we can't handle.



The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

--- Comment #11 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Michael Meeks committed a patch related to this issue.
It has been pushed to master:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=fbc486a449808d1d9261f67ffaa4f0213e80787e

fdo#64311 - fix pre-processor conditionals  don't bail-out without gnome-vfs.



The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

 CC||bjoern.michaelsen@canonical
   ||.com

--- Comment #12 from Michael Meeks michael.me...@novell.com ---
With the third fix I pushed I think we can re-enable gnome-vfs for the -4-0
branch which will provide the real fix.

I noticed we were aborting startup [!] if the gnome-vfs ucp was not installed -
which seems ultra-lame from a packaging perspective, and perhaps underlies
Bjoern's problems in this area around dependencies; there is no need for that
workaround to succeed if we have no gnome-vfs :-)

I'd love to have that in -4-0 and to re-enable gnome-vfs there;

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

--- Comment #13 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Michael Meeks committed a patch related to this issue.
It has been pushed to master:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=8627bf17d565e085bb204b91dfe596c4a0430d1d

fdo#64311 - fix namespace issue / compile failure.



The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-05-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

Stephan Bergmann sberg...@redhat.com changed:

   What|Removed |Added

 CC||sberg...@redhat.com

--- Comment #6 from Stephan Bergmann sberg...@redhat.com ---
(In reply to comment #5)
 The recollection is that this is a deliberate approach: to ensure that GNOME
 will pass us a FUSE / file-path rather then an smb:// style URI.

this being the Disable gnome-vfs for now commit mentioned in comment 0?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-05-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

--- Comment #7 from Michael Meeks michael.me...@novell.com ---
 this being the Disable gnome-vfs for now commit

Sure - that's the proximate cause of the issue for sure. I think the fixes in
comment #5 will nail it - but needs to be conditional on having neither gio nor
gvfs compiled in I guess :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

--- Comment #5 from Michael Meeks michael.me...@novell.com ---
The recollection is that this is a deliberate approach: to ensure that GNOME
will pass us a FUSE / file-path rather then an smb:// style URI. *but* it seems
we have a couple of issues here:

1. our .desktop files tell the system to send us URIs not fils
2. our file-selector code does the same, I guess this guy:

SalGtkFilePicker.cxx:gtk_file_chooser_set_local_only( GTK_FILE_CHOOSER(
m_pDialog ), sal_False );

Is one enemy here :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

 CC||caol...@redhat.com,
   ||fridrich.st...@bluewin.ch,
   ||michael.me...@novell.com
Summary|pre-release (and releases?) |no SMB . gnome-vfs support
   |not built with gnome-vfs|
   |... |
 Blocks||54157

--- Comment #1 from Michael Meeks michael.me...@novell.com ---
Fridrich - thoughts ? I forget the details here :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

 CC||joeh...@gmail.com

--- Comment #2 from Michael Meeks michael.me...@novell.com ---
*** Bug 54275 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

 CC||cab_77...@yahoo.com

--- Comment #3 from Michael Meeks michael.me...@novell.com ---
*** Bug 63752 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 64311] no SMB . gnome-vfs support

2013-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64311

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

 CC||rlamm...@emailenquete.nl

--- Comment #4 from Michael Meeks michael.me...@novell.com ---
*** Bug 59514 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs