/srv/irclogs.ubuntu.com/2009/04/09/#xubuntu.txt

nineteenfingershey folks, thought i'd ask this again before i head off... is there a quick (and preferably easy) way to search for duplicate files within a folder on a mounted NTFS partition?00:42
cody-somervillenineteenfingers, yup00:52
cody-somervillenineteenfingers, You could generate an md5sum for all the files and look for duplicates00:52
nineteenfingersforgive my ignorance here - i've never done anything with md5sums before - but i've got 15.3 GB of files (18545 items) i need to compare - is doing that (creating the sums and looking for duplicates) an automatic procedure or something i'd have to do file by file?00:56
cody-somervillenineteenfingers, Are all the files in a single directory?00:57
HazimGis there an alternative to gsynaptics-mcs-plugin in xubuntu 9.04?00:58
cody-somervilleHazimG, what are you trying to do?00:58
HazimGmostly just disable tapping, scrolling, that sort of thing00:59
nineteenfingerscody-somerville many subdirectories of a single directory... all of the files are in sub-directories in a single directory i've called "BackupStuff" on an XP user's desktop (mounted to /mnt)00:59
cody-somervillenineteenfingers, http://code.activestate.com/recipes/551777/ <-- seems like a great script here00:59
HazimGweird00:59
HazimGmostly just disable tapping and scrolling01:00
cody-somervillenineteenfingers, It'll need some modification to be recursive though. I could help you with that.01:00
HazimGI know I could do it via a synclient script, but I was wondering if there was a gui tool available / in the works01:00
cody-somervilleHazimG, hmm...01:00
cody-somervilleJPohlmann, Do you know?01:01
JPohlmannHm, no. There's no replacement for gsynaptics-mcs-plugin. But maybe there are other GTK+ tools for synaptics touch pads.01:02
nineteenfingerssounds like a fun project - a couple of issues though... 1> my coding skills barely get past "hello world" and even that's not in Python. 2> i'm working on a live disk so not entirely sure how useful i'd be in the process of modifying it and 3> i was hoping for something pretty quick - this is all for a repair job i'm doing on someone's XP system - i can't say i fancy sinking much time into coding a script (or getting someone els01:03
nineteenfingerse to do so) - i'm just trying to reduce the size of the backup i need to make (currently looking at about 6 hours to transfer everything to another machine - anything that wasn't very quick would be a false economy)01:03
HazimGwell there's gsynaptics, but it doesn't load the settings at the start of the session like gsynaptics-mcs-plugin did01:03
nineteenfingerscody-somerville - that said... i probably would like a project like that if i had the time - it just seems kinda overkill for a single task i have to do today or tomorrow :p01:03
nineteenfingersoh and i know 3 isn't a couple - haha01:04
cody-somervillenineteenfingers, Making it recursive would probably only take me a few seconds01:04
HazimGthe plugin itself is only 2kb, and most of it is just #includes, so I believe it would be trivial to convert it from using mcs to xconf, but I'm not certain01:05
nineteenfingersright - well there's still another issue to consider - might be a biggie - i'm using a live disk and the system is pretty gutless (only 256MB RAM) - even if I had a way to compile the code I don't think it'd be up t the job and would need doing again if the system crashed for any reason (it has a few times so far when i try to ask too much of it)01:06
nineteenfingerssorry  don't think the hardware would be up to the job of compiling it... and would need to recompile every time if it crashed - my wording wasn't too clear first time01:07
nineteenfingersmaybe i'm wrong about the hardware though - i'm not exactly experienced with such matters01:07
cody-somervillepython is interpreted and not compiled01:07
cody-somervilleHowever, I do suspect the script will take a long time to complete based on the information you've provided - lots of data to look at.01:08
nineteenfingersyea - just read the "Discussion" on the bottom of that page - it sounds like a great script - very useful when you need it - but likely to give this machine a pretty severe headache01:09
nineteenfingersthink i might just back up the whole 15.3 gig and move onto something a touch more productive like actually earning money (sometimes it sucks being the one in the family who can struggle away and fix a computer)01:10
nineteenfingershmm... if i'm on a machine with just 1 optical drive, running linux from a live cd, is it possible to burn a dvd under linux on that machine or can i not remove the linux live disk?01:12
nineteenfingersprobably gonna be quickest to just drop these files onto a few DVD-RWs01:12
cody-somervilleYou can not remove the disk01:12
nineteenfingersthought that might be the case01:13
cody-somervilleAlthough there are linux distributions can do that01:13
cody-somervilleLike recovery ones01:13
cody-somervilleBut I dunno if burning would work01:13
HazimGI use slax for that sort of thing01:13
HazimGthere's a toram option that loads the OS to ram so you can remove the disc01:14
HazimGthough I think knoppix and dsl have similar options01:14
nineteenfingershmm - might be worth a look - though for time (downloading an iso, burning it, booting to it, mounting the drive and finally burning the disks - it might actually work out quicker and easier to just do the 6 hour network transfer i'm trying to avoid01:14
cody-somervilleMight just be easier to buy a new hard drive :P01:15
nineteenfingersHazimG - think i've got a DSL disk around here that might be good for that01:15
HazimGthe only thing is I don't know if dsl has python01:15
HazimGyou just need to mount a partition and burn it to a disc or do a network transfer is it?01:16
nineteenfingershaha! yea - it would be FAR easier to get a new drive - i don't think the owner has the money for one though - and after this i'll have no use for another drive until mine dies on me01:16
HazimGis it an ntfs partition or an ext2/3 partition?01:17
nineteenfingersHazimG - need to get a 15.3GB folder off a hard drive in one machine so i can do a system recovery on it after one of its users riddled it with malware and rendered it unusable - ntfs partition01:17
HazimGah01:17
HazimGyeah01:17
HazimGyou can build a slax image with ntfs-3g and that sort of thing01:18
HazimGit has a web interface for adding your own packages to the image01:18
HazimGdo you need to transfer it to another windows machine?01:18
nineteenfingersHazimG - I can either put it onto a shared folder i've got on another windows machine or put it onto DVDRWs - either way i don't mind as long as it needs minimal input from me and doesn't take eons to do... oh - and it all needs to come back the other way once i've straightened out the affected windowns machine too01:20
HazimGwell tbh, transferring it to another windows machine over SMB is going to be a pain on any live linux distro01:21
HazimGperhaps we should take this to #xubuntu-offtopic since this isn't about xubuntu itself01:22
nineteenfingersas it stands i'm now set up to make the transfer directly from machine to machine using xubuntu on the affected machine - probably gonna just get it going now and head to bed while it does its thing01:23
nineteenfingerscould do with some sleep anyway - multitasking when out like a light can only be a good thing :)01:24
HazimGmmm01:24
HazimGcody-somerville : xubuntu doesn't come with an ftp client, does it?01:24
cody-somervillecorrect01:25
HazimGbecause it would be way less of a pain to just set up a passworded ftp server on the target machine, mount the ntfs partition on the affected machine, and transfer everything over ftp (if it was over a LAN)01:26
nineteenfingersit is over a LAN (affected machine ethernet to router... target machine wireless to router)01:26
HazimGmmm01:27
HazimGyou'd need a livecd with an ftp client though01:27
nineteenfingerscould install a small ftp client (if there is such a thing) on affected machine though - i do have internet access through xubuntu on there now01:28
cody-somervilleYou can install an ftp client once you boot the live filesystem01:28
nineteenfingersno idea how to go about setting up ftp server on target though01:28
HazimGthere's plenty of "free" ftp servers for windows01:29
cody-somervilleI think SMB is probably the right answer.01:29
zoredachewhy not start an ssh server on your livecd, and pull with winscp/filezilla?01:29
HazimGmmm01:30
HazimGdoes thunar-vfs support smb?01:30
cody-somervilleNo01:31
HazimGif thunar-vfs is what I'm thinking it is01:31
HazimGyou could always install pyneighborhood then01:31
HazimGsimple tool that lets you mount smb shares01:31
nineteenfingersare any of these alternative approaches/suggestions likely to be any quicker than using pyneighbourhood to mount a share from the target machine and drag+dropping the directory from the affected NTFS partition to the target share?01:32
HazimGnope01:32
HazimGpyneighborhood would be quickest01:32
cody-somervillenah01:32
cody-somervilleUse sambafs :P01:32
fdemocracyhi guys. will be installing xubuntu on the netbook01:33
nineteenfingersin that case i'm gonna go with that - i'd love to have a play with some of these alternatives but now i'm at the point of "if it works..."01:33
fdemocracyim cheap.im poor and i hate paying for hardware and that is why i got a netbook01:33
cody-somervillefdemocracy, :)01:34
nineteenfingerscody-somerville - hahaha! if i had a clue how to use that command i might go that way - the ease pyneighborhood brings is right up my inexperienced alley01:34
cody-somervilleIf you can get pyneighborhood to work for ya, w00t w00t01:35
minazoxubuntu-8.10-desktop-i386 comes with Perl 5.10 already installed doesn't it?01:40
cody-somervilleCorrect01:40
minazoYeah, that was pretty cool and shocking. I was just trying out http://wubi-installer.org/ on my windows machine today and noticed that perl -v was 5.10. I am using a low spec machine now running CentOS, but that's just too cool not to try and replace my CentOS with it. It's fast as heck too. Thanks.01:44
cody-somervilleWhy shocking?01:44
minazoWhy was it shocking? I didn't realize that the distro had 5.10 installed by default. Most of what I've installed lately, came with 5.8.8 and it's a headache having 2 seperate "perls" on a machine... then trying to use CPAN along with it..etc..etc...plus, it was faster that I thought...I haven't been a linux user for long...maybe a only a year...01:48
* cody-somerville nods.01:51
nineteenfingerswell - the transfer is underway (used pyneighborhood to a windows share, mounted the NTFS partition and drag-drop copied the huge folder across) might be quicker than i expected though - the copy dialog is dithering between 3 and 4 hours remaining as opposed to the 6 i thought it'd be from my earlier abandoned attempt01:51
nineteenfingerslost a word there - "used pyneighborhood to MOUNT a windows share"01:51
nineteenfingersand on that note - i'm off to get some sleep - goodnight all and thanks for your help and suggestions earlier - talk soon01:53
HazimGgood luck with the transfer01:54
nineteenfingerscheers01:54
=== cyzie_ is now known as cyzie
BigMoopiesIs it possible to actually share clipboards between virtualbox and the original OS?  I have it set to "directional" but it doesn't work.02:01
charlie-tcaBigMoopies: You need guest additions installed02:02
BigMoopiescharlie-tca, how do I install that ?02:02
charlie-tcawhere did you get VirtualBox, website or repository?02:03
BigMoopieswebsite , latest version02:03
BigMoopiesor atleast 2.1.402:03
BigMoopiesdeb http://download.virtualbox.org/virtualbox/debian hardy non-free02:04
BigMoopiesin the apt/sources02:04
NTFSSTOP LEAVING YOUR COMPUTERS ON 24/7 YOU ARE CREATING OVER 1000kg OF C02 EMISSIONS A YEAR.02:04
BigMoopies(is how I got it)02:04
BigMoopieswow02:04
charlie-tcaI think they should be in /usr/share/virtualbox/02:04
charlie-tcait is called VBoxGuestAdditions.iso02:05
BigMoopieswhat do I do?02:05
NTFS!ops NTFS02:05
ubottuSorry, I don't know anything about ops NTFS02:05
BigMoopiesI see it02:05
NTFS!ops02:05
ubottuops is HELP! gnomefreak, tonyyarusso, PuMpErNiCkLe, maxamillion, TheSheep, crimsun, mrpouit, Myrtti, PriceChild charlie-tca or cody-somerville02:05
cody-somervillehmmm02:05
charlie-tcaWhat is it?02:05
NTFSSTOP LEAVING YOUR COMPUTERS ON 24/7 YOU ARE CREATING OVER 1000kg OF C02 EMISSIONS A YEAR.02:05
BigMoopies"nls  rdesktop-vrdp-keymaps  rdesktop-vrdp.tar.gz  src  VBoxGuestAdditions.iso  VBoxSysInfo.sh"02:05
charlie-tcacody-somerville: NTFS got kicked from #ubuntu+1 a minute ago02:06
cody-somervilleand now he is banned from Freenode :)02:06
BigMoopiesWhat do I do with the ISO ?02:07
charlie-tcaBigMoopies: you add it as a cd in the virtual machine, then go to /media/cdrom and look for the additions.linux file to run02:08
charlie-tcaRun it in a terminal window02:08
charlie-tcain the VirtualBox machine02:08
BigMoopiesOK, so I need  to mount the ISO as the CD-ROM drive so Windows XP picks it up ?02:08
charlie-tcaYour virtualbox is in windows? then yes02:09
charlie-tcaand run the exe file02:09
mrwesUbuntu user here, using Xubuntu for the first time; I noticed the desktop icons for Network and Computer run Nautilus, but Places | Home run thunar -- why is that?02:11
charlie-tcabecause Xfce does not use Nautilus02:11
charlie-tcaNautilus and Thunar are both file managers.02:12
mrwesyes I understand that02:12
BigMoopiescharlie-tca, So I can now unmount the ISO and put it back to normal CD-ROM drive now that the stuff is installed ?02:12
charlie-tcayes, BigMoopies02:12
mrwesI'm running Xfce now, and Nautilus runs when I open my cifs shares and/or Network icon02:12
BigMoopiesBTW: what is "passthrough" ?02:12
charlie-tcaBecause thunar doesn't have them and doesn't know what to do with it.02:13
mrwesahh02:13
charlie-tcaBigMoopies: I use it to access cd's on the hardware drive.02:13
mrwesso it's 'normal' aye?02:13
mrwesheh02:13
BigMoopiesso should I allow it or keep it unchecked ?02:13
charlie-tcaIt maeans it sees the cd without questioning the os the VBox runs in seeing the cd02:14
charlie-tcaBoy, did I screw that up02:14
BigMoopiesLOL.02:14
charlie-tcaIt lets the VBox see the cd without the Xubuntu seeing it also02:14
charlie-tcaWithout passthrough, when I put a cd in, both my desktop and VBox see it. With it, only VBox sees it when it is running.02:15
BigMoopiescharlie-tca, now that I installed the guest stuff, Windows' highest res is 800x600 , anyway to fix that ?02:17
BigMoopiesany way02:17
charlie-tcarun the guest additions again02:18
charlie-tcaI never ran windows in a VBox. But you should be able to raise resolution to match the normal desktop with it.02:18
charlie-tcaIt is the only way I ever got 1400x900 in VBox02:19
charlie-tcaBigMoopies: have you looked at the manual yet? /usr/share/doc/virtualbox/UserManual.pdf02:21
BigMoopiescharlie-tca, for some reason I'm not able to slide it more than 800x60002:25
BigMoopieswith the new 'driver'02:25
charlie-tcahmmm, "you may also open the Windows Device Manager and select "Update driver..."for02:28
charlie-tcaThe VirtualBox Graphics Adapter02:28
charlie-tcaWonder if that needs to be run for windows?02:28
BigMoopies"                                   you can resize the virtual machine’s window,02:28
BigMoopiesand the video resolution in the guest will be automatically adjusted (as if you02:28
BigMoopieshad manually entered an arbitrary resolution in the guest’s display settings).02:28
BigMoopiesFor Linux and Solaris guests, the Xorg server version 1.3 or later is required for02:28
BigMoopies"02:28
BigMoopiesgah02:28
BigMoopiestoo many lines02:28
charlie-tcaSo by adjusting the window size, it adjusts the resolution02:29
charlie-tcaMakes it fit the size of the window02:29
BigMoopiesyeah but it don't02:30
charlie-tcaAlso, right-ctrl + L seems to adjust the size to full screen and back to a window02:31
BigMoopiesI just have it stuck at 800x600 in the middle of the screen02:31
charlie-tcadoes the clipboard work?02:32
BigMoopiesyes02:32
charlie-tcawell....02:32
charlie-tcaLooks to me like windows just doesn't really listen02:33
charlie-tcaLet me look at the VBox forums02:33
BigMoopieswhat in the world did seemless mode just do02:34
charlie-tcaseemless says run windows in a window, and use the linux desktop at the same time02:34
charlie-tcaand pass things back and forth, I think02:35
BigMoopiesnow it's 1024x710 res.02:35
BigMoopieswith seemless02:35
charlie-tcaStretch the window and see what it does02:36
charlie-tcaalso, can ask in #vbox for help beyond me02:37
BigMoopiesit might be working now that I went in to seemless then to full screen02:39
BigMoopiesseemless , unseemless, full screen02:39
BigMoopiesrather02:39
BigMoopiesI'm shutting it down and trying it again to see02:39
BigMoopiesyeah now it resizes how it's supposed to to fit my real OS02:41
BigMoopieskuhraaaaaazy.02:41
charlie-tcaso it is working?02:41
BigMoopiesYes, magically02:41
charlie-tcanot so magic. You did it!02:41
BigMoopiesYay!02:42
BigMoopiesnow I just wonder if I need to install some anti-virus to slow the virtualbox down to a crawl02:42
BigMoopiesjust like real windows02:42
charlie-tcaI don't know. I don't have windows. If it gets infected, you can delete the vbox drive to get rid of it. It is a file.02:43
BigMoopiesyeah, but I don't wanna redo all my mIRC scripts02:43
charlie-tcabut if you send emails from it, you can infect others02:43
charlie-tcaThink viruses, then02:43
charlie-tcaIt is windows, after all02:44
charlie-tcaAnything that hits windows, hits windows in a virtual machine, too02:45
BigMoopiesyeah, that's why I stopped using windows in the first place.  I got tired of installing all that stuff  then it taking 3-5 mins to load up on restart02:45
BigMoopiesI wonder with the new virtualbox driver, would it be possible to run games just like real windows ?02:47
BigMoopiesgiving virtualbox more video RAM that is02:47
charlie-tcapossible, I think. Might run slow, though02:48
charlie-tcaI do 4 installs at a time here, but it ties up my dsl real bad02:48
BigMoopiesthat's what I thought.02:48
charlie-tcaOf course, I usually have one more hardware install running, and two systems I am using, too02:49
charlie-tcakind of frustrating when daughter says her browser is slowww02:49
BigMoopiesI only have 425 MBs per any given 24 hours in daytime hours02:49
BigMoopiesthen 1-6 AM is unlimited usage for my ISP02:49
charlie-tcaI pay a bunch, to have a full-time 7mbs connection02:50
BigMoopiesWildblue doesn't have anything like that, that I am aware of.. And they are capped by month02:50
charlie-tcaYeah, I got no caps, but it is not cheap, either02:50
BigMoopiesI pay $80 for Hughesnet02:51
BigMoopiespro plus plan02:51
charlie-tca$130 for quest02:51
BigMoopiesDSL is 2 miles up the road02:51
BigMoopiesalong with cable02:51
BigMoopiesin the city limits02:51
charlie-tcaCableOne wanted about 1/2 of that, but they cap you if you download too much.02:51
charlie-tcaBad deal when I test the ISO images daily02:52
charlie-tcaMaybe mine is cheap for what I get?02:53
BigMoopieswe have Suddenlink and AT&T DSL02:53
charlie-tcaI hear AT&T is not very good02:53
BigMoopiesATT hasn't extended the DSL coverage south for us02:53
BigMoopiesIt'd beat 15 KB/sec in daytime hours I bet.02:53
BigMoopiesand paying $8002:54
BigMoopiesand a cap..02:54
charlie-tcaIt might. cap would probably stay, but it is higher, I think. speed should increase, though02:54
BigMoopiesMaybe Obama will fix it (yeah right)02:55
charlie-tcahold your breath?02:55
charlie-tcaLOL02:55
charlie-tcaCan't convince AT&T to bring DSL down, huh?02:56
BigMoopiesno, or Suddenlink.  Even though we got Sat Internet and Sat TV all out here.02:57
BigMoopiesSuddenlink would be an obviously great competitor02:57
BigMoopiesidiots02:57
charlie-tcaWell, my brother could not get natural gas, even though it was at his neighbors, 25 feet away.02:57
charlie-tcaHe was not within the company policy02:57
BigMoopiesLOL,.  We had to pay 1,200something to get BiCounty (like city water) ran to our house from about 200 feet.02:58
BigMoopiesThen we had to pay for a plumber to get it from the road to the house02:58
BigMoopies(their meter )02:58
charlie-tcaYeah, they got ya, coming and going02:59
BigMoopiesso if the neighbors down the road get it, we just saved them a bundle02:59
charlie-tcaWell, I gotta go. long day today.02:59
BigMoopiesfrom having to tap on to it from where it was to their house02:59
charlie-tcaThat's true. Maybe get with them to get AT&T?03:00
kromardo divx streams work with xubuntu?03:26
loren_can someone help me to delete a file that keeps telling me permission denied it's a backup file I think from sbackup I tried sudo rm but I'm not good at command line commands in terminal how can I get rid of this file even though there is nothing in it and do I have to put sbackup back into my computer to get rid of the file?03:49
cody-somervilleloren_, Whats the path to the file?03:49
loren_home/loren/Computer Backup Files/2009-02-27_08.29.27.350650.loren-desktop.ful03:51
loren_do you need the drive letter?03:53
HazimGsudo rm /home/loren/Computer\ Backup\ Files/2009-02-27_08.29.27.350650.loren-desktop.ful03:54
HazimGshould work03:54
loren_I will try it03:54
homebrewcideranybody had any luck printing on a cd in xubuntu?03:54
loren_I get this loren@loren-desktop:~$ sudo rm /home/loren/Computer\ Backup\ Files/2009-02-27_08.29.27.350650.loren-desktop.ful03:56
loren_[sudo] password for loren:03:56
loren_rm: cannot remove `/home/loren/Computer Backup Files/2009-02-27_08.29.27.350650.loren-desktop.ful': Is a directory03:56
loren_loren@loren-desktop:~$03:56
HazimGah03:57
cody-somervilleloren_, ah03:57
cody-somervilleYou're attempting to delete a directory instead of a file.03:57
HazimGit's just like it says, it's a directory03:57
cody-somervillesudo rm -rf /home/loren/Computer\ Backup\ Files/2009-02-27_08.29.27.350650.loren-desktop.ful <-- should do the trick03:57
loren_o-k I will try it03:58
cody-somervilleBe careful!03:58
loren_It worked thank you very much I have tried for weeks to get rid of it thank you again04:00
loren_I'm new to chat also:)04:01
loren_thank you04:01
martinx73hi04:44
martinx73please i need help to install a web cam04:44
martinx73lsusb04:45
martinx73ID 093a:2472 Pixart Imaging, Inc.04:45
zoredache!webcam04:47
ubottuInstructions for using webcams with Ubuntu can be found at https://help.ubuntu.com/community/Webcam - Supported cams: https://wiki.ubuntu.com/HardwareSupportComponentsMultimediaWebCameras04:47
zoredachehave you read those pages yet?04:47
martinx73thanks, now reading04:48
J_Litewskihow do i reset the gdm?04:52
J_Litewskisince i removed it to fix my problem04:52
zoredacheJ_Litewski: did you get it all fixed?04:57
J_Litewskiyea04:58
J_Litewskiit's running like new now04:58
J_Litewskiit was a tiny bug in xfce 4.6.0 that sometimes caused sessions not to delete04:59
zoredacheanyway, in a terminal first do this command 'cd /etc/rc2.d' then do this 'sudo ln -s ../init.d/gdm'04:59
J_Litewskiok05:01
J_Litewskithank you for all of your help zoredache05:06
J_Litewskibrb05:08
J_Litewskithat didn't work05:16
zoredachedid you get an error when you ran the command?05:17
J_Litewskii wonder if my video card doesn't support dual display output05:20
J_Litewskizoredache, no it ran fine, still didn't get a login screen though05:20
zoredachetry it this way then...  sudo update-rc.d gdm defaults 30 0105:23
fdemocracyso xubuntu didnt install over the usb stick05:27
fdemocracyim disappointed05:27
J_Litewski1that was weird05:27
fdemocracy"cant detect cdrom"05:27
J_Litewski1who else is having problems with updating sources?05:28
fdemocracyjust you ;)05:29
J_Litewski1huh05:29
J_Litewski1that's really weird05:29
* J_Litewski1 smacks Charter Communications05:29
J_Litewski1work!05:29
J_Litewski1:P05:29
J_Litewski1that did it05:30
fdemocracywell at least you got it running05:30
J_Litewski1lol05:30
fdemocracyand i mean ubuntu05:30
J_Litewski1i had it running for a while, it's just the curve balls that get you05:30
J_Litewski1like the whole 'lets spawn 200 xfdesktop4's and overwork xorg to the point of near Hard Drive failure'05:31
J_Litewski1what is wobbly windows?05:44
zoredacheit makes thinks act like jello when you move them around...05:52
J_Litewski1but it don't work with xfwm4, do it?05:53
zoredachenot sure, I have never cared enough to try it05:53
zoredache!compiz05:53
ubottuCompiz (compositing window manager), for a howto see http://help.ubuntu.com/community/CompositeManager and more help #compiz-fusion05:53
zoredacheI prefer to have my computer actually be using cpu cycles on actually doing useful things....05:54
J_Litewski1yea05:54
J_Litewski1just an ADD moment thing05:55
J_Litewski1well, i'm off05:55
sketchykidhello?06:58
sketchykidquick question...ummm i'm kinda new to this linux thing, and my old thinkpad has a dvd-rom but for some reason i can't seem to play any of my dvd....anyone know why that is??07:00
sketchykidokay i thought i had it there, if anyone here can help me i'm all ears...or eyes i guess lol07:23
sketchykidS.O.S My dvd-rom won't play my dvd's S.O.S!!07:25
sketchykiddo i need a different program maybe???...right now all i have is Totem07:25
cody-somerville!dvd | sketchykid07:48
ubottusketchykid: For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/8.10/musicvideophotos/C/video.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats07:48
EcnerifedHi all, I need to set up a few workstations with nothing but firefox and the abilty to lock with a login screen that authenticates with an ms active directory server, what would be the best way to go about this?07:52
xsteadfastxwhere can i change the timezone?08:02
xsteadfastxim in germany right now and i goes one hour forward08:02
cody-somervilleApplications > System > Date & Time08:03
xsteadfastxthere i set my time to europe/berlin08:04
xsteadfastxbut its still one hour forward08:04
cody-somervilleTo make it automatically update your time, you need to enable the ntp server sync08:05
xsteadfastxit is ntp08:05
xsteadfastxand the ntp server is right08:05
cody-somervilleThen just wait for it to update :)08:05
xsteadfastxit shows CEST for germany. it should be GMT+108:06
romanhello everyone. is there a way to keep the menu structure in xfce 4.6? i've understood that i have to change the .desktop, .menu and .directory files by hand (e.g. to open up a new category), but when these packages are updated, the .desktop files of them revert back to normal, making it quite impossible to retain a certain menu state. how can i prohibit this?10:25
romansorry to flood, but is there a way to keep the menu structure in xfce 4.6? i've understood that i have to change the .desktop, .menu and .directory files by hand (e.g. to open up a new category), but when these packages are updated, the .desktop files of them revert back to normal, making it quite impossible to retain a certain menu state. how can i prohibit this?10:45
TheSheepmodify the local copies in your ~/.config10:46
romanwell... now that's an easy solution :) you mean that i should place the altered copies inside .local/share/applications ? because i can't find a suitable folder inside /.config10:52
TheSheepyeah, for .desktop files10:53
TheSheepyou can also alter the rules that govern categories in .config/menu10:53
wtvdesktop icons disappeared and wallpaper turned black suddenly in xfce 4. any ideas?10:56
wtvi tried restarting but again i get iconless black desktop. i see all the panels though10:57
cody-somervillewtv, press alt + f2, and type xfdesktop410:58
roman@ TheSheep: I don't understand your last solution... my guess would be to create .local/share/desktop-directories and copy the categories there10:58
romani don't understand because i have no ./config/menu :)10:58
wtvcody-somerville: it says the file doesn't exist10:59
cody-somervilleoops11:00
cody-somervillejust xfdesktop11:00
wtvcody-somerville: it worked! but will it work everytime on start up?11:00
cody-somervillewtv, if you save your session on logout, yup11:01
wtvcody-somerville: can i make it so that it starts autmatically when starting a session?11:02
wtvwithout having saved it before. i know how to do it in gnome but I'm new to xfce11:03
cody-somervilleI don't know if you want that. It might start the desktop again, not sure.11:04
wtvcody-somerville: k. but thanks ^ ^11:04
l403hello11:38
l403I after failing  to make a bootable USB I just blindly followed this tutorial http://www.pendrivelinux.com/usb-xubuntu-804-persistent-install-from-linux/#more-40811:39
l403everything seemed to be fine but all i ended up with is ash :/11:40
l403ah, nm, sry11:41
l403minimal 384 Meg, I dont have :/11:41
Pres-GasHey all!13:51
cody-somervilleHeya13:51
Pres-GasI am really disapointed that I have not been able to test for this beta.13:52
cody-somerville: (13:52
* Pres-Gas submits self to cody-somerville for appropriate reparations :P13:52
Pres-GasI have a class I am teaching...but after it is over...I will be able to dive in more...after next week w00t!13:53
cody-somerville:]13:53
=== thunderstruck is now known as gnomefreak
=== thunderstruck is now known as gnomefreak
|nineteenfingershey folks - i'm struggling a bit here... i tried to use catfish for this but that's just ended in a bug report so i'm trying to do it with "find" via terminal... i need to search the NTFS partition i have mounted at /mnt for all files with a given extension... some folder names contain spaces (Documents and Settings for example) but i can't seem to get the comman right - anyone able to help or suggest an alternative to catfish w15:19
|nineteenfingershich will do the job in a gui?15:19
|nineteenfingerssorry. that should read "can't get the command right"15:21
TheSheep|nineteenfingers: find /mnt -name '*.ext'15:21
|nineteenfingersTheSheep, need the ' around *.ext?15:22
TheSheepyes15:22
TheSheepespecially if you have any .ext files in the current dir15:22
|nineteenfingersand that'll search all the subdirs will it?15:22
TheSheepyes15:23
|nineteenfingersgreat - just what i needed - i couldn't wrap my head around it at all - i think i just don't learn well from man pages15:23
TheSheepfind is horribly complicated15:24
TheSheepbut it can do almost anything15:24
|nineteenfingerswhile i think on... when a command is running that's taking a long time (as searching an entire hard drive will) - is there a quick way to cancel it?15:24
ablomenctrl+c15:25
|nineteenfingersyea - the man is pretty large15:25
|nineteenfingerscheers ablomen15:25
|nineteenfingersTheSheep - you've got me thinking now - "can do almost anything" - how about getting it to list every directory that contains a particular extension rather than listing all files with the extension?15:27
|nineteenfingersor is that asking a bit much?15:27
TheSheep|nineteenfingers: it's doable, but I can't tell you the command without some research in the documentation -- and I'm too lazy :)15:29
|nineteenfingershaha - i don't blame you there :p15:30
TheSheepyou can add | grep 'word'  to only list lines that contain the specified word15:30
|nineteenfingersi mean - "how could you! you *buntu types are supposed to be really helpful!" - haha15:30
TheSheepor grep -v 'word' to skip lines that contain it15:30
ablomenfind ./Temp -name "*.jpg" | perl -e "while(<STDIN>){ print s/[a-z|A-Z|-|_]*\.jpg//$_; print $_ }" | sort | uniq15:48
ablomensort of anyway ;)15:48
ricochethey guys i need some help with some stuff, i put 9.04 on my dell mini and it runs great however i need some help with some tweaks15:53
ricocheti am new at linux so please take it slow15:53
ricochetok so first how do i disable touchpad tapping and scrolling?15:55
ricochetanyone?15:57
ricochettouchpad scrolling and tapping.. how do i get rid of it?15:58
zomborcan anyone help me out? i just ran a system update and now my system won't boot, it sits there and says "GRUB " but never shows the boot menu16:17
TheSheepzombor: boot from livecd, and select the recovery mode16:24
TheSheepzombor: can't remember the exact name of the option16:24
zomborTheSheep: thanks, someone also suggested this16:25
zomborhttp://microdotsagamedev.wordpress.com/2007/06/08/repair-your-grub-loader/16:25
TheSheepyeah, that's what the menu-based recovery mode does16:26
TheSheepjust automated16:26
zomborah, ok16:26
zomborill try that first then16:26
nineteenfingersflippin connection is all over the place16:40
nineteenfingersaaargh!16:42
nineteenfingersablomen... in that find command you sent earler you had "while (<STDIN>)" - is it to be written like that or am I meant to put something else in place of <STDIN>?16:44
TheSheepit's like that16:44
TheSheepor you can use <>16:44
TheSheepthat's perl's syntax for file handles16:45
nineteenfingersso just type it as written?16:45
TheSheepthere are some mistakes in it16:46
TheSheeplike, you need to double the \'s16:46
nineteenfingersjust the backslash needs doubling or all the slashes too?16:52
TheSheepjust backslash16:53
nineteenfingerswell, the hard drive is crunching away, so it's doing SOMETHING - nothing coming up in terminal as yet though - we'll see what happens16:55
TheSheepperl is a little overkill for it16:58
TheSheepbut should work16:58
nineteenfingershmm - it's done something... it seems it's listed each directory that contains a .jpg and with each entry all the jpgs in that directory but missed the .jpg off the end - i need it to just give each directory path once and nothing more17:00
nineteenfingersit's a start though17:00
nineteenfingersall this because my aunt thinks there *might* be some pictures of her late father on the drive - as much as I agree that important stuff should be backed up - i don't have the heart to carry on with fixing this thing before i've made sure there aren't17:01
ablomennineteenfingers, find ./Temp -name "*.jpg" | perl -e "while(<STDIN>){ print s/[a-z|A-Z|0-9|\-|_|\.]*\.jpg//$_; print $_ }" | sort | uniq17:07
ablomenthat should do it17:07
jurismwhat's wrong if I can not reboot system?  reboot works only by pressing reset button on PC case. shutdown command works fine but reboot stops processes (as usual, I have Ubuntu server 8.04LTS + xfce) and after stopping processes monitor shows xubuntu logo and loading abr stops and freezes computer. I can not find anything in /var/log/syslog or dmesg...17:07
ablomenand now i have to go :017:07
ablomen*:)17:07
ablomenbye17:07
RuadhHi17:08
nineteenfingersthanks ablomen :)17:08
RuadhHi Slonkie. How's things?17:09
nineteenfingersto ablomen or anyone lese (you might know TheSheep) - that command starts with "find ./Temp" - am I right in thinking I should be replacing that with /mnt if i'm searching the NTFS partition i've mounted to there?17:10
nineteenfingerselse*17:10
TheSheepyes17:10
nineteenfingersand it should definitely be   *\\.jpg and not *\.jpg   yea?17:10
TheSheepyes17:11
TheSheepand \\-17:11
nineteenfingersah - didn't spot that one - cheers17:11
nineteenfingersand \\. by the looks of it17:12
charlie-tcajurism: sounds like power manager is involved. Anything in ~/.xsessions-error log?17:13
nineteenfingersTheSheep - your simple find command earlier had '.EXT' - ablomen's has ".EXT" - are the two interchangable or does it matter which I use?17:14
jurismSOrry, I am now on WIndowsXP, I have turned off CPU power manager on startup...17:14
jurismI will check ~/.xsessions-error log as soon as I can17:14
TheSheepnineteenfingers: you should use single quotes in that case17:16
nineteenfingersi'm tempted to ask when i would use double quotes, but to be honest i feel somewhat out of my depth already - the answer might drown me completely! haha17:16
BigMoopiesWhat day is Jaunty set for ?17:23
TheSheep!schedule | BigMoopies17:24
ubottuBigMoopies: Ubuntu releases a new version every 6 months. Each version is supported for 18 months to 5 years. More info at http://www.ubuntu.com/ubuntu/releases & http://wiki.ubuntu.com/TimeBasedReleases17:24
TheSheepnineteenfingers: the difference between double quotes and single quotes is simply that in single quotes * is treated as * literally, and is not expanded to a list of files that match the pattern in the current directory17:25
charlie-tcaWell, actually, April 2317:25
TheSheepnineteenfingers: nots sure if that's helpful17:25
BigMoopieswell those websites tell me nothing17:25
BigMoopiescharlie-tca, OK17:25
charlie-tca!release17:26
ubottuUbuntu releases a new version every 6 months. Each version is supported for 18 months to 5 years. More info at http://www.ubuntu.com/ubuntu/releases & http://wiki.ubuntu.com/TimeBasedReleases17:26
* charlie-tca can't remember it17:26
TheSheep!jaunty17:26
ubottuJaunty Jackalope is the codename for Ubuntu 9.04, due April 23rd, 2009 -  Schedule in https://wiki.ubuntu.com/JauntyReleaseSchedule - Lots of breakage between now and April 23rd - Please join #ubuntu+1 for discussion and support.17:26
BigMoopiesI'm guessing it wont be worth going Hardy -> Intrepid -> Jaunty17:27
BigMoopiesBut rather just waiting on the next LTS17:27
BigMoopiesLess there is some kind of big bad super speed up or something new worth using ?17:28
cody-somervilleJaunty has Xfce 4.617:29
cody-somervilleIt is *so* worth upgrading to Jaunty17:29
BigMoopiesIntrepid was shot17:29
TheSheepcody-somerville: does it have menu editor? ;)17:29
cody-somervilleUmm17:30
* cody-somerville waves his hand, "These are not the droids you are looking for."17:30
BigMoopiescody-somerville, What's the big bad booty daddy difference in 4.whatever and 4.6 ?17:30
BigMoopies4.4.217:31
BigMoopiesI think17:31
cody-somervilleBigMoopies, http://www.xfce.org/about/tour17:31
TheSheepBigMoopies: rubberband selections on the desktop17:31
BigMoopiesrubber who ?17:31
BigMoopiesThe sound mixer looks like a proper sound mixer too17:32
TheSheepit's unusable without a scrollwheel, actually17:32
BigMoopiesI guess I'll have to try out Jaunty.17:33
BigMoopiesI can always just load it up LIVE17:33
BigMoopiesto see if it blows my hardware apart like Intrepid17:33
jurismcharlie-tca: yes, I found one error in /home/myusername/.xsession-errors: gnome-system-monitor fatal IO error 11 resource temporary unavailable I had warning about SElinux was found but not enabled17:34
BigMoopiesI still don't see Thunar being able to view the 'network' (samba, etc)17:35
cody-somervilleThats coming in 4.817:35
cody-somervilleBut there is a tool now in Xubuntu to do it17:36
charlie-tcajurism: that should not be it17:38
charlie-tcaShould still be able to restart17:39
jurismI don't think it is xfce/x-server problem because I manually start it when I want with sudo gdm...17:40
jurismreboot works if I enter safe mode...17:40
J_Phi all17:43
J_PPeople, why 8.10 don't have package mozilla-firefox-locale-pt-br ?17:44
TheSheepit doesn't have mozilla-firefox-locale-pt either17:45
charlie-tcajurism: are you restarting just the desktop? does a full system restart work?17:47
TheSheepJ_P: it doesn't have any firefox locale packages17:48
J_PTheSheep: the old ubuntu has17:50
J_Pold versions17:50
jurismI restart full system with command reboot but system hangs up with this command and do not restart. if I enter in safe mode (choosen from GRUB menu), "reboot" command works fine. when I start PC in safe mode between apache2 start and running local boot scripts I have: setting advenced power managment level to0xfe (254)18:03
brandonban6hi, anyone use an online backup service with linux?18:33
chewityou could try DropBox18:34
zoredachejungledisk claims to have a linux client18:34
zoredacheI haven't tried it yet18:34
brandonban6thanks guys I'll look those up18:36
jurismIs there any place where can I get .deb package with newer linux kernel than it is available in synaptic (apt-get)? Thank You! Can I install kernel which is for Ubuntu 8.10 not Ubuntu 8.04LTS?19:01
TheSheepyou can compile your own19:03
Aqua21i need help19:24
Aqua21please19:24
zoredache!ask19:24
ubottuPlease don't ask to ask a question, simply ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)19:24
Aqua21How can I hear my music by phones in Xubuntu?19:25
Aqua21they don't work19:25
zoredachedo speakers work if you plug them in?19:25
Aqua21only pc spakers work19:25
Slonkietried looking in the mixer if it's muted?19:26
Aqua21nothing that I plug there works19:26
Aqua21How do I do that Slonkie?19:26
Slonkiewhat version are you using?19:26
Aqua219.0419:27
Slonkiein your tray isen't there an mixer icon?19:28
SlonkieMaybe i added mine manually. You can do that by right click > Add New Item > Mixer19:29
Aqua21they are all ok I think19:31
Aqua21but I still don't hear any sound... Sound goes through notbeook speakers19:31
Slonkieokay19:32
SlonkieSorry i don't know then19:32
Aqua21:(19:32
SiDiWhat's up ?19:32
SiDiLaptop + headset sound problem ?19:32
Aqua21yes19:32
Aqua21sound comes through the notebook speakers, instead my headset19:33
SiDiWhat's the model ?19:33
Aqua21i have a VAIO VGN-FZ11S19:34
Aqua21don't know the sound card model19:34
SiDialso, type the following commands and pastebin them :19:34
SiDicat /proc/asound/card0/codec\#* | grep Codec19:34
SiDilspci | grep -i audio19:34
Aqua21but in Windows, it's ok19:34
SiDiIt's an ALSA driver configuration problem19:34
Aqua21ok..19:34
SiDiits configured generically, there are some adjustments we can do19:35
SiDiand on most laptops it works19:35
Aqua21Codec: SigmaTel STAC9872AK19:36
Aqua21Codec: Conexant ID 2c0619:36
Aqua2100:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)19:36
SiDiOkey, as expected :)19:36
SiDijust a second19:37
Aqua21:D19:37
SiDicheck for the file : /etc/modprobe.d/alsa-base19:37
SiDiif you have it we're going to edit it, either we're going to setup a few more things before19:37
Slonkieis it the codec "Conexant ID 2x06" which is the problem, SiDi ?19:38
Aqua21i have it19:38
SiDiSlonkie: no, it's just that hda intels need some adjustment19:39
Aqua21how do I edit it?19:39
Aqua21what do I do now?19:39
SiDigksu mousepad /etc/modprobe.d/alsa-base19:39
SiDiand you'll add at its end19:39
SiDioptions snd-hda-intel model=vaio19:39
SiDiThen, reload the kernel module (i don't know how, so i usually just reboot my whole PC instead... *proud*)19:39
SiDiIt should hopefully make the volume higher and fix that problem with the headset19:40
SiDiif it doesn't, we'll try another thing, and if this other thing doesn't work, blame alsa (AND sony !)19:40
SlonkieCan you see if the mine is correct? http://pastebin.com/m5db84de519:40
SlonkieI am having somehow the same problem19:40
SiDiSlonkie: "any" is correct ;p the commands are just to check that they have the same ALC version than those on ubuntu-fr.org's doc's list of alsa models19:41
SiDiSlonkie: what laptop do you have ?19:42
SlonkieAcer Aspire 453019:42
SiDiouch19:42
SiDian acer.. :D19:42
Slonkiepff it works great :P19:42
Aqua21cya19:42
Aqua21:D19:43
SiDiIt's not in the almighty list19:43
SiDiso we're gonna experiment if you don't mind19:43
Slonkienah don't if it's too much work.. my digital output for phones works.. just not the analog one19:44
SlonkieI'm fine with the digital, just wanted to see if it was an easy job to fix19:44
SiDihttp://doc.ubuntu-fr.org/audio_intel_hda google translate this into english19:44
SiDiwell, we need to find the good model19:44
SiDithe one that fits your sound chipset19:45
wtvis compiz available for xfce?19:45
TheSheepyes19:45
wtvwhich package?19:45
TheSheepyou have to install it and configure yourself though19:45
SiDicompiz19:45
SiDi:D19:45
SiDiyou may want to install compizconfig-settings-manager too19:45
SiDiand then configure the window manager to xfwm instead of metacity19:46
TheSheepSiDi: you can do it?19:46
SiDiYeh19:46
SiDiit's lost in the options19:46
SiDiyou can give compiz the path to the window manager to use19:46
TheSheepI thought that compiz is a window manager itself, only takes decorator from metacity...19:47
SiDi(i never *tried* with xfwm, though)19:47
SiDihmm19:47
SiDiyou might be right19:47
SiDimay, even :P19:47
wtvSiDi: how do i do that? configuring it to xfwm19:48
wtvin the window decorations?19:49
SiDiYeh19:49
SiDiif it doesnt work, i don't know what to do then :)19:49
wtvthis command is there already   /usr/bin/compiz-decorator19:50
SiDitry to replace it with /usr/bin/xfwm4, and restart compiz19:50
SiDi(save any document before19:50
SiDiand close any critical app)19:50
SiDi(because you might (may (will)) have to reboot your whole session incase (it will !! meh) it fails)19:51
SiDiI feel optimistic today.19:51
Aqua21baaack!19:51
SiDiWelcome back19:51
Aqua21THAAANK you SiDi19:51
SiDiHow is the headset going on ?19:51
Aqua21it worked!19:51
SiDi:)19:51
Aqua21you're a genius19:51
SiDiWell, i'm not, sorry :p19:51
SiDithe french locoteam's doc writers are, though ;D19:52
Aqua21lool19:52
Aqua21yeah, but u were very helpful19:52
SiDiwell, that's what i'm here for ^.^ hopefully i dont always fail19:52
Aqua21well have to go now! Thank u a lot19:53
Aqua21bye there19:53
SiDisee you19:53
SiDidamn, i've got an email to send to one of my teachers19:53
SiDiand i just noticed, i dont know who is the teacher19:54
=== wtv is now known as hi
=== hi is now known as Guest61064
=== Myrtti_ is now known as Myrtti
klemmer19hello all - wondering if anyone might know anything about the VIA VT8237 SATA Controller - and its lack of support with 8.1020:17
MTec007hello. i am trying to ifgure out how to use vim and an editor and i have read the man pages  but i cannot figure out the basics like saving etc, can some one help me?20:24
MTec007s/and/as20:25
MTec007i would really appricate the help, guys20:27
TheSheepMTec007: try the 'vimtutor' command20:28
MTec007okay20:28
SiDiklemmer19: i don't :P20:28
SiDiMTec007: vim has a few different modes, you can switch modes with the key 'insert' (and with esc too, i believe)20:29
SiDisaving is ":w" , quitting ":q"20:29
SiDiand you can only write in "insertion" mode20:29
TheSheepit's all in the tutorial20:29
klemmer19SiDi: I have tried reading about it quite a bit and it seems VIA has a walkthrough for how to make it work in 7.04... not sure if I could use this with 8.10 though20:29
MTec007SiDi: how do i run those save and quit commands?20:29
SiDiklemmer19: me neither. i only buy nvidia :D20:30
klemmer19http://www.viaarena.com/default.aspx?PageID=420&OSID=45&CatID=3270&SubCatID=14320:30
SiDiMTec007: check the tutorial, they'll explain better than me ;P20:30
MTec007and vimtutor is blank, nothing to read20:30
SiDiman vim ?20:30
MTec007didnt explain the saveing and quit etc stuff?20:30
TheSheepthat's very strange, it works for me20:30
MTec007im very new to linux i should mention that20:30
SiDiOk, vim's man doesnt say anything about commands20:30
SiDiwell, vim is really a weird editor, MTec007 :) and i wont mention emacs20:31
TheSheepMTec007: try:  LANG=C && vimtutor20:31
SiDiif you need a basic and easy to use command line editor, i recommand nano20:31
MTec007how to i exit vimtutor? lol20:31
SiDivim and emacs are more for devs, or for everyday use, because they have a lot of tools that, once you know how to use them, make you gain time20:31
SiDiwith esc or Q. either, try Ctrl+Z or +D or +C20:32
MTec007Q ! thats what i needed to find out lol20:32
MTec007i tried q but nothing happed20:32
SiDiWhy do you want to use vim, btw ?20:33
MTec007i need an editor for my website20:33
TheSheeptry installing mc and using mcedit20:33
MTec007that a GUI?20:34
SiDierm.. :P vim is more for the sysadmins who're hacking through ssh, or for the guys who just broke their xorg.conf and don't have any desktop environment anymore20:34
TheSheepyou remember Norton Commander? it's similar to its editor20:34
* SiDi uses gedit :p20:34
MTec007i have gedit20:34
MTec007so its better not to use vim as a editor on a regular basis?20:35
MTec007or is that preference?20:35
TheSheepit's fine20:35
TheSheepit just needs some learning20:36
SiDiIt's preference, honnestly20:36
SiDiWell, yeh. Vim needs some practice, and emacs needs a lot of practice :p20:36
TheSheepthe more you put in, the more you get out20:36
TheSheeppersonally I can't use an editor that doesn't have easy access to regexps20:37
SiDiOh btw, if there are non-english speaking people around, almost every locoteam is late on xubuntu-docs translation :p20:37
MTec007i really appriciate the help guys i dont want to return to windows but i need to get past this learning curve20:37
TheSheepSiDi: Polish20:37
SiDionly the swedish teams owned it20:37
SiDihttps://translations.launchpad.net/ubuntu/jaunty/+source/xubuntu-docs/+pots/musicvideophotos20:37
TheSheepMTec007: vim has a very steep learning curve20:37
TheSheepMTec007: using gedit or mouspad is easier20:38
MTec007ok20:38
Slonkiewhat's a "locoteam" SiDi ?20:38
SiDia local team20:39
Slonkiehm cool20:39
TheSheepa team that makes localisations -- that is, translates stuff20:39
SiDiYou should try to help them on translations. I didn't notice but there actually is a lot of work20:39
Slonkieso is there a danish locoteam ?20:39
SiDiand organises local events, writes the local doc, manages the website / forum20:40
SiDiyeh20:40
SiDiThere are locoteams for almost everywhere.20:40
MTec007you guys have any explicit advice for me to avoid breaking things?20:41
MTec007like dont type: blah... or something20:42
SiDiUse gedit. and do proper xhtml1.1 with css2.1, and screw ie620:42
SlonkiePhysically or virtually breaking? :D20:42
SiDi(sc*** is a bad word, hope noone noticed i typed it :o=20:42
MTec007ie6 is for windows newbs20:42
Slonkiephysical/virtual20:42
MTec007i always use valid html css20:42
MTec007xhtml*20:42
SiDigood :) you belong to the 5% that care about the semantics of "quality" then ;p20:43
MTec007Slonkie: either?20:43
Slonkielol :P20:43
knomei site can be valid even if it supported ie6.20:44
MTec007i tend to get nosey and mess with settings and files i shouldnt or have no reason to mess with20:44
MTec007thats why i asked20:44
SiDiknome: yeh, it can, with a few hacks for the 3px width bugs and other merry stuff ;P20:44
knomeSiDi, imho it doesn't really matter if you don't get the *exact* same layout/visual look with ie6 (or any other *old* browser) as long as you can say it is not broken for any browser20:47
knomeSiDi, using ie conditional comments is not bad. they are good if your layout would break ie6 otherwise. with them you can also serve a stripped-down version for ie.20:47
MTec007knome: if exact is what your looking for print it out and make visitors fill out a form and postal mail it to them.20:48
knomeMTec007, you can have a print stylesheet which will be, if done right, very different from the css for screens20:49
SiDiknome: i totally agree and that's what i used to do20:49
SiDiknome: though, i'll now completely give ie6 up, to force people to move on (they're 15% now, i prefer making more efforts for the 10% who don't wanna hear of js/flash and the 2/3% that use lynx or similar browsers)20:50
SiDi(btw, no browser supports print medias correctly... especially those other than gecko-based browsers ;p)20:51
knomeSiDi, i know, but that's also a decision to do to get more standards-supporting browsers20:52
knomeSiDi, and people are used to shitty prints anyway20:52
SiDiYeh20:53
SiDithey expect that stupid heavy js function20:53
SiDior they dont dare printing20:53
SiDimy websites have always been very sexy when printed !20:53
SlorIs the advice for "Automatic Keyring" at https://help.ubuntu.com/community/NetworkManager still valid?  I'd like to not have to put in a password each boot for my wireless, especially since the machine is set to auto-log me in.20:58
SlorOnce person noted that is caused issues, so I wasn't sure if there's an officially recommended method now20:59
Sloroh, but I bet Xunbuntu doesn't have this same issue - I should see the #unbuntu channel21:00
SiDihaving a look21:07
boottimestupid newbie question:  I need to enable a wireless card on my system, but don21:08
SlorFound a number of other, yet still a few years old, refs - like http://ubuntuforums.org/showthread.php?t=19228121:08
boottime't have a System -> Administration option, where networking would be in normal ubuntu21:08
SiDiSlor: its not uptodate imo21:08
SiDiSlor: i never have to type my password21:09
SiDithere is an app that keeps the system passwords for you21:09
SiDiseahorse if i remember21:09
SiDiit also keeps nm's wireless passwords21:09
Slorhmmm21:09
SiDiboottime: Applications -> System21:09
SiDior Applications -> parameters21:09
boottimeSiDi, I don't have a "Networking" under that system menu though21:10
SiDiboottime: for the network stuff, i think you can right click the networkmanager's tray icon, and go to 'edit connections'21:11
boottimewell, that was painfully simple.  The mouse-over text is 'Wired network connection' so I wrongly assumed it didn't handle wireless.  Thank you SiDi21:12
SiDiyou're welcome21:13
Slorhow do I set that up SiDi?  Does seahorse automatically take over the keyring somehow?21:14
SiDiIts meant to21:14
SiDibut you can edit the preferences, check applications -> system -> i don't remember21:15
SiDiIt's about keyring, you should find it easily :p21:15
Slorok21:15
SiDicoming back later21:15
SiDisee you people21:15
SlonkieIs there any way to "scan" the local network i'm on to find a computer local ip?21:15
TheSheepSlonkie: arpscan21:22
SlonkieIs that an application TheSheep ? tried typing arpscan in terminal, dident work, tried searching for it, nothing..21:24
TheSheep!info arpscan21:25
ubottuPackage arpscan does not exist in intrepid21:25
TheSheephmm21:25
TheSheepsudo apt-get install arp-scan21:26
TheSheep!info arp-scan21:26
ubottuarp-scan (source: arp-scan): arp scanning and fingerprinting tool. In component universe, is extra. Version 1.6-2 (intrepid), package size 177 kB, installed size 528 kB21:26
Slonkiepcap_lookupdev: no suitable device found21:27
Slonkiewhen i type "arp-scan" in terminal21:27
zoredacheyou'll need the sudo21:27
SlonkieThanks21:28
=== freego is now known as forces
ricochethey guys i need some help with making some keyboard shortcuts22:22
ricocheti am a noob so please take it slow22:23
knomewhat is it that you are trying to achieve?22:23
ricochetwell, when i had ubuntu 8.04 cntrl - delete would open my terminal22:24
knomeright22:24
SlonkieApplications > Settings > Keyboard > Applications Shortcuts22:24
ricochetcntrl right arrow would cycle through windows and left arrow would show me the desktop22:25
ricochetSlonkie: i do that but everytime i try to add one it doesnt do it22:25
Slonkieehm mine worked when i added them22:27
ricochetok so i go to the keyboard short cut tab.. i click add.. i scroll down to xfce4-terminal then i click add.. then i click OK22:28
ricochetthen it doesnt show up22:28
ricochetah! hahaha i am an idiot.. the window kept on hiding behind the original window.. so i didnt know it was there22:29
ricochetsorry.. noob.22:29
MTec007how do i fix this? trying to run apt-get E: Could not get lock /var/cache/apt/archives/lock - open (11 Resource temporarily unavailable) E: Unable to lock the download directory22:29
Slonkieheh no worries22:29
Slonkiesudo apt-get MTec007 ?22:29
MTec007i did22:29
ricochetSlonkie: you wouldnt happen to know which one of these things i select to cycle through the open windows do you? or show the desktop?22:29
Slonkie2 secs22:30
MTec007i dont think the last apt-get close properly it had a issue22:30
ricochetSlonkie: thanks man22:30
Slonkiehmm i can't seem to find it, i tought i would be able to see the shortcut for alt+shift but i can't22:31
ricochethmmm does anyone know?22:34
SlonkieMTec007 try reading this link: http://www.ubuntugeek.com/how-to-fix-lock-varlibdpkglock-open-11-resource-temporarily-unavailable-error.html22:34
ricochetdoes anyone know how i can make the keyboard shortcut to switch between open windows.. like what alt-tab does?22:46
ricochetexcept make it a different shortcut22:46
lukinforericochet, alt-tab is determined in xfwm4 settings afaik22:50
lukinforeso change it there22:51
ricochetwoah.. im a noob how do i do that?22:51
lukinforesettings/window manager?22:51
lukinforeor similar22:51
ricochetbeautiful22:53
ricochetthanks man22:53
lukinforexfwm4-settings for 4.622:53
lukinforeoh22:53
lukinforenp]22:53
ricochetoh also.. sometimes the windows are too big for the screen... is there a way i can change that?22:55
ricochetor stop that from happening?22:55
ricochetanyone?22:59
ricochetcan anyone help me out with some of my windows going below the bottom bar and me not being able to see them?23:04
ricochetis anyone in here?23:09
ricocheti need help with another thing too23:09
zoredachepeople are here, they must might now know the answer....23:10
knome!ask | ricochet23:10
ubotturicochet: Please don't ask to ask a question, simply ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)23:10
ricochetok well first off some of my windows keep on peeking below the bottom bar and so i cant see the very bottom or some of the features of the window.. and another thing, i am installing compiz and ran into a problem, i found the fix here http://ubuntuforums.org/showthread.php?p=3993442#post3993442 but i dont understand how to get to the point where they are at23:12
ricochetdoes anyone have a fix for this?23:15
Pollywogwhat does one do if they cannot see all the app windows in Xubuntu?  sometimes they are too big to fit23:21
ricochetcan someone help me with a compiz fix in 9.04? here is the link but i dont understand it http://ubuntuforums.org/showthread.php?p=3993442#post399344223:31
knomericochet, you should edit /usr/bin/compiz23:35
ricochetdo i just put that in the terminal?23:36
UKGentusing 64 bit version of xubuntu - synaptic is noticeably faster, as are all the file type operations, searching, installing etc23:37
knomericochet, run 'gksudo mousepad /usr/bin/compiz'23:38
ricochetawesome23:39
UKGentinstalling large packages is really fun to watch , it just rips through it23:40
UKGentpity my ISP is not the same on their download speeds ...23:40
ricochetknome: Then do i just save?23:41
knomericochet, yes.23:41
ricochetknome: Dude thanks so much for helping! it WORKS!!!23:42
knomericochet, np.23:43
knomegood night everybody, i'm out23:43
knomesee you later23:43
ricochetsee you man23:43
ricochetHey does anyone know how to edit settings in compiz?23:44
lukinforehttps://bugs.launchpad.net/ubuntu/+source/xfce4-terminal/+bug/35879623:44
lukinforewho's on jaunty can test that one?23:44
Slonkieloading site23:45
Slonkieso what should i test, lukinfore ?23:45
lukinforeis bug affects yu?23:46
lukinforeor not23:46
lukinforethat's the point23:46
Slonkiei don't understand the bug23:46
Slonkiescolling in htop should work as mouse 1?23:46
lukinforeuhm23:46
lukinforescrolling in amn23:46
lukinfore*man23:47
SlonkieI don't know what man is23:47
lukinforejust type man man23:47
lukinforeand enter sure23:47
Slonkiewhen i type man man there is alot of text23:48
Slonkienothing asking me to type sure :p23:48
lukinforeso, is it srollable?23:48
Slonkiewell, when i press more the document shows in the terminal and i'm capable of scrolling the terminal, yes.23:50
lukinfore'press more' ?23:54
Slonkieeeh how do i explain it? try opening man man in a small terminal23:54
Slonkieyou'll be able to press "more" with enter23:55
lukinforemaybe your terminal is not xfce4-terminal?23:56
lukinforecause there is no 'more' for me23:56
Slonkieoh might be23:56
Slonkieusing the one in Accesories23:57
lukinforeit shows namual page, line, where --More usually appears to be23:57

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