/srv/irclogs.ubuntu.com/2009/03/28/#xubuntu.txt

J_Litewskimy best guess is X runs off the kernel00:00
J_Litewskibecause it didn't touch xorg.conf when i restarted00:01
TheSheepit doesn't touch it, it only reads from it, and uses defaults if it's empty00:01
J_Litewskiah00:01
J_Litewskiit doesn't write the defults to the file?00:02
Brandon_X_Foxhello all00:02
J_Litewskiello00:02
Brandon_X_FoxHow do i upgrade from pidgin 2.5.2 to 2.5.500:02
Brandon_X_FoxI'm kind of a noob on linux00:02
pgarCan anyone offer advice on a slow ethernet connection between my Linux box and the DSL router/Internet? Was running at ~300kbps and now is at 45kbps...00:05
sdf2apt-get update pidgin?00:23
J_Litewskihow can i check to see what type of video card I have?00:34
TheSheepJ_Litewski: lspci | grep VGA00:44
J_Litewskity00:44
J_Litewskiit says i have an SiS driver00:44
* TheSheep hates SiS cards, I had a lot of trouble with them00:46
J_Litewskiit's a Dell00:47
J_Litewskihow do you do options in xorg.conf?00:48
J_Litewskimore accurately, how do you format xorg.conf with options for drivers?00:48
b0rkedI have an error that's keeping me from getting to the login screen: /usr/bin/ck-launch-session: symbol lookup error: /usr/lib/libgthread-2.0.so.0: undefined symbol: g_thread_use_default_i(unreadable character)pl01:17
b0rkedWhat does it mean? And how do I fix it?01:17
b0rkedI have an error that's keeping me from getting to the login screen: /usr/bin/ck-launch-session: symbol lookup error: /usr/lib/libgthread-2.0.so.0: undefined symbol: g_thread_use_default_i(unreadable character)pl01:24
cody-somervilleb0rked, hmm... have you tried manually upgrading parts of your system or something?01:32
lukinforehi01:32
cody-somervilleHi lukinfore01:32
lukinforehttps://bugs.launchpad.net/ubuntu/+source/exo/+bug/19564901:32
lukinforewas that fixed for jaunty?01:32
* cody-somerville takes a look.01:33
b0rkedcody-somerville: sorry for the delay, I've been dusting off Ye Olde Commande Line Skylles.01:35
cody-somervillelukinfore, It appears so01:36
lukinforewell, still affects me01:37
cody-somervillefile a bug :)01:38
b0rkedAlternately, where does Ubuntu mount USB flash drives?01:38
cody-somervilleUsually under /media/01:40
b0rkedIt isn't.01:42
cody-somervilleCan you pastebin the output of mount ?01:42
b0rkedcody-somerville: No, because that's on another computer. What should I look for?01:44
cody-somervilleFor where your usb flash drive is mounted01:44
b0rkedIt lists a folder - /dev/sda1 - which I can't access.01:46
b0rkedIt says it's not a folder.01:47
cody-somerville/dev/sda1 is the device01:47
cody-somervilleAnd I imagine it is your hd and not your usb thumb drive01:47
cody-somervilleare you on a desktop or a laptop?01:47
CloseYetFarusb drives are ussally /dev/sdb101:48
b0rkedI'm on a laptop. The other (broken) computer is a laptop.01:48
b0rkedCloseYetFar:You're right. It's not working either, though.01:48
CloseYetFaryour just trying to mount a flash drive?01:49
b0rkedI'm trying to copy a file to it.01:49
CloseYetFarwhat out put do you get with the "mount" command01:50
b0rkedA lot of things that aren't sdb1.01:50
gorgutcd ~/Desktop && mkdir flash && sudo mount /dev/sda1 ~/Desktop/flash01:50
gorgutmaybe?01:50
CloseYetFarrun fdisk -l and see if you see the flash drive at all01:51
b0rkedCannot open /dev/sda01:52
b0rkedCannot open /dev/sdb01:52
gorgutb0rked, when you do "df -h" do you see your flash drive listed there?01:53
CloseYetFarussally it gets mounted to /media i think01:53
CloseYetFarwell somewhere in /media01:53
gorgutCloseYetFar, yeah, most of the time /media/disc01:53
b0rkedIt's not there.01:53
gorguterr maybe it's /media/disk01:54
gorgutb0rked, do "lsusb" and see if you see it in that list01:54
b0rkedIt's not listed under df. It is, however, under LSUSB.01:54
gorgutb0rked, what do you see when you do "ls /media/"01:54
CloseYetFarrun fdisk -l and tell me what /dev files are listed01:55
b0rkedHere's something interesting: In a terminal I was ignoring, I got the following when the drive was plugged in: sd 3:0:0:0 : [sdb] Assuming drive cache: Write through01:56
gorgutdo you see anything about it when you do a dmesg tail?01:56
CloseYetFarcd ~/Desktop && mkdir flash && sudo mount /dev/sdb1 ~/Desktop/flash01:57
CloseYetFartry that01:57
gorgutmakes sense01:57
b0rkedCloseYetFar: Worked!01:59
CloseYetFarlol01:59
gorguthelps if you specify the correct device, eh?02:00
CloseYetFarcool02:00
b0rkedCopy works like this, yes? cp (old file location) (new file)02:02
gorgutfind the file you want, then do "cp (filename) ~/Desktop/flash"02:02
gorgutthat will put it on the flashdrive.. unless you want it in a folder on the flashdrive or something02:03
CloseYetFaryea02:03
CloseYetFarto copy dirs with files in it use the -R flag02:04
gorgutb0rked, before you take the flashdrive out, i would advise unmounting it with "sudo umount /dev/sdb1"02:06
CloseYetFaro well02:06
gorgutor not :p02:06
CloseYetFarlol02:06
J_Litewskihow would you mount the cd drive?02:07
J_Litewskisudo mount /dev/cdrom?02:07
gorgutsure02:07
J_Litewskisince Jaunty is acting retarded and not automounting02:07
CloseYetFaryou guys are all running the beta?02:08
gorgutheh, i'm still in intrepid02:08
CloseYetFaryea i only upgrade when i have too02:09
gorgutwell, technically, you never HAVE to :P02:09
J_LitewskiIntrepid had some issues with my lappy02:09
CloseYetFarwhen 9.04 comes out will it come out with LTS02:09
gorgutworks great on my lappy02:09
CloseYetFarif its not broken dont fix it02:09
J_Litewskitrying to mount the CD-rom drive errors out02:11
gorgutwhat error do you get?02:11
J_Litewskimount: no medium found on /dev/sr002:12
gorgutdo you have a cd in there?02:12
CloseYetFartry "mount /dev/hda1 /media/cdrom"02:12
J_Litewskii have a dvd02:12
gorgutoh02:12
gorgutwell then, try sudo mount /dev/dvd02:12
gorgutuse tab completion on that dvd part02:12
J_Litewskino media02:13
J_Litewskii'm going to try a PS2 disc02:13
=== gorgut is now known as gorgut_AFK
J_Litewskisince that uses the same fs as cd-roms02:14
CloseYetFardo "cat /etc/fstab" and look for cdrom or dvd or something02:14
J_Litewskii tried sudo mount /dev/scd0, and stll got nothing02:16
CloseYetFarwhat about sudo mount /dev/hda102:17
J_Litewskii dont have a hda102:18
J_Litewskii have a sda1 though02:18
CloseYetFarwill it mount with the gui at all02:19
J_Litewskiit's already mounted02:19
CloseYetFarto what dir02:20
J_Litewskito /02:20
CloseYetFaris this a live cd02:20
J_Litewskino02:20
CloseYetFarcan you paste the output to "df -h"02:21
gorgut_AFKdf -h isn't going to show it since it's not mounted02:23
CloseYetFarhe just said it was mounted lol02:23
gorgut_AFKoh02:23
gorgut_AFKnm then :p02:23
gorgut_AFKwait02:23
gorgut_AFKhe said /sda1 is. that's the hd02:23
gorgut_AFKnot the dvdrom02:23
gorgut_AFKyou have to specify a mount location.. i like putting those kinda things on the desktop, but that's just me..02:24
gorgut_AFKcd ~/Desktop && mkdir DVD && sudo mount /dev/scd0 ~/Desktop/DVD02:25
gorgut_AFKshould get you close02:25
gorgut_AFKok.. actually afk this time.02:25
gorgut_AFKbbl02:25
CloseYetFarlook in your /etc/fstab for a line like this02:28
CloseYetFar/dev/hdc        /media/cdrom0   udf,iso9660 user,noauto     0       002:29
CloseYetFar/dev/hdd        /media/cdrom1   udf,iso9660 user,noauto     0       002:29
CloseYetFaror /media/dvd02:29
J_Litewskithe /media/cdrom0 is there02:29
CloseYetFarnothing else?02:30
J_Litewskiit just didn't make an icon on the desktop02:30
CloseYetFarwhat /dev/ is before the /media/cdrom002:30
J_Litewski/dev/scd002:31
CloseYetFardo "mount /media/cdrom0" then go to /media/cdrom0 to see if there is anything there02:33
J_Litewskionly thing is, it says the DVD inserted is 19Gb big02:33
J_Litewskii'm thinking the CD-rom drive is bad02:33
CloseYetFarcan you use a normal dvd02:33
CloseYetFardo dmesg02:33
J_Litewskiit's a CD-r/rw and DVD-rom02:34
J_Litewskiok, what should I look for in dmesg?02:35
CloseYetFartake the disk out and put it back in then try to mount it, "mount /dev/scd0" then run dmesg and see it the bottom most messages give you any clues02:37
J_Litewskinothing02:40
CloseYetFarhmm im really not sure02:40
J_Litewskipeople have been having problems with drives mounting lately02:41
CloseYetFaryea its pretty common02:42
J_Litewskican i safely get rid of the bluetooth packages if my computer doesn't support bluetooth03:13
forceso703:24
J_Litewskicloseyetfar: do you have GRUB2?03:43
CloseYetFarnope03:53
CloseYetFargrub --version03:53
CloseYetFargrub (GNU GRUB 0.97)03:53
nano_I freshly installed Xubuntu 8.10 on my desktop, but I'm having trouble getting a resolution higher than 800x600 with nvidia accelerated graphics driver...any help?07:43
nano_Card is an FX 5500...07:45
sdf2set your resolution in nvidia x server settings08:29
sdf2then update your xorg.conf with the nvidia driver08:30
sdf2after that goto aplications/settings/settingsmanager/display08:30
sdf2and set it to default08:30
over1ordhello09:41
over1ordanyone around wo can help me?09:41
over1ord^_^09:41
JeandreUbuntu 8.10 (couldn't get help at #ubuntu). Trying to delete files in file transfer folder on USB music player via Nautilus 2.24.1. "Error while deleting. Error removing file: Read-only file system" I am logged in as the owner of the directory which has "Create and delete files" folder access.10:04
moodogMorning :)10:29
=== dvdm__ is now known as dvdm
zr0geeHi - I'm not sure if #xubuntu has a specific beta-channel for the upcoming 9.04, but I just wanted to praise the work that's been done in the beta so far. Looks'n'feels great! :P12:02
karen|how do i install a theme that I have downloaded?13:06
=== MrNaz` is now known as MrNaz
J_Litewskiwhats thundar coded in?13:39
sdf2!mount13:47
ubottuFor help with partitioning a new install see: https://help.ubuntu.com/8.04/switching/installing-partitioning.html - For partitioning programs see !GParted or !QtParted - Other partitioning topics include !fstab !home and !swap13:47
AraneidaeI have xfce on a dual head system.  Is there a key to switch focus between screens?14:29
Dante123having problems with fan running on high all the time after installing xubuntu 8.10 on a sony vaio rx550.  This is a known issue and the resolution seems to be outlined here:  http://www.backports.ubuntuforums.org/showthread.php?t=238566&page=2    However, this solution is from 6.10 days and it just isn't working for me.  I instlled lm-sensors and ran sensor-detect and seem to have been successful with that.  Any ideas?14:43
Dante123One person said what helped solve the problem was "sudo modprobe it87 fix_pwm_polarity=1"  But how do I load it87 in the first place as running that line does nothing?14:45
=== thunderstruck is now known as gnomefreak
AraneidaeDoes lsmod show it87 as already loaded?14:48
Dante123Araneidae, I dont have the computer here (it is at friends house) but I think no14:50
AraneidaeAlas14:51
AraneidaeOh, sorry14:51
AraneidaeI was muddled there14:51
Dante123Araneidae so do I need to do edit the /etc/modprobe.d/options and add a line about options it87 fix_pwm_polarity=1?14:51
AraneidaeHowever I would have expected modprobe to have doen the trick14:51
AraneidaeDid it just silently do nothing?14:52
Dante123yes, if memory serves me right14:52
AraneidaeHuh.14:52
AraneidaeAnything in syslog (or messages)?14:52
Dante123no, now i rememeber14:52
Dante123FATAL: Error inserting it8714:53
Dante123No such device14:53
AraneidaeAha14:55
AraneidaeBit of a broad hint there!  Unfortunately I have no idea...14:55
J_Litewskiwhat is it87?14:55
J_Litewskibecause i don't have it eighter14:56
AraneidaeA fan sensor, I'm guessing14:56
Dante123Well, maybe it is something optional that has to be installed via editing  /etc/modprobe.d/options14:56
Araneidaehttp://www.mjmwired.net/kernel/Documentation/hwmon/it8714:57
J_Litewskihmm14:57
AraneidaeWell, you have to have the physical sensor in your system too -- that'd be my guess14:57
Dante123I would have thought that something like this would have been fixed before we got to 8.10 if this has been an issue with sony vaios since 6.1014:57
J_Litewskii know my lappy has a fan sensor, windows used it all the time14:58
AraneidaeSure -- but does it have an it87 sensor?14:58
J_Litewskiit doesn't show it in lsmod14:58
Dante123Araneidae obviously from the link I first posted, others have gotten this to work on a sony vaio rx550.  My point is that I just dont see how they did it.  I installed lm-sensors, I ran sensors-detect (and it87 never came up)15:00
J_Litewskii dont see any sensors for the fan15:00
Dante123J_Litewski look at http://www.backports.ubuntuforums.org/showthread.php?t=238566&page=2 and tell me what you think15:01
AraneidaeAnything interesting in /sys/class/hwmon ?15:01
Dante123after I installed lm-sensors and xsensors, I can see what the fan speed is.  But I cannot control them15:02
Dante123xsensors give a nice gui with fan speed....and it is full blast by the way....but no way to control.15:02
AraneidaeSorry, no idea!15:02
Dante123Araneidae thanks for trying,.  Maybe you can help with other issue15:03
AraneidaeOk.  You have any thoughts on this question (I asked just before you came):15:03
AraneidaeI have xfce on a dual head system.  Is there a key to switch focus between screens?15:03
AraneidaeSeems on topic for an xubuntu channel!15:03
J_Litewskilaptop or desktop?15:04
AraneidaeDoes it matter?15:04
AraneidaeThey have different DEVICE names: :0.0 and :0.115:04
AraneidaeDesktop, as it happens15:05
J_Litewskiwell, if it was a lappy, all you would need to do is press fn+one of the function keys to switch between displays15:07
J_Litewskisince it's a desktop, i think you need to assign a keyboard shortcut to do that15:07
=== thunderstruck is now known as gnomefreak
Dante123on this same pc, when it was at my house, I installed xubuntu and I had an lcd monitor.  The system installed fine and worked at 1024 x 768.  When I took it to my friends house- they have a crt monitor and somehow the graphics got changed and 800x600 is max.  How do I fix it so we can get 1024 x 768 (I know both card and monitor support this).15:08
J_Litewskii had the same problem15:08
AraneidaeI've got two screens, but I don't know of a command to switch focus between them15:08
J_Litewskiclear xorg.conf15:08
AraneidaeI'm happy to bind a shortcut ... but what to?!15:08
AraneidaeI guess I need a program which can hand focus over to a particular screen... any thoughts on how to do that?15:09
J_Litewskisomething like ctrl+Alt+F315:09
vinnlDante123, have you taken a look at the Display Settings?15:09
AraneidaeNo, that's virtual desktop switching15:09
AraneidaeI have two physical screens15:10
Araneidaeand two DISPLAY contexts, one on each15:10
vinnlAraneidae, not exactly, that's Ctrl+Alt+3 ;-)15:10
vinnlMore like virtual screens... Or something :S15:10
J_Litewskiwell, i'm just saying to bind it to a combonation like that15:10
AraneidaeBut *what* do I bind to the combination!15:10
J_Litewskiah15:11
* Araneidae goes to grovel through keyboard binding settings15:11
J_Litewskigood point15:11
AraneidaeDefinitely need a command to run.15:12
vinnlAraneidae, which version of Xubuntu are you using?15:12
AraneidaeHow do I find out?15:12
J_LitewskiAraneidae, first backup and clear xorg.conf15:12
AraneidaeI'm on Ubunut 8.1015:12
vinnlAraneidae, Xubuntu or Ubuntu?15:12
AraneidaeUbuntu with xubuntu-desktop installed on top15:13
AraneidaeCurrently logged in using xfce15:13
vinnlRight...15:13
vinnlWell, it's not really a solution for now, but I heard the next version of Xubuntu, when it's released, will play a lot nicer with multiple screens15:13
AraneidaeJ_Litewski, There's nothing wrong with my xorg.conf!15:13
AraneidaeIs that going to come out with 9.04 as well?  I don't mind waiting...15:14
J_Litewskiyou said that your display won't go above 800x600, correct?15:14
Araneidaeeh?15:14
AraneidaeNo, not me15:14
J_Litewskioh15:14
AraneidaeI have 1920x1200 on the left, 1280x1024 on the right15:14
vinnlAraneidae, yes, 9.04 is the next version, but I'm not sure if it will solve your particular problem15:15
AraneidaeDual head has advantages and disadvantages...15:15
J_Litewskiah, Dante123, backup and clear xorg.conf15:15
AraneidaeWell, I've been playing with various desktop managers.  Unfortunately hacking dwm involves rather a lot of low level Xlib programming!15:15
J_Litewskisorry Araneidae15:16
Araneidaenp15:16
* Araneidae isn't mad enough to take that kind of advice blindly!15:16
vinnl^.^15:16
Dante123vinnl and J_Litewski I tried reconfiguring x but still get same results no choice higher than 800 x 60015:17
Dante123J_Litewski how exactly do you "clear" x org.conf15:17
J_Litewskisudo mousepad /etc/X11/xorg.conf and delete everything15:17
J_Litewskiafter backing it up15:17
J_Litewskiof course15:18
Araneidae`sudo sh -c 'echo >/etc/X11/org.conf'` will work15:18
Dante123J_Litewski the crappy 800 x 600 display gets in my way of fixing the fan control problem15:18
vinnlOr sudo mv /etc/X11/xorg.conf /etc/X11.conf.1~15:18
vinnlOoops15:18
J_LitewskiX server, at least for me, doesn't depend on xorg.conf anymore15:18
Araneidaefollowed by `sudo touch /etc/X11/xorg.conf`15:18
vinnl sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.1~15:18
Dante123 J_Litewski do you save the blank file as xorg.conf again??/15:18
vinnlWhich moves xorg.conf to xorg.conf.1~15:18
Araneidaeif it needs to be present (which is what I assumed by "clear")15:18
Dante123and then reboot?15:19
vinnlDante123, be sure to first make a backup!15:19
J_Litewskior restart X15:19
AraneidaeC-A-Backspace15:19
Dante123okay15:19
Araneidaewhich I read somewhere is going to be disable by default in the next release :(15:19
vinnlYeah I read that too15:19
J_LitewskiAraneidae, 9.04 doesn't support X restart anymore :(15:19
Dante123yeah, i think disabling ctrl-alt-backspace is stupid15:19
J_Litewskiwell, disabled :/15:20
charlie-tcaYou can re-enable it anytime you want to15:20
* J_Litewski wants to know how to do that15:20
Dante123I think the reasons for disabling it (from what I have read) are shallow and stupid.15:20
Dante123First think I will do is enable it after install15:20
AraneidaeWell, unfortunately, I think Ubuntu is trying more and more to target the shallow and the stupid :(15:21
charlie-tcaJust read the jaunty release notes. http://www.ubuntu.com/testing/jaunty/beta15:21
Dante123vinnl and J_Litewski and Araneidae-  I also thought maybe starting off xubuntu livecd (copying the xorg.conf file from that) and putting it into the installed xubuntu version15:22
Dante123providing of course that livecd allows me to go 1024 x 76815:22
Dante123what are your thoughts on that approach15:22
slow-motionnow they are at the letter j, but what comes after z?15:22
vinnlDante123, I believe the xorg.conf file in the new releases is nearly empty, so that won't be of much help :P15:23
charlie-tcaslow-motion: my guess is it starts again at a15:23
slow-motion*omfg* we are doomed, no ubuntu after z15:23
J_LitewskiDante123, do you have a xorg.conf.1 file?15:23
vinnlslow-motion, definitely, they'll stop the whole project at that time15:23
slow-motionnoooo *cries*15:23
charlie-tcaaa = aardvark15:24
Dante123vinnl what if running off livecd gives me 1024 x 768 on that hardware?  J_Litewski, I already backed up xorg.conf to xorgold.conf and did ctrl-alt-back and I guess it recreated a xorg.conf file but still only 800 x 600 is top.15:24
J_LitewskiDante123, what is your graphics card?15:25
Dante123J_Litewski also computer is at a friends house- so I cant do much from here.15:25
vinnlDante123, so is the xorg.conf file you have now still empty?15:25
vinnlcharlie-tca, heh, nice solution :P15:25
Dante123J_Litewski hang on...it is an agp Asus AGP-V3800M15:27
AraneidaeWhat's the xorg.conf command to turn C-A-Del back again?  THe release notes don't say15:27
vinnlAraneidae, yes they do15:27
vinnlAraneidae, dontzap --disable15:27
AraneidaeThey say use the command `dontzap --disable`15:27
Dante123vinnl very sparse.  Bare minimum from what I remembered- like configured monitor, etc.  a couple lines for each thing15:27
vinnlOh15:27
AraneidaeI assume that needs to be run on each restart?15:28
vinnlDante123, right, I guess what you'd get with a LiveCD wouldn't be much different15:28
AraneidaeDunno, actually -- doesn't seem to be part of 8.10 anyway15:28
vinnlAraneidae, I would assume the opposite, but there's only one way of finding out ;-)15:28
Araneidaeya15:28
AraneidaeWait and see (no program, so no man page)15:28
J_LitewskiDante123, is the monitor connected to the card an LCD?15:29
AraneidaeOh, google delivers15:29
slow-motionis there a dvd copy progrm for xubuntu?15:29
vinnl!dvd15:29
ubottuFor 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/FreeFormats15:29
vinnlHmm...15:29
slow-motioni only know k9copy15:29
vinnlI suppose there is, somewhere :P15:30
vinnlYou could use that :)15:30
Dante123J_Litewski no crt (but when I first installed xubuntu the tower was at my house connected to my lcd)15:30
J_Litewskii thinks thats the problem15:30
J_Litewskihttp://www.videohelp.com/capturecards/asus-v3800/8315:30
Dante123J_Litewski but the card and monitor are able to handle 1024 x 768 cause pc is dualboot with windows and windows can even go up higher than that15:30
Dante123J_Litewski, yeah that is the problem. But the solution is?15:31
J_Litewskiis it a flashable card?15:31
Dante123J_Litewski I have no idea what you mean?15:31
J_Litewskidoes it have an onboard flashable rom?15:32
Dante123no idea15:32
J_Litewskiah, it uses the TNT2 engine :\15:32
J_Litewskii had problems when I installed xubuntu on a desktop running a TNT2 m6415:34
Dante123 J_Litewski maybe I just reinstall xubuntu and see what happens on fresh install on the hardware that it is going to be using all the time (although fan problem will persist) I gotta have better rez than 800 x 600 or forget it.15:34
J_Litewskiacually, same problem as you Dante12315:34
Dante123J_Litewski why would it work with lcd monitor at higher rez then?15:35
J_Litewskinot sure15:35
Dante123J_Litewski and what did you do to solve your problem?15:35
J_Litewskii didn't15:35
Dante123hmm, I think I will go the livecd route and see what resolutions I get using that.  If necessary I will do fresh install15:36
J_Litewskiwindows, it would go up to 1280x1024, linux, 800x60015:36
Dante123that doesn't make much sense to me.15:36
J_Litewskiit doesn't15:36
J_Litewskibut thats what happened15:36
Dante123What it can do in one, it should be able to do in the other.  Now configuring it to do that is another matter, but it should be possible.15:36
J_Litewskidepending if the drivers are compliant15:37
J_Litewskii believe NVidia supports Linux, but i'm not sure15:37
Dante123here is the actual specs on the machine http://www.docs.sony.com/release/specs/PCVRX550_mksp.pdf15:38
Dante1234X AGP 3D Graphics Hardware Acceleration15:38
Dante123(nVIDIA® TNT2 M64)15:38
Dante12332 MB Video Memory15:38
J_Litewskido you have the nVidia setting config?15:41
J_Litewski(nvidia-settings)?15:41
Dante123J_Litewski nope, when I run hardware drivers it says that no proprietary drivers on this system (so nvidia enable choice is never given)15:43
Dante123I guess if I got into that manual configuriation (after wiping out xorg.conf) maybe I could select a nvidia legacy driver or something15:44
J_Litewskii would try and install the nvidia-settings15:46
Dante123J_Litewski how is that done?15:48
Dante123sudo apt-get install nvidia-settings ????15:48
J_Litewskiyep15:48
Dante123so leave current xorg.conf along and just run sudo apt-get install nvidia-settings.  Then will a menu item appear for xubuntu under applications or system settings or what?15:49
J_Litewskinot sure, i don't run a nvidia card15:50
Dante123hmm...well....I guess it is worth a try15:51
Dante123thanks for help15:51
J_Litewskii'm reading up on people having problems with the TNT2 card using the 2.6 kernel15:51
Dante123well, the fact that it worked before with lcd screen. make me think that when it detected that the hardware changed it just went into some failsafe configuration that does not go past 800 x 600.15:52
J_Litewskiit may15:52
Dante123I'm thinking running the livecd and seeing what resolutions are available might be a good idea.15:52
J_Litewskithats what happened to me when i plugged in my Sony SDM-M5115:53
J_Litewskixorg.conf was set to that screen, not my lappy screen15:54
Dante123this is older hardware- and the fact is that there are more issues with the old stuff than the new15:54
Dante123and not installing it with the actual hardware it was going to be using (monitor) complicates the matter15:54
Dante123so maybe a fresh install will do the trick15:54
arooois there a terminal command to find out which version of xubuntu i'm running?15:54
vinnlarooo, $ lsb_release -r15:55
vinnlThough you can also check in System Monitor15:55
arooothank you15:55
J_Litewskihow do i set hddtemp with root privileges?16:05
=== thunderstruck is now known as gnomefreak
J_Litewskinevermind16:08
J_Litewskiheh, lm-sensor says the fan is off...16:08
J_Litewskiyet it's running at full force16:09
AraneidaeIt might be instructive to poke around in /sys/class/hwmon/* -- I think those are all your sensors16:11
J_Litewskikk16:11
* J_Litewski likes the terminal :)16:12
J_Litewskionly thing in /sys/class/hwmon is hwmon016:13
J_Litewskioh, nevermind16:14
J_Litewskinothing useful in there Araneidae16:15
AraneidaeActually, my desktop hwmon is a bit boring: hwmon0/temp_input = 40 degrees, and that's about it16:15
AraneidaeYes, I was working on an embedded device with *loads* of hwmon entries16:16
AraneidaeI think hwmon/hwmon*/name is the physical sensor name16:16
J_Litewskiah16:16
AraneidaeAt least you can see what the sensor is reporting16:16
J_Litewskibrb, doughnut timez16:16
Araneidae(I don't seem to have any fan sensors)16:17
arooo!firefox16:17
ubottufirefox is the default web-browser on Ubuntu. To install the latest version, see https://help.ubuntu.com/community/FirefoxNewVersion Installing plugins: https://wiki.ubuntu.com/FirefoxPlugins16:17
J_Litewskimy fan sensor is an ACPI device16:23
J_Litewskiacpi -V confirms this16:29
J_Litewskiit also confirms that my battery is half-lifed16:29
J_Litewskihow would i configure the display lights, like the power and battery lights?16:33
aroooyikes i think i made a mistake upgrading from 2.0 to 3.0 firefox on this laptop :(16:44
aroooseems slower :(16:44
SiDiShouldnt be slower16:51
aroooprobably placebo16:52
vinnlWell, it should even feel faster :P16:52
vinnlDo you happen to use a lot of extensions?16:52
aroooJust adblock16:53
aroooit's probably something else going on, this laptop isn't the best16:54
gorgutlo folks16:55
vinnl!hi16:55
ubottuHi! Welcome to #xubuntu!16:55
gorgutwhat is the easiest way to rmdir a non-empty directory?16:55
vinnlI believe there's an argument you can use, -R or something, let me check16:56
gorgutrm has a -r flag, but rmdir does not apparently16:56
gorguti checked the man page16:56
gorguterr i mean -f for force16:57
vinnlAh yes, then I suppose you can just rm -R dir/* && rmdir dir16:57
vinnlOh wait16:57
vinnlYou can just do rm -R dir to remove a directory and it's contents16:57
gorgutawesome16:58
gorgutthanks16:58
SiDigorgut: "rm -r dirname"16:58
SiDirm -r just removes all the data and then calls rmdir on the empty dir16:58
gorgutok. sweet. thanks guys. cleaning up my headless server via ssh was getting very tedious :P16:59
* SiDi feels like he's late.16:59
gorgutis there a command-line bittorrent client that I can use with tor?17:03
SiDiI think transmission has a daemon17:06
gorguti want to be able to log in via ssh and start a download with some sort of anonymity17:07
gorguthehe17:07
SiDihuh they also have a remote web interface17:07
gorguttransmission does?17:08
SiDieither, check deluge17:08
SiDiyeh they got a ton of features17:08
gorgutwonder if azureus has a web interface...17:08
SiDior either, if deluge doesnt fit your needs, wait for one more month and my own command line bittorrent client should be released :>17:08
gorgutawesome17:08
SiDi(it was meant to have a gui, but the gui men got lost some 2 months ago :P)17:09
gorguthehe17:09
J_Litewskihow hard is it to control a status led?17:11
gorgutusing what?17:12
gorgutan arduino or something?17:12
J_Litewskia shell script17:12
gorgutheh17:12
gorgutthat sounds fairly challending17:12
gorgut*challenging17:12
J_Litewskifirstly, how are the status led's controlled?17:14
gorgutno idea. just as a wild, completely uneducated guess, i would assume by a chip on the board... something you probably have no access to17:15
n2diyI just switched from Ubuntu, and now I'm fine tuning Xubuntu, but I'm stumped trying to get my sound working. I can't get my volume control to appear in the panel, ideas?17:15
J_Litewskiwell you can control them in windows17:16
SiDin2diy: is there pulseaudio running ? what does "ps aux | grep pulse" return ?17:16
gorgutJ_Litewski, well, as I said... wild guess.17:17
J_Litewskii'm researching it now17:17
gorgutJ_Litewski, i kinda assumed you were talking about the LEDs on the front of your case that indicated HD activity17:17
SiDiJ_Litewski: if you want to control a LED, you need to set a particular amount of voltage in different parts of the board, and that'll light the parts of the LED you want to be enlighten17:17
SiDidunno if its clear, but that's how you control it :P and if you want to do it remotely, it means there's a controller on the board awaiting for orders and that is in charge of lighting the LED for you :P17:18
J_Litewskii know you can't control that one, it's built into the cable to the HDD17:18
SiDiJ_Litewski: actually, what LED are you speaking about and what do you want to do with it ?17:19
J_Litewskii was looking for controlling the caps, scroll, and num lock led's17:19
J_Litewskito start learning how to script17:19
gorgutls17:19
gorgutoops. wrong window. sorry17:20
n2diySiDi: darryl@snyder:~$ ps aux | grep pulse17:20
n2diydarryl   15415  0.0  0.1   3004   768 pts/1    S+   13:18   0:00 grep pulse17:20
n2diydarryl@snyder:~$17:20
SiDin2diy: you had sound under ubuntu ?17:20
n2diySiDi: yes.17:20
SiDiis alsamixer running fine ?17:21
n2diySiDi: ah, I think I found the problem, alsamixer appears to have everything off, or turned down. Thanks.17:22
SiDiwell, you're welcome :p17:22
SiDiby the way, you should have all the alsamixer controls in xfce4-mixer17:22
SiDiyou just need to go to the mixer's preferences and check all boxes so that all controllers will be visible17:23
BigMoopiesWould installing (and using) the xubuntu-desktop be OK along side the original gnome desktop ?18:00
charlie-tcaBigMoopies: yes, it should be fine.18:01
BigMoopiescharlie-tca, Both KDE and GNOME seem to be laggy.18:01
BigMoopiescharlie-tca, I'm trying to get rid of that18:01
charlie-tcaThe more you install, the more you will see that. If all three desktop environments are installed, a lot of extra applications are also18:02
BigMoopiesI only have GNOME installed now18:02
BigMoopiesI was thinking that XFCE would be a good start to try and see if the lag goes away?18:03
charlie-tcaTry it. It may work fine.18:03
BigMoopiesOK18:03
charlie-tcaIf GNOME lags, you should try installing xubuntu without GNOME installed.18:03
BigMoopiescharlie-tca, OK.  Do you have the link to go to pure XFCE ?  like there was one to get back to pure GNOME18:04
BigMoopiesin hardy18:04
charlie-tcahttp://xubuntu.org/get for xubuntu18:05
charlie-tcaI don't have a link to install xubuntu-desktop and remove gnome-desktop18:06
BigMoopiesok18:06
BigMoopiesI'll look for it18:06
BigMoopiesif I decide to remove GNOME18:06
SiDiBigMoopies: you can just remove the ubuntu-desktop virtual package for now, and when you meet a gnome app that you dont way anymore, remove it too :P18:07
BigMoopiesSiDi, The Xubuntu desktop is still downloading now, and not e ven installed18:08
BigMoopieslol18:08
charlie-tcaSiDi: that won't stop the lag, though18:08
vermehi18:09
SiDihhello charlie-tca  btw :P18:09
vermei have a question, is it possible that an application built in an Ubuntu 8.10 system using gstreamer and gtk does not run in a xubuntu 8.04 system?18:11
charlie-tcaverme: sure18:11
vermehum18:11
vermemaybe it is related with the versions of those libraries18:12
charlie-tcaxubuntu requires and uses less resources, so if you built the application, it may not have the libraries it had in Ubuntu18:12
vermemy application runs fine in xubuntu if i compile it in an ubuntu 8.04 system18:13
charlie-tcaThat does not mean Xubuntu will have those same resources already installed.18:14
vermeok ^^18:15
vermei will check it in a virtual machine18:16
vermewe are using xubuntu in a radio station and it is really fast18:16
charlie-tcaGreat! Always glad to hear good things.18:17
charlie-tcaWe were a bit bulky in 8.04, trimmed down for 8.10 and more for 9.0418:17
vermeok18:18
slow-motionhi18:23
vermehi slow-motion18:23
slow-motionhi verme18:23
SiDihello slow-motion18:23
slow-motionhi SiDi18:24
J_Litewskihi slow-motion18:24
slow-motionhi J_Litewski18:25
hyumahi all18:28
charlie-tca!hi18:28
ubottuHi! Welcome to #xubuntu!18:28
J_Litewskihow would you check to see which kernel your running?18:31
mpriceuname -r in the terminal18:32
J_Litewskiah18:33
J_Litewskikk, ty18:33
mpriceyou can also go to Applications->System->System Monitor and click on the System Tab too18:34
J_Litewskiif i don't have an nVidia graphics card, can i safely uninstall the nVidia packages?18:35
LegendreI'm still using edgy (yes..) and it seems like my sources.list is broken.. can't apt-get much of anything. Have the packages been totally withdrawn or what?18:35
LegendreNeed to install imagemagick.. =/ or some other util that will de-PDF a PDF file into TIFF or PNG etc..18:36
hyumaguys i've problem when I open filesystem from menu Places, the windows appear and disappear immediately, i don't know why18:38
hyumai've xubuntu 8.10 on my ibook g418:38
mpricerun thunar from the terminal18:39
hyumamprice: segmentation fault18:40
charlie-tcaLegendre: Edgy was end of support 6 months ago. You really should upgrade using a fresh install, now, to 8.04 or 8.1018:40
BigMoopieswhere do I find the text size options in Xubuntu ?18:40
BigMoopiesXFCE, whatever18:40
Legendrecharlie-tca - any package archive still operating?18:41
SiDixfce parameters -> user interface18:41
SiDion the top right of the theme selection window18:41
* charlie-tca too slow again!18:41
Legendrefresh install = major hasslectomy.18:41
charlie-tca7.04 = way out of dte18:41
charlie-tcadate18:41
BigMoopiesSiDi, You are talking to me ?18:41
SiDiBigMoopies: yeh sorry18:42
hyumamprice: you read?18:42
charlie-tcaLegendre: you will find it harder and harder to maintain that old version. There have been no security updates since October18:42
BigMoopiesSiDi, Where is that located? Applications -> something ?18:42
mpriceif you google sometimes you can still find a mirror, Legendre but its recommeded to update to a newer release to because you no longer get security updates18:42
hyumarunning thunar from terminal, i got segmentation fault18:42
SiDiBigMoopies: Applications-> parameters -> xfce parameters -> user interface18:43
BigMoopiesSiDi, I don't see that18:43
charlie-tcaApplications -> Settings -> Settings Manager -> User Interface18:43
vermeanybody could be a beta tester for 5 minutes?18:44
charlie-tcaI have been testing for about 1 year, 5 minutes more won't matter18:44
mpricehyuma, I'm looking at a bug report about it right now18:44
vermelol18:44
BigMoopiescharlie-tca, there we go18:44
Legendrefoo18:44
hyumamprice, thank you, is very strange this error right?18:44
vermecharlie-tca: i need to check that my application runs in xubuntu18:44
charlie-tcaWhat version you want it in?18:45
charlie-tcaI am running 9.04 on this 64-bit system18:45
SiDiI have to go18:45
vermein the latest version...18:45
SiDiSee you people18:45
vermebye SiDi18:45
charlie-tca32-bit or 64-bit?18:45
BigMoopiescharlie-tca, What do I need to install to have the GNOME type sound up/down stuff ?18:46
verme32-bit18:46
charlie-tcaalsa-mixer, alsa-utils, and the volume control in the panel18:46
vermecan i send you the tarball? it includes the binary already18:46
charlie-tcaThat or tell where to get it. cjk AT teamcharliesangels.com18:47
mpricehere is the bug report hyuma: https://bugs.launchpad.net/ubuntu/+source/thunar/+bug/29784218:47
verme?18:48
BigMoopieshow do I get the volume control to run18:48
charlie-tcaHow are you going to send it?18:48
vermeDCC?18:48
mpriceunfortunately looks like they didn't fix the bug becuase its fixed in Jaunty18:48
hyumaso i need to uprade in jaunty?18:48
charlie-tcanot set up for it. Is there a place I can download it?18:49
vermeno yet, it is a preliminary newer version18:49
charlie-tcaJaunty is out in less than 30 days18:49
Ahmucki'm looking for a program i can put toghaterh screenshots into a swf (?) file ?18:49
mpricethat is up to you, hyuma18:50
mpricepersonally it still needs fix in Intrepid18:51
hyumamprice: i don't know what version of ubuntu install to my ibook18:52
mpricethere is instructions to rebuild the package in the bug report, hyuma18:52
mpriceI would be willing to help if you have any problems18:52
mpricetype uname -r in the terminal?18:53
=== hfsdo_ is now known as hfsdo
mpricewait you mentioned intrepid18:54
BigMoopiesWhat is the keyboard short cut for locking the screen in XFCE?18:54
BigMoopiesctrl + alt + L don't work18:54
Slonkiectrl+alt+del18:55
BigMoopiesto lock the screen ?18:55
SlonkieBut you can change it to ctrl+alt+L if you'd rather have that in the keyboard settings18:55
BigMoopiesyeah there we go18:55
BigMoopieshow bout show the desktop ?18:56
BigMoopieswait ctrl alt d18:56
BigMoopiesHow would I change that one ?18:58
BigMoopiesalso how would I add shortcuts to programs beside the help question mark18:59
mpricehyuma, did you rebuild thunar yet?19:02
hyumai'm doing19:02
hyumamake19:02
hyumathen make install19:02
J_Litewskinew feature in thundar?19:03
J_Litewski*thunar?19:03
mpricehyuma, much easier way in the bug report19:05
hyumamprice,  i was blocked at debuild -d, i haven't that command19:05
hyumaso i launched ./configure, make make install19:05
mpriceinstall pbuilder hyuma19:08
J_Litewskiwhat was hyuma trying to do mprice?19:17
mpricerebuild the deb for thunar to fix the segfaul19:18
J_Litewskiah19:18
J_Litewskii think it'll be cool if thunar had a plugin to unpack tarballs and rar files and stuff19:20
UKGentHow useful is the Debian Package Viewer? Is it worth Installing?19:27
mpricethat depends19:29
UKGentmprice lol is not that always the way!19:30
mpricei guess19:30
UKGent?19:30
UKGentI just wondered - I am browsing the Development & Internet Packages to see what might be useful19:31
mpriceare you plan on developing packages?19:31
UKGentmprice well... I am a real beginner, so I would not go as far as to say that. I really want to start off with a bit of website development and maybe some pedagogical introductions to doing some programming. I am old  (50) and have done some programming years ago - even some COBOL ! -  I want to get back into it.19:33
UKGenter.. .not COBOL !19:34
UKGentI have put Bluefish on the download list anyway19:35
UKGentand bravely started the emacs tutorial but taking that real slow ... !19:35
UKGentI love this version of Linux/Ubuntu - really suits my temperament. Nice balance between usability and speed. I will not go back to ubuntu/kubuntu (even though Kubuntu has the most apps.)19:39
J_Litewskinewbie question, how do you install .deb files?19:40
Slonkiedouble click it19:40
UKGentand then hold your breath if it comes from a dubious source lol19:41
J_Litewskithat brings up the arcive manager19:41
SlonkieAre you able to right click > Execute?19:42
J_Litewskinope19:44
UKGentWell so far, I have added Amaya, Bluefish and the MySQL Admin. and Query Browser ...19:49
J_Litewskishould i clean out my cache?19:49
mpriceJ_Litewski: sudo dpkg -i packagename in the terminal19:50
J_Litewskity mprice19:51
mpricenp19:51
J_Litewskishould i clean out my cache?19:51
mpricefor apt?19:51
J_Litewskisure19:51
J_Litewskii'm using ubuntu-tweak atm19:52
mpricehow long have you been running Xubuntu for on the same computer?19:52
J_Litewskialmost a year19:52
mpriceand you haven't cleaned it out once?19:52
J_Litewskinope19:52
J_Litewskididn't know you could :P19:52
mpriceI would especially if you have upgrade to a newer vesion in the past year19:53
J_Litewskii have... three times...19:53
mpriceya I highly recommend it than19:53
UKGentmprice what is the procedure for cleaning out the cache ?19:53
UKGentNot that I really need to just now19:54
mpricesudo apt-get autoclean in the terminal19:54
J_Litewskii think i did that before...19:54
UKGentmprice thanks - what is held in the cache ?19:54
J_Litewskishould i clean out the package config too?19:55
UKGenttemp data files ?19:55
BigMoopiesI can't figure out how to change the ctrl + alt + d , to show the desktop keyboard short cut.19:55
mpriceUKGent, it clears out retrieved package files19:55
UKGentmprice ty  Ah.. I see19:56
BigMoopiesI tried looking in the keyboard short cuts, but I don't see a "show desktop" to alter19:56
UKGentthat explains why you would want to do it after an upgrade ...19:56
mpriceyes19:57
mpricebrb gotta reboot19:57
BigMoopiesalso, how would I setup a shortcut to other programs besides the ? for Xubuntu help, besides places/applications19:59
J_Litewskihow do i add a GPG key?20:13
mpriceyou mean create one?20:13
J_Litewskiyea20:13
mpricehttps://help.ubuntu.com/community/GnuPrivacyGuardHowto20:15
mpricethat should pretty much solve any other questions you might have J_Litewski20:17
J_Litewskiso if i added a repository list, i need to create a key for it?20:18
mpricenot quite understanding your question20:19
J_Litewskii added the medibuntu repository list, and it's bitching about a GPG key20:20
mpriceoh hold on20:20
UKGentdon't most repository holders provide a public Key ? I seem to remember having to update mine once on ubuntu20:20
UKGentie obtain the keys20:21
mpriceyou are correct UKGent20:21
mpriceJ_Litewski: sudo apt-get install medibuntu-keyring20:21
J_Litewskiah20:21
mpricethen sudo apt-get update and it should resolved20:21
J_Litewskikk, ty mprice20:23
mpricenp20:23
UKGentmprice Litewski I think that there was a problem on Launchpad not long ago, which resulted in everyone getting a message about needing to update the Keys every time you used update ...  I ran a perl routine (off one of the forums) which updated all my keyrings20:23
J_Litewskinice20:24
UKGentso it does work when you search the ubuntu forums because I am no Pear Programmer !20:24
J_Litewskiit won't let me install update the kipi-plugins...20:24
mpricewhat error are you getting?20:25
J_Litewskiit isn't giving me one20:25
J_Litewskiit's greyed out20:25
mpricetry sudo apt-get install kipi-plugins it might be missing a dependency20:26
J_Litewskithat did it, ty again mprice20:30
mpricenp20:31
J_Litewskixubuntu has never been this picky about updates20:31
UKGentI have just installed enigmail and noticed that BASH prompted me that two files would now be redundant .. so I used autoremove to free up the space. So it works ?  Baby Steps...  lol20:34
J_Litewskilol20:34
J_Litewskii've been with xubuntu for almost a year, and i still am a nub20:34
mpriceit takes time and patience20:34
UKGentI am quite proud of myself that I have not broken it yet !  lol20:35
J_Litewskii'm better in the terminal now then before20:35
J_Litewskii've broken mine four time so far20:35
mpriceI broken my computer so many times its not even funny20:35
UKGentLitewski    I intend to start using it right from the start. It is fantastic to have XChat side by side with the terminal and get 'real time' help - how much would you pay to get that with Microsoft ?20:36
J_Litewskitrue20:36
J_Litewskii don't trust Xchat though20:36
J_Litewskii personally use pidgin20:36
mpricewhy is that, J_Litewski?20:36
J_Litewskii don't like the layout, since i'm use to chatzilla20:37
UKGentLitewski  XChat keeps it simple for beginners on IRC but I stay away from the 'Wild West' Channels and keep my shields up lol20:37
mpriceat least we have many choices for what we want to use for IRC20:38
J_Litewskitrue, all free too20:38
UKGentI might try pidgin but I seem to be getting on OK with Xchat .. if I can use it - anyone can !20:39
J_Litewskilol20:40
UKGentI must be the 'Grandad' in this room lol20:40
J_Litewskii just like pidgin because i can have my yahoo, irc, googletalk, and facebook all at the same time20:40
mpricethats understandable than J_Litewski20:41
vtrthello20:41
vtrti have question20:41
mpriceask away vtrt20:41
UKGentLitewski - I tried Pidgin in order to communicate with my sad friends on MSM but it would not send files for some reason. So I use aMSN for that. aMSN is a very nice little application but is dedicated to MSN20:42
vtrtwhen i have kubuntu 8.10 and upgrade to xubuntu will I need to install drivers etc. once again?20:42
mpricehow do you plan on upgrading?20:42
vtrti mean in adept xubuntu-desktop20:43
mpriceall it will do is install xubuntu20:44
mpriceit won't remove any drivers or anything else like that20:44
vtrtit will create next installation of linux or it will just be xfce and apps for it?20:44
mpriceyou will have xfce  and kde apps20:44
mpriceunless you remove kde20:44
vtrtok but on one kernel yes?20:44
mpriceyes20:45
vtrtk and I can always get back to kubu?20:45
vtrti mean KDE xD20:45
mpriceyes just change the session to kde before you login20:45
vtrtk thanks that helped alot :)20:45
mpricenp20:45
vtrtcya20:45
J_Litewskimy gf's bird is looking at me funny20:46
* J_Litewski shakey fist at bird20:47
dsmith_xubuntu is sweet! I have converted 10 users to it away from windows20:47
dsmith_flip the bird a finger20:47
J_Litewskiit's a nice step up from windows20:47
UKGentdsmith I am a fan too. It is really 'nifty' and yet has a good GUI. I find it less 'bloated' than Ubuntu (although I am not knocking it) .20:48
dsmith_same20:49
dsmith_composting runs sweel20:49
dsmith_*swell20:49
dsmith_though I tend to mix a few kde/gnome apps in with it20:49
UKGentto be honest - I don't think that this Comp has ever ran so smoothly.20:50
dsmith_i have an older hp laptop, and yes windows 7 ran fine on it, but I MUCH prefered xubuntu.20:51
UKGentdsmith The strategy I have adopted is to use Firefox Extensions for any fancy stuff - leaving the rest of the system fairly 'clean'  that way you dont 'bloat up' the main system.20:51
dsmith_UKGent: I can xtransfer files fine over piggin20:51
dsmith_UKGent: I have a bunch of Fx extensions20:52
dsmith_:)20:52
UKGentdsmith Right... maybe there was something else going on at the time .... I will take another look sometime20:52
UKGentdsmith It was my 'Windows bound' Nephew whom I was trying to transfer the files to...  he is terrible for blocking things up anyway .. lol20:53
UKGentI love using Linux for just Gnu and Linux   , rather than trying to reproduce a windows system. That is why I like xUbuntu - you get the best of Windows but no more.20:54
dsmith_thats one reason I despire kde 420:55
dsmith_and kubuntu now20:55
dsmith_it reminds me of windows too much now20:55
dsmith_even though I use kubuntu 8.04 now20:55
dsmith_i like the notion of two panels on the screen is logical20:56
UKGentdsmith I know - It is like those Guys who spend a fortune on a Mac and then spend massive amounts of time trying to make it perform and look like a PC ... Why bother lol20:56
UKGentI like to work 'on the fly' just creating panels and dotting them about the place to be in close distance to my mouse gestures. It is a slick way of working and I love it!20:58
UKGentI use that little up & down arrow a lot and just have the window bars dotted around the Desktop - lol Am I mad ?20:59
dsmith_lol21:02
UKGentdsmith It is the 'patchwork quilt' style of working !21:03
J_Litewskii want to code something ;/21:30
J_Litewskiis there anyway to delay the capslock key from activating?21:34
J_Litewskii keep hitting the stupid thing instead of the 'a' key21:35
SlonkieIs it with xubuntu like windows that 32bit only supports 3GB (or something around there) ?22:16
BigMoopiesdoes anyone know how to make more short cuts to other programs by Applications and Places ?22:21
BigMoopieswhere mozilla and the ? mark is22:21
basajaunhi all22:24
Slonkie?hi22:24
diginuxI updated my laptop, and now my windows decorations in xfce are missing, i have no way to minimize, maximize, move, or kill windows22:24
basajaunquestion about FSlint  duplicate files which files are to be kept? is merge the best option or delete duplicate files?22:25
diginuxbasajaun: i always do select all but oldest and delete those, but its up to you22:26
basajaunthanks  diginux  does that mean oldest file will be kept ?22:29
diginuxbasajaun: yes22:31
basajaunIn the case of an udated sytem is it a risk?22:31
diginuxwell i never search my whole filesystem22:32
diginuxi only do my home folder22:32
basajaunI see ok22:32
basajaunThanks diginux22:44
basajaunbye all22:44
slow-motionn823:32
=== Grant-A is now known as Angelik
=== Grant-A is now known as Angelik
=== Angelik is now known as Grant-A

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