Warning: session_start(): open(/tmp/sess_9tpif8sku2lgijpuomvf29ok90, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Notifications for Pidgin openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

Notifications for Pidgin

   0.2  

KDE Chat Application

Score 57%
Notifications for Pidgin
zoom


Notifications for Pidgin
zoom


Downloads:  308
Submitted:  Jan 9 2010
Updated:  Jan 24 2010

Description:

visnotes is a plug-in for all KDE users who want to have their pidgin being more integrated into KDE. It informs the users about status changes and new messages with pop-ups generated by knotify.

I was searching for a plug-in like this one but couldn't find anything fitting my needs. Other plug-ins sent messages to knotify via the terminal, but this prevented knotify to e.g. display the buddy's icon. visnotes uses D-Bus to send all the informations. Screenshots are appended. The look of the pop-up is determined by your Plasma-Theme.

To compile visnotes, you need Glib and D-Bus (+ GLib-DBus-Bindings).




Changelog:

v0.1: initial release
v0.1.1: updated configure
v0.1.2: updated configure
v0.2: working on kde4.4




LicenseGPL
Source(visnotes tar-ball)
Send to a friend
Subscribe
Other  Content  from protectedvoid
Report inappropriate content



-

 flag missing

 
 by javilete on: Jan 13 2010
 
Score 50%

hi Robert,

Flag -I/usr/include/dbus-1.0 is missing.

In "configure" at line 12063 you need to change this:
pkg_cv_PIDGIN_CFLAGS=`$PKG_CONFIG --cflags "pidgin purple" 2>/dev/null`

to this:
pkg_cv_PIDGIN_CFLAGS=`$PKG_CONFIG --cflags "pidgin purple dbus-1" 2>/dev/null`


Reply to this

-

 Re: flag missing

 
 by protectedvoid on: Jan 16 2010
 
Score 50%

Hi javier,
i guess you mean i should add the include path? I am not really sure why, but imo the include paths are already in there. I updated the configure so it looks for glib-devel and glib-dbus-devel (configure didn't do this before in v0.1). It should compile well now, if everything is installed properly.

@ all: pls comment! does it work for you and are there any problems? do you miss a feature?


Reply to this

-

 Re: Re: flag missing

 
 by framas on: Jan 18 2010
 
Score 50%
framasframas
kdelirc

hello,

unfortunately the flag is missing in 0.1.1, too. Doing a
sed -e 's/pkg_cv_PIDGIN_CFLAGS=`$PKG_CONFIG --cflags "pidgin purple\" 2>\/dev\/null`/pkg_cv_PIDGIN_CFLAGS=`$PKG_CONFIG --cflags "pidgin purple dbus-1" 2>\/dev\/null`/' -i configure
let the package build ony my arch system, but I don't think this is the "usual" way.


Reply to this

-

 Re: Re: flag missing

 
 by framas on: Jan 18 2010
 
Score 50%
framasframas
kdelirc

hello,

unfortunately the flag is missing in 0.1.1, too. Doing a
sed -e 's/pkg_cv_PIDGIN_CFLAGS=`$PKG_CONFIG --cflags "pidgin purple\" 2>\/dev\/null`/pkg_cv_PIDGIN_CFLAGS=`$PKG_CONFIG --cflags "pidgin purple dbus-1" 2>\/dev\/null`/' -i configure
let the package build ony my arch system, but I don't think this is the "usual" way.


Reply to this

-

 Re: Re: flag missing

 
 by javilet on: Jan 18 2010
 
Score 50%

i guess the best way to compile is:

$ export CFLAGS="-I/usr/include/dbus-1.0"
$ ./configure
$ make
# make install


Reply to this

-

 flag missing

 
 by protectedvoid on: Jan 20 2010
 
Score 50%

Hi all,
i updated visnotes another time (v0.1.2). As you said, the configure file didn't include the search paths for dbus-1. Now, when you compile it, all necessary search paths are given to gcc as an argument when you invoke make. I hope this is working for you now. Sorry for the inconveniences (i think i know the autotools much better now ...)


Reply to this

-

 Really useful!

 
 by panda84 on: Jan 16 2010
 
Score 50%

I like it very much, that's what I needed!

Now we just need Pidgin to start using libappindicator:
https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators


Reply to this

-

 no notifications

 
 by framas on: Jan 18 2010
 
Score 50%
framasframas
kdelirc

After compiling and installing the plugin I activated it in pidgin.
But no notification appears when I receive a message or a buddy changes his status.
I run pidgin with debug options.
I gaves me following output when I sent a message:


(22:28:08) g_log: purple_buddy_icon_get_data: assertion `icon != NULL' failed
(22:28:08) core-schmidt-visnotes: User@home (user@jabber.org), len = 2452769536; data == NULL
(22:28:08) core-schmidt-visnotes: time: 22:28:08 (tlen = 8)
(22:28:08) core-schmidt-visnotes: no icon
(22:28:08) core-schmidt-visnotes: org_kde_VisualNotifications_notify()
(22:28:08) core-schmidt-visnotes: GError: The name org.kde.VisualNotifications was not provided by any .service files
(22:28:08) core-schmidt-visnotes: result = 0
(22:28:08) g_log: purple_conversation_get_data: assertion `conv != NULL' failed


Reply to this

-

 Re: no notifications

 
 by javilet on: Jan 19 2010
 
Score 50%

opensuse packages can be found in my repository:
http://download.opensuse.org/repositories/home:/javilete/

unfortunately, there is no notifications as said framas.


Reply to this

-

 Re: Re: no notifications

 
 by protectedvoid on: Jan 20 2010
 
Score 50%

I used this plugin under gnome, and it loaded fine, although it shouldn't. i guess you know what you're doing and run it under kde4. Could you please print the debug output when you are loading the plugin?
i will have a look at this...


Reply to this

-

 Re: Re: Re: no notifications

 
 by javilet on: Jan 22 2010
 
Score 50%

Now I can compile without export CFLAGS. :)

I get those debug messages:

(00:16:39) core-schmidt-visnotes: Piki }---------->>> Caerse esta permitido, levantarse es obligatorio (piki@hotmail.com), len = 2234; data != NULL
(00:16:39) core-schmidt-visnotes: time: 00:16:39 (tlen = 8)
(00:16:39) core-schmidt-visnotes: use icon
(00:16:39) core-schmidt-visnotes: org_kde_VisualNotifications_notify()
(00:16:39) core-schmidt-visnotes: GError: The name org.kde.VisualNotifications was not provided by any .service files

