[Libreoffice-bugs] [Bug 117006] On GNU/Linux, with High Contrast theme, the icon set is not correct

2022-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117006

Caolán McNamara  changed:

   What|Removed |Added

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

--- Comment #17 from Caolán McNamara  ---
I'll take this wrt the default gtk backend

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

[Libreoffice-bugs] [Bug 117006] On GNU/Linux, with High Contrast theme, the icon set is not correct

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

--- Comment #16 from QA Administrators  ---
Dear Alex ARNAUD,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
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 117006] On GNU/Linux, with High Contrast theme, the icon set is not correct

2019-04-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117006

V Stuart Foote  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=75
   ||398
 CC||qui...@gmail.com

--- Comment #15 from V Stuart Foote  ---
(In reply to andreas_k from comment #14)
> does someone can fix this bug?

We adjusted the hardcoded use of Tango derived HighContrast theme on Windows to
use Sifr for see also bug 75398. 

IIUC the other os/DE GNOME themes never picked that up and continue to draw
from the DE theme colors for the UI.

Assume there is a theme flag designating an accessibility mode that should be
read to toggle to one of the Sifr icon sets. If not, then some measure of
intensity of the FACECOLOR or DARKSHADOWCOLOR compared to the background coming
from the DE theme could be used to select the light or dark Sifr icons.

And, idealy, rather than the hardcoded use of light/dark Sifr--adopt some of
Tomaž's work on
https://cgit.freedesktop.org/libreoffice/core/commit/?id=78a4e9cb89830191e77c558759e845e5a15b9cc7
and recolor the Sifr icon bitmaps in response to DE.

-- 
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 117006] On GNU/Linux, with High Contrast theme, the icon set is not correct

2019-04-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117006

--- Comment #14 from andreas_k  ---
does someone can fix this bug?

-- 
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 117006] On GNU/Linux, with High Contrast theme, the icon set is not correct

2018-12-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117006

andreas_k  changed:

   What|Removed |Added

 CC||kain...@gmail.com
 Blocks|106228  |122245


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106228
[Bug 106228] [META] Icon theme issues
https://bugs.documentfoundation.org/show_bug.cgi?id=122245
[Bug 122245] [META] icon theme issues Code
-- 
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 117006] On GNU/Linux, with High Contrast theme, the icon set is not correct

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117006

--- Comment #13 from Heiko Tietze  ---
(In reply to V Stuart Foote from comment #12)
> But, isn't that already in Tools -> Options -> Accessibility [1]:

AFAIU, this option activates the automatic detection but not the result - with
a limited usage in my opinion. For the users it's a big different if they just
enable the automatic driving and close the eyes (system is always right and
needs no control) or enable the mode that warns if unexpected things happens
requiring interaction (system is mostly right but user has control over it).

>From the technical POV the code might be

if (IsDetectionEnabled) doDetect();

while my suggestion requires some "sophisticated" internal storage

IsHiContrastSystem = doDetect();
if (!hasManuallySet) {
 doEnabled(IsHiContrastSystem) }
 else {
 doEnabled(UserSetting) };

onCheck():
hasManuallySet = true;
doEnable(!IsEnabled);
UserSetting=IsEnabled;

-- 
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 117006] On GNU/Linux, with High Contrast theme, the icon set is not correct

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117006

--- Comment #12 from V Stuart Foote  ---
(In reply to Heiko Tietze from comment #11)
> Was chatting with Alex on IRC and besides the bug with the auto detection it
> would be more clear what's going on when we introduce an option "[ ] High
> contrast mode" that is set via auto detection but allows users also to
> manually override.

But, isn't that already in Tools -> Options -> Accessibility [1]:

Options for High Contrast Appearance
check-box -- Automatically _detect high contrast mode of operating system

Or, add an additional control to force HC mode enabled/disabled regardless of
the autodetect?

=-ref-=
[1]
https://opengrok.libreoffice.org/xref/core/cui/uiconfig/ui/optaccessibilitypage.ui#133

-- 
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 117006] On GNU/Linux, with High Contrast theme, the icon set is not correct

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117006

--- Comment #11 from Heiko Tietze  ---
Was chatting with Alex on IRC and besides the bug with the auto detection it
would be more clear what's going on when we introduce an option "[ ] High
contrast mode" that is set via auto detection but allows users also to manually
override.

-- 
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 117006] On GNU/Linux, with High Contrast theme, the icon set is not correct

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117006

Xisco Faulí  changed:

   What|Removed |Added

 Status|REOPENED|NEW
 CC||xiscofa...@libreoffice.org
Version|4.2.6.2 release |Inherited From OOo

--- Comment #10 from Xisco Faulí  ---
Also reproduced in

LibreOffice 3.3.0 
OOO330m19 (Build:6)
tag libreoffice-3.3.0.4

-- 
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 117006] On GNU/Linux, with High Contrast theme, the icon set is not correct

2018-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117006

V Stuart Foote  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||caol...@redhat.com,
   ||vstuart.fo...@utsa.edu
 Resolution|DUPLICATE   |---
 Ever confirmed|0   |1

--- Comment #9 from V Stuart Foote  ---
On a Fedora 27 64-bit vm with
Version: 6.1.0.0.alpha0+
Build ID: 66c02d16dd078613e754dcc775f366413fad13f0
CPU threads: 4; OS: Linux 4.14; UI render: default; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2018-04-20_09:08:39
Locale: en-US (en_US.UTF-8); Calc: group

