-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GUI icons KDE Plasma compatibility fix suggestion #1159
Comments
And Icons should work for HiDPI. |
I am not sure if the |
@farion Did you observe problems with BiT on High DPI displays? The High DPI settings of our underlying GUI framework https://doc.qt.io/qt-5/highdpi.html and in BiT at least the Lines 163 to 165 in 3132f4d
|
I have fixed all known issues (hopefully) with my PR #1480, re-testing and feed-back welcome! Line 24 in 535b1c7
Lines 95 to 97 in 535b1c7
|
I am closing this now as fixed and will be contained in the next release. Please open a new issue in case of any problems. |
At the present Back In Time looks out of place under KDE Plasma 5.
To fix this, the following 2 changes are required in
./qt/icon.py
(installed as/usr/share/backintime/qt/icon.py
).'breeze'
between'gnome'
and'oxygen'
in line 19.'show-hidden'
with'view-hidden'
in line 62.This last change (because Breeze icon theme has such an icon already) will then require changing all icon names under
./qt/icons
fromshow-hidden.svg
toview-hidden.svg
(which are installed in hicolor icon theme action icons).The text was updated successfully, but these errors were encountered: