-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
nheko: add identicons support #150487
nheko: add identicons support #150487
Conversation
Context reference: #150437 (comment) |
f868254
to
aa95e4f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And please change the git history into two commits:
libsForQt5.qt-jdenticon: init at 0.2.1
And:
nheko: Add support for `jdenticon`
Or alike.
qt-jdenticon is meant for qt5, and nheko is built with qt6. Closing. |
It works for me on Nheko build for Qt6. Here is a demonstration: It works both for Qt5 and Qt6 just fine. |
Hmm OK, then please add it to both |
aa95e4f
to
4443077
Compare
@doronbehar I fixed everything, please have another look. I think I was wrong about
|
I added a few minor modifications which were hard to explain in a review :), and forced pushed. I'm sure you won't mind. |
4443077
to
4a83946
Compare
Motivation for this change
Nheko has support for identicons. There is a checkbox in the settings of nheko but it wasn’t clickable because the dependency (“qt-jdenticon” plugin) was missing.
This change adds “qt-jdenticon” as a new package (Qt plugin) and as a dependency for Nheko. This package is maintained by Nheko team.
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes