=== Adam_ActiveState is now known as Adam_IRCCloud | ||
xubuntu239 | help | 01:06 |
---|---|---|
xubuntu239 | i need help | 01:08 |
=== xubuntu is now known as Guest4026 | ||
Guest4026 | hi, there is no 12.04.5 for xubuntu why? | 08:39 |
brainwash | Guest4026: looks like it has not been released yet | 08:45 |
Guest4026 | brainwash, thanks | 08:47 |
Proshot | i am trying to create a xubuntu custom live cd, with uck-gui and i was wondering how could i change the default wallpaper users get when they first login into there account | 09:47 |
cfhowlett | Proshot, that's a lightdm or lightlocker setting | 09:55 |
finrod | Would the following command lines work for Xubuntu 14.04? | 10:10 |
finrod | 1. sudo apt-get install vlc ubuntu-restricted-extras libdvdread4 | 10:10 |
finrod | 2. sudo /usr/share/doc/libdvdread4/install-css.sh | 10:10 |
baizon | finrod: use xubuntu-restricted-extras | 10:11 |
cfhowlett | finrod, livdvdread4 is included in restricted extras 14.04 | 10:11 |
baizon | finrod: else, yes | 10:11 |
finrod | thanks | 10:12 |
finrod | What is the simplest terminal command to determine if I have already installed ubuntu-restricted-extras? | 10:24 |
cfhowlett | finrod, apt-cache policy ubuntu-restricted-extras | 10:24 |
finrod | If I have already installed those restricted extras, what should the results be, cfhowlett? | 10:25 |
knome | finrod, a version after Installed, not (none) | 10:26 |
finrod | thanks | 10:27 |
cfhowlett | finrod, "installed" | 10:27 |
knome | cfhowlett, no, "Installed:" will appear anyway. | 10:27 |
cfhowlett | knome, beg to differ. Installed: 60 Candidate: 60 if not installed it'll show nothing | 10:28 |
cfhowlett | finrod, and as you're using xubuntu, I trust you installed the xubuntu-restricted-extras | 10:28 |
knome | cfhowlett, http://paste.ubuntu.com/8148776/ | 10:28 |
cfhowlett | knome, exactly. the candidate and the installed version match. you do not have gnome-terminal installed so (none) | 10:29 |
* knome shrugs | 10:30 | |
finrod | How do I install xubuntu-restricted-extras? | 10:41 |
cfhowlett | finrod, sudo apt-get-install xubuntu-restricted-extras | 10:42 |
finrod | thanks | 10:46 |
cfhowlett | finrod, happy2help | 10:47 |
finrod | it looks like I don't need that third command line. Those first two command lines I gave already should install the restricted extras | 10:48 |
finrod | 1. apt-get install vlc ubuntu-restricted-extras libdvdread4 | 10:48 |
finrod | 2. sudo /usr/share/doc/libdvdread4/install-css.sh | 10:49 |
cfhowlett | finrod, libdvdread4 is in the extras | 10:49 |
finrod | I got them from iptable in the ##linux channel | 10:49 |
finrod | iptable said I need those two command lines, but you are saying I only need the first command line? | 10:51 |
cfhowlett | its redundant | 10:52 |
finrod | Oh, the second command line gives me an instruction manual, right? | 10:52 |
cfhowlett | manual for what? | 10:53 |
finrod | it looks like command line 2 is just giving me a doc | 10:53 |
finrod | Which of the two command lines gives me LibDVDcss? | 10:57 |
finrod | I am trying to install VLC Media Player and LibDVDcss | 10:57 |
finrod | iptable told me those two command lines will do that | 10:58 |
finrod | 1. apt-get install vlc ubuntu-restricted-extras libdvdread4 | 10:59 |
finrod | 2. sudo /usr/share/doc/libdvdread4/install-css.sh | 10:59 |
finrod | sorry sudo at beginning of LIne 1 | 11:00 |
finrod | I found another up-to-date way to install LibDVDcss for Ubuntu 14.04, but iptable told me not to use it, because it is risky | 11:07 |
finrod | Here it is anyway: | 11:08 |
finrod | http://pastebin.com/UJEwSkyY | 11:08 |
finrod | But I am not sure if Line 1 & 2 actually comprise only one huge line, or if I was right to split them up into two command lines | 11:08 |
cfhowlett | finrod, line 2 is a new command | 11:15 |
finrod | Would all four of those command lines work, cfhowlett? | 11:16 |
cfhowlett | finrod, sorry, can't see = great Chinese firewall | 11:17 |
finrod | they make more sense to me, than iptable's two command lines | 11:17 |
cfhowlett | finrod, do what works | 11:17 |
finrod | 1. | 11:17 |
finrod | wget ftp://ftp.videolan.org/pub/debian/videolan-apt.asc | sudo apt-key add - | 11:17 |
finrod | 2. | 11:17 |
finrod | echo "deb ftp://ftp.videolan.org/pub/debian/stable ./" | sudo tee /etc/apt/sources.list.d/libdvdcss.list | 11:17 |
finrod | 3. | 11:17 |
finrod | sudo apt-get update | 11:17 |
finrod | 4. | 11:17 |
finrod | sudo apt-get install libdvdcss2 | 11:17 |
cfhowlett | finrod, update first. then do the next 3 | 11:18 |
finrod | ok, so 3, then 1, 2, 4 ? | 11:18 |
cfhowlett | finrod, that'll do | 11:19 |
finrod | thank you, cfhowlett | 11:19 |
cfhowlett | finrod, OR sudo apt-get update && sudo apt-get install libdvdcss2 | 11:19 |
cfhowlett | finrod, && combines 2 commands | 11:19 |
finrod | I forgot about the restricted updates, need to do that first? | 11:21 |
finrod | CFHowlett, is this right? ........ | 11:28 |
finrod | 1. sudo apt-get install ubuntu-restricted-extras | 11:28 |
finrod | 2. sudo apt-get update | 11:28 |
finrod | 3. wget ftp://ftp.videolan.org/pub/debian/videolan-apt.asc | sudo apt-key add - | 11:28 |
finrod | 4. | 11:28 |
finrod | echo "deb ftp://ftp.videolan.org/pub/debian/stable ./" | sudo tee /etc/apt/sources.list.d/libdvdcss.list | 11:28 |
finrod | 5. sudo apt-get install libdvdcss2 | 11:28 |
cfhowlett | finrod, I always run update first just to refresh the archive list. and you should get XUBUNTU-restricted-extras if you are running xubuntu. | 11:34 |
finrod | ok, so will all five command lines above work, cfhowlett ? | 11:37 |
cfhowlett | finrod, yep | 11:38 |
finrod | thanks a lot, cfhowlett | 11:39 |
acegiak | is there a good way to integrate webapps into xubuntu? | 11:44 |
acegiak | like google calendar etc | 11:45 |
deshipu | chrome has that option of running a web app without the browser chrome, if that's what you mean | 11:46 |
acegiak | deshipu: yeah, that's about half of it. I think I also need to work out a way to do things like set webapps as the default programs for certain actions | 11:55 |
acegiak | like sending files as attachments through gmail from the thunar right click menu etc | 11:56 |
acegiak | I probably just have do a bunch of scripting | 12:01 |
deshipu | I would use the power of google, I'm sure someone did it already | 12:01 |
deshipu | well, you can use the web browser with an url as the command | 12:02 |
deshipu | the question is how to tell gmail what to do in the url | 12:02 |
deshipu | but I suppose they documented it somewhere | 12:02 |
acegiak | deshipu: yeah that's the trick, is sending intents to the webapps | 12:03 |
acegiak | i should really probably be turning to unity. i like the webapps integration and zeitgeist. but unity is just so ugly | 12:10 |
finrod | I ran the following command.... | 12:39 |
finrod | wget ftp://ftp.videolan.org/pub/debian/videolan-apt.asc | sudo apt-key add - | 12:39 |
finrod | Everything worked | 12:39 |
finrod | Except the last line says .....gpg: no valid OpenPGP data found. | 12:39 |
finrod | Is that a problem? | 12:40 |
finrod | cfhowlett, I ran the following third command line.... | 12:51 |
cfhowlett | ? | 12:51 |
finrod | wget ftp://ftp.videolan.org/pub/debian/videolan-apt.asc | sudo apt-key add - | 12:51 |
finrod | Everything worked | 12:52 |
finrod | Except the last line says .....gpg: no valid OpenPGP data found. | 12:52 |
finrod | then I ran the fourth command line anyway | 12:52 |
finrod | echo "deb ftp://ftp.videolan.org/pub/debian/stable ./" | sudo tee /etc/apt/sources.list.d/libdvdcss.list | 12:52 |
finrod | and it did not work | 12:53 |
finrod | I should not have closed the terminal after that | 12:53 |
cfhowlett | finrod, I don't understand half of what you're doing. videoplayer is in the repos and that's the installation method. your method is measures of magnitude more complicated - and unnecessary IMHO | 12:54 |
finrod | I should have just used the two lines that iptable gave me | 12:54 |
cfhowlett | :) | 12:55 |
cfhowlett | !info vlcplayer | 12:55 |
ubottu | Package vlcplayer does not exist in trusty | 12:55 |
cfhowlett | !vlc | finrod | 12:55 |
ubottu | finrod: Audio (Ogg, MP3...) players: Audacious, Banshee, Listen, Quod Libet, Rhythmbox, Exaile, XMMS2 (GTK/Gnome based) and Amarok, JuK (Qt/KDE based). Video players: Totem, Xine, MPlayer, VLC, Kaffeine - See also !codecs | 12:55 |
finrod | is it too late to execute those two command lines he gave me? | 12:55 |
cfhowlett | finrod, not too late, no. | 12:56 |
finrod | 1. sudo apt-get install vlc libdvdread4 | 12:56 |
finrod | 2. sudo /usr/share/doc/libdvdread4/install-css.sh | 12:56 |
finrod | Will those still work? | 12:57 |
finrod | I want to install VLC Media player and LibDVDcss | 12:58 |
cfhowlett | finrod, READ THIS!!! | 12:59 |
cfhowlett | finrod, libdvd4 is included with xubuntu-restricted-extras | 12:59 |
cfhowlett | finrod, and VLC player can be installed via ubuntu software center | 13:01 |
finrod | I already know the latter | 13:02 |
finrod | I should have trusted Svetlana's four command lines | 13:05 |
finrod | 1. sudo add-apt-repository "deb http://download.videolan.org/pub/debian/stable/ /" | 13:06 |
finrod | 2. sudo add-apt repository "deb-src http://download.videolan.org/pub/debian/stable/ /" | 13:06 |
finrod | 3. wget -O - http://download.videolan.org/pub/debian/videolan-apt.asc | sudo apt-key add -; sudo apt-get update | 13:06 |
finrod | 4. apt-cache search libdvdcss | 13:06 |
finrod | Should I try them now? | 13:07 |
finrod | What should happen after I excute the following command.... | 13:16 |
finrod | sudo add-apt-repository "deb http://download.videolan.org/pub/debian/stable/ /" | 13:16 |
finrod | I did it, xubuntu asked for my password, then I got the command prompt | 13:17 |
finrod | But nothing happened after that | 13:17 |
finrod | Does that mean I need to re-execute the command, or just go to the second command? | 13:17 |
finrod | The first command line worked | 13:23 |
finrod | The second command line did not | 13:23 |
finrod | Svetlana's second command line did not work | 13:38 |
finrod | Would this work: | 13:38 |
finrod | 1. sudo apt-get update | 13:38 |
finrod | 2. sudo apt-get install vlc | 13:38 |
finrod | 3. sudo apt-get update | 13:38 |
finrod | 2. sudo apt-get install libdvdcss | 13:38 |
holstein | !ppa | finrod | 13:48 |
ubottu | finrod: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge | 13:48 |
holstein | finrod: there really is no "should" in this scenario.. depends on what you are trying to do.. you can easily install vlc from the default repositories, and i suggest you try it first | 13:50 |
holstein | !restricted | 13:50 |
ubottu | For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/12.04/ubuntu-help/media.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats | 13:50 |
holstein | you can read there about how to add dvd support, which, also doesnt require adding a PPA | 13:50 |
finrod | I knew I never should have installed it using the Ubuntu Software Centre | 13:50 |
finrod | It's not working because of libdvdcss2 is not authenticated | 13:51 |
holstein | finrod: you can use the package manager of your chioce.. using the software center reaches the same result, basically | 13:51 |
finrod | It's keeps getting stuck on Libdvdcss2 | 13:51 |
holstein | finrod: i follow the instructions above that i linked, and it works fine, when i choose to enable dvd playback | 13:51 |
finrod | Repairing LibDVDcss2 does not work either | 13:52 |
holstein | finrod: as i read it, you are trying to repair a ppa version | 13:52 |
cfhowlett | ... and old ppa as I understand it. libvdvdread4 is now included in restricted extras. | 13:53 |
finrod | software centre just says it is repairing libdvdcss2, and keeps doing it over and over | 13:53 |
holstein | finrod: software center is *not* the issue here, friend | 13:53 |
holstein | finrod: if you added a PPA, those packages are maintained by the 3rd party who creates them.. and, you dont need to add it to get dvd support | 13:53 |
finrod | Ok, I'll wait a few hours and see what happens, may be after the 20 or 30th loop, it will resolve itself | 13:54 |
holstein | finrod: what do i suggest? purge the ppa's you added, and read the link above and try the supported repo packages | 13:54 |
finrod | I never installed libdvdcss2. I am only installing vlc in the software centre | 13:54 |
holstein | finrod: the software center is not designed to properly add those keys for the 3rd party sources | 13:54 |
holstein | finrod: that is *not* what i read.. i read that you added a souce | 13:55 |
holstein | source* | 13:55 |
holstein | finrod: 08:39 < finrod> I ran the following command.... | 13:55 |
holstein | 08:39 < finrod> wget ftp://ftp.videolan.org/pub/debian/videolan-apt.asc | sudo apt-key add - | 13:55 |
finrod | yes | 13:55 |
holstein | ^ that means you have tried to add a source, and an old one, as cfhowlett states | 13:55 |
holstein | finrod: thats what im saying is both uneccessary, and unsupported | 13:56 |
holstein | finrod: i would undo and remove and purge that source, and any files installed from it.. then, try the supported methods in the link i gave for playing dvd's | 13:57 |
finrod | there were a lot of files installed from those two commands and I never screenshot the results from the terminal, so I don't know where they all are | 14:00 |
finrod | The Ubuntu Software centre won't let me exit the installation of VLC Media Player | 14:03 |
cfhowlett | finrod, cat /var/log/dpkg* will give you the list of package additions by date/time | 14:04 |
finrod | should I just close the entire ubuntu software centre, even though the VLC installation is not complete? | 14:04 |
holstein | finrod: you should consider removing the unsupported sources, and try the supported method of adding dvd support | 14:05 |
holstein | finrod: i have no idea what is getting hung up and how, but, the software center is just reading sources, and youu have added unsupported ones.. which is not all bad in any way, but, has risks, outlined in the link above | 14:06 |
finrod | ok, what if I not change anything, and just install the LibDVDcss2 the software centre wants in the terminal? | 14:07 |
finrod | that should stop the loops and not require me to expell anything? | 14:08 |
finrod | and let me complete the VlC installation? | 14:08 |
holstein | finrod: what loops? | 14:08 |
holstein | finrod: if you add sources that are broken, they will be broken, in *all* software managers | 14:08 |
cfhowlett | finrod, ^^^ and this will confuse all attemtps to upgrade/install | 14:09 |
finrod | the software centre keeps looping on the untrusted package libdvdcss2 | 14:09 |
holstein | finrod: friend, the software center is *not* the issue here | 14:09 |
holstein | finrod: the source you added is causing the issue.. you need to clear out the source you added | 14:10 |
finrod | I am looking for the commands to clear everything out | 14:10 |
cfhowlett | finrod, software center is the pretty pictures at the front. the real grunt work takes place out of sight normally at the command line. You have introduced outdated and contradictory sources so ... confusion/malfunctions are inevitable | 14:11 |
holstein | finrod: this is what i would do.. i would close *everything*.. i would reboot if im not comfortable checking for processes and killing things that are running with a lock on my package system.. i would then run in a terminal "sudo apt-get update" and troubleshoot errors there | 14:12 |
finrod | I know, iptable warned me this would happen | 14:12 |
holstein | finrod: the source its self "warned" you this can happen.. that is irrelevant.. you can remove the source, and the packages added | 14:12 |
holstein | finrod: you should, in the future, not add sources casually... come here *before* adding sources. you dont need to add anything to enable dvd playback | 14:13 |
* cfhowlett bites down on tongue firm to resist saying "I TOLD ..." | 14:13 | |
holstein | finrod: in the menu, you will see a "software sources" entry.. you can try looking there in that list of sources, and untick boxes for the source you have added.. that would be the "easy" way to try and remove the source.. i would try that first | 14:14 |
finrod | should I reboot first? | 14:14 |
holstein | finrod: as i stated above, i would reboot if that is the only way i can stop processes | 14:14 |
holstein | finrod: again, close everything, and try running, in a terminal" sudo apt-get update" | 14:15 |
holstein | !paste | 14:15 |
ubottu | For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. | 14:15 |
holstein | finrod: you can share the output there ^^ and we can make suggestions to help you with the problem | 14:15 |
finrod | ok | 14:15 |
holstein | finrod: what can happen is, you get a "package manager cant run due to lock on /var" or whatever.. becuase a process is still running in the background.. an "easy" way to address this is to simply reboot.. if you have no such errors, then, you dont need to bother | 14:16 |
finrod | so you want me to try exiting software centre first? | 14:18 |
finrod | to see if I need to reboot? | 14:18 |
holstein | finrod: fact: you can only have one package manager running at a time.. and, the softare center is a package manager | 14:19 |
webusr45 | Hi | 14:20 |
holstein | finrod: close the software center, please, and open a terminal, and run the command "sudo apt-get update".. and use !paste to share the output | 14:20 |
finrod | ok | 14:21 |
webusr45 | is there a setting/option to make multiple cmdline invocations of mousepad to open in tabs, rather than separate windows? | 14:21 |
vrkalak | o/ | 14:22 |
Luyin | webusr45: you could write a short script with "for" | 14:22 |
finrod | http://pastebin.com/4sQvAZ5p | 14:27 |
holstein | finrod: you must read the commands given, and do them *exactly* | 14:28 |
holstein | finrod: you can see that the issue is, the capital "S" | 14:28 |
holstein | finrod: No command 'Sudo' found, did you mean: Command 'sudo' from package 'sudo' (main) | 14:29 |
holstein | finrod: ^ that basically states you are runing "Sudo" instead of "sudo".. please run "sudo apt-get update".. no capital letters | 14:29 |
finrod | ok | 14:29 |
holstein | finrod: also, keep in mind, none of these steps so far are a "Fix".. this is just to help me determine what kind of damage you have done to the system | 14:30 |
finrod | Holy cow, that's a lot of info, took 10 sec to show it all | 14:30 |
finrod | http://pastebin.com/MjmhTwHi | 14:35 |
holstein | finrod: you can clearly read the error you are getting there.. what would i do? i would just disable the source for vlc, since, i dont need the source for anything | 14:36 |
holstein | finrod: you can either address the missing key with the creators of the source you added, or by searching for the key, or just remove the source in the gui i mentioned | 14:37 |
holstein | finrod: in the menu, there is a "software sources" gui.. please run it, and remove the unsupported source by un-ticking the checkbox there | 14:38 |
holstein | http://blog.mrpau.com/wp-content/uploads/2010/04/ubuntu-software-sources-before-mercurial-and-tortoisehg.png ,finrod .. it will look a lot like this | 14:38 |
cfhowlett | holstein, karmic? | 14:39 |
holstein | finrod: you will see "other software" tab where you should see the vlc source you added improperly.. please untick the box to disable the source.. then, close that, and run "sudo apt-get update" in a terminal again, and paste the results | 14:39 |
holstein | cfhowlett: it looks the same.. | 14:39 |
finrod | Software Sources is an application separate from Software Centre? | 14:40 |
holstein | finrod: correct.. you should find it in the menu | 14:40 |
finrod | I can't find it | 14:41 |
cfhowlett | Software Center > Edit > Software Sources | 14:41 |
holstein | http://docs.xubuntu.org/1404/managing-applications.html#software-repositories outlines the many ways to remove what you added improperly, finrod | 14:42 |
xubuntu248 | hello | 14:45 |
slickymasterWork | !hello | 14:45 |
ubottu | Hi!, Welcome to #xubuntu! Feel free to ask questions and help people out. The channel guidelines are at https://wiki.ubuntu.com/IRC/Guidelines. Enjoy your stay! | 14:45 |
xubuntu248 | i have one question: ubuntu lts has 5 years support - xubuntu desktop three years. what happens after end of live of xubuntu lts? | 14:46 |
finrod | should I also remove them after unchecking them? | 14:46 |
slickymasterWork | another LTS will be released xubuntu248 | 14:46 |
holstein | xubuntu248: xubuntu specific issues are not specifically addressed or supported | 14:46 |
cfhowlett | xubuntu248, 3 year support is tied to xfce LTS. the next xubuntu LTS will be 16.04 | 14:46 |
holstein | xubuntu248: the 14.04 repos are up still, and the main "trunk" or whatever you want to call it, the "core" is still up and getting patches.. but, xubuntu is not supporting anything at that point | 14:47 |
finrod | Nothing happens after I uncheck the untrusted sources from videolan | 14:47 |
holstein | finrod: sure, friend.. you *Then* , as i said, close the software sources GUI, and open a terminal and again run "sudo apt-get update" and share via !paste.. | 14:48 |
xubuntu248 | would you recommend xubuntu or mint with xfce? | 14:48 |
finrod | What does the Revert do in the "Other sources"? | 14:48 |
holstein | xubuntu248: this is the xubuntu channel.. | 14:48 |
cfhowlett | xubuntu248, ^^^ do the math .. | 14:48 |
GridCube | ^^^^ | 14:48 |
holstein | xubuntu248: i recommend trying them both, and using what fits your needs | 14:48 |
xubuntu248 | ok ;) | 14:48 |
finrod | May be I should not "remove" because it may remove the checked ones and leave the untrusted ones that are not checked | 14:49 |
holstein | finrod: thats why i specifically stated to "un-tick" the box beside the ones you added improperly | 14:49 |
holstein | finrod: i didnt suggest to "remove" anything, personally.. though, if you want to read up on exactly what you are doing, and prefer "remove", go for it | 14:49 |
finrod | I'm used to hearing a bell or seeing a result to confirm the unchecked ones are out | 14:50 |
finrod | but I will just close it and go to terminal as you said | 14:50 |
holstein | finrod: you are adding sources that are not supported.. they are not part of xubuntu or ubuntu, so, there are no "bells" in place to maintain the adding of them or removing | 14:51 |
cfhowlett | finrod, no bells when you added, no bells when you remove. | 14:52 |
finrod | ok | 14:52 |
finrod | http://pastebin.com/3WZN5gc9 | 14:55 |
slickymasterWork | finrod: have you already tried to delete the lock file? | 14:56 |
finrod | No | 14:57 |
slickymasterWork | finrod: please try in terminal: sudo rm /var/lib/apt/lists/lock | 14:57 |
slickymasterWork | You may also need to delete the lock file in the cache directory -> sudo rm /var/cache/apt/archives/lock | 14:57 |
finrod | I will try the first command | 14:58 |
finrod | it worked | 14:58 |
finrod | Do I need to execute the second "sudo rm" command ? | 14:59 |
slickymasterWork | once it worked finrod, there's no need | 14:59 |
holstein | or, close what is causing the lock | 15:00 |
finrod | Should I run this command: sudo rm /var/cache/apt/archives/lock ? | 15:01 |
holstein | finrod: you should understand why you are getting the error message | 15:01 |
holstein | finrod: you are trying to run multiple package managers.. you need to run them one at a time.. close the software sources application *then* run the commmand i gave | 15:02 |
holstein | finrod: the command above will remove the lock, as slickymasterWork suggests.. | 15:02 |
finrod | ok | 15:03 |
finrod | it worked | 15:04 |
holstein | finrod: please run "sudo apt-get update" and share the output via !paste | 15:04 |
finrod | ok | 15:04 |
finrod | http://pastebin.com/EE3TjRgy | 15:08 |
holstein | finrod: ok.. what would i do? issues this command before moving on to anything else.. "sudo apt-get dist-upgrade" then, after that is complete, what are you trying to do? add dvd playback? | 15:09 |
finrod | I was trying to install VLC Media Player and LibDVDcss | 15:10 |
finrod | latest updated versions | 15:10 |
holstein | finrod: the command i gave updates your system.. have you ran it, friend? "sudo apt-get dist-upgrade" | 15:12 |
finrod | look, there's an error | 15:12 |
holstein | finrod: look where, at what, friend? | 15:12 |
finrod | unable to lock the administration directory | 15:12 |
finrod | in my last paste | 15:13 |
cfhowlett | finrod, aptlock | 15:13 |
finrod | E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) | 15:13 |
finrod | E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? | 15:13 |
cfhowlett | finrod, is software center still open? | 15:14 |
finrod | no | 15:14 |
holstein | finrod: correct. thats what the command you were given addresses.. i had suggested you can reboot if you dont understand how to deal with that.. | 15:14 |
holstein | finrod: regardless, this is because the software center still has a lock, because you were trying to get it to do something it is not intended to do | 15:14 |
cfhowlett | finrod, reboot. seriously | 15:15 |
holstein | finrod: please open a terminal and run "sudo apt-get dist-upgrade" and share via !paste any errors | 15:15 |
finrod | what about "sudo apt-get dist-upgrade"? Should I do that before I reboot? | 15:15 |
holstein | finrod: when you run it, do you get an error about the lock? | 15:16 |
finrod | it worked, no errors | 15:17 |
finrod | I have still not rebooted | 15:17 |
holstein | finrod: so, you are trying to enable dvd playback? correct? | 15:18 |
finrod | My DVD player has not worked since 2010 | 15:18 |
finrod | it only can read files, not play anything | 15:18 |
holstein | finrod: ubuntu wont "fix" a broken dvd player.. but, if you are trying to enable dvd playback, i can help you.. is that the case? | 15:19 |
holstein | finrod: are you trying to enable dvd playback? | 15:19 |
finrod | the problem is encryption | 15:19 |
holstein | finrod: are you trying to enable dvd playback? | 15:19 |
finrod | Yes, trying to play DVDs | 15:19 |
holstein | finrod: please open a terminal and run "sudo apt-get install libdvdread4" | 15:19 |
holstein | finrod: let me know that that completes with no error.. | 15:20 |
finrod | I think I ran that already | 15:20 |
holstein | finrod: sure.. run it again, and let me know that it completes without error.. we do not "think", we confirm | 15:20 |
finrod | it should have run when I installed the restricted extras | 15:20 |
finrod | ok | 15:21 |
holstein | finrod: we are not "thinking" and "should"ing.. open a terminal and run the command i gave, and let me know when it completes without error | 15:21 |
finrod | uh oh | 15:21 |
holstein | finrod: use !Paste to share errors | 15:21 |
finrod | the last command did not complete | 15:21 |
holstein | finrod: ok.. please use !paste to share *Exact* errors | 15:22 |
finrod | I have to say "Y" to continue | 15:22 |
holstein | finrod: correct.. that is part of the process.. to allow it to complete | 15:22 |
holstein | finrod: that is *not* an error.. you press "y" to let the command complete.. let me know that it completes without error | 15:23 |
finrod | it worked without errors | 15:23 |
finrod | Do yo need the results? | 15:24 |
holstein | finrod: next step, again in the terminal.. "sudo /usr/share/doc/libdvdread4/install-css.sh" | 15:24 |
holstein | finrod: i only want error messages.. if there are any | 15:24 |
holstein | finrod: let me know that that completes without error | 15:24 |
finrod | ok | 15:24 |
finrod | Uh oh | 15:26 |
finrod | Not errors, but I better paste this | 15:26 |
finrod | http://pastebin.com/suDUbcrX | 15:29 |
holstein | finrod: next, i would run "sudo apt-get vlc".. same deal.. let me know that it completes with no error | 15:30 |
finrod | good, ok | 15:31 |
holstein | finrod: i would then, reboot the machine, and test a dvd in vlc | 15:32 |
finrod | damn | 15:32 |
finrod | E: Invalid operation vlc | 15:32 |
holstein | finrod: sorry | 15:32 |
holstein | finrod: "sudo apt-get install vlc" | 15:33 |
finrod | ok | 15:33 |
finrod | vlc installed without any errors, thank you, holstein | 15:36 |
finrod | I will reboot | 15:36 |
cfhowlett | !cookies | holstein and a frothy, frosty, tasty beverage to wash it down | 15:36 |
ubottu | holstein and a frothy, frosty, tasty beverage to wash it down: Cookies are delicious delicacies. | 15:36 |
finrod | I owe holstein a 12 pack of beer | 15:37 |
holstein | cfhowlett: :) we'll see. i'll take a cookie when a DVD is playing... | 15:37 |
finrod | rebooting | 15:37 |
finrod | Success! | 15:46 |
finrod | I can play DVDs in VLC Media Player for the first time in four years | 15:46 |
holstein | finrod: enjoy.. keep in mind, the main issues you were having were adding sources that are not supported.. and not following the official documentation | 15:46 |
holstein | finrod: for furture reference, https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs is all i used | 15:47 |
finrod | I read that entire document 4 days ago | 15:47 |
holstein | finrod: sure, but likely *after* breaking your sources | 15:47 |
finrod | No | 15:48 |
holstein | finrod: that document assumes you are using xubuntu, which, is what we did in the beginning.. get you back to using xubuntu/ubuntu | 15:48 |
holstein | finrod: those 2 commands i gave you are at that link i just gave.. is you take stock ubuntu/xubuntu/*other-official-flavor*, thats how you add dvd playback | 15:49 |
holstein | if you take* | 15:49 |
finrod | Note the version is 13.10 | 15:50 |
finrod | it makes no note of newer versions. My version is 14.04 | 15:50 |
holstein | finrod: sure... those are publically editable if you would like to get involved and help with the documenation | 15:50 |
holstein | finrod: *i* used that for 14.04.. *we* just used that for your system | 15:51 |
holstein | finrod: its what you used just now that worked.. i knew it would work since i have tested it.. | 15:51 |
finrod | thanks for your help, holstein | 15:52 |
holstein | finrod: i'll update the guide to include and reference 14.04.. please make a note of it for your future installs | 15:52 |
finrod | ok | 15:53 |
finrod | already have a record in ChatZilla | 15:54 |
finrod | thanks for your patience and time, holstein | 15:54 |
finrod | the video and sound is good | 15:55 |
holstein | finrod: http://www.fluendo.com/ is also an easy way to get proper legal support for the playboack of restricted formats | 15:56 |
finrod | Wow, all that stuff is free? | 15:57 |
genii | Yes, there are still some lawyers around that believe in working pro bono | 15:58 |
holstein | finrod: no.. the creators of "dvd" do not provide free or open access to play what they create.. so, you either, as the guide states "Break the law", or buy support for playing the DVD's | 15:58 |
holstein | finrod: using the fluendo codecs pays that "tax" for dvd support.. in other commercial operating systems this "tax" is paid by paying for the product.. since ubuntu is free/open, dvd support cannot be included with it | 15:59 |
finrod | I paid for my DVDs | 16:00 |
holstein | finrod: sure.. but, the dvds do not include a player that is paid for | 16:01 |
holstein | finrod: much like mp3's.. mp3's, paid for or not, do not change the fact that mp3 formats themselves are not "Free" or "open" | 16:01 |
holstein | finrod: you own the DVD it self.. not the right to view the video.. the video creator has provided the product for you in DVD format.. playing dvd format is another thing seperate from the ownership of rights to the information | 16:02 |
finrod | These are legal issues I need to consider before I install K3B and consider using Torrent downloads | 16:03 |
holstein | finrod: torrents are just that.. ways to share files and share the load of hosting.. its *all* about the content as to if its legal or not | 16:04 |
holstein | k3b is just a burner.. | 16:04 |
drc | finrod: Not necessarily, there are absolutely legal uses for K3B and torrents, what you need to consider is your actions using them, what you want to use them for. | 16:04 |
finrod | I think there is software you can install onto Xubuntu that allows you to download movies using Torrent, but I have not looked into that yet | 16:05 |
holstein | yup ^ what files are getting, how, and why.. and what you do with them | 16:05 |
holstein | finrod: there are many applications that you can install in ubuntu/xubuntu/linux that allow you to download things such as movies.. the question is always about the content | 16:06 |
holstein | finrod: either you have "Rights" to the content, or not.. and if you are not interested in participating in the model in that way, go with creative commons/free/open content | 16:06 |
sergio-br2 | brainwash, bluesabre: https://bugs.launchpad.net/ubuntu/+source/menulibre/+bug/1361351 | 16:09 |
ubottu | Launchpad bug 1310662 in menulibre (Ubuntu) "duplicate for #1361351 Menulibre crashed with SIGABRT in g_assertion_message()" [Medium,Confirmed] | 16:09 |
finrod | My biggest issue is Netflix | 16:09 |
finrod | I'm paying for it monthly | 16:09 |
drc | finrod: good luck with that...netflix and linux go together like oil and water...it IS possible, but a real pain. | 16:10 |
finrod | yeah, I tried Wine and that messed up my Xubuntu OS | 16:11 |
finrod | They say PlayOnLinux works better, so I may try it on another PC running Kubuntu 14.04 | 16:12 |
holstein | finrod: please let the company netflix know you would like them to support you | 16:12 |
holstein | !netflix | 16:12 |
ubottu | 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-desktop | 16:12 |
finrod | Phone them now? | 16:13 |
holstein | finrod: i personally use netflix players.. but, keep in mind, nothing about xubuntu/ubuntu/linux is preventing netflix from running on it.. its quite the other way around | 16:13 |
finrod | I'll look for the Netflix phone number | 16:14 |
holstein | finrod: i do a casual email, personally.. stating my interest in native linux support for the operating system im using | 16:14 |
holstein | finrod: you are not going to call up netflix and in a casual phone call, leave the call in 2 minutes with netflix support for ubuntu.. its a matter of letting the company know that the support is important, and potentially lucrative for them | 16:15 |
finrod | We should all email Netflix. May be if they get enough emails or phone calls, they will support Ubuntu. I could post it on my Facebook. | 16:16 |
xangua | How much is Netflix per month? | 16:18 |
finrod | do you have a link to an email pastebin template, so we can read it, sign it, then send it to Netflix? | 16:18 |
knome | finrod, umm, no, and this is not the channel to discuss that. | 16:18 |
holstein | finrod: no.. please use the #xubuntu-offtopic to discuss netflix.. and share whatever template you like | 16:19 |
finrod | ok | 16:19 |
finrod | thanks again, for your help, holstein | 16:19 |
=== Kris1 is now known as Kriss545545 | ||
csenger41 | hello | 17:56 |
csenger41 | anyone active, please help me with software center problem | 17:56 |
csenger41 | please :( | 18:02 |
ObrienDave | yes? | 18:07 |
csenger41 | my software center is not starting up, I have terminal message about the problem | 18:08 |
csenger41 | http://pastebin.com/wRbbVDJ6 | 18:08 |
ObrienDave | why are you starting it from terminal? | 18:10 |
csenger41 | because if I click on it, nothing happens | 18:10 |
csenger41 | tried complete removal and install again from synaptics | 18:10 |
csenger41 | logout, restart too before it | 18:11 |
csenger41 | this was the message in terminal all the time | 18:11 |
ObrienDave | you should see the error messages i get when i run it from terminal ;P | 18:11 |
csenger41 | XD | 18:12 |
csenger41 | nevertheless it's not starting up for me at all | 18:12 |
ObrienDave | why use it then? synaptics works just as good | 18:12 |
csenger41 | i know, it's just a more user-friendly way | 18:13 |
csenger41 | and I can show off with it to my windows user friends, how easy it's on Linux :D | 18:13 |
brainwash | csenger41: reinstall gir1.2-gtk-3.0 | 18:14 |
ObrienDave | well, in that case, we MUST try to help you fix it :)) | 18:14 |
csenger41 | haha thanks | 18:14 |
csenger41 | btw how to send private message like brainwash in xchat? | 18:15 |
csenger41 | forgot it :( | 18:15 |
brainwash | that's wasn't a private message, just a nick highlight | 18:15 |
csenger41 | ikr, don't know how it's called in IRC | 18:16 |
csenger41 | how to do? | 18:16 |
ObrienDave | csenger41, if you add the user name it highlights | 18:16 |
csenger41 | reinstall done, still nothing, need relog? | 18:16 |
csenger41 | ObrienDave: ohh cool :D | 18:16 |
csenger41 | start typign and hit tab | 18:17 |
brainwash | well, you should not need to relog | 18:17 |
csenger41 | brainwash: same errormessage | 18:17 |
brainwash | it this a clean installation of xubuntu? | 18:17 |
brainwash | if no, when did software stop to start properly? | 18:18 |
brainwash | software-center | 18:18 |
csenger41 | uhm | 18:18 |
csenger41 | installed some dependencies yesterday from configure make make install | 18:19 |
csenger41 | one was m4 | 18:19 |
csenger41 | it made a folder in my home folder, deleted it | 18:19 |
csenger41 | though I haven't used software-center for like 3 days | 18:19 |
csenger41 | (installed Xubuntu back a week ago) | 18:19 |
brainwash | ok, so it worked fine at some point | 18:20 |
csenger41 | yup | 18:20 |
csenger41 | maybe any alternatives? | 18:21 |
brainwash | you can test lubuntu-software-center | 18:22 |
brainwash | it a minimal version of the software center | 18:22 |
brainwash | but still, there is something broken.. package wise I mean, or maybe something is messed up with your installed python libs | 18:24 |
brainwash | so the (ubuntu) software center refuses to start | 18:24 |
csenger41 | sorry, had to go afk in a hurry | 18:36 |
csenger41 | I installed many python stuff, but removed nothing :S | 18:37 |
csenger41 | okay guys, FML, but it gives the same error too :D | 18:45 |
csenger41 | I mean, lubuntu-software-center | 18:46 |
mbwe | how could i disable automount in xubuntu | 19:43 |
knome | why would you want to do that? | 19:48 |
holstein | mbwe: you mean, in the filemanager? automatically mounting usb sticks? for example? | 19:49 |
mbwe | yes | 19:50 |
holstein | mbwe: do you see anything useful in "thunar-settings" ? | 19:52 |
holstein | mbwe: there are other safety mechanisms in place, if you are doing this for safety reasons.. at the risk of repeating a question, why are you trying to disable? | 19:54 |
mbwe | sorry, my girlfriend needed my attention, anyway let me look in the thunar-settings | 19:58 |
mbwe | oh oke i want to disable it since i want to create a copy station for images for a big party, where people can put there flash cards in the cardreader of the computer and then i want automatically without user interaction that the images get downloaded to the computer | 19:59 |
mbwe | and i want the automount point in a different place holstein | 20:00 |
mbwe | it seems like you could disable it but it does not work holstein | 20:10 |
=== bazhang is now known as Guest13330 | ||
=== bazhang_ is now known as bazhang | ||
=== brainwash_ is now known as brainwash | ||
xubuntu801 | how do i login as admin in 13.10? | 22:21 |
=== AntiSpamMeta_ is now known as AntiSpamMeta | ||
knome | xubuntu801, there is no root account. | 22:23 |
knome | xubuntu801, you can use sudo (CLI) or gksudo (GUI) to run programs with administrative rights | 22:23 |
xubuntu801 | so how do i get root permissions for the file manager? | 22:23 |
knome | run 'gksudo thunar' | 22:23 |
knome | note that your user will have to be in the 'sudo' group; the first user always is | 22:24 |
xubuntu801 | thanks | 22:24 |
xubuntu801 | how would i go about marking a .jar file as an executeable | 22:28 |
knome | xubuntu801, you can set the executable bit from terminal with: chmod +x /path/to/file | 22:30 |
xubuntu801 | thanks | 22:31 |
=== Punna is now known as Pwnna | ||
=== mnepton is now known as mneptok | ||
=== therealnanotube is now known as nanotube |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!