-
Notifications
You must be signed in to change notification settings - Fork 4
plug: Qt Apps Integrator #6
Comments
Looks cool. In effect it will be cool to have this as plugin. Just let me finish the plugin support and write the doc for writing a plugin and after we can create a plugin for this |
Ok, i will add some features like colorizing icon sets. How my script can colirize breeze and fluent icons. This modules i can make a separate plugins later. Also i have a problem with colorizing adwaita-qt using qt5ct, because adwaita-qt sets some colors in code. I tried to make qt apps using kdeglobals as color config and breeze as theme, but in kde it implemented in plasma-integration, which can not be used in gnome because of dependences. Amusing, kate uses adwaita-qt but most of color it picks from kdeglobals, dolphin can be colorized by adwaita-qt (hence qt5ct too) but it picks color of backgroud under folders from kdeglobals. Only Kdenlive uses breeze and colorized by kdeglobals fully. Behaviour of kdenlive is the best because i may not use qt5ct as dependency and make it simple. It is not a good way to use adwaita-qt and qt5ct for this but now it is the best way for me :( Does anyone have any ideas about this? |
Plugins are ready, have a look to GNOME firefox theme plugin for an example |
If you need help, i will be glad to help you |
I'll implement my script as soon as possible. Now i dont have much time. Also my utility can colorize different icon sets in ~/.icons like Breeze, Fluent and others (not adwaita). I want to develop this features as separate plugins. Is it a good idea? |
And are there any documentation for plugins? |
Look at the first plugin, it's well commented |
Also, if you need help, join the matrix room or the discord server. It's a bit more simpler for talking than using issues |
but all is fine when i run script independently |
Could you give us source ? |
Sure. I pushed it to 'plugin' branch. https://gitlab.com/ragusseven/Gradience-To-Qt-Theme-Converter/-/tree/plugin |
It's because you are using global modules and not locales just add |
Cool, thank you for help |
I tested this color scheme converter with qt5ct and qt6ct. I come with some concerns. Adwaita-qt6 seems not work with color schemes at the moment. I already filed the bug report in adwaita-qt. There is a possibility this plugin may become somewhat obsolete once everyone starts using Qt 6 alongside Gradience. Expect some people bug reporting about their Qt apps not being themed right when they use adwaita-qt in the coming future. |
@ZechariahB can you share the link to the adwaita-qt bug report ? |
Plugin description
Add https://gitlab.com/ragusseven/Gradience-To-Qt-Theme-Converter as plugin to Gradience
Additional Context
I need some help to add plugin to Gradience. Is there guide to write plugins?
Did you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: