[19:38] hello room [19:39] can anyone here teach me linu8x? [19:39] hello? [19:39] anyone here? [19:40] teach you how ? [19:41] hello nareshov [19:41] rBUG, i want to be 31337 with linu [19:41] linux* [19:41] what must i do? [19:41] stop talking like that for a start [19:41] ok [19:42] i thought that 31337 stood for elite [19:42] if your about 5 years old. Yes [19:42] ok, never mind that [19:43] so whats your level on linux? [19:43] root ;) [19:43] ;-) [19:43] me thinks root O'what [19:43] ;-) [19:44] ok, so what did it take to learn what you have learned to be 'root'?! [19:45] rBUG Do you know unix? [19:45] Yes, thanks [19:46] is linux just a unix clone [19:46] ? [19:53] hello class [20:05] hi [20:10] hello [22:13] I need help with this question please. Is it likely that the BIOS for a computer running MS-Windows would be different from that used by a computer running Linux? [22:13] jrib: I'm here [22:13] Hanif07: please use #ubuntu, this channel is not very active [22:13] EminX: ok, what is the name of the package for the dictionary? [22:14] OpenDict 0.6.2 [22:14] ok [22:14] type: dpkg -L opendict | grep bin [22:15] jrib: on the terminal right ? [22:15] yep [22:16] that's what I'm seeing now on the terminal: [22:16] /usr/bin [22:16] /usr/bin/opendict [22:16] k, now type 'opendict' without the '' [22:18] yes, I opened it, but still when I wrote a word on the field of word and pres look up, nothing ? [22:18] yep, now in your terminal, was there any output? [22:18] no [22:18] hmm [22:19] let me see if I can install it here on arch [22:19] ok [22:25] You know that, I've selected on main menu Dictionaries than English-Albanian, [22:25] Also i look at the Tools , Manage Dictionaries, and in the Installed table there is that one also (English-Albanian) [22:26] does that work? [22:26] can't install here on arch :/ [22:27] no it doesn't work [22:27] the same problem [22:27] EminX: what does this return: grep repository $(dpkg -L opendict | grep config.py) [22:28] I wrote something ex. Test, and nothing ?! [22:28] how about lowercase? [22:28] nothing again, lowercase [22:28] try a different language too [22:28] like french or spanish to english [22:28] I've tried other lang's [22:30] that's from terminal [22:30] self.repository [22:30] argh [22:30] self.repository =\ [22:30] serlf.set('rep........ [22:30] yes, that full line [22:31] are you not on the same computer? just copy and paste [22:31] self.set('repository-list', self.repository) [22:32] ok, do: dpkg -L opendict | grep config.py [22:32] pastebin the contents of that file [22:32] /usr/share/opendict/lib/config.py [22:33] yes, open that in a text editor and pastebin the contents [22:33] "pastebin" ??? , [22:33] !pastebin [22:33] pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (make sure you give us the URL for your paste - see also the #ubuntu channel topic) [22:37] /usr/share/opendict/lib/config.py [22:38] what I spouse to do now [22:39] give me the urs [22:39] give me the url [22:39] how can I do it [22:40] did you copy and paste the contents of the file to paste.ubuntu-nl.org? [22:40] I copied the file [22:40] I will paste now [22:40] and pressed "submit"? [22:41] http://paste.ubuntu-nl.org/45069/ [22:42] ah [22:42] I see what's wrong [22:42] really [22:42] http://files.opendict.inhangar.com/Repository/Data/opendict-add-ons.xml [22:42] that's a parked domain now [22:44] so now, I must change that right ? [22:44] yep [22:44] into ? [22:44] you understand what you need to do? [22:44] want to edit by hand or want a command? [22:45] i must replace that row right? [22:45] do 'gksudo gedit /usr/share/opendict/lib/config.py' and replace 'http://files.opendict.inhangar.com/Repository/Data/opendict-add-ons.xml' with 'http://opendict.sf.net/Repository/Data/opendict-add-ons.xml' [22:45] can I just open that file config.py and edit that row right [22:51] are you there [22:51] yes [22:52] i did that what you said in terminal : do 'gksudo .... and than just opened a new gpedit window [22:52] yes [22:52] use that one [22:52] without text [22:53] how to use [22:53] what version of ubuntu is this? [22:53] 7.10 [22:53] strange [22:53] there is nothing on the window, [22:53] paste exactly the command you entered please [22:53] i tried to save that [22:55] could not save the file [22:56] that's the command I entered in terminal : [22:56] gedit /usr/share/opendict/lib/config.py' and replace 'http://files.opendict.inhangar.com/Repository/Data/opendict-add-ons.xml' with 'http://opendict.sf.net/Repository/Data/opendict-add-ons.xml [22:56] no... [22:57] just: gksudo gedit /usr/share/opendict/lib/config.py [22:57] I thought there was a command 'replace ' [22:57] that can replace text in any file, sorry :S [22:58] that's a shame [22:58] there is [22:58] let's do it that way [22:58] do: [22:59] sudo sed -i.backup 's#http://files.opendict.inhangar.com/Repository/Data/opendict-add-ons.xml#http://opendict.sf.net/Repository/Data/opendict-add-ons.xml#' /usr/share/opendict/lib/config.py [23:00] the "do:" is not part of the command by the way :) [23:00] yep [23:00] so i must write to the terminal all this : [23:00] sudo sed -i.backup 's#http://files.opendict.inhangar.com/Repository/Data/opendict-add-ons.xml#http://opendict.sf.net/Repository/Data/opendict-add-ons.xml#' /usr/share/opendict/lib/config.py [23:01] right ? [23:01] i did it [23:01] yes [23:02] but doesn't work [23:02] again [23:02] you can check the file in gedit now to make sure it changed [23:02] ok [23:02] no it doesn't [23:02] can't I change manually [23:02] yes [23:02] ? [23:03] that's how I said to do it first [23:03] I tried before but I couldn't save [23:03] I'll try again [23:03] close all gedit windows [23:03] ok? [23:03] and terminal also [23:03] not necessary [23:04] now do: gksudo 'gedit /usr/share/opendict/lib/config.py' [23:05] I did it [23:05] nothing changed [23:05] now edit the file [23:05] on the file contents [23:05] ok I'll try in the file [23:05] you need to change it [23:06] I changed it manually , but I can't sve the changes [23:06] you didn't open it with gksudo then [23:07] but it won't open with that [23:07] then you need to say that [23:07] let's try again [23:07] close all gedit windows [23:07] now do: gksudo 'gedit /usr/share/opendict/lib/config.py' [23:08] with ' ' also [23:08] yes [23:08] everything after : [23:08] now it's opened I will change the http location now [23:12] man, that's changed but still it won't work, I restarted the application, but the same, [23:12] pastebin the new file [23:12] ok [23:13] http://paste.ubuntu-nl.org/45071/ [23:19] EminX: hmm, maybe try grepping for other instances of the domain [23:19] how can I find other instances [23:19] dpkg -L opendict gives you all the files [23:20] ok [23:20] actually, wait [23:20] yep [23:20] pastebin 'ls /usr/share/opendict/lib/' [23:20] ok [23:21] http://paste.ubuntu-nl.org/45072/ [23:22] yep [23:22] delete /usr/share/opendict/lib/config.pyc [23:23] what is the command, I should do it from terminal right? If i try manually I don't have the permitions [23:23] sudo rm /usr/share/opendict/lib/config.pyc [23:24] it is removed now [23:24] try the dictionary [23:25] doesn't work [23:25] k [23:26] then you can grep the rest of the code I suppose [23:26] In any case, file a bug [23:26] ok, [23:28] Man thank you very much I appreciate very much for helping me, you lost your time for that, but I learned to much things from you, I'm new on linux but I love this OS, that's just the best, because it has the guys like you, thank you for helping [23:29] np, hope you sort it out [23:29] this is not the first time you helped me, I saw very often your name in #ubuntu [23:29] have a nice time