I'm using KDE4.4 RC1 on OpenSuse 11.2.


Reply to this

-

 Re: Re: Re: Re: no notifications

 
 by ceceron on: Jan 23 2010
 
Score 50%

The same output on Arch using KDE from svn.


Bon appétit!
Reply to this

-

 no notifications

 
 by protectedvoid on: Jan 23 2010
 
Score 50%

Okay, i think i found out what the problem is. kde 4.4 doesn't seem to provide the service 'org.kde.VisualNotifications' anymore like the versions before. that means, you cannot use this plugin under kde 4.4. i don't have kde 4.4 installed, but maybe i can try it out later in a vm. kde 4.4 should provide the service 'org.freedesktop.notifications', which is dbus' generic notifications system, but using this in the plugin, that would mean you cannot use the plugin in kde < 4.4, but in every desktop implementing this notification system.


Reply to this

-

 Re: no notifications

 
 by ceceron on: Jan 23 2010
 
Score 50%

Then I will wait for 4.4 version :)



-

 KDE 4.4

 
 by nucleas on: Jan 24 2010
 
Score 50%

No more such black notifications in KDE 4.4.
http://www.kde-apps.org/CONTENT/content-pre2/118256-2.png

libnotify notifications in KDE 4.4 are displayed as KDE notifications.


Reply to this

-

 Re: KDE 4.4

 
 by protectedvoid on: Jan 24 2010
 
Score 50%

the color of the notification is determined by your plasma theme, so if you don't have a black theme, then there will be no black notification.

currently i use KDE 4.3 so the libnotify plugin doesn't work for me (but i know this)


Reply to this

-

 works, but..

 
 by javilet on: Jan 24 2010
 
Score 50%

hi Robert,

now it works on KDE 4.4!
The only problem is there is no buddy icon in the notification:

http://img210.imageshack.us/img210/7358/visnotes.png

i got this in the debug window:

(18:47:06) core-schmidt-visnotes: Adrian (adrianxxxx@gmail.com), no icon
(18:47:06) core-schmidt-visnotes: notify()
(18:47:06) core-schmidt-visnotes: result = 14
(18:49:36) core-schmidt-visnotes: (brb) lUiS (l_xxxxx@hotmail.com), use icon, len = 2159
(18:49:36) core-schmidt-visnotes: notify()
(18:49:36) core-schmidt-visnotes: result = 15
(19:04:08) core-schmidt-visnotes: Antonio Jxx (xxxxx@gmail.com), use icon, len = 2067
(19:04:08) core-schmidt-visnotes: notify()
(19:04:08) core-schmidt-visnotes: result = 16


Reply to this

-

 Re: works, but..

 
 by protectedvoid on: Jan 24 2010
 
Score 50%

Hi,
i know this, because the format of the image data sent to org.freedesktop.Notifications (== KDE4.4) is different from the one sent to org.kde.VisualNotifications. I will fix that in the next release.


Reply to this

-

 Crash

 
 by panda84 on: Jan 29 2010
 
Score 50%

There's a bug in visinotes:
https://bugzilla.redhat.com/show_bug.cgi?id=559955


Reply to this

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team