[Libreoffice-bugs] [Bug 140705] Some buttons has 'gtk-' before the text. Like 'gtk-cancel' instead of 'Cancel'

2021-04-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140705

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INSUFFICIENTDATA

-- 
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 140705] Some buttons has 'gtk-' before the text. Like 'gtk-cancel' instead of 'Cancel'

2021-04-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140705

--- Comment #15 from Caolán McNamara  ---
FWIW that aboutdialog.ui is identical to the one I have in 7.1 so whatever the
problem is its not due to e.g. a different aboutdialog.ui in the install

-- 
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 140705] Some buttons has 'gtk-' before the text. Like 'gtk-cancel' instead of 'Cancel'

2021-04-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140705

--- Comment #14 from m.a.riosv  ---
I do the installation with SIGUI, on the folder
C:\Users\\Downloads\LibreOffice 7.1.64.
Deleting 'program' folder and reinstalling seems to solve the issue.

Maybe SIGUI or install program doesn't overwrite old files with a new
installation.

And being a strange issue, doesn't merit further investigation.

-- 
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 140705] Some buttons has 'gtk-' before the text. Like 'gtk-cancel' instead of 'Cancel'

2021-04-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140705

--- Comment #13 from m.a.riosv  ---
Created attachment 170954
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170954=edit
aboutdialog.ui

Share the file, thanks for care.

-- 
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 140705] Some buttons has 'gtk-' before the text. Like 'gtk-cancel' instead of 'Cancel'

2021-04-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140705

--- Comment #12 from Caolán McNamara  ---
I can't reproduce this in my 7-1 linux gen version

cui/uiconfig/ui/aboutdialog.ui has...


  gtk-close
  True
  True
  True
  True
  True


In 7.1, because of "use-stock", I expect vcl/source/window/builder.cxx:1301
extractStock to return true, and bLegacy to be false, and thus 

xWindow = VclPtr::Create(pParent, nBits);
xWindow->SetText(getStockText(sType));

to be called where getStockText is supposed to replace gtk-close with
VclResId(SV_BUTTONTEXT_CLOSE)

if getStockText was called at all, failure would result in an empty string, not
an unchanged string. The button is created so extractStockAndBuildPushButton
must be called, so I can only surmise that extractStock returns false for some
unknown reason and line 1323, xWindow = VclPtr::Create(pParent,
nBits) is called leaving the label of gtk-close unconverted.

maybe m.a.riosv can attach the aboutdialog.ui file from their
share/config/soffice.cfg/cui/ui directory to confirm it has the exected
"use-stock" property for that btnClose dialog. If anyone with a debugging build
can reproduce then putting a breakpoint in extractStockAndBuildPushButton is
the place to start

-- 
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 140705] Some buttons has 'gtk-' before the text. Like 'gtk-cancel' instead of 'Cancel'

2021-04-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140705

--- Comment #11 from m.a.riosv  ---
Created attachment 170943
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170943=edit
Screenshoot showing the issue.

Clean profile
Version: 7.1.3.0.0+ (x64) / LibreOffice Community
Build ID: 436573acb76714ae9b0ccb8e664911b9696269f4
CPU threads: 4; OS: Windows 10.0 Build 21296; UI render: Skia/Vulkan; VCL: win
Locale: es-ES (es_ES); UI: es-ES Calc: CL

-- 
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 140705] Some buttons has 'gtk-' before the text. Like 'gtk-cancel' instead of 'Cancel'

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

--- Comment #10 from m.a.riosv  ---
Created attachment 170771
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170771=edit
Screenshot showing the issue

Version: 7.1.3.0.0+ (x64) / LibreOffice Community
Build ID: ea6193d64c5bed72bfb919b782434a0b3674c525
CPU threads: 4; OS: Windows 10.0 Build 21296; UI render: Skia/Vulkan; VCL: win
Locale: es-ES (es_ES); UI: en-US
Calc: threaded

-- 
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 140705] Some buttons has 'gtk-' before the text. Like 'gtk-cancel' instead of 'Cancel'

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

Buovjaga  changed:

   What|Removed |Added

 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #9 from Buovjaga  ---
Not reproduced

Version: 7.1.2.1 (x64) / LibreOffice Community
Build ID: 094b4116e8de6d2085e9b65d26912d6eac4c74a9
CPU threads: 2; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: fi-FI (fi_FI); UI: fi-FI
Calc: threaded

-- 
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 140705] Some buttons has 'gtk-' before the text. Like 'gtk-cancel' instead of 'Cancel'

2021-03-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140705

--- Comment #8 from m.a.riosv  ---
Created attachment 170232
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170232=edit
Screenshot showing the issue

-- 
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 140705] Some buttons has 'gtk-' before the text. Like 'gtk-cancel' instead of 'Cancel'

2021-03-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140705

--- Comment #7 from m.a.riosv  ---
Still with a clean profile
Version: 7.1.2.0.0+ (x64) / LibreOffice Community
Build ID: fed3ed5828eda88f82d97e95b34dfdd1ca0c9dec
CPU threads: 4; OS: Windows 10.0 Build 21296; UI render: Skia/Vulkan; VCL: win
Locale: es-ES (es_ES); UI: en-US Calc: threaded

Not with:
Version: 7.2.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 8e49505fa7352023c252bf794ae84c9082d7264e
CPU threads: 4; OS: Windows 10.0 Build 21296; UI render: Skia/Vulkan; VCL: win
Locale: es-ES (es_ES); UI: en-US Calc: threaded

-- 
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 140705] Some buttons has 'gtk-' before the text. Like 'gtk-cancel' instead of 'Cancel'

2021-03-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140705

--- Comment #6 from m.a.riosv  ---
Still
Version: 7.1.2.0.0+ (x64) / LibreOffice Community
Build ID: 662649d953c1f0f461d8df019731bb8854b5922b
CPU threads: 4; OS: Windows 10.0 Build 21296; UI render: default; VCL: win
Locale: es-ES (es_ES); UI: en-US Calc: threaded

-- 
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 140705] Some buttons has 'gtk-' before the text. Like 'gtk-cancel' instead of 'Cancel'

2021-03-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140705

--- Comment #5 from Xisco Faulí  ---
Not reproducible in

Version: 7.1.0.3 (x86) / LibreOffice Community
Build ID: f6099ecf3d29644b5008cc8f48f42f4a40986e4c
CPU threads: 2; OS: Windows 6.1 Service Pack 1 Build 7601; UI render: default;
VCL: win
Locale: es-ES (es_ES); UI: es-ES
Calc: threaded

-- 
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 140705] Some buttons has 'gtk-' before the text. Like 'gtk-cancel' instead of 'Cancel'

2021-03-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140705

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

--- Comment #4 from Xisco Faulí  ---
Not reproducible in

Version: 7.0.4.2 (x86)
Build ID: dcf040e67528d9187c66b2379df5ea4407429775
CPU threads: 2; OS: Windows 6.1 Service Pack 1 Build 7601; UI render:
Skia/Raster; VCL: win
Locale: en-US (es_ES); UI: en-US
Calc: threaded

-- 
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 140705] Some buttons has 'gtk-' before the text. Like 'gtk-cancel' instead of 'Cancel'

2021-03-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140705

--- Comment #3 from Ming Hua  ---
(In reply to Ming Hua from comment #2)
> Will investigate further.
Still not reproducible with 7.1.1 RC2:
Version: 7.1.1.2 (x64) / LibreOffice Community
Build ID: fe0b08f4af1bacafe4c7ecc87ce55bb426164676
CPU threads: 2; OS: Windows 10.0 Build 19041; UI render: default; VCL: win
Locale: zh-CN (zh_CN); UI: es-ES
Calc: threaded

-- 
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 140705] Some buttons has 'gtk-' before the text. Like 'gtk-cancel' instead of 'Cancel'

2021-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140705

Ming Hua  changed:

   What|Removed |Added

 CC||ming.v@qq.com

--- Comment #2 from Ming Hua  ---
Can not reproduce with 7.1.0 release:
Version: 7.1.0.3 (x64) / LibreOffice Community
Build ID: f6099ecf3d29644b5008cc8f48f42f4a40986e4c
CPU threads: 2; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; VCL: win
Locale: zh-CN (zh_CN); UI: es-ES
Calc: threaded
The buttons are labelled "_Aceptar" and "_Cancelar".

There are changes in master (7.2) branch that touched these buttons, but they
shouldn't affect 7-1 branch.  Will investigate further.

-- 
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 140705] Some buttons has 'gtk-' before the text. Like 'gtk-cancel' instead of 'Cancel'

2021-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140705

--- Comment #1 from m.a.riosv  ---
Created attachment 170121
  --> https://bugs.documentfoundation.org/attachment.cgi?id=170121=edit
Screenshoot showing the issue.

-- 
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 140705] Some buttons has 'gtk-' before the text. Like 'gtk-cancel' instead of 'Cancel'

2021-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140705

m.a.riosv  changed:

   What|Removed |Added

   Keywords||regression
 OS|All |Windows (All)

-- 
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