Re: How to detect KDE libraries with AutoConf

2014-10-04 Thread T.C. Hollingsworth
On Sat, Oct 4, 2014 at 3:15 AM, Ahmed Ibrahim Khalil wrote: > I've installed libnotify, and the program compiles with libnotify libraries > but the notifications still are not working on KDE, so I guess we need to > handle KDE case differently, right ? I just compiled profanity, logged in, enable

Re: How to detect KDE libraries with AutoConf

2014-10-04 Thread Ahmed Ibrahim Khalil
On Sat, Oct 4, 2014 at 12:02 PM, T.C. Hollingsworth < tchollingswo...@gmail.com> wrote: > On Fri, Oct 3, 2014 at 10:09 AM, Ahmed Ibrahim Khalil > wrote: > > Hello, > > > > I'm trying to integrate Profanity [1] XMPP client with KDE notifications. > > > > Profanity uses Autotools as its build syste

Re: How to detect KDE libraries with AutoConf

2014-10-04 Thread Ahmed Ibrahim Khalil
On Fri, Oct 3, 2014 at 8:38 PM, Jeremy Whiting wrote: > why do you need to build your application with kde knowledge if you > aren't linking any kde libraries? If you are just executing kdialog > --passivepopup from your application, just execute that, no need to > build with library paths or any

Re: How to detect KDE libraries with AutoConf

2014-10-04 Thread T.C. Hollingsworth
On Fri, Oct 3, 2014 at 10:09 AM, Ahmed Ibrahim Khalil wrote: > Hello, > > I'm trying to integrate Profanity [1] XMPP client with KDE notifications. > > Profanity uses Autotools as its build systems. > > My question is, How could I detect if I am using KDE platform using Autoconf > ? > > As I'm try

Re: How to detect KDE libraries with AutoConf

2014-10-03 Thread Jeremy Whiting
why do you need to build your application with kde knowledge if you aren't linking any kde libraries? If you are just executing kdialog --passivepopup from your application, just execute that, no need to build with library paths or anything like that. On the other hand if you want to know if kdial

How to detect KDE libraries with AutoConf

2014-10-03 Thread Ahmed Ibrahim Khalil
Hello, I'm trying to integrate Profanity [1] XMPP client with KDE notifications. Profanity uses Autotools as its build systems. My question is, How could I detect if I am using KDE platform using Autoconf ? As I'm trying to use the "kdialog --passivepopup" command to display new messages notifi