/srv/irclogs.ubuntu.com/2009/04/30/#ubuntu-doc.txt

ds305Hey all, looking for a gedit user, especially one who does scripting with it. But anyone will do. ;-)00:30
Taimscripting with it?00:34
Taimyou mean writing plugins or using it for scripting?00:34
ds305No, I'm looking to make sure a tab no longer exists. Thanks.00:34
ds305Thanks. I'm updating the gedit wiki page here: https://help.ubuntu.com/community/gedit   It shows a Highlight Syntax tab. I need confirmation it no longer exists.00:34
ds305You get to it via Edit, Prefs, but I think it's been removed from later versions of gedit.00:35
TaimIt is gone.00:35
TaimI have: View, Editor, Font & Colors and Plugins.00:35
ds305TY. If I could ask another question.  Do you have an entry in the bottom status bar ... I think you just answered my next one.00:36
ds305The bottom bar has the type of code. I suppose that is the Editor entry.00:36
TaimYes, there is a drop-bar at the botom with they syntax type.00:36
TaimDo you want fresh screenshots?  I can fire them up to my site for you to snarf.00:37
ds305I've taken the screen shots but haven't uploaded them. I wanted to make sure the Highlight Syntax tab didn't exist.00:37
ds305The bottom status bar on mine seems a bit different than yours. I'm using 2.26.100:38
TaimSame here.00:38
ds305I appears the bottom changes according to what file is open (besides the syntax window).00:39
ds305Maybe not, but I don't see the Plugins window, just syntax, tab width and line info.00:39
TaimSame here.00:40
TaimOH!00:40
TaimOK.00:40
TaimI was looking at the settings tab in edit, preferences.00:40
ds305Ah, ok.00:40
TaimThe status bar shows:  doc type, tab, line, column and "INS"00:40
ds305Same here. Do you recall ever using/seeing the Highlight Syntax tab. I think it's been gone since 2.18, which was about 7.10 IIRC.00:41
ds305I never used it and it took me a long time this afternoon to determine it was no longer around.00:42
ds305Thanks for your assistance Taim.00:43
TaimNo problem00:50
Rocket2DMnnhandler, wanna help me with bzr?00:50
nhandlerRocket2DMn: We're about to eat dinner. Are you going to be online in about 30-45 minutes?01:05
Rocket2DMnyeah nhandler01:06
Rocket2DMngo eat :)01:06
Rocket2DMnlol mail spam on bug fixes mdke !01:33
cody-somervillemdke, fyi, I'm not ignoring all the great threads on ubuntu-doc - just been busy with work and the release.02:00
mfitzhughHi all - Could someone lend me a hand with a newbie bzr problem, please?20:47
mfitzhughI just need to figure out how to "reset" my local copy of karmic system docs20:55
mdkemfitzhugh: sure, just a sec - phone call20:58
mfitzhughThanks!20:58
mdkemfitzhugh: sorry, I'm here now21:16
mdkemfitzhugh: so do you want to undo changes that you've made? losing them forever?21:16
mfitzhughCool, thanks mdke. So I'm trying to make sure I have all the latest karmic docs before diving into a bug21:16
mfitzhughYes. I want a clean slate21:17
mdkehave you committed any changes with "bzr commit"?21:17
mfitzhughI commited one file yesterday during emma-janes bzr demo in Open Week21:18
mdkeok, so if you've just done one commit, you can run "bzr uncommit" in the tree21:18
mfitzhughJust issue "bzr uncommit" on its own? Or do I need to specify the file I committed21:19
mdkeon its own will be fine21:19
mdke(I hope)21:20
mfitzhughO.k. Did that. Now "bzr merge"?21:20
mdkedo "bzr status" to see if you have any uncommitted changes21:20
mfitzhughhttp://pastebin.ubuntu.com/161675/21:22
mdkehmm, you have a conflict there21:22
mdkethat happens when you merge something which conflicts with your own branch21:23
mdketo undo your local changes, do "bzr revert"21:23
mfitzhughHmmm... mabye that happened when I was screwing around on my own trying to figure things out earlier today. Ok... here's what I got21:24
mfitzhughR   about-ubuntu/C/about-ubuntu.xml.OTHER => about-ubuntu/C/about-ubuntu.xml21:24
mfitzhughM  debian/changelog21:24
mdkenow see if "bzr status" gives you anything21:25
mfitzhughClean!21:25
mdkejolly good21:25
mfitzhughSo I should be back in sync now?21:25
mdkenow let's just check for good order what revision you have21:25
mdkedo "bzr log -l 4"21:25
mdkebzr log will dump all the revision history, and the -l 4 bit gives you the last 4 revisions21:26
mfitzhughYup. I'm up to revno: 28921:26
mdkeok, the latest in the branch on Launchpad is 290, so you can do "bzr pull lp:ubuntu-doc/karmic"21:27
mdke(the "karmic" bit isn't strictly necessary, because lp:ubuntu-doc defaults to karmic at the moment, but I put it in so that if you happen to get other branches, you see how it works)21:28
mdkein fact, just "bzr pull" on its own is normally enough, because bzr remembers the pull location21:28
mfitzhughOk. Now I'm up to revno: 290. Cool! Thanks for the help! It's been a while since I've used version control.21:28
mdkeno worries21:28
mdkeeach revision control system is different :)21:29
mdkeso what are you working on?21:29
mfitzhughSo true. -- I'm trying to tackle https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs/+bug/12950521:29
ubot4`Launchpad bug 129505 in ubuntu-docs "Docs required on desktop search tools" [Wishlist,New]21:29
mdkecool21:30
mdkethat bug raises a little twist to the usual procedures21:30
mdkeif you're looking at amending the "user-guide" document, you should be aware that this document isn't present in ubuntu-docs21:30
mdkeit's a document that we get from upstream, and is found in the gnome-user-docs package21:31
mdkeso we have a different bzr branch for that document21:31
mfitzhughI'm not really sure what I'm doing yet, but I'm sure I'll figure it out with help. -- Oh! That's good to know. I was thinking it was a matter of altering and ubuntu-doc to link to a gnome doc. What's the branch for the gnome docs?21:32
mdkehere: https://code.launchpad.net/~ubuntu-core-doc/gnome-user-docs/ubuntu-karmic21:32
mfitzhughSo I need to bzr pull lp:https://code.launchpad.net/~ubuntu-core-doc/gnome-user-docs/ubuntu-karmic21:32
mfitzhughIs that right21:32
mdkenot quite21:33
mdkeyou do:21:33
mdkebzr branch lp:~ubuntu-core-doc/gnome-user-docs/ubuntu-karmic21:33
mdkeif you ever forget, it's written towards the top of the Launchpad page for the branch21:33
mfitzhughOh, I see. b/c branch is for creating new copies while pull is to turn a branch into a mirror of another branch21:34
mdkeyou can use http addresses with bzr, but if you do, you would remove the "lp:" bit, and the branch you get wouldn't support write access21:34
mdkeyes, that's right21:34
mfitzhughCool. You just saved me a ton of confusion. Thanks! Any other pointers or tips on this oneL21:35
mdkethe other question to consider would be whether it's a change that should be submitted directly to Gnome, upstream, or which we should do in our branch21:36
mdkewe don't have to decide that now21:36
mdkebut in any event my initial thought would be that we should do the change in our branch, because tracker isn't officially part of Gnome, as I understand it21:37
philip_that was wordy ;)21:38
philip_is there a recommended ubuntu vmware appliance for doc writing?21:38
mfitzhughBut it's part of the Ubuntu distro's Gnome :-) I understand (I think)21:38
mdkeright21:38
mfitzhughCool. Alright. Off to work with me. Thanks again, mdke!21:39
mdkephilip_: don't think so - but I might not understand the question21:39
mdkemfitzhugh: no worries, good luck21:39
mdkemfitzhugh: feel free to mail the list if you get stuck21:39
mfitzhughWill do21:39
philip_or generally a good ubuntu virtual machine... that can later be setup to write docs for SystemDocumentation21:42
mdkephilip_: if you run Ubuntu already, then you don't need a virtual machine, right?21:43
mdkein Windows, I use virtualbox21:43
philip_i run mac, and want something for vmware fusion21:43
mdkeah, I don't know. I only just discovered virtualbox, and love it to bits21:44
philip_yeah, i'm fairly new too and love it21:44
mdkeyou could give it a try if you like21:44
mdkeit says it runs on mac21:45
philip_okay, here goes!21:46
mdke:)21:46
mdkeyou download a standard Ubuntu iso and then just install using it (no need to burn to a CD)21:46
philip_sometimes it's nice to already have it all setup by some intelligent geek so we don't have to worry about it :)21:47
DougieRichardsonphil uses VM for his writing21:49
mdkephilip_: is that what vmware does?21:49
DougieRichardsonmdke: you can download pre-configured vmware images21:50
mdkeI see21:51
DougieRichardsonvmwares player is free but the server wasn't (not sure if is now or not), hence you needed someone to make the images21:54
philip_yeah, sometimes it's nice because it's simple, fast, and typically less to download... also simple to try all sorts of distros and stuff people make22:27
philip_ideally a nice vmware appliance would exist that has all the desired tools setup22:34
mdkephilip_: that would be cool, definitely22:41
philip_am setting up virtualbox now. should i be playing with some developmental version of ubuntu or stick with 9.04?22:43
mdkethe next version is pretty much just started, so there isn't much to play with at the moment22:43
mdkeI'd go with 9.0422:43
mdkeif you want to upgrade, you can save the state and upgrade, then revert to the saved state if it goes wrong :)22:44
philip_saving states is for the weak!22:45
mdkeheh22:45
philip_am trying Netbook Remix for kicks, this will be fine?22:45
mdkesure22:45
mdkenetbook remix comes with an easy way of switching to the regular desktop22:47
dsas_is there any reason for keeping the various alt & f2 methods of running apps rather than just using the menus>22:48
mdkedsas_: only for programs which aren't in the menu22:49
dsas_mdke: Thought as much, we have both methods in some places. Just so that the user has the choice of which way they want to start the app.22:51
dsas_would be nice if we could have a button to click to start an app.22:51
mdkeoh yeah22:51
mdkeI wonder if that could b done22:51
dsas_mdke: not currently as far as I can tell.23:12
dsas_I think yelp passes a lot of that stuff on to gecko23:13
mdkedsas_: ok, not to worry. The menu entry is the right way to go then IMO23:13
mdkewow, fooka has rocked the wiki today23:54
mdkehttps://help.ubuntu.com/community/RecentChanges23:54
mdkeRocket2DMn: is he one of your soldiers?23:55
j1mc:)23:55
j1mcmdke: do you find it difficult to document ubuntu if you primarily use kubuntu?23:56
j1mcholy cow that is a lot of edits23:57
mdkej1mc: I don't use kubuntu23:57
j1mchm, I thought I saw a whole bunch of kubuntu team memberships on your LP page23:58
mdkej1mc: indirect membership I guess23:59

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