• poVoq
    link
    fedilink
    1
    edit-2
    2 years ago

    Maybe they should rather fix GTK then, so that this isn’t an issue?

    Edit: I think this is worth discussing, so maybe better not to down vote it?

      • @2br02b@lemmy.ml
        link
        fedilink
        12 years ago

        However, GTK developers are working on a way of allowing distros to specify color schemes, so they can make apps look more consistent with the look and feel of the distro without needing to change the stylesheet. Apps will always use Adwaita, but you can optionally support color themes using a special API.

        One of developers said

        spoiler

        don’t hold your breath on that

        .

      • @Ferk@lemmy.ml
        link
        fedilink
        1
        edit-2
        2 years ago

        That’s why I think it’s ironic how devs are the ones who want to place the blame on the user “Distro”, asking them to not theme it. It’s perfectly possible to make a Gtk app that doesn’t break with theming, just how it’s possible to make a beautiful HTML page that supports user stylesheets and doesn’t rely on modern overcomplicated layers of frameworks.

        Imho, app, theme and Gtk devs need to seat and set up the semantic rules that separate what’s content from what’s style.

        A Gtk app should not try to define the style, the theme should.

        I get that some apps might want to differentiate themselves from the rest… but then that’s completely against the idea of having a toolkit that’s shared and that gives a consistent look. If what you want is a unique look for the app, go the Google Chrome route and build your main UI without relying on GTK theming. Or shoehorn the clusterfuck into the app, harcode it all at static compilation or with a wrapper to define the user environment if need be. It’ll be defeating the point of having a consistent toolkit… but well… if you don’t want users to have that theming freedom, don’t give it. Just don’t pretend it was the distro’s or the user’s fault that they used the theming options. Imho, Gtk themes are for theming, not for apps to personalize their own look on top of any specific theme that was designed to be set by the user environment.

        Just a personal opinion.