[Libreoffice-bugs] [Bug 144084] FilePicker service does not display Open and Cancel button (gtk3 only)

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144084

Caolán McNamara  changed:

   What|Removed |Added

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

--- Comment #5 from Caolán McNamara  ---
presumably the problem is since

commit 43335776cfc18cdc7addf33250cffc886d384186
Author: Caolán McNamara 
Date:   Tue May 11 17:21:47 2021 +0100

gtk[3|4] don't create File Dialog with buttons that need to be removed

just create it without the offending buttons in the first place

inside libreoffice we always call initialize on the file dialogs, but this
basic script calls it without that so it makes a difference there

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144084] FilePicker service does not display Open and Cancel button (gtk3 only)

2021-08-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144084

Julien Nabet  changed:

   What|Removed |Added

 CC||caol...@redhat.com
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #4 from Julien Nabet  ---
Caolán: since it's specific to gtk3 (gtk4?), thought you might be interested in
this one.
(see my previous comment for some details).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144084] FilePicker service does not display Open and Cancel button (gtk3 only)

2021-08-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144084

Julien Nabet  changed:

   What|Removed |Added

Summary|FilePicker service does not |FilePicker service does not
   |display Open and Cancel |display Open and Cancel
   |button  |button (gtk3 only)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144084] FilePicker service does not display Open and Cancel button

2021-08-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144084

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #3 from Julien Nabet  ---
Created attachment 174539
  --> https://bugs.documentfoundation.org/attachment.cgi?id=174539=edit
bt with debug symbols

On pc Debian x86-64 with master sources updated today + gtk3 rendering, I could
reproduce this.
I noticed 2 things:
warn:rtl.string:4196:4196:sal/rtl/strtmpl.hxx:1294: rtl_uString_newFromLiteral
- Found embedded \0 character
warn:rtl.string:4196:4196:sal/rtl/strtmpl.hxx:1294: rtl_uString_newFromLiteral
- Found embedded \0 character
warn:rtl.string:4196:4196:sal/rtl/strtmpl.hxx:1294: rtl_uString_newFromLiteral
- Found embedded \0 character
warn:rtl.string:4196:4196:sal/rtl/strtmpl.hxx:1294: rtl_uString_newFromLiteral
- Found embedded \0 character

+
warn:vcl.gtk:4196:4196:vcl/unx/gtk3/fpicker/SalGtkFilePicker.cxx:943: no parent
widget set

For the last one, I retrieved a stacktrace.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144084] FilePicker service does not display Open and Cancel button

2021-08-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144084

--- Comment #2 from Uwe Auer  ---
Repro on

Version: 7.2.0.4 / LibreOffice Community
Build ID: 9a9c6381e3f7a62afc1329bd359cc48accb6435b
CPU threads: 4; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: de-DE (de_DE.UTF-8); UI: en-US
Calc: threaded

=> seems to be related to GTK3

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144084] FilePicker service does not display Open and Cancel button

2021-08-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144084

--- Comment #1 from Uwe Auer  ---
No repro

Version: 7.2.0.4 / LibreOffice Community
Build ID: 9a9c6381e3f7a62afc1329bd359cc48accb6435b
CPU threads: 8; OS: Linux 5.3; UI render: default; VCL: kf5 (cairo+xcb)
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.