On 05/15/2011 04:35 PM, Luciano Montanaro wrote: > On Fri, May 13, 2011 at 7:49 PM, Hugo Pereira Da Costa > <h...@oxygen-icons.org> wrote: > >> >> For the record, and as a last resort, I also added to oxygen a cusom QObject >> property that force disabling of the window dragging. Namely if you add: >> >> widget->setProperty( " _kde_no_window_grab", false ); >> >> you achieve the same results. It looks simpler but is really not >> satisfactory IMO. >> (notably it would not fix the issue with other styles that don't recognize >> the option e.g. bespin, qtcurve). > > To be on the safe side, shouldn't the logic be reversed? > > Have application that *do* work with the style set a window attribute?
No. That would mean that many applications would not be draggable, since their creators never tested, don't know, or don't care about KDE. The result: an inconsistent mess. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<