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
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
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
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
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
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