PintaProject / Pinta

Simple GTK# Paint Program
http://www.pinta-project.com/
MIT License
1.81k stars 276 forks source link

Pinta 2.2: Support for KDE Plasma 6 #781

Open MajorTomDE opened 5 months ago

MajorTomDE commented 5 months ago

Hello,

I currently test version 2.2 with KDE Plasma 6 (Fedora 40).

Unfortunately, two things are not yet working:

Independent from KDE, the current implementation of the menu (File, Edit...) is not really good. It takes far too many clicks to navigate through the menu and select the needed function. For an fast workflow, a classic horizontal menu bar is so much better.

Is this request clear or do you need more information?

Thank you, Tom

cameronwhite commented 5 months ago
MajorTomDE commented 5 months ago

Hey, thanks for your reply. My question has been answered. I have researched the difference between GTK and libadwaita. I never stop learning. KDE and other desktops support GTK3/4 theming when libadwaita is not used.

With libadwaita, the apps always look the same. This is good for GNOME but unattractive for other desktops like KDE. Whether this is good or bad is a question of philosophy. I personally don't like the strict guidelines of GNOME and prefer the customizability of KDE and xfce. Nevertheless, Pinta 2.2 runs under KDE - just doesn't quite fit the design

KDE Global Menu is on official but optional extension/applet for the panels.

cameronwhite commented 5 months ago

Thanks! I think we can keep this open as a request to add an option to launch Pinta with a classic menubar layout, similar to what happens on macOS (assuming that GTK has the proper hooks to convert this into the KDE global menu)

MajorTomDE commented 5 months ago

Great :-) Thank you very much.