* snwh is back (gone 09:32:48) | 07:09 | |
=== Noskcaj10 is now known as Noskcaj | ||
nik90 | popey: https://bugs.launchpad.net/ubuntu-clock-app/+bug/1239088 | 10:52 |
---|---|---|
ubot2 | Launchpad bug 1239088 in Ubuntu Clock App "Display of clock app is too wide and offset to the right" [Undecided,Confirmed] | 10:52 |
nik90 | popey: Why are these weird bugs occuring only in mir? | 10:52 |
mihir | popey: ping | 10:55 |
popey | nik90: odd isn't it | 11:15 |
popey | mihir: pong | 11:15 |
mihir | popey: why still these branch are not merged ?? https://code.launchpad.net/~pkunal-parmar/ubuntu-calendar-app/EDS | 11:24 |
popey | i think it's pending the EDS patch to land first | 11:25 |
mihir | popey: okay :) there three brnaches based on this , then I can push my edit event | 11:26 |
JoeyChan | hi lisettte | 13:10 |
mrqtros | JoeyChan hi mate | 13:15 |
JoeyChan | hi | 13:17 |
JoeyChan | btw, anyone know why I take screenshot fail ? I got nothing in my /tmp | 13:25 |
popey | JoeyChan: yeah | 13:28 |
popey | there are workarounds for taking screenshots | 13:28 |
JoeyChan | popey pls tell :) | 13:29 |
popey | http://stackoverflow.com/questions/2807070/screenshot-of-the-nexus-one-from-adb | 13:29 |
popey | you could wrap that in a script, its messy but it works | 13:29 |
JoeyChan | popey thanks a lot :) | 13:30 |
popey | no problem | 13:32 |
popey | it worked for me | 13:32 |
JoeyChan | popey, could u show ur script 4 me ? I got first and second script fail .. | 13:50 |
popey | see pm JoeyChan | 13:52 |
JoeyChan | popey is that mean there's another to screenshot in Mir ? | 13:54 |
JoeyChan | another way | 13:54 |
popey | that script I pm'ed you is basically the same as the link | 13:55 |
popey | just grabs /dev/fb0 and converts it into a good format | 13:56 |
JoeyChan | popey works good !! :) thanks a lot | 13:56 |
popey | yay | 13:57 |
AskUbuntu | IDE for Developing windows phone 8 applications in ubuntu | http://askubuntu.com/q/357169 | 14:32 |
aquarius | Hey, QMLish wise heads: can I make a listview highlight item appear *on top* of the delegates rather than behind? | 15:00 |
aquarius | also, t1mp, app in progress: https://plus.google.com/u/0/114419073019603780828/posts/erdRQNAyk7U | 15:08 |
daker | popey: can you please take a look at the pending review on the store ? | 15:56 |
popey | daker: sure | 17:29 |
popey | daker: failed, left a comment | 17:30 |
daker | popey: all means i need to check 32/64 and arm on the store, right ? | 17:35 |
daker | or i need to check "Architecture independent" | 17:35 |
daker | ? | 17:35 |
daker | popey: check now | 17:45 |
popey | daker: you know you can run these checks too now? ☻ | 17:48 |
popey | daker: approved | 17:49 |
daker | popey: ya i did, maybe because i had "all" as architect on the manifest and set "Arm" on the store | 17:50 |
daker | i hope that the latest image has the latest webbrowser plugin | 17:51 |
popey | cool | 17:52 |
daker | popey: it works on your phone ? | 17:52 |
popey | not tried | 17:52 |
popey | phone is in another room, charging | 17:52 |
daker | ok | 17:52 |
popey | daker: http://popey.com/~alan/device-2013-10-12-204224.png ☻ | 19:42 |
daker | popey: update & see if it's works | 19:43 |
popey | ya | 19:43 |
popey | daker: http://popey.com/~alan/device-2013-10-12-204336.png | 19:43 |
daker | popey: does it give you the mobile version ? | 19:44 |
popey | how can i tell? | 19:44 |
popey | taking ages to load | 19:45 |
popey | http://popey.com/~alan/device-2013-10-12-204509.png been sat there so long the screen timed out | 19:45 |
popey | daker: seems like the container is too wide | 19:46 |
popey | i can slide that logo side by side | 19:46 |
daker | do you see any google play/itunes logo and the bottom left ? | 19:47 |
daker | on* | 19:47 |
daker | do you see the controls ? | 19:48 |
popey | no | 19:48 |
popey | it doesn;t load | 19:48 |
daker | i believe it's loading the desktop version | 19:48 |
popey | its stuck | 19:48 |
daker | 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:49 |
daker | switched* | 19:50 |
daker | bug 1237365 | 19:50 |
ubot2 | 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 |
daker | and bug 1237348 | 19:50 |
ubot2 | 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:50 |
daker | popey: are you able to tell me the versions of the webbrowser you are using ? | 19:51 |
daker | version* | 19:51 |
popey | sure | 19:52 |
popey | 0.22+13.10.2 | 19:52 |
popey | last update: 2013-10-11 17:26:07 | 19:52 |
daker | really not sure | 19:56 |
hakermania | 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:31 |
hakermania | 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:32 |
hakermania | 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:33 |
hakermania | 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. | 20:34 |
AskUbuntu | How to find out boot reason? | http://askubuntu.com/q/357349 | 23:18 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!