/srv/irclogs.ubuntu.com/2013/05/31/#xubuntu.txt

nixnineyes, haha00:00
nixninebut everything is right00:00
nixninedoes anything look out of norms00:01
xubuntu739maybe lsblk might work better for you.00:01
nixninegot it but I don't know what any of it means00:02
xubuntu739Alright.  sdX means a device.  Hard drive/Disk Drive ect00:03
xubuntu739sdXY means a partition on the device00:03
xubuntu739so sda1 would be the first partition on the first hard drive.00:03
nixnineyep.  understand that00:03
nixninesr?00:03
xubuntu739There are also sizes.  You should have an idea on what you want to mount at this point.00:04
nixnineyes00:04
xubuntu739then it is mkdir /mnt/myMountName00:04
xubuntu739mount /dev/sdXY /mnt/myMountName00:04
xubuntu739sudo for both commands.00:05
nixninewhat exactly will this do?00:05
xubuntu739if it complains about cifs (windows) then mount.cifs00:05
xubuntu739it will mount device to directory under /mnt00:05
xubuntu739then you access it.00:05
xubuntu739quite welcome to man mount00:06
xubuntu739I am just a dude on the internet.00:06
nixnineand to unmount?00:06
xubuntu739umount00:06
nixninegroovy00:06
xubuntu739there is a umount -all option or something like that, but I find it causes problems.00:07
nixnineNo doubt00:07
nixnineWell, thanks.  Gonna try that and see what happens.00:07
xubuntu739be aware that it is read write.00:07
xubuntu739you rm something it does go away00:08
xubuntu268Genii-around: I'm trying to do this, but what does "Seeding" mean? It's been showing on UTorrent 3.3 for 20 minutes.00:47
genii-aroundxubuntu268: "seeding" means you are now feeding parts of that file to others. Thats how torrents work.00:48
genii-aroundxubuntu268: If it's reached that stage, then you have the file you were trying to get now.00:49
xubuntu268I don't understand. Does it mean the installation program is installed and ready on my computer, or not?00:49
genii-aroundIt's been downloaded by the uTorrent program. Nothing else has been done with it yet. If this was the Xubuntu ISO file you downloaded, now you have to put it on something your computer can boot. Since your CD is no good, you should use unetbootin  from the link xubuntu739 mentioned earlier to convert it for use on an USB stick00:52
genii-aroundxubuntu268: ^00:52
psycho_oreosA more simpler sense is to think uTorrent is nothing more than a download manager. In crude terms.00:53
xubuntu268I have it on a USB stick. If I put it into the computer where I want to install Xubuntu, will it do that now?00:53
psycho_oreosYou were supposed to download into computer (ideally) and then use things like unetbootin as described before to write to USB so that you can boot from USB. Having a copy of it downloaded on USB when you have to make it work doesn't make things easier.00:55
genii-aroundxubuntu268: Just copying an iso file to a USB stick will not do the job. Because the ISO file is an image of a DVD. If you just copy the file over it will just be a DVD image file that got copied to a USB stick00:55
genii-aroundxubuntu268: To convert CD/DVD iso files into something you boot from USB, you must use a program to make the conversion. For Windows, you want to use the Unetbootin program to do this.00:56
xubuntu268But I downloaded to the USB and tried to use the software to open it. I get a file with a .paf extension. Is that the one ready to use?00:56
genii-aroundI'm not quite sure how much more plainly I can explain it than i already have00:57
xubuntu268K. Thankis.00:57
nixninehey guys, I was trying to update some packages and got an aptdaemon error and now I cannot mount any disks, usb dvd, nothing.  What must I do to resolve this?01:10
pleia2nixnine: as I mentioned in the other channel, please put the error in a paste.ubuntu.com link so people can see it01:11
nixnineokay01:12
nixnineOkay, here's what I get: http://paste.ubuntu.com/5718550/01:14
pleia2nixnine: when does this error occur?01:16
nixnineWhen I try to update packages01:16
pleia2what command are you using?01:17
nixnineI am using the software updater01:17
nixnineshould I try update through terminal?01:18
pleia2nixnine: so you launch the updater from the menu, and that error pops up? or..?01:18
nixnineyes.  Just got another error:  he connection to the daemon was lost. Most likely the background daemon crashed.01:19
nixnineThe error window is backend_helper.py01:20
pleia2so I've never seen this error before, but my suggestion would be to attempt to get this fixed by doing an upgrade at the command line01:20
pleia2so try: apt-get update01:21
pleia2then: apt-get upgrade01:21
pleia2see 1) if those work 2) where it gets you :)01:21
nixnineokay.  will do now01:21
pleia2and sorry, you need sudo before those commands01:21
nixnineunable to open /var/lib/sudo/nixnine/3: Read-only file system01:22
pleia2yikes01:22
nixnineI know01:22
nixninehere's the results: http://paste.ubuntu.com/5718567/01:23
pleia2so that's not just a problem with mounting external devices, sounds like your whole system is read-only01:23
pleia2usually happens when your disk goes bad01:23
nixnineI can restart it then it does fine for a little while -- unless I try to update01:24
pleia2so it sounds like it runs ok until you hit some bad sectors on your harddrive, and then the system forces remounting as read-only to protect it from further corruption01:24
nixninethat's what I was thinking but I ran it through the smart utility and it didn't report anything bad01:24
pleia2smart isn't the most reliable thing :)01:25
genii-aroundWhens the last time you did fsck?01:25
nixninehavent in a long time01:25
nixninenow?01:25
genii-aroundProbably better to do that from recovery boot, even if the system is currently read-only01:27
nixninefrom recovery mode?01:27
genii-aroundYes, whatever the ubuntustudio people call it :)01:28
nixnineokay. That won't mess anything up will it?01:29
nixninewell, mess up more than what it is01:29
genii-aroundThe odds are it probably won't do anything more than what's already the problem, plus it may clean up orphaned files or other bad stuff.01:30
genii-aroundMight also want to check you didn't fill up the drive too01:30
nixnineyeah, I ran fsck without changing anything.  This is what I got: http://paste.ubuntu.com/5718577/.  Should I yes everything?01:31
nixnineIn recovery mode01:31
nixninelooks like somethings up, eh?01:34
pleia2nixnine: probably want to say "yes" but you really should make sure you have good backups01:35
nixnineWell, I can't mount anything to back up anything01:35
nixnineor is there another way to create a backup?01:36
nixnineWell, guess I'll try it.  Maybe be back . . . . Hope i'll be back with all my fingers and toes intact01:39
=== genii-around is now known as genii
nixnineMade it back01:54
nixnineHow do I know everything went well?01:55
nixnineI complete an update without error01:56
nixnineI can mount all my drives01:56
nixnineGuess that means everything cool, eh?01:56
nixnineWell, thanks pleia2, genii01:59
pleia2nixnine: probably still need to be cautious, I'd make backups now :)01:59
pleia2since it's unclear what caused it01:59
nixninehow should I do that?01:59
pleia2get an external harddrive to back stuff up, get a dropbox account, up to you02:00
nixnineOkay.  Just drop and drag my docs and stuff, eh?02:00
nixninedrag and drop02:00
nixninehm02:00
pleia2yes, you could do that02:01
pleia2there are also some backup tools in the software center, I'm not really familiar with them though02:02
nixnineyou are talking about backing up my docs, pics, music, video?  Nothing with the system, right?02:02
pleia2if your harddrive completely died tomorrow, whatever you would be sad to lose02:03
pleia2some people back up their entire drive, some just everything in /home some just back up photos02:03
nixninegotcha.02:03
nixnineI keep most of my stuff on an ext hd now.02:04
nixninewell, tanks again for the help.  Will return with the next problem ---- but hope that takes a while to arrive.02:05
darkbluecatsup guys}02:06
darkbluecatCan anyone help me with a little tweak?02:08
darkbluecatIm using 12.10 and I want square corners on my windows02:08
darkbluecatbut the theme selector doesn't seems to change the corners, even with custom themes02:08
darkbluecatHey secret_ninja02:12
secret_ninjahey darblue02:12
darkbluecatcan you help me? ;_;02:12
secret_ninjaat last, somebody to chat with while i install mir.. sure, ill try.. wassup?02:12
darkbluecatI want to put square corners at xfce@xubuntu 12.1002:13
darkbluecatbut the selector didn't make changes on the title bar02:13
darkbluecatAny ideas?02:14
secret_ninjaon your windows?02:15
darkbluecatyes02:15
secret_ninjar u using lightdm?02:19
darkbluecatnope, the other one02:20
darkbluecat(sorry, im a n00b at this)02:20
secret_ninjalemme go grab my dinner, brb02:22
darkbluecatokat02:22
darkbluecatokay*02:23
secret_ninjamore /etc/X11/Xsession.options02:30
secret_ninjamore /etc/X11/default-display-manager02:31
secret_ninja^^^for darkbluecat02:31
darkbluecatsecret_ninja, I already fixed it!02:31
darkbluecatI feel more dumb than earlier02:31
darkbluecatahaha02:31
secret_ninjacool. where was the setting?02:31
darkbluecat"Window Manager" and "Themes" are different options, And I get confused with the Gnome order02:32
darkbluecatAnd, "Windows manager" was the option.02:32
secret_ninjai dont use the gui tools, i try to find the config file and mod it.02:33
darkbluecatIm just getting a little bit envolved on Linux Systems02:33
darkbluecatand I found easy to use Xubuntu02:34
secret_ninjalearn so much more that way. but, only worth it if you are not trying to do anything *else* important.02:34
secret_ninjamost valuable tools to learn to use.. cat, more and grep02:35
darkbluecatwhat are those tools?02:37
secret_ninjatext based utilities..02:38
secret_ninjacat copies a prints a file to the screen. more does the same thing, 1 page at a time and grep is a search tool.02:39
secret_ninjaim more of a command line type of guy02:40
darkbluecatcat, more and grep02:40
darkbluecatIm gonna memorize that :302:40
secret_ninjavery useful when you are trying to find a setting and don't know where it is...02:41
phunyguyHello, just realizing this now... my hardware volume up/down/mute buttons are not actually doing anything in Xubuntu 13.04 - Any ideas on where to start? I can change the volume via the software slider in the volume notification area icon... just the buttons don't work.  The do however work in regular ubuntu and kubuntu.02:43
secret_ninjawhat buttons dont work?02:45
secret_ninjain the application?02:45
phunyguyno, hardware buttons on the laptop02:45
phunyguythey do nothing :(02:45
seronisphunyguy: im in the same position.. well sorta.  touching my volume slider makes the volume setting appear in the taskbar but it doesnt move.. it just 'twitches' like its trying to respond and gives up02:46
phunyguythat sounds completely different.  I think I am missing a keymap somewhere02:46
phunyguybut the functionality exists by default in k/ubuntu02:46
phunyguyit seems the button presses are seen as normal xf86lower/upper type commands....  just gotta figure out what the command line is to raise/lower/mute/unmute02:51
phunyguyfigured it out... was the same issue I had before... something keeps corrupting ~/.cache/sessions03:08
phunyguy:(03:08
phunyguybut there is one annoyance.  How can I tell it to unmute the volume if I hit "volume up"?  Currently if I mute, and hit volume up, the hardware itself unmutes (bios controlled maybe?) but pulse is still muted.  If I hit the hardware mute button again, it unmutes pulse, but hardware mutes (bios again!) so it ends up backwards03:10
phunyguyso frustrating!!03:10
cfhowlettphunyguy, agreed.  Little annoyances like that do provoke the rage response at times03:11
phunyguyI want to love XFCE, but it is stuff like this that really starts to wear on me.03:11
phunyguySomeone please tell me there is a setting somewhere to change this behavior...03:12
cfhowlettphunyguy, it's not in the usual spots one would expect ...03:13
phunyguyreally all that needs to happen is to unmute pulse on volume up.03:13
phunyguywould solve it 100%03:13
brainwashphunyguy: never really considered this behavior to be annoying.. but you could add some custom keybindings as a workaround03:22
phunyguybrainwash: typically it wouldn't be, but this ThinkPad model hard-mutes with the hardware button, not OS controlled at that point, but the OS adding that one piece could make it SIGNIFICANTLY less annoying.03:54
phunyguyso if the mute light is lit on the button, and pulse says it's NOT muted, I still don't get sound.03:55
phunyguyso if I hit the mute button again, that MUTES pulse, so I get no sound, but the hardware mute is off.03:55
rockyso im trying to wipe my old windows xp cpu clean and install xubuntu what would be the easiest way to go about this job04:31
rockyany ideas04:31
cfhowlettrocky, normal install, use the complete HDD and format it.04:34
rockyand i need either usb or and disk correct or is there a wubi im tring to find a wubi04:42
rockyand thank you cfhowlett04:42
cfhowlettrocky, be aware wubi is being killed off and for good reason.  IF you have a wubi install, I'd highly recommend you consider dual booting04:44
cfhowlettrocky, if your system will support it, I'd go with the USB installation option.  Otherwise, make a boot CD and get happy04:44
cfhowlettrocky, you're killing off windows, right?  So you don't need/want wubi ...04:45
rockyyea def tired of windows04:45
cfhowlettrocky, good.  no wubi.04:46
cfhowlettand no dual boot04:46
rockyim somewhat a noob i was involved with cpus alot in like 2000 but its been a while04:46
cfhowlettrocky, no worries.  sounds like you have an older system.  probably won't support usb.  be aware that lubuntu and xubuntu are both optimized for older/low tech machines.04:48
rockyi tried to make it so i can boot from usb in system settings i should change the primary boot drive to usb04:48
rockyim pretty sure i have this option04:49
cfhowlettrocky, then you're golden.  word of advice: don't download the ISO, use torrent.  and md5sum check before you make the bootable cd/usb04:50
rockyyou ve been a big help thank you alot man04:51
cfhowlettrocky, be safe/have fun04:51
rockyyea its all just experementing for fun anyways and seriously you should get the award for best online tech support awesome04:53
cfhowlettrocky, *blush*  happy to help04:53
rockylast one regular or alternate im on the xubuntu site04:54
rockyfor download04:54
cfhowlettrocky, using 12.04 Long Term Support?  regular04:56
rockyyup04:56
cfhowlettrocky, cool.  gtg: work04:57
blackgatonegroany ubuntu program I can use to replace google reader?05:35
baizonblackgatonegro: liferea05:35
blackgatonegroand any only thingie?05:37
blackgatonegroonline05:38
baizonblackgatonegro: imho netvibes.com or commafeed.com05:41
blackgatonegrowhat about feedly?05:42
baizonblackgatonegro: i didnt like it at all05:48
baizonbut its my opinion :) you can test it out of course05:48
blackgatonegrowell, basicaly I am using it as backup05:49
blackgatonegromay switch to something else later05:49
baizonim using commafeed :)05:49
baizonits pretty much like greader :)05:49
blackgatonegroI may try The Old Reader just to see what happens05:51
=== ubott2 is now known as ubottu
=== jackson is now known as Guest3397
alex_alexhello2all08:59
alex_alexplease,advice. is any way to install apps on non system partion?08:59
Noskcajalex_alex, that is a question you can usk on #ubuntu, many more people are there09:00
alex_alexyes, i already asked but with no result till n ow09:01
koegsdpkg nows --instdir09:04
SKYLAKE-10nmis 3.8.0.23 the latest kernel??09:43
baizonSKYLAKE-10nm: https://www.kernel.org/09:55
baizonSKYLAKE-10nm: ou you mena the ubuntu one?09:56
baizonSKYLAKE-10nm: http://packages.ubuntu.com/raring/linux-image09:56
SKYLAKE-10nmyes i know , the the latest stable is 3.9.4 i meant the oficial xubuntu release kernel is 3.8.0.23 or is just me that get that update09:57
SKYLAKE-10nmbased on my hardware09:57
SKYLAKE-10nmbecause i know that the latest kernels has drop support for lot of old hardware09:57
baizonsorry this isnt the last one09:57
SKYLAKE-10nm:(09:59
=== topyli_ is now known as topyli
deckardhello. Are we to use the terminal for updating xubuntu or is there a gui, the gui does not seem to be easy to find10:14
baizondeckard: update-manager :)10:16
deckardyes i know but it is hiding from stock xubuntu10:16
deckardahh yes, i find it unticked in main menu10:17
deckardi have it now, ty10:17
deckardterminal emulator is same as terminal?10:18
baizonyes10:18
deckardty10:19
deckardhow much less resources does xfce use than xubuntu ?10:19
heoyeaover 900010:20
deckardi r ceiling cats and i can keel u10:21
deckardbut really, how much faster?10:21
heoyeathe less u got the faster it goes10:22
deckardty10:23
heoyeaur computer that bad?10:24
deckardi dont think so i just want the game i run to get the most attention10:27
deckardand hopefully this translates into better fps10:27
deckardi got go pee10:30
amerigenaWhat's the current IM client available by default on Raring?10:49
=== damjanko is now known as Lucan7
=== Lucan7 is now known as damjanko
knomeamerigena, pidgin10:50
amerigenaOK. Thanks. I thought that I had read somewhere that it had changed.10:50
amerigenaJust another detail for the flyer knome. Thank you.10:51
knome:)10:53
amerigenaknome : re this sentence - Ubuntu's circle of friends should be somewhere here - both due to relation to Ubuntu and contributing "circle of friends" idea10:54
amerigena - what exactly do you mean by this? Is this text, or a graphic?10:54
knomea graphic10:54
amerigenaOK.10:54
knomealso, feel free to take this discussion to -devel10:55
knomeyou'll get better answers there :)10:55
knomeor not better... but quicker10:55
xubuntu570Hello there :)11:06
=== UrZA is now known as Guest89870
Guest89870Hello there :), Someone can help me to configure x11vnc (I want to improve the screen quality)11:43
bockmy xubuntu session crashes after a couple if seconds after logging in... what would I do now?12:16
koegsbock: check ~/.xsession-errors12:17
bockxfce4-volumed-CRITICAL12:18
koegs?12:19
bockseems like my pulseaudio is causing this12:19
bockbut strangely, some programs are auto-starting although I NEVER ticked "save session"12:19
koegsbock: you can check ~/.cache/sessions, if there are old sessions saved12:20
bock"Log off" now doesn't show "save session" now12:21
bockthere are a lot of .state files12:21
bockseem like moving them away solved my problem12:23
bockthanks a lot12:23
koegsbock: maybe you can check settings manager -> session and startup, there you can see the autostart applications and you can delete old sessions12:23
koegsokay :)12:23
bockI did use xfce with gentoo and never had this issue -.-12:23
bockthat's why I was lost at this stage :)12:24
bockgot bitcoin by any chance?12:26
bock(for a small donation)12:27
Sysithose direct log out and such actions actually save session, in the logout dialog you can select not to12:29
koegsbock: nope, dont like bitcoin12:29
jacklkHi, how can I enable Java in Firefox? I only know about JRE.14:33
brainwashjacklk: install the icedtea-plugin package, if it is missing14:36
Sysiand check that it's enabled in firefox settings14:37
jacklkbrainwash: not seen that before, thanks :D14:39
jacklkin the end Google Drive folder upload doesn't even work on Linux unless you install Chrome14:54
MrElggogle drive folder? what is that?14:55
jacklkyou can upload folders to Google Drive instead of just files14:56
MrElgoh, so its some sort of modern rapidshare and megaupload14:57
jacklkbut you have to install Chrome to be able to use it as the applet that for some reason needs to be installed and it doesn't work on Ubuntu14:57
jacklkMrElg: no, it's more of a backup service not file sharing14:57
MrElgstrange, i believed that google tried to coop with linux nowdays, after the android thingy14:58
Sysihaha, android kernel had to be forked from mainline because google made so uncompatible changes15:01
=== ponbiki is now known as Guest96930
seronisis there any way to make commands issued through 'sudo' automatically inherit the aliases of the user typing the command ?16:18
recon_laphi, seems like my session restore is fubar, got a session that when it boots I get none of the window controls like a title bar and sizing border, in another session they are fine. so is there a way to delete saved sessions?16:35
koegsrecon_lap: take a look at ~/.cache/sessions16:52
recon_lapkoegs: thx, will do.16:53
recon_lapthx, deleted all the files in there and the rouge session is gone :)17:01
bazhangthe rogue one too, I hope17:02
recon_lapanyone able to paste me a default copy of a mySQL 5.5 /etc/my.cnf file? I seem to have lost mine?17:07
recon_lapnever mind. dont think it matters. the problem appears to lie elsewhere17:16
recon_lap1right , looks like it was the /etc/mysql/my.cnf that got overwritten17:26
xubuntu619hi18:14
th3pr0ph3ta small problem with xubuntu: It is impossible to log in without a mouse if the last user had no password and the desired user requires one (the tab key does not jump from user list to password field).18:21
holsteinth3pr0ph3t: you mean, with the greeter?18:24
th3pr0ph3tyes18:24
holsteini probably personally wouldnt think i would need x if i didnt have a mouse.. i would probably try other greeters and see if one works as you need "out of the box"18:25
holsteinotherwise, that might be arguably a bug.. maybe more like a wishlist thing that would be challenging to get "fixed"18:25
th3pr0ph3tI believe usability issues must be taken in consideration (not that I need it fixed right now)18:25
holsteinth3pr0ph3t: sure.. im just stating what is realistic, and i dont know that folks upstream will consider that "broken" or not.. though, filling a bug is a great place to start18:28
th3pr0ph3twhere's do I report that, holstein ? launchpad?18:29
holstein!bug18:29
ubottuIf you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.18:29
holstein!bug | juanxu18:31
ubottujuanxu: If you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.18:31
holstein^^ thats where i would start, though, i would look also upstream at the greeter18:31
juanxuer... I'm sorry I just tried again and it turns out that you can log in if you press enter instead of space to choose a user. So there's no bug and no accessibility problem :$18:32
holsteinjuanxu: enjoy!..18:32
juanxuin other words, nevermind ^^18:32
=== bazhang_ is now known as bazhang
goddardhow can i install without a cd drive?19:58
TheSheep!install | goddard19:58
ubottugoddard: Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall - Don't want to use a CD? See http://tinyurl.com/3exghs - See also !automate19:58
goddardis that last link telling me how to do it from a windows machine haha19:59
goddardi dont own a windows machine and the drive is blank20:00
goddardi have an ubuntu machine though20:00
goddardcan i boot from my laptops hard drive haha20:01
goddardor cd drive20:01
knomegoddard, you can create a bootable usb disk from ubuntu20:01
geniiYou could also turn your existing box temporarily into a pxe server and do it that way20:05
goddardgenii: i think i am gonna need to do the PXE thing is it hard?20:16
holsteingoddard: do you have a USB stick? if so, i would just use unetbootin20:19
holstein!pxe20:19
geniigoddard: It's not as simple as making a USB to boot from, and then you need to revert the changes you made to the host box after. I used to use this a guide: https://wiki.koeln.ccc.de/index.php/Ubuntu_PXE_Install20:22
geniiApologies on lag, work is pretty busy20:22
=== ponbiki is now known as Guest58687
santiagoward2000Hi! I'm using compiz with metacity on xubuntu 13.04. When a window opens maximized, I can't click on the title bar. When I click on it, it's like clicking on whatever is below it. I can work around it by unmaximizing or minimizing the window, then when I maximize it again it works correctly. This happens when I use a metacity theme. If I leave the default decorations, it works correctly. Any ideas? Thanks!21:39
holsteinsantiagoward2000: can you just not use compiz?21:39
santiagoward2000well, yes, i could, but i wanted to use it21:41
holsteinsantiagoward2000: i would say, if you can just not use it, that will be the mest.. its not really supported in xubuntu, and the changes to it are made for unity.. and i would expect "issues" often21:43
holsteinbest*21:43
santiagoward2000oh... ok21:44
=== hispeed is now known as secret_ninja
secret_ninjaehllo.23:45
secret_ninjaanybody here?23:45
th0rNo23:45
secret_ninjaaight..;)23:46
secret_ninjai have a 13.04 question.. i have chosen at some point to 'save desktop' or something, during system restart..23:47
secret_ninjagets a little wierd.. i have narrowed down a term session that starts up, when i shut down that term session, x restarts immediately.23:47
secret_ninjaor, ldm, or xfce.. i go back to a login screen23:47
secret_ninjawierd, right?23:48
xubuntu922why can i use netflix23:56
xubuntu922cant23:56
xubuntu922please help23:57
Unit193!netflix | xubuntu92223:57
ubottuxubuntu922: If you use Netflix, there is an unofficial solution for using it in Ubuntu detailed in http://www.compholio.com/netflix-desktop/ - bug reports in https://bugs.launchpad.net/netflix-desktop23:57
xubuntu100why i cant use netflix on the ubuntu 13.0423:58
Unit193Please see the links from the bot...23:59

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