[00:51] I have an odd question... does anyone know if a SetWindowUrgency is different from de to de === KurtKraut is now known as kurtkraut === kurtkraut is now known as KurtKraut === KurtKraut is now known as kurtkraut === kurtkraut is now known as KurtKraut [05:44] jamie_, what is that? and api call somehwere? [05:45] huh [05:45] darkxst: SetWindowUrgency [05:45] <jamie_> I have an odd question... does anyone know if a SetWindowUrgency is different from de to de [05:46] yes... I have ran into an odd predicament [05:46] which is? [05:47] though can't likely help with other DE's than GNOME [05:48] darkxst: me and someone i was working with for a test for firefox and firefox os... he is in the unity ubuntu and I have a partially modified ubuntu runing the gdm and gnome 3 de and he ran https://gist.github.com/Noitidart/4a55eb617f32fd727c4d on his and it worked properly... I ran it on mine and it does not work even when we have change it to delay and switch windows so that another... [05:48] ...program is in focus [05:50] is firefox re [05:50] really that convoluted? guess it doesnt have g-i [05:51] well it was set as a test has be run in several firefox browsers and it still didnt not work... it was ran from the scratch pad.... [05:52] I mean the way you get the gtk functions looks like a horid hack, Ive never looked at FFos though [05:53] gobject-introspection was invented to avoid all that [05:53] it was ran from webIDE and on a device.... but it was just meant as a decent test [05:53] but its most probabal firefox don't support that [05:53] It was ran in firefox on unity and it worked [05:54] jamie_, unity and gnome use the same gtk [05:55] could possibly be some difference in the handling of hints between mutter and compiz though [05:55] then im not sure... we could not find a reason that it was working on one and not the other... we were using team viewer and we both saw it work on one but not the other... on unity it shakes the icon... on gnome 3 it does nothing [05:56] though if its in a browser wouldn't thing the WM would even matter [05:59] it has be ran though several builds. the nightly, developers edition, standard... but I am just trying to figure out why it would work on unity... but not on gnome [05:59] I can't think of any reason [06:00] :\ [06:00] though still shocked by that code, FFos has no future if its that hard to introspect libraries [06:01] that was not designed for the firefox os... but we were messing with it in the webIDE scratch pad for the hell of it [06:01] its not that hard to do it... we were just really board and decided to have some fun and for some odd reason we ran into that problem... [06:02] take a look at the gnome-shell js code and see what you are missing ;) [06:02] jamie_, and I used to write in assembler, but no more! [06:04] darkxst: Im not sure what you mean by look at the gnome-shell js code.... for the most part gnome shell is not js as far as I knew [06:04] jamie_, its very much js [06:05] runs off spidermonkey engine [06:05] ahh... good point [06:05] the interpreter though has been customised to provide introspection and other stuff [06:05] so no ctype hackery [06:06] ahh... so ctype will not work right on gnome you are saying.... [06:06] jamie_, no, it should work fine, but usually its not used at that level [06:07] pretty sure python uses them for introspection support for example [06:07] would normally be abstracted away from the end-user via language or toolkit or something [06:08] darkxst: okay... so this one will not work on gnome... dam... not to annoy or sound stupid... but so you are saying we should avoid using ctype with gnome in this sense [06:09] jamie_, no, but I would be surprised if there isnt a better(easier) way to do it [06:10] but there is no reason why anything should be any different in GNOME compared to unity in a browser [06:10] doesn't gnome-shell suppress repeated attention hints or something? [06:10] well it is an API that affects the desk top to push a notification or an action [06:11] at least that's what my experiments show: the first attention request results in a notification popping up about "App X wants your attention", then it goes to hide into the message tray [06:12] and if the app requests attention gain, nothing visible happens [06:12] not noticed that [06:12] but the message tray still has the app icon to show that it requested your attention (a while ago) [06:12] new notifications don't do that [06:12] 3.16 [06:12] jamie_, what version of gnome are you testing? === KurtKraut is now known as kurtkraut [06:12] its actually annoying now, too many notifications in the backlog ;[ [06:13] im in gnome 3 de i think [06:13] behavior may differ for different values of x in 3.x ;) [06:13] one sec... let me check [06:13] 'gnome-shell --version' is probably the most relevant version [06:13] in case you have a mishmash of versions because you're on Ubuntu or something ;) [06:14] 3.12.2 [06:15] i have the gdm with gnome 3 de [06:15] ricotz, hey you going to update gtk and g-i on -staging? [06:17] anyway focusing the app clears the notification and if you switch focus away from the app again and have it request attention again, you should get a new notification [06:17] i didnt get any at all and it made no dang sense at all [06:17] im gonna try again real fast [06:19] no... nothing [06:19] ok, you can use xwininfo to click on a window to get its ID, then have it demand attention, then check with xprop -id $that_id [06:20] _NET_WM_STATE(ATOM) should change to _NET_WM_STATE_DEMANDS_ATTENTION [06:20] (allowing that window to get focus makes it revert to _NET_WM_STATE_FOCUSED) [06:20] this way you can at least bisect if your code is setting the wm hint correctly... [06:20] (although if it works on unity, it probably is) [06:24] well.... ill just call it for now.... ill work on this tomorrow at a more decent hour [06:24] its 2:30 am here... i do not have the brain power for this [06:52] darkxst, haven't got to it yet, will do in a bit [06:53] ricotz, ok [06:53] darkxst, also glib 2.44 isnt available yet [06:54] btw have you seen https://bugzilla.gnome.org/show_bug.cgi?id=743897? [06:54] Gnome bug 743897 in general "totem crash at startup" [Normal,New] [06:54] I'm getting that in atleast totem and gnome-maps [06:55] darkxst, let me try this later [06:57] I tried with cogl/clutter 1.18 and also happend, but my current card is quite new [06:58] gtx750 [06:58] maxwell [06:59] new to me atleast, guess they have been around atleast a year now? [07:00] darkxst, iirc this might be linker/dep issue, due a removed dep on pthread [07:02] darkxst, hmm, i guess this was another problem, are you able to run "glmark2" ? [07:03] darkxst, pushing glib, g-i and gtk+ [07:07] ricotz, Would you have time to package the 3.16 version of libgit2-glib and gitg for vivid-release? They are partially broken currently due to kde's need for a newer libgit2 [07:07] I tried to package them, but there was an issue i couldn't fix [07:08] ricotz, Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: Assertion `needed != ((void *)0)' failed! [07:08] https://launchpad.net/~noskcaj/+archive/ubuntu/staging/+packages is my WIP packages [07:08] (glmark2) [07:08] Noskcaj, logs of failure? [07:09] https://launchpad.net/~noskcaj/+archive/ubuntu/staging/+build/7100566/+files/buildlog_ubuntu-vivid-amd64.gitg_3.15.2-0ubuntu1~vivid2_BUILDING.txt.gz [07:09] Noskcaj, a linker issue due a missing symbol [07:09] ricotz, That much i worked out, nothing further [07:10] its vala right? [07:10] so just grep through libgitg if it is there [07:10] libgitg/.libs/libgitg-1.0.so: undefined reference to `ggit_cred_ssh_key_from_agent_new' [07:12] Noskcaj, i would expect the required fix should go upstream [07:12] darkxst, ok, i see [07:14] Noskcaj, ricotz I could never reproduce that under jhbuild, probably not an upstream issue [07:15] darkxst, dont underestimate --as-needed ;) [07:16] ... just a thought, i am not able to look into this now [07:16] ricotz, we get the as-needed bugs in jhbuild, don't think I have ever seen one that happens in packaging and not jhbuild [07:17] * darkxst wonders if it needs an updated vala or some such [07:21] Is it normal for the code to have the line: #line 215 "/home/garrett/hacking/gnome/gitg/libgitg/gitg-credentials-manager.vala" [07:21] every second line that is there [07:22] yes, for code that is compiled from vala to C [07:22] ok [07:23] that's not the issue then [07:36] So that symbol is missing in the new libgit2-glib, i assume because ssh2 support is off. Turning it on has issues with finding the build-deps needed [07:39] Noskcaj, so likely libgit2 isn't built with ssh support either [07:40] Noskcaj, didnt I tell you all this a week or two ago ? [07:41] maybe, i had a heap of stuff due that week. I'll check libgit2 in a hour or so [07:41] the code to explicitly enable/disable ssh was added after last release, but the auto checks could be failing [15:47] not sure if its me only but ubuntu software center when clicking on a package makes the font color all white... (a few styling issues) [21:43] (loulis) Ok i have installed ubuntu-gnome 14.10 on my laptop (lenovo g700). In the additional drivers section in system settings i choose to use the driver nvidia-331. When i did it and restart the system a blank screen appeared and i could do nothing. I hit ctrl alt f1 and i tried to remove it and install again the free driver nouveau. I found the solution searching in ububtu forums. After that i restarted and it shows me a l [21:47] 17SAB6ZR2