[07:09] * snwh is back (gone 09:32:48) === Noskcaj10 is now known as Noskcaj [10:52] popey: https://bugs.launchpad.net/ubuntu-clock-app/+bug/1239088 [10:52] Launchpad bug 1239088 in Ubuntu Clock App "Display of clock app is too wide and offset to the right" [Undecided,Confirmed] [10:52] popey: Why are these weird bugs occuring only in mir? [10:55] popey: ping [11:15] nik90: odd isn't it [11:15] mihir: pong [11:24] popey: why still these branch are not merged ?? https://code.launchpad.net/~pkunal-parmar/ubuntu-calendar-app/EDS [11:25] i think it's pending the EDS patch to land first [11:26] popey: okay :) there three brnaches based on this , then I can push my edit event [13:10] hi lisettte [13:15] JoeyChan hi mate [13:17] hi [13:25] btw, anyone know why I take screenshot fail ? I got nothing in my /tmp [13:28] JoeyChan: yeah [13:28] there are workarounds for taking screenshots [13:29] popey pls tell :) [13:29] http://stackoverflow.com/questions/2807070/screenshot-of-the-nexus-one-from-adb [13:29] you could wrap that in a script, its messy but it works [13:30] popey thanks a lot :) [13:32] no problem [13:32] it worked for me [13:50] popey, could u show ur script 4 me ? I got first and second script fail .. [13:52] see pm JoeyChan [13:54] popey is that mean there's another to screenshot in Mir ? [13:54] another way [13:55] that script I pm'ed you is basically the same as the link [13:56] just grabs /dev/fb0 and converts it into a good format [13:56] popey works good !! :) thanks a lot [13:57] yay [14:32] IDE for Developing windows phone 8 applications in ubuntu | http://askubuntu.com/q/357169 [15:00] Hey, QMLish wise heads: can I make a listview highlight item appear *on top* of the delegates rather than behind? [15:08] also, t1mp, app in progress: https://plus.google.com/u/0/114419073019603780828/posts/erdRQNAyk7U [15:56] popey: can you please take a look at the pending review on the store ? [17:29] daker: sure [17:30] daker: failed, left a comment [17:35] popey: all means i need to check 32/64 and arm on the store, right ? [17:35] or i need to check "Architecture independent" [17:35] ? [17:45] popey: check now [17:48] daker: you know you can run these checks too now? ☻ [17:49] daker: approved [17:50] popey: ya i did, maybe because i had "all" as architect on the manifest and set "Arm" on the store [17:51] i hope that the latest image has the latest webbrowser plugin [17:52] cool [17:52] popey: it works on your phone ? [17:52] not tried [17:52] phone is in another room, charging [17:52] ok [19:42] daker: http://popey.com/~alan/device-2013-10-12-204224.png ☻ [19:43] popey: update & see if it's works [19:43] ya [19:43] daker: http://popey.com/~alan/device-2013-10-12-204336.png [19:44] popey: does it give you the mobile version ? [19:44] how can i tell? [19:45] taking ages to load [19:45] http://popey.com/~alan/device-2013-10-12-204509.png been sat there so long the screen timed out [19:46] daker: seems like the container is too wide [19:46] i can slide that logo side by side [19:47] do you see any google play/itunes logo and the bottom left ? [19:47] on* [19:48] do you see the controls ? [19:48] no [19:48] it doesn;t load [19:48] i believe it's loading the desktop version [19:48] its stuck [19:49] i have switcher to the UbuntuWebView, two critical bugs were fixed on Friday i don't know if they were shipped with image or not [19:50] switched* [19:50] bug 1237365 [19:50] Launchpad bug 1237365 in webbrowser-app "Client application using an UbuntuWebView can’t override the UA string" [Medium,Fix committed] https://launchpad.net/bugs/1237365 [19:50] and bug 1237348 [19:50] Launchpad bug 1237348 in webbrowser-app "DPR should be automatically adjusted to the correct value in UbuntuWebView" [High,Fix committed] https://launchpad.net/bugs/1237348 [19:51] popey: are you able to tell me the versions of the webbrowser you are using ? [19:51] version* [19:52] sure [19:52] 0.22+13.10.2 [19:52] last update: 2013-10-11 17:26:07 [19:56] really not sure [20:31] So, I want to include an optional functionality to Wallch, but it requires lots of libraries in order to work. So, I am thinking of making a separate library that utilizes the functionality and package it separately. [20:32] The thing is that I want to make Wallch able to run without this library installed, but once it is installed the functionality to become available. [20:33] I haven't any questions about packaging etc, the question is on the code. How am I going to check on run time 1) if the library is available 2) Run the library-specific code if the library is present 3) ignore the library-specific code if library isn't present [20:34] So, this library is something like a plugin. But I really have no idea on how to include a library while it may as well not be present. [23:18] How to find out boot reason? | http://askubuntu.com/q/357349