[01:20] hi all, I've installed the Ubuntu sdk and QT Creator. But when I launch QT Creator, I get a pop up that says it couldn't load a bunch of plugins becuase of missing dependents. Has anyone else had this problem? [01:38] Okay, got it. I was missing libbotan-1.10.so.0 for some reason. Installed the corresponding package and I'm good to go. [13:28] anyone else having trouble with qt creator since installing the sdk? === dpm is now known as dpm-lunch [13:59] anyone else having trouble with qt creator since installing the sdk? === dpm-lunch is now known as dpm [15:59] http://www.youtube.com/watch?feature=player_embedded&v=MOvGullZwcw [15:59] woops [15:59] w/c [17:30] does anybody have qt creator with the sdk plugins? [17:42] no (which sdk?) [17:45] GuidoPallemans, what's the exact problem? [17:53] I updated my system through sudo apt-get update and the update manager [17:54] and now not one of my plugins in qt creator will load [17:57] qt creator is version 2.7 now (beta [17:57] , from the software-center) [17:58] seems a bit wierd, a beta in the software cetner [18:03] dpm: bump [18:05] GuidoPallemans, does running the following command solve the problem? [18:05] sudo apt-get install libbotan-1.10-0 [18:05] sudo apt-get install libqt5declarative5 [18:06] reinstalling everything qt now... [18:11] ah, now it works, thanks anyway! [19:05] hi, why does 'closed' signal does not work for notifyOSd? [19:11] since I need to know if notification is closed, so if it is, I display new one, if not I do not [19:25] anybody? [19:30] I know nothing :) [19:30] drats [19:30] (except that notifications are broken under Unity, IMO) [19:30] I see [19:30] (I prefer how they work under Xfce) [19:31] what I got is [19:31] Model notifiing notification class about new items [19:31] every time new item arrives =>show notification [19:31] but if 50 items arrives in row [19:31] I do not want to show 50 notifications [19:32] so I need to know if notification is being displayed