/srv/irclogs.ubuntu.com/2010/03/18/#ubuntu-manual.txt

ubuntujenkinsdays_of_ruin: I started learning python at the start of quickshot  so my python knowledge is not that good. however I like to know of any mistakes I may make so I can learn from them.00:04
ubuntujenkinsthe other main devlopers on the project are Red_HamsterX titeuf_87 TommyBrunn , humphreybc is the overall manual lead. With help form the manual team as well00:05
ubuntujenkinsgodbyk: make has failed http://paste.ubuntu.com/397001/00:07
ubuntujenkinsI have done an upload and forgot to check for command typos, but thus isn't caused by command typos00:08
godbykubuntujenkins: does the graphics/cover-cof.pdf file exist?00:12
godbykit should be in the repository00:12
* ubuntujenkins checks00:13
ubuntujenkinsnope not there00:13
godbykyou're right. that's weird.00:14
godbykone sec, let me add them.00:14
ubuntujenkinsI may have broken the make I some times type \textbf{} as \textfb{}or which ever way it is00:15
godbykubuntujenkins: bzr pull and try it again.00:15
godbykthere's another bug I'm trying to fix right now, too.00:15
ubuntujenkinsI have the files00:17
godbykubuntujenkins: are you working on the preferences/hardware/printing stuff?00:18
ubuntujenkinsits missing a ./  I think I have no clue wher erhe file is00:18
ubuntujenkinsyep00:18
ubuntujenkinsI made a typo?00:19
ubuntujenkinsI usually check but its late and i forgot.00:19
ubuntujenkinsat least before I uploaded00:19
godbykubuntujenkins: line 72 has an extra opening brace after \dropdown.00:20
ubuntujenkinscrazy feel free to remove it00:20
Red_HamsterXOoh. Someone was actually uploading screencaps to the test server.00:20
ubuntujenkinsRed_HamsterX: I tried to yesterday but have no clue how00:21
Red_HamsterXhttp://stellvia.uguu.ca/~flan/screencaps/data/test@en_US@1268843577.png eems to explain it.00:21
ubuntujenkinsIt is probably days_of_ruin he is looking at the code.00:21
Red_HamsterXI haven't tried using anything other than the Python interpreter.00:21
ubuntujenkinsdays_of_ruin: met Red_HamsterX00:22
Red_HamsterXThat URL is where I currently have the debug code staged.00:22
ubuntujenkinsnope its titeuf_8700:22
Red_HamsterXI'm planning to get zipfile-based extraction working in a few minutes.00:22
Red_HamsterXThen basic authentication.00:22
Red_HamsterXAnd then full details about the state of collected screenshots.00:23
ubuntujenkinssweet sounds like a plan. I have  a little more manual writting to do, but i am playing with the gui as well00:23
Red_HamsterXI'm still nowhere near being ready to play with the GUI.00:23
ubuntujenkinskevin's log razes loads of bugs/things to change on it00:24
ubuntujenkinswe are aiming to have a working version between the 21st to the 31st of this month the nearer the 21t the better00:25
ubuntujenkinsare you able to make the manual meeting on sunday?00:25
ubuntujenkins8.00 pm utc00:26
Red_HamsterXIt doesn't look like PHP will let me serve a zipfile from memory... I'll probably have to generate one on disk and then link to it.00:26
Red_HamsterXI should be able to be there.00:26
ubuntujenkinscool screenshots is an adgenda item , we need to show that we can get it done00:27
Red_HamsterXIt seems titeuf figured out how to use the API, or else those images wouldn't be on my server.00:28
Red_HamsterXOnce I make it possible to easily get them from the server to your hands, we should have a primitive workflow model.00:29
Red_HamsterX(Downloading them one at a time works, but having pre-named files in an archive would be much easier)00:29
Red_HamsterXCan you link to the web interface of the bzr branch that wil actually contain the final screenshots?00:30
ubuntujenkinsThat would be much easier.I am hoping to have a team to verify the screenshots I don't want to do all 2500 on my own00:30
Red_HamsterXOh, yes. Of course.00:30
ubuntujenkinshang on00:30
Red_HamsterXI'm planning to zip the latest version of each file, pre-named for simple drag-and-drop, into an archive bearing the locale's name. These archives will be generated on demand.00:31
ubuntujenkinshttps://code.edge.launchpad.net/ubuntu-manual-screenshots?field.lifecycle=ALL they will all be split in languages then merged in to main regularly or at least that was the original plan.00:31
Red_HamsterXThe catch is that the veriiers will need a reference image to make sure the one they're working with is appropriate.00:31
ubuntujenkinsI think we shall produce model ones in english00:32
Red_HamsterXWhich will likely be the en_US or en_UK branch.00:32
Red_HamsterXAssuming they're not the same.00:32
ubuntujenkinsen_US to follow manual protocol00:32
Red_HamsterXOh, so it's just a subdirectory under the ubuntu-manual branch?00:33
ubuntujenkinsgodbyk I may have accidentally added english australian to the languages list, i mentioned it to a bored tranlator00:33
Red_HamsterXOkay, that'll make the lookup script easy.00:34
godbykubuntujenkins: no worries. I don't have to do anything special for that one, at least.00:34
ubuntujenkinsI have written the script to merge the branches00:34
ubuntujenkinsgodbyk: thats a good00:34
* ubuntujenkins the screenshot total is at 255000:35
Red_HamsterXWill they be merged periodically or is there a special holding area I should be checking?00:36
Red_HamsterX(To avoid telling users to capture already-done screencaps)00:36
Red_HamsterXs/periodically/regularly/00:37
ubuntujenkinsit would be best to check the individual language branches if possible, I hope to merge to main once/twice a week it needs 55 commits00:37
Red_HamsterXIt's possible, but costly, time-wise.00:37
ubuntujenkinstiteuf_87 is sorting out detecting the current language in use00:37
Red_HamsterXThe bzr handshake takes several seconds.00:37
ubuntujenkinsIf you only check the laguage in use at the time that is fine surley?00:38
Red_HamsterXIt might be possible to detect the current language by using the Gnome API.00:38
Red_HamsterXOh, yes, that would be fine.00:38
ubuntujenkinsWe are only letting the user take screenshots of the language that they are logged in at at the time00:38
Red_HamsterXBut does each one have a special branch?00:39
Red_HamsterXWhat's the bzr branch naming convention for them?00:39
ubuntujenkinstyping $LANG in the terminal give the curent language00:39
Red_HamsterXIn that case, import locale; locale.getcurrentlocale() should work.00:39
ubuntujenkinsthe branches are on the page i linked the naming convetion matches the launchpad translation one00:39
Red_HamsterXOr not...00:40
Red_HamsterXsys.env, then.00:40
ubuntujenkinsthere are about 6 languages missing I am yet to make the branches for them00:40
Red_HamsterXCan you give me an example checkout command for one of them?00:41
Red_HamsterXGive titeuf 'os.environ.get('LANG')' if you see him before I do.00:42
ubuntujenkinswill do00:42
godbykare we still planning on having them check out the screenshots branch or were we going with the route of just having quickshot upload it to ubuntu-manual.org via http?  (or are you talking about something completely different?)00:42
ubuntujenkinsbzr branch lp:~ubuntu-manual/ubuntu-manual-screenshots/ar00:42
Red_HamsterXAre you sure it's a good idea to subdivide things by chapter?00:43
ubuntujenkinsthat can be chnaged Red_HamsterX00:44
Red_HamsterXIf chapters are rearranged or something, you'll have a lot of branches to update.00:44
ubuntujenkinsgodbyk the comfimed good ones go in the bzr branches and quickshot uploads to the server00:44
ubuntujenkinsRed_HamsterX: I will chnage them that is a good point00:45
ubuntujenkinsmade sense at the time00:45
Red_HamsterXIt might still make sense.00:45
Red_HamsterXI'm just voicing a concern.00:45
godbykif you wait until after the writing freeze, the chapters should be solidified then.00:46
ubuntujenkinsI don't mind just having each branch as a folder thats fine00:47
ubuntujenkinshave we got the naming convetion finailzed?00:48
Red_HamsterXI'm writing the import/export routines to be convention-agnostic on my end.00:49
Red_HamsterXThey'll translate as neededd.00:49
Red_HamsterX-d00:49
ubuntujenkinsjust realized i don't care either My script will still work00:50
ubuntujenkinsI am going off to bed night guys. Thanks for all your hard work00:52
Red_HamsterXYou, too.00:52
Red_HamsterXSorry i was gone all last week.00:53
ubuntujenkinsno problem at all00:53
* humphreybc just got a new keyboard and mouse02:14
humphreybcit is microsoft, but it's wireless... and apart from the window switcher button, it's amazing02:14
humphreybcit's so nice to tpye with02:14
humphreybci just want to tpye02:14
humphreybctype*02:14
humphreybcall the time02:14
humphreybctype type type yay02:14
humphreybcbest of all, all of the media buttons and shortcut keys work in Ubuntu02:15
humphreybcit's amaxing02:15
humphreybcpah, it even comes with a CD for drivers. I don't need drivers, I run UBUNTU02:17
humphreybcbest hardware support of them all02:17
humphreybcproblem now is that I have three microsoft logos on my desk.02:19
godbykexcept for that spelling error bug in microsoft's keyboard..02:42
godbykAm I missing anything or should anything be changed? http://spreadsheets.google.com/viewform?formkey=dHRrYlR0Q0RMRXRTaXJuR2w0QjFUcXc6MA02:57
* humphreybc thinks that IDE hard drives should go faster than 1.2MB/sec07:20
godbykhey, humphreybc. I'm here now.07:20
humphreybcah, godbyk, i was going to ask you about IDE drives and jumpers and stuff, but i worked it out :)07:21
godbykah, gotcha. cool.07:21
humphreybcI put another couple of drives in my server... now just have to sort stuff out, so i'm moving things around and it's taking forever07:21
godbykI'm currently rewriting my build script so that it can compile multiple translations simultaneously.07:21
humphreybccurrently moving 30,000 photos totally 65GB from one drive to another... 14 hours left07:21
godbyk(tired of it taking half an hour to compile all the translations serially.)07:21
humphreybcoO simultaneous building huh07:21
humphreybcyou could just write another script that runs your other script 50 times....?07:22
humphreybclol07:22
godbykthat's kind of what's going to happen. :)07:22
humphreybcneat07:22
humphreybccurrently transferring stuff at 1.3MB/sec... does that sound about right for two IDE drives?07:22
humphreybcI would have thought it might have been a bit faster07:22
godbykpossibly. depends on the drives, the IDE bus speed, etc.07:23
humphreybcWDC 500GB 7200RPM to a Seagate Barracuda 7200RM 320GB07:23
humphreybcno idea about bus speed07:23
godbykhumphreybc: did you see bug 540722?07:25
manualbot`Launchpad bug 540722 in ubuntu-manual "Wrong link address on translators wiki page" [Undecided,New] https://launchpad.net/bugs/54072207:25
humphreybclol07:25
humphreybcdutchie, good one07:25
humphreybcfixed07:26
godbykcool07:28
humphreybci really really really like using this monitor as a monitor07:29
humphreybci need to buy another one07:29
humphreybcgodbyk, that form is choice07:41
humphreybci just tested it out07:42
humphreybcI think that's pretty satisfactory, will do the trick well.07:42
humphreybccan we stick it at bugs.ubuntu-manual.org ?07:43
godbykyeah, though I think I'll put it at ubuntu-manual.org/bugs or ubuntu-manual.org/errata instead07:43
humphreybckk07:43
humphreybcprobably /bugs is best07:43
godbyk(that way we can save b.u-m.o in case we ever decide to use our own bug tracker or something.)07:43
humphreybckk07:44
humphreybcgood forward thinking :)07:44
godbykbtw, I think we should adopt daker's site, put some effort into making sure it's all working well, and then put our temporary page as the main page on that site until we fill in the rest.07:44
godbykalso, you and thorwil should settle on a new logo soon. :)07:45
humphreybcwait hang on, so have daker's site at ubuntu-manual.org?07:45
humphreybcget rid of the countdown?07:45
godbykput daker's site at ubuntu-manual.org, but we can change the front page to show the countdown and other stuff until we're ready to switch to daker's current front page.07:46
humphreybckk07:46
godbyk'cause then we can start integrating all our other stuff into the site instead of maintaining two or more sites.07:46
humphreybck sounds good07:46
humphreybcJackie Chan tweets a lot07:48
humphreybci might make something to eat now07:51
humphreybcright, two pies in the oven :)07:55
humphreybcgodbyk, if you're interested, i got a power meter today and hooked it up with the server. Says the server uses about 52W at idle when I had just one HDD, 66W idle with all three HDDs and currently at 79W while it's copying stuff between two HDDs07:56
godbykhumphreybc: cool07:56
godbykwhat'd the power meter cost?07:56
humphreybclike $2007:57
humphreybcyou can also put in how much your power is per watt07:57
humphreybcand then it'll tell you how much it's costing to run whatever you've got plugged in07:57
humphreybcis there anything I need to do asap for UMP?07:58
godbykcool07:59
godbykhmm.. probably. :)07:59
humphreybcwell dont just say that, what needs to be done? :P08:00
godbykLemme look, hold on.08:01
godbykhumphreybc: have you written instructions for editing the .tex files, compiling, and committing/pushing the changes back to the branch yet?08:02
humphreybcnope08:02
humphreybckinda was hoping you'd do that .... :P08:02
godbykheh.. nice try!08:02
humphreybcwow, mark is right on time for work08:03
godbyk?08:03
humphreybc"sabdfl signed in"08:03
godbykah08:03
humphreybcand it's 9:03pm my time, which means it's 9:03am in london08:03
godbykright08:03
humphreybc3 minutes past nine and he's already at his desk and logged into IRC :P08:03
thorwili was under the impression it's 8:04 in london08:04
humphreybcoh08:04
humphreybcso it is!08:04
humphreybcwell, he's really early then xD08:04
humphreybchey so thorwil, we need to talk logos :)08:05
thorwilhumphreybc: everyone but you seems to be fine with the star-like approach08:05
humphreybclol08:06
humphreybcthere's the surprise of the century :P08:06
* thorwil notices referrer links from facebook 08:08
humphreybcheh, yep, i linked our facebook fans to your page08:11
humphreybcokay, let's decide on a title page and a logo now08:13
thorwilhumphreybc: title page A08:14
humphreybcI was going to say b :P08:14
humphreybcI'd like to get dots in there somewhere08:14
godbykhumphreybc: you and your dots fetish..08:15
thorwilhumphreybc: won't happen08:15
humphreybcthorwil: why not?08:15
godbykI vetoed it. :-P08:15
humphreybclol08:15
godbykthe dots are supposed to be for techie/engineering stuff, right?08:16
humphreybcnope08:16
humphreybcclose dots are for enterprise08:16
humphreybcwide spaced dots are for community08:16
godbykah08:16
thorwilhumphreybc: "When you see widely spaced patterns of dots, or outline images and figures, that’s signalling that the content is more engineering-oriented than end-user oriented."08:17
thorwili see not a word that would associate dots with the community side08:18
thorwilaside of that, the dot grid gives a technical feel and stands in contrast to our title font08:18
humphreybcah, sorry. I was under the impression that wide dots meant community. not sure where I got that from.08:19
godbykalso, I don't want to program latex to print all those dots. ;-)08:19
humphreybclol08:19
godbyk(though I'm hoping that inkscape can handle the translations and save me some effort)08:19
humphreybcokay fine, fine, title page A it is08:19
humphreybcnow, logo. *deep breath*08:19
thorwilhumphreybc: well, Mark's post sucks regarding that point, because you can read it several times and still be unsure what is for what08:19
humphreybcthorwil, do you want me to get confirmation of dots?08:20
thorwilhumphreybc: no. title page A is ready for use now08:20
humphreybcCould you change the colour of the icons to Aubergine like title page b?08:21
thorwilno08:21
thorwili found no way to balance aubergine icons with the wave of friends, without the later looking sexually frustrated08:22
humphreybcsexually frustrated title page huh? that's a new one!08:22
godbyklol08:22
humphreybcokay. I'm just trying to minimize brown.08:22
humphreybcseeing as brown is now goneburger08:22
thorwilhumphreybc: the icons are no longer brown, but light orange08:23
humphreybcoh, well that's okay then08:23
humphreybc:)08:23
thorwilhumphreybc: see attachment to post regarding RTL08:23
humphreybckk08:23
humphreybcbrb have to get pies08:23
godbykhey, thorwil, you don't happen to be a bash shell scripting expert by any chance, do you?08:24
thorwilgodbyk: no, so far i was happy with simple for loops08:25
godbykrats.08:25
humphreybcback, haz pies08:26
thorwilhumphreybc: so you was like *deep breath*, logo08:28
humphreybcheh08:28
humphreybcyes08:28
humphreybclet's decide on a logo08:29
humphreybci don't like the star thing08:29
humphreybc:)08:30
godbykhumphreybc: what's wrong with the 'star' thing?08:30
humphreybcit scares me08:30
godbyk?!08:30
humphreybcwhen i see it, i think i'm going to be hit by a ninja's throwing star08:30
godbykThe others look like all the pages are coming from a single place.  the 'star' one looks more like they're coming from all over.  I like the star one better.08:31
humphreybcit's too edgy, sharp and cold... not welcoming or community or anything08:31
humphreybcapart from the multiple sources thing08:31
thorwilwell, i could try something else08:31
humphreybcthorwil, that would be good :)08:32
humphreybcno offence or anything, but i just don't think it encapsulates what we're all about08:32
thorwilgodbyk: for warning/advanced, you prefer the road sign approach for both, right?08:42
godbykthorwil: I think so.. I think it was the second column I liked.08:42
godbykwith the dark outlines.08:43
godbyk(they don't have to be full black; it'll depend on how thick the outlines actually are.08:43
thorwilhttp://thorwil.files.wordpress.com/2010/03/ump_icons.png?w=326&h=23808:43
godbykbut I think the black will be good for printing.  I fear the yellow alone may be too light when printed in greyscale.08:43
godbykyeah, the second column.08:43
thorwilok08:44
humphreybcthorwil09:24
humphreybc"Hi Mark, quick question - wide-spaced dots stand for community, close-spaced dots stand for enterprise? Is that right?"09:24
humphreybc"sabdfl: yes. think graph paper in the one case, and server rack cabinet grille in the other"09:24
thorwilyeah right, graph paper for community09:24
humphreybcsabdfl: if you could pass this on to the folks who are doing that work, i'd appreciate it09:27
humphreybcsabdfl: the dot pattern in both reads as "developer orientation"09:28
humphreybcsabdfl: the dots are small and widely spaced relative to their diameters09:28
humphreybchumphreybc: We haven't "met" before either Mark - I'm Benjamin, leader of the manual project, you may have heard about it :)09:28
humphreybcsabdfl: i have heard of it, it rocks, thank you :-)09:28
humphreybcsabdfl: the outline pictograms also hint at developer orientation09:28
humphreybcsabdfl: so both of these say "i'm aimed at technical people", which you might want to change09:28
humphreybchumphreybc: both of the ones with the dots?09:28
humphreybcsabdfl: yes09:29
humphreybcsabdfl: the one which uses aubergine more heavily is saying "this is produced by a company", or "aimed at companies"09:29
humphreybcsabdfl: it's using quite a light shade of aubergine, which signals "consumer focus"09:29
humphreybcsabdfl: yes, i think the dotless one is best09:29
humphreybcsabdfl: some suggestions09:29
humphreybcsabdfl: try the warm grey for the pictograms09:30
humphreybcsabdfl: rather than the odd orange/brown09:30
humphreybcsabdfl: and maybe also for the nice wave-of-people motif09:31
humphreybcsabdfl: looks fantastic!09:31
humphreybcsabdfl: cheers09:31
thorwilcool09:33
humphreybc:)09:33
thorwilhumphreybc: and no fair, when i tried contacting him via irc, it took 10 hours for a reply that only said he was busy otherwise :}09:33
humphreybchahaha09:34
humphreybc:P09:34
godbykcool.  so did we get the title page stuff settled then?09:40
humphreybcyup09:40
humphreybcdo want: http://www.trademe.co.nz/27700528309:44
titeuf_87this actually work?09:47
humphreybcabsolutely no doubt about it in my mind that it works09:47
titeuf_87good luck sleeping with that on your head though09:48
humphreybchaha too true09:48
godbykwhee! the parallelized build script works.09:55
godbykthat'll save some time.09:55
humphreybchaha yess!09:55
humphreybcI did some cool stuff in my python lab today that I thought was pretty neat...09:55
godbykokay. I'm off to bed.10:13
humphreybckk, night godbyk!10:13
humphreybcfunny how i should be going to bed too10:13
humphreybcwhat time is it there?10:13
godbykhumphreybc: Updated build page: http://ubuntu-manual.org/builds/10:13
godbykAmerican English 'translation' is there at the top.10:13
humphreybcawesome :)10:13
godbykyou may have to update some links.. I'm not sure.10:14
godbyklet me create a symlink.10:14
godbykthat should fix it all10:14
humphreybcis this stuff in the branch?10:14
godbykit's 5:14 a.m. here.10:14
humphreybci like it how your sleep patterns basically mean you're in the same timezone as me10:14
godbyksymlinks created.10:14
godbykyeah, I'm a total night owl.10:15
humphreybcsorry, what am I doing with symlinks?10:15
godbykI'll probably be awake for a bit longer.. just lying in bed reading or somethign.10:15
godbykhumphreybc: nothing. I've taken care of it.10:15
godbykno worries.10:15
humphreybclol ok cool :)10:15
godbykIGNORE ME!10:15
godbyk:)10:15
humphreybcwilco10:15
humphreybcgo read your book10:15
humphreybci bet it's about something silly10:15
humphreybclike frilly pink pillow covers10:16
* godbyk just realized that I doubt anyone in this room knows the reference, but he amuses himself nevertheless.10:16
humphreybclol10:16
godbykhttp://www.youtube.com/watch?v=aGbPs5y3oz810:17
* humphreybc looks at the link10:18
humphreybclol10:26
* humphreybc is still trying to decide whether to buy another 24" monitor10:30
* humphreybc just bought another 24" Dell LCD10:45
dutchieevening folks19:24
godbykhey, dutchie .19:25
Dakerhi @all19:25
godbykDaker: dutchie is the guy who handles the translation stuff for the ubuntu manual. he may be able to help you with your pot file.19:26
thorwilword19:26
Dakergodbyk oki19:26
Dakerdutchie !!!19:27
godbykhey, thorwil.19:28
dutchieDaker: o/19:29
Dakerdutchie i don't know if i use https://launchpad.net/ubuntu-manual-website for handling the website19:30
dutchie:( PHP19:31
dutchiePHP makes me cry19:31
Dakerdutchie why ?19:31
dutchiebecause it's horrible19:31
dutchiebut never mind that, did you have a translation-related question?19:32
thorwili'd like to make PHP cry19:33
DakerI don't know if upload the file here lp ubuntu-manual-website or where19:34
DakerHEEEEELLLLLLLPPPPPP19:36
Daker:s19:36
godbykDaker: we may also want to hold off on the translations until we've edited the text.  I think the text that's there is just semi-boilerplate text that humpreybc put in.19:37
godbykbrb. going to fix a sandwich.19:38
Dakergodbyk ok19:38
Daker@all see you later19:39
manualbot`Daker: Error: "all" is not a valid command.19:39
godbykback19:49
thorwilgodbyk: in graphics/, warning.pdf and advanced.pdf are generated or explicitly saved?19:58
godbykthorwil: right now they're explicitly saved.19:58
thorwilgodbyk: i have 2 SVGs ready. both with 64x64 px canvas19:59
thorwilgodbyk: should i just replace what's there with them and their PDF exports?19:59
godbykthorwil: sure!20:02
thorwilgodbyk: pushed. had a conflict to resolve (maintenance.moved). no clue what that was about20:07
thorwilgodbyk: SVG with colors, contains a red that could be used for link: http://bazaar.launchpad.net/%7Et-w-/%2Bjunk/ubuntu_manual_cover/download/t_w_%40freenet.de-20100318130523-o2k0cv6tfl1rf893/palette.svg-20100318121658-3ezpc5eiih67vu2p-1/palette.svg20:09
godbykthorwil: nice! I'll give it a shot.20:11
thorwilgodbyk: our traffic signs are neither all european or usa/nz/aus-ian, but i wanted to have different shapes. considered switching to european triangle with red frame and white fill, but that would lessen the likeness with the Humanity icon and looks harsher somehow20:14
godbyktrue20:14
ubuntujenkinsRed_HamsterX and titeuf_87 can you please check the todo list http://pad.ubuntu-uk.org/aA6ygCXL9F I have put coments by the stuff i think has been done, If I am right can you strike though it.21:20
titeuf_87ubuntujenkins, what do you mean with check the user is online?21:23
titeuf_87just that he can connect on the net?21:23
ubuntujenkinstiteuf_87: yes just that he is on the internet21:30
Red_HamsterXThat's probably a good thing to test.21:30
ubuntujenkinsI know ground control does it21:30
titeuf_87Should be easy enough to implement. When the user is not online show a warning when you start quickshot?21:32
ubuntujenkinsyes I think that would be the best way to do it.21:32
Red_HamsterXTry pinging the server?21:32
Red_HamsterXOr, actually...21:32
ubuntujenkinsI did some of the ui chnages to day I will finish it tonight/tomorrow21:33
ubuntujenkinswell ping may work21:33
Red_HamsterXSine the server will be necesary for determining what needs to be done, just fail it the screenshot list can't be retrieved.21:33
Red_HamsterXSince*21:33
Red_HamsterXnecessary*21:33
Red_HamsterXif*21:33
Red_HamsterXI need to learn how to type.21:33
ubuntujenkinsIt would be good if it was done at launch as there is no point the user going through every thing to find out that they can't do it becasue they are not online21:34
ubuntujenkinsalso is it possible to change the label on the very first window when it launches in the quickshot user?21:35
ubuntujenkinsI know how to chnage labels21:35

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!