>From Settings -> Universal Access: toggling the Seeing: HighContrast mode is
not causing LibreOffice to switch from Automatic (Elementary) to Sifr.
Elementary Icon set remains active while LibreOffice responds to the rest of
the theme.

On terminal receive an error with each attempt to toggle to HC mode...

(soffice:3599): Gtk-WARNING **: Unable to locate theme engine in module_path:
"hcengine",

Over on Windows 10, the LibreOffice toggle to Sifr does occur when one of the
HC modes is enabled HC White looks the best.

-- 
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 117006] On GNU/Linux, with High Contrast theme, the icon set is not correct

2018-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117006

Alex ARNAUD  changed:

   What|Removed |Added

 CC||samuel.thiba...@ens-lyon.or
   ||g

--- Comment #8 from Alex ARNAUD  ---
@Samuel: could you reproduce the issue?

Best regards,
Alex.

-- 
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 117006] On GNU/Linux, with High Contrast theme, the icon set is not correct

2018-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117006

--- Comment #6 from Alex ARNAUD  ---
(In reply to Heiko Tietze from comment #5)
> Bottom-line: if there is no ticket, please file one.

It should be the goal of this ticket. Could you confirm it if you reproduce
this behavior?

Best regards,
Alex.

-- 
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 117006] On GNU/Linux, with High Contrast theme, the icon set is not correct

2018-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117006

Heiko Tietze  changed:

   What|Removed |Added

   Keywords|needsUXEval |

--- Comment #7 from Heiko Tietze  ---
(In reply to Alex ARNAUD from comment #6)
> It should be the goal of this ticket. Could you confirm it if you reproduce
> this behavior?

As said, I have no idea how to enable high contrast mode on my system. Feel
free to add me to any bug, and when it's about accessibility V Stuart Foote as
well.

-- 
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 117006] On GNU/Linux, with High Contrast theme, the icon set is not correct

2018-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117006

--- Comment #5 from Heiko Tietze  ---
(In reply to Alex ARNAUD from comment #4)
> I could always reproduce the issue, even if with the dev build the Fri Apr
> 20 07:03:00 2018.
> 
> What is your settings to make this working?

Sorry, I have no idea how the detection of high contrast works so I cannot
trigger it to test. What I did is to exchange the default icon theme from
Hicontrast to Sifr. And hopefully haven't break anything else, so I'm "happey"
that you don't get high contrast in any version. ;-)

Bottom-line: if there is no ticket, please file one.

-- 
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 117006] On GNU/Linux, with High Contrast theme, the icon set is not correct

2018-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117006

Alex ARNAUD  changed:

   What|Removed |Added

 CC||jean-philippe.mengual@libre
   ||office.org,
   ||tietze.he...@gmail.com

--- Comment #4 from Alex ARNAUD  ---
Hello Heiko,

I could always reproduce the issue, even if with the dev build the Fri Apr 20
07:03:00 2018.

What is your settings to make this working?

Best regards,
Alex.

-- 
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 117006] On GNU/Linux, with High Contrast theme, the icon set is not correct

2018-04-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117006

--- Comment #3 from Alex ARNAUD  ---
(In reply to Heiko Tietze from comment #2)
> Requested in bug 75398 and submitted yet not merged in
> https://gerrit.libreoffice.org/#/c/52772/ is the replacement of Hicontrast
> by Sifr. Let's wait for this.
> 
> *** This bug has been marked as a duplicate of bug 75398 ***

To be sure: do you mean your patch will detect the GNOME High Contrast theme
and properly set the Sifr? On the current master branch, GNOME High Contrast
Theme is not detected at all and the icon set is not changed at all with this
theme, it's why I think it's not detected.

Best regards,
Alex.

-- 
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 117006] On GNU/Linux, with High Contrast theme, the icon set is not correct

2018-04-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117006

Heiko Tietze  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Heiko Tietze  ---
Requested in bug 75398 and submitted yet not merged in
https://gerrit.libreoffice.org/#/c/52772/ is the replacement of Hicontrast by
Sifr. Let's wait for this.

*** This bug has been marked as a duplicate of bug 75398 ***

-- 
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 117006] On GNU/Linux, with High Contrast theme, the icon set is not correct

2018-04-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117006

Yousuf Philips (jay) (retired)  changed:

   What|Removed |Added

 Blocks||106228


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106228
[Bug 106228] [META] Icon theme issues
-- 
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 117006] On GNU/Linux, with High Contrast theme, the icon set is not correct

2018-04-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117006

Alex ARNAUD  changed:

   What|Removed |Added

 Blocks||103537


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103537
[Bug 103537] [META] High contrast mode bugs and enhancements
-- 
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 117006] On GNU/Linux, with High Contrast theme, the icon set is not correct

2018-04-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117006

--- Comment #1 from Alex ARNAUD  ---
FYI, I'm on Elementary on the master branch.

Best regards,
Alex.

-- 
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 117006] On GNU/Linux, with High Contrast theme, the icon set is not correct

2018-04-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117006

Alex ARNAUD  changed:

   What|Removed |Added

   Keywords||accessibility, needsUXEval

-- 
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 117006] On GNU/Linux, with High Contrast theme, the icon set is not correct

2018-04-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117006

Alex ARNAUD  changed:

   What|Removed |Added

Summary|On GNU/Linux, qith High |On GNU/Linux, with High
   |Contrast theme, the icon|Contrast theme, the icon
   |set is not correct  |set is not correct

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