polkit-dumb-agent
polkit-dumb-agent copied to clipboard
Are Qt styles within the scope of this project or should it be forked?
I love this as a bare bones replacement for the kde agent but default qt looks ugly so I added: QApplication::setStyle("gtk2"); after the line: QApplication app(argc, argv); and recompiled. Would adding themes with something like argv be something worth doing here or should a separate project be forked?
Actually I think the fact that it looks ugly only depends on how you configured Qt / your Qt theme. For example, for me, using the Adapta GTK theme, it looks like this
which I wouldn't consider ugly.