Re: XDG menu spec implementation in kf5 or plasma5

2016-01-16 Thread Franklin Weng
Hi, If I rename my ezgo-applications.menu to kf5-applications.menu (since overwrote the original one) the menu would be shown as I expected. Therefore I think that the kservice in kf5 didn't honor the xdg menu spec. I studied at kservice as Xuetian suggested, but not any luck so far. Any idea?

Re: I developed a workaround for Qt5.4 DND bug that KDE apps might need

2016-01-16 Thread PCMan
On Sat, Jan 16, 2016 at 11:55 PM, Andreas Roth wrote: > Hi, > > > > On Saturday, January 16, 2016 02:40:06 PM Kevin Krammer wrote: > > > On Saturday, 2016-01-16, 21:35:03, PCMan wrote: > > > > On Sat, Jan 16, 2016 at 6:20 PM, Kevin Krammer > wrote: > > > > > Sorry, this may be a stupid question:

Re: XDG menu spec implementation in kf5 or plasma5

2016-01-16 Thread Weng Xuetian
Just FYI, related code can be found via: https://lxr.kde.org/search?_filestring=&_string=XDG_MENU_PREFIX On Sat, Jan 16, 2016 at 8:36 AM, Franklin Weng wrote: > Hi, > > > Again, when developing new version of ezgo, which is based on Kubuntu 15.10, > I got the same problem: > > With the following

Re: I developed a workaround for Qt5.4 DND bug that KDE apps might need

2016-01-16 Thread Andreas Roth
Hi, On Saturday, January 16, 2016 02:40:06 PM Kevin Krammer wrote: > On Saturday, 2016-01-16, 21:35:03, PCMan wrote: > > On Sat, Jan 16, 2016 at 6:20 PM, Kevin Krammer wrote: > > > Sorry, this may be a stupid question: is this a proper fix or more like > > > a > > > hack? > > So this is a workar

XDG menu spec implementation in kf5 or plasma5

2016-01-16 Thread Franklin Weng
Hi, Again, when developing new version of ezgo, which is based on Kubuntu 15.10, I got the same problem: With the following environment variables set: XDG_MENU_PREFIX=ezgo- XDG_CONFIG_DIRS=/etc/xdg XDG_DATA_DIRS=/usr/share:/usr/share/kde-plasma:/usr/share/ezgo/ezgo-menu:/usr/local/share In Ku

Re: I developed a workaround for Qt5.4 DND bug that KDE apps might need

2016-01-16 Thread Kevin Krammer
On Saturday, 2016-01-16, 21:35:03, PCMan wrote: > On Sat, Jan 16, 2016 at 6:20 PM, Kevin Krammer wrote: > > Sorry, this may be a stupid question: is this a proper fix or more like a > > hack? > > It's a quick hack rather than a proper fix. > The pusepose of this hack is simple. > Make it work fo

Re: I developed a workaround for Qt5.4 DND bug that KDE apps might need

2016-01-16 Thread PCMan
On Sat, Jan 16, 2016 at 6:20 PM, Kevin Krammer wrote: > Hi, > > On Saturday, 2016-01-16, 12:43:53, PCMan wrote: > > > Since DND is crucial for a modern desktop environment and it's an > upstream > > bug, I believe that KDE is also affected. > > Luckily I found some quick workarounds, so I'm gonna

Re: Beginner tutorials ported to KF5: questions and finishing touches

2016-01-16 Thread Juan Carlos Torres
On Saturday, January 16, 2016 01:17:41 PM Olivier Churlaud wrote: > This is exactly what we are going to be working on during the sprint of > March (in CERN). That sounds great! Our wiki is definitely in need of some attention. Especially from the people who know their stuff more than the beginne

Re: Beginner tutorials ported to KF5: questions and finishing touches

2016-01-16 Thread Olivier Churlaud
Hi, Greetings gear heads (I believe we were once called that), First of all, I want to deeply apologize for having dropped the ball on the work to port our tutorials on Techbase to KF5. And I also want to thank Albert This is exactly what we are going to be working on during the sprint of Marc

Beginner tutorials ported to KF5: questions and finishing touches

2016-01-16 Thread Juan Carlos Torres
Greetings gear heads (I believe we were once called that), First of all, I want to deeply apologize for having dropped the ball on the work to port our tutorials on Techbase to KF5. And I also want to thank Albert for helping me out when I started it. Anyway, long story short, the five basic tu

Re: I developed a workaround for Qt5.4 DND bug that KDE apps might need

2016-01-16 Thread Kevin Krammer
Hi, On Saturday, 2016-01-16, 12:43:53, PCMan wrote: > Since DND is crucial for a modern desktop environment and it's an upstream > bug, I believe that KDE is also affected. > Luckily I found some quick workarounds, so I'm gonna share it with you. > > https://github.com/lxde/pcmanfm-qt/pull/295/f