/srv/irclogs.ubuntu.com/2008/08/28/#xubuntu.txt

LoCaLMaChIn1I know Gnome has one but according to reviews its buggy just curious and see if anyone else in the room has a modem dialer that is like kppp00:00
pomadahello00:16
pomadai just install a nice font but when i try to make it bigger.. letter 11 instead of 900:17
pomadawait00:17
pomadanever mind00:17
Ghetekhey guys i want to use rsync to recursively copy all the files from /here/is/my/dir to /here/is/other/dir but i want every file to be deleted from the source after its transfered00:45
zoredachecheck the rsync man page.  I am almost certain I saw an option for that...00:45
zoredacheit sounds like a dangerouse thing to do though...00:46
Odd-rationaleGhetek: my not use mv ?00:51
bassboihow do i unrar00:55
zoredachebassboi: start by installing unrar or unrar-free01:01
zoredacheI am not sure about fileroller, but I believe a couple of the archivers will handle rar files if the those packages are installed01:01
Ben_Csgood22:32
Ben_CsOdd-rationale: lot's of people say one of xfce advantages is it's ability of customising. so my question is: is it more customisable than gnome?22:40
vinnlIt's customizable differently :P22:41
vinnlIn some areas more customizable, in some less22:41
vinnlFor example, you can set a list of wallpapers in Xfce by default22:41
vinnlSo different wallpapers are shown each time you log in22:41
Ben_Csvinnl: and gnome doesn't have this ability?22:42
vinnlNot by default, I believe22:42
vinnlThough I haven't used GNOME extensively recently22:42
Ben_Csi see. good to know22:42
vinnlYou're also supposed to be able to do a lot of configuration in GNOME through gconf, so perhaps you can do this from there22:43
vinnlIt's not really userfriendly though22:43
Ben_Csvinnl: neither did i. i use xfce exclusively for about a year.22:43
vinnlI'd say I've been using it for about two years now exclusively :)22:43
vinnlAnd the year before I used it now and then22:43
vinnlAnd the year before I used Windows ME :P22:43
Ben_Csi hope that all goodies projects will continue developing non stop :)22:44
vinnlI hope that all open source projects will continue developing non-stop :)22:44
TheSheepsome of them are in pretty early stages of development actually22:44
Ben_Csvinnl: i installed ubuntu with gnome on a VM just to try out the new gnome, and i must say, i don't see advantages over xfce. xfce has developed so much over the last years22:45
vinnlWell, it is integrated very nicely, I must say :)22:45
Ben_CsTheSheep: the xfce web browser looks promising22:45
vinnlBut indeed, Xfce has made amazing progress, and it's too bad to see so few people aware of that22:45
TheSheepBen_Cs: you mean midori?22:45
TheSheepBen_Cs: kalikiana is writing that one :)22:46
TheSheepBen_Cs: he started about a year ago, I think?22:46
Ben_CsTheSheep: yes midori22:46
TheSheepor was it two years already?22:46
Ben_CsTheSheep: what language do they use in goodies projects?22:48
TheSheepBen_Cs: usually C, C++ and Python22:49
TheSheepBen_Cs: most of xfce is written in C++22:49
Ben_CsTheSheep: nice22:49
Ben_CsTheSheep: btw, what's best for sys admin: python or perl?22:49
TheSheepBen_Cs: apples and oranges22:50
TheSheepBen_Cs: best for doing what exactly?22:50
vinnlApples and oranges are the easiest to learn, definitely :)22:50
Ben_CsTheSheep: scripts for system administrating tasks22:51
TheSheepBen_Cs: bash22:51
Ben_CsTheSheep: advanced scripts?22:51
TheSheepor any other shell22:51
TheSheepcsh, zsh, whatever you prefer22:51
Ben_CsTheSheep: but for complicated tasks you need perl or python no?22:52
Odd-rationaleI find gnome very customizable due to gconf. i don't find it hard to understand at all. I heard talk about xfconf for xfce... anyone know much about that?22:53
TheSheepBen_Cs: perl is best for text processing22:53
vinnlOdd-rationale, xfconf is coming :)22:53
vinnlHopefully they listen to Brain who's pushing for settings-migration scripts :)22:53
Odd-rationalevinnl: where can i read up on that?22:53
TheSheepBen_Cs: when you need to parse something, or convert something, etc.22:54
vinnlOdd-rationale, the Xfce-dev mailinglists I suppose :)22:54
Ben_CsTheSheep: and python is best for?22:54
TheSheepBen_Cs: python is a generl-purpose language22:55
TheSheepgeneral-purpose22:55
Ben_CsTheSheep: although perl can be used for the same tasks as python?22:55
TheSheepBen_Cs: but calling external programs from python and general flow control is more complicated than in bash :)22:56
favro 22:56
TheSheepBen_Cs: all turing-complete languages can be used for the same tasks, as long as they have apropriate input/output libraries, I've seen a Brainfuck interpreter written in sed22:56
TheSheepBen_Cs: it's just easier to do some things in some languages22:57
vinnllolcode ftw :P22:57
Ben_CsTheSheep: thanks. i'm going to learn perl in OS course in college, so i better get an edge by starting by myself in this vacation. i also learn again java- haven't used it for several years. c++ i studied the last semester :)22:59
Ben_Csmaybe i shall learn wxWidgets? :)23:00
TheSheepBen_Cs: personally I like python best, but the fact is they are all pretty similar, at least compared to prolog ;)23:00
Ben_CsTheSheep: i like java for gui programming. and for faster systems c++23:01
* vinnl is going to learn prolog :)23:01
vinnl(After Java)23:01
TheSheepy personal language of choice is Python, right after C23:02
TheSheepbut that's just me23:02
Ben_Csi found a very nice tutorials site: http://www.zetcode.com/23:02
Ben_CsTheSheep: i like C too. but C++ even better, because it simplifies programming23:03
TheSheepargh, a tutorial that starts with a TIOBE rating can't be any good :/23:03
TheSheepBen_Cs: it does what???23:03
TheSheepBen_Cs: my favorite summary on C++:  http://yosefk.com/c++fqa/23:04
Ben_CsTheSheep: it's more natural to me to program in a language that's built on oop thinking23:04
vinnlChecking out Vala is definitely one of my plans23:04
TheSheepBen_Cs: contrary to common belief, c++ is not even an oo programming language, at least according to 2 definitions out of 323:05
Ben_CsTheSheep: do you oppose every language that has a built-in OOP thinking?23:05
TheSheepBen_Cs: you can't build thinking into language :)23:06
TheSheepBen_Cs: but I don't oppose anything23:06
Ben_CsTheSheep: when a Class is defined - it's oop thinking23:06
TheSheepBen_Cs: then hq9++ is an OOP language?23:06
vinnlBtw, Ben_Cs, TheSheep: /j #xubuntu-offtopic  :)23:06
TheSheepvinnl: right, sorry23:07
vinnl:)23:07
Ben_CsTheSheep: don't know hq9++23:07
Odd-rationaleI want to / starting to learn javascript and xul...23:07
Ben_Csvinnl: good to know23:07
jwishnieAnyone know what codecs to add to Xubuntu Hardy to view Apple Quicktime Trailers in Firefox? I have totem-gstreamer totem-mozilla installed23:40
Odd-rationalejwishnie: try installing xubuntu-restricted-extras23:40
Odd-rationale!quicktime23:40
jwishnierestricted extras causes the following to be download:23:42
jwishniecabextract flashplugin-nonfree java-common libdvdread3 liblame0 libmad0 libxine1-bin libxine1-ffmpeg23:42
jwishnie  msttcorefonts odbcinst1debian1 sun-java6-bin sun-java6-jre sun-java6-plugin unixodbc unrar23:42
jwishnienothing appears gstreamer related23:42
jwishnieI had quicktime running under totem-gstreamer in Gutsy....23:42
jwishnieWould like to stick with gstreamer rather than switch to xine...23:43
Odd-rationalejwishnie: this might have what you;re looking for https://help.ubuntu.com/community/RestrictedFormats23:45
jwishnieOdd-rationale: thanks, reviewing link now23:46
jwishnieahh, a link to Medibuntu23:47
jwishnieThe weird thing is I have the same set of gstreamer codecs installed under Hardy as Gutsy23:48
jwishnieAnd what works in Gutsy does not in Hardy...23:48

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