| === rsalveti` is now known as rsalveti | ||
| morphis | popey: ping | 07:33 |
|---|---|---|
| popey | sil2100 / didrocks I got the auto testing working in a VM last night btw | 07:37 |
| popey | morphis, pong | 07:37 |
| didrocks | popey: oh nice! | 07:38 |
| morphis | popey: see private dialog | 07:41 |
| sil2100 | popey: oooo, how? | 07:42 |
| popey | sil2100, rebooting :D | 07:42 |
| sil2100 | ...you're kidding ;)? | 07:43 |
| popey | sadly not | 07:44 |
| popey | more tests fail in a VM than on bare metal unfortunately | 07:44 |
| popey | but at least it gives us more options for testing | 07:44 |
| sil2100 | Insaaane | 07:44 |
| AlanBell | morning all | 09:25 |
| AlanBell | I have been doing a bit of work to try and get some code to add text cursor tracking to compiz enhanced zoom integrated | 09:26 |
| AlanBell | I did a bzr branch lp:compiz and added the code and pushed it to lp:~alanbell/compiz/texttracking | 09:27 |
| AlanBell | I understand there is some packaging information at lp:~didrocks/compiz/ubuntu | 09:27 |
| AlanBell | what I want to do is build a package of the code I have using the packaging from that other branch | 09:28 |
| AlanBell | various people have been helping me to use bzr bd, but that builds the compiz code in the packaging branch, not the code I want it to build | 09:28 |
| gord | AlanBell, i could tell you how i do it, but i'm pretty sure i am very very wrong ;) didrocks? ^ | 09:29 |
| didrocks | AlanBell: it's really easy with this kind of branch | 09:29 |
| didrocks | AlanBell: but I would just urge you to wait for later today, as I'm pushing the new compiz | 09:30 |
| didrocks | then, I'll show you how to do it like a breath :) | 09:30 |
| AlanBell | woohoo | 09:30 |
| === nuthinking_ is now known as nuthinking | ||
| nafcool | hey | 10:21 |
| nafcool | http://developer.ubuntu.com/resources/technologies/launcher/ | 10:22 |
| nafcool | i hv installed the libunity-dev | 10:22 |
| nafcool | and got unity.h | 10:22 |
| nafcool | but when i try to compile a simple program using the header file | 10:22 |
| nafcool | it says glib.h not found | 10:22 |
| nafcool | plz. help | 10:22 |
| gord | nafcool, sudo-apt-get build-dep libunity | 10:23 |
| gord | nafcool, sudo-apt-get build-dep libunity9 | 10:23 |
| gord | even | 10:23 |
| === zyga_ is now known as zyga | ||
| nafcool | gord: alright.......i'll install them, too | 10:23 |
| gord | nafcool, no this is a different command, install installs packages, build-dep figures out what dependencies a package needs to build and installs those dependecies | 10:24 |
| nafcool | gord: ah......ok :D | 10:25 |
| nafcool | gord: ah.......i need to install 17.8 MB of required packages ;) | 10:25 |
| nafcool | gord: thanx! | 10:25 |
| nafcool | gord: again the sam eprob. :( | 10:44 |
| nafcool | gord: In file included from unity.cpp:1:0: | 10:45 |
| nafcool | /usr/include/unity/unity/unity.h:7:18: fatal error: glib.h: No such file or directory | 10:45 |
| nafcool | compilation terminated. | 10:45 |
| nafcool | I've installed the dependencies | 10:47 |
| nafcool | and then also the source file isn't compiling | 10:47 |
| nafcool | :( | 10:47 |
| nafcool | plz. help | 10:47 |
| sil2100 | nafcool: what version of ubuntu are you using? | 10:48 |
| nafcool | sil2100: 12.04 | 10:49 |
| nafcool | sil2100: u want my app's source code? | 10:49 |
| sil2100 | nafcool: not sure what gone wrong with the dependencies here, but you can just try installing (or checking if it's installed) libglib2.0-dev | 10:50 |
| sil2100 | (if it's looking for glib.h and cannot find it) | 10:50 |
| nafcool | sil2100: it is installed on my PC | 10:50 |
| sil2100 | nafcool: could you pastebin the code somewhere then? | 10:50 |
| nafcool | sil2100: http://pastebin.com/gWmEyj3g | 10:50 |
| sil2100 | nafcool: how are you building it? | 10:51 |
| nafcool | sil2100: using g++ | 10:51 |
| nafcool | sil2100: is there some problem? | 10:53 |
| sil2100 | nafcool: one moment, need to finish something | 10:53 |
| nafcool | sil2100: np at all........i'll be waiting | 10:54 |
| nafcool | till then :D | 10:54 |
| mhr3 | nafcool, you're not using proper cflags or ldflags | 10:55 |
| sil2100 | nafcool: you need to put the proper -I and -L -l flags there | 10:56 |
| nafcool | mhr3: ah......what are those? | 10:56 |
| sil2100 | nafcool: best use pkg-config for that | 10:56 |
| mhr3 | nafcool, g++ ... `pkg-config --cflags --libs unity` | 10:56 |
| sil2100 | nafcool: it's as mhr3 says | 10:56 |
| nafcool | ah....it worked | 10:57 |
| nafcool | but:::::: | 10:57 |
| nafcool | unity.cpp:11:14: error: ‘gtk_main’ was not declared in this scope | 10:57 |
| mhr3 | add gtk+-3.0 after unity | 10:57 |
| nafcool | okay | 10:58 |
| mhr3 | nafcool, also, it's much simpler to do this with python first :) | 10:58 |
| nafcool | mhr3: I'm a C++ developer :( | 10:58 |
| nafcool | mhr3: adding gtk isn't working :( | 10:58 |
| nafcool | btw, I'm following : http://ubuntuforums.org/showthread.php?t=1758443 | 10:59 |
| mhr3 | do you have gtk dev packages? | 10:59 |
| mhr3 | also you could just spin your own mainloop, no need for gtk | 11:00 |
| nafcool | dunno :P | 11:00 |
| mhr3 | GMainLoop *ml = g_main_loop_new(NULL, FALSE); g_main_loop_run (ml); | 11:00 |
| nafcool | i'm installing gtk+-3.0-dev | 11:01 |
| mhr3 | also, your main include is wrong, it should be just #include <unity.h> | 11:01 |
| nafcool | oh | 11:02 |
| nafcool | ok, i edited that | 11:02 |
| nafcool | :D | 11:02 |
| nafcool | cool, its done!! | 11:03 |
| nafcool | mhr3: i got the executable.....what to do now? | 11:03 |
| nafcool | btw, my code now looks like this: | 11:06 |
| nafcool | #include <unity.h> | 11:06 |
| nafcool | int main(int argc, char **argv) | 11:06 |
| nafcool | { | 11:06 |
| nafcool | g_type_init(); | 11:06 |
| nafcool | UnityLauncherEntry* xx = unity_launcher_entry_get_for_desktop_id("evolution.desktop"); | 11:06 |
| nafcool | unity_launcher_entry_set_count(xx,12); | 11:06 |
| nafcool | unity_launcher_entry_set_count_visible(xx,TRUE); | 11:06 |
| nafcool | GMainLoop *ml = g_main_loop_new(NULL, FALSE); | 11:06 |
| nafcool | g_main_loop_run (ml); | 11:06 |
| nafcool | return 0; | 11:06 |
| nafcool | } | 11:06 |
| nafcool | sil2100: ^^ | 11:07 |
| mhr3 | run it? :) | 11:14 |
| nafcool | mhr3: nothing's happening | 11:15 |
| mhr3 | do you have evolution in the launcher? | 11:16 |
| mhr3 | that's why | 11:16 |
| nafcool | nope i don't have it | 11:16 |
| === MacSlow is now known as MacSlow|lunch | ||
| nafcool | mhr3: it isn't working :( | 11:20 |
| nafcool | mhr3: ah....actually i don't hv evolution | 11:21 |
| nafcool | ah......if i want to set it to vlc.desktop.....will it | 11:22 |
| nafcool | work? | 11:22 |
| nafcool | mhr3: cool! its working! | 11:24 |
| nafcool | mhr3: thanks a lot! | 11:24 |
| nafcool | mhr3: now, if i want this to be included in my app, what all dependencies will i have? | 11:24 |
| marco | Hi! Where is unity icon list actually stored? | 11:54 |
| marco | I mean, when I add in icon to the dash, what actually (which file) is modified to persist it? | 11:55 |
| scriptwarlock | good day anyone i have some cyber cafe concerns regarding how to limit customers from changing the unity panel app shortcut | 12:05 |
| === _salem is now known as salem_ | ||
| === yofel_ is now known as yofel | ||
| === zyga is now known as zyga-food | ||
| === zyga-food is now known as zyga | ||
| === dandrader is now known as dandrader|afk | ||
| === dandrader|afk is now known as dandrader | ||
| smoser | anyone have thoughts on this? http://askubuntu.com/questions/155833/how-can-i-make-the-launcher-disappear-after-notication ? | 16:05 |
| === dandrader is now known as dandrader|lunch | ||
| ubot5 | Announcement from my owner (jussi): #ubuntu-discuss can-voices | 17:03 |
| jussi | sorry | 17:04 |
| === dandrader|lunch is now known as dandrader | ||
| === Guest73293 is now known as dpb_ | ||
| === dpb_ is now known as dpb__ | ||
| === dpb__ is now known as dpb___ | ||
| === dandrader is now known as dandrader|afk | ||
| === dandrader|afk is now known as dandrader | ||
| === salem_ is now known as _salem | ||
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!