Re: Looking for Subtitle Composer sponsor

2019-11-14 Thread jb
Le 14.11.19 à 09:30, Mladen Milinkovic a écrit : On 11/14/19 8:54 AM, Ben Cooksley wrote: On Thu, Nov 14, 2019 at 8:53 PM Mladen Milinkovic wrote: On 11/13/19 7:14 PM, Nate Graham wrote: Looks like the repo is open and you've got your commit rights, so you can start migrating to use that rep

Widget style and color theme problems

2016-01-13 Thread jb
Hi all, Currently, KF5 apps using a dark color theme are broken when using the Default Ubuntu/Gnome desktop. The problem is that KF5 apps use the "GTK" widget style when running on Gnome, which behaves very badly on dark color themes, making the apps unusable. I made a quick comparison gallery

Re: Plugin install question

2016-01-02 Thread jb
On Saturday, January 02, 2016 01:14:31 PM Kai Uwe Broulik wrote: > -DKDE_INSTALL_USE_QT_SYS_PATHS=ON Thanks a lot, it worked, would never have found it by myself! Can I set it by default in the CMakeLists.txt or is there any known side effects ? Regards Jean-Baptiste Mardelle >> Visit http://ma

Plugin install question

2016-01-02 Thread jb
Hi all, I have a question about KDE install dirs. In my application, I have made a thumbnailer for use with Dolphin. In the CMakeLists.txt file, i install the thumbnailer like this: install(TARGETS mltpreview DESTINATION ${PLUGIN_INSTALL_DIR}) ${PLUGIN_INSTALL_DIR} seems to be the standard in