[Libreoffice-bugs] [Bug 101795] GTK3: It seems to be impossible to link section to another

2016-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101795

Caolán McNamara  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |

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


[Libreoffice-bugs] [Bug 101795] GTK3: It seems to be impossible to link section to another

2016-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101795

Maxim Monastirsky  changed:

   What|Removed |Added

 CC||caol...@redhat.com

--- Comment #3 from Maxim Monastirsky  ---
Well this seems to do the trick, but no idea how correct it is:

diff --git a/vcl/unx/gtk/fpicker/SalGtkPicker.cxx
b/vcl/unx/gtk/fpicker/SalGtkPicker.cxx
index 968051d..96df4b7 100644
--- a/vcl/unx/gtk/fpicker/SalGtkPicker.cxx
+++ b/vcl/unx/gtk/fpicker/SalGtkPicker.cxx
@@ -182,10 +182,8 @@ gint RunDialog::run()
 if (mxToolkit.is())
 mxToolkit->removeTopWindowListener(this);

-#if !GTK_CHECK_VERSION(3,0,0)
 if (nStatus != 1)   //PLAY
 gtk_widget_hide( mpDialog );
-#endif

Adding Caolán to CC.

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


[Libreoffice-bugs] [Bug 101795] GTK3: It seems to be impossible to link section to another

2016-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101795

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||jbfa...@libreoffice.org,
   ||momonas...@gmail.com
Version|unspecified |5.2.0.4 release
Summary|It seems to be impossible   |GTK3: It seems to be
   |to link section to another  |impossible to link section
   ||to another
 Ever confirmed|0   |1

--- Comment #2 from Jean-Baptiste Faure  ---
Reproducible in LO 5.2 with the GTK3 vclplugin but not with the GTK2 plugin.
We have the same problem in Calc when inserting a sheet from a csv file. Seems
to be a filepicker related bug.

Maxim, does that ring a bell for you?

@Ludovic: the command 
SAL_USE_VCLPLUGIN="gtk" && libreoffice
I gave you on irc does not work well with LO 5.2.0.4. To switch to vclplugin
GTK2, you need to do 
export SAL_USE_VCLPLUGIN="gtk"
libreoffice
in a terminal.


Best regards. JBF

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