[00:00] Software does some things differently from previous package installers [00:00] It's new, in short [00:01] Ah, I see. Still a super noob, but I'll get the hang of it soon. [00:02] Second question, firefox is having trouble playing videos on certain sites. How do I install a flash plug in for it? [00:02] Or would it be best to get a different browser? [00:03] studio-user427: to install most of the codecs and stuff you need, do this in a terminal [00:03] sudo apt-get install ubuntu-restricted-extras [00:03] It will add all sorts of non-free stuff that many people can't live without [00:03] ..such as flash player [00:04] Main reason that is not already included is because of licenses [00:04] those being non-free, that is [00:04] ..and not very re-distributable. [00:05] Just makes the whole thing a lot more complicated, doesn't it? [00:05] I see, yeah...it's a shame folks are still using flash anyway. [00:06] Even after installing ubuntu-restricted-extras you may be lacking support for some drm stuff for DVDs [00:06] If you absolutely must have those, there's a script you can run to install that as well [00:06] Think most people these days don't use hard mediums as much anymore [00:07] Ah..ok. True. I should be good if my job doesn't ask to use my comp for a presentation. [00:07] Non-profits are super old school. [00:07] To me, Windows is old school [00:08] I's like, really 80's frame of mind [00:08] Even with the nice graphics [00:08] Ubuntu Studio is probably not the freshest experience out there though [00:09] But, it does come with everything imaginable, already installed [00:09] Yeah I grew up on windows...I'm sure most folks have. [00:10] We will hopefully add the possibility to choose Destop Environment during install. That should ensure that everyone gets the kind of user experience they want [00:10] I did too - grow up on Windows. Quit using it at around 2008 completely [00:10] Almost ten years now [00:10] I don't get much inspired from seeing Win 10 [00:11] Hi, evŕyone!!!! [00:11] developer: Hello! [00:11] That sounds cool. This way makes you have to learn though. It's best not to let the world get lazy from [00:11] from nice user interfaces. [00:11] studio-user427: Always takes some effort to learn something new, but the question is if it's good to do in the long run [00:11] Hello developer [00:12] I wouldn't say Windows has a nice UI. Gnome, maybe, but not Windows [00:12] It's just flashy looking. [00:12] But, if you are used to it, it's what works, I guess [00:13] Win8 I think most people would consider some form of scizophrenia [00:13] If tech is changing everday it's best to know the foundations to help keep up with the times. [00:13] Windows 8 was terrible. [00:13] Windows is in many ways stuck in the past [00:13] just take some very core stuff [00:14] Like, usb things [00:14] Stick a mouse into a Windows and it will say "installing drivers", and then you might even need to unplug, replug until it works [00:14] In Linux, it just works, right away [00:14] Why? [00:15] Windows is thinking in terms of permanent installations, like before USB [00:15] The driver already exists [00:15] But, the way they designed the core is that you need to create an interface for everything, like if it was a permanenet installation [00:16] And, it's not for security, or they would have have introduced that today - not in the 90s [00:16] I'm just saying Windows is yesterday, not the future [00:16] Huh...didn't think of it that way. Does sound pretty backwards now that you mention it. [00:17] Glad my friend set me up with this [00:17] This might not be the ultimate solution for everyone, but it sure is more fun! [00:18] True, glad there's folks around to instantly troubleshoot & learn with. [00:18] So yeah more fun indeed. [00:20] Ah so third question, terminal commands for Ubuntu Studio are essentially the same as older Ubuntu versions? [00:20] Looking up resources on the terminal and trying not to cross wires so to speak [00:20] Also with all the extremely integrity provocing features of Win10 I'm more towards actively disrecommending anyone from using it at all, for any purpose, much more than I would for Win7 [00:20] studio-user427: One thing that hardly ever changes, that is the terminal commens [00:20] commands* [00:21] The UI changes a lot in the Linux world, but not the stuff underneath as much - would cause hell [00:21] Sweet. [00:21] Yeah for sure. [00:22] Linux itself changes probably more than anything out there - even Windows, but the interface for it can't do that too much, or it will become a nightmare [00:22] Now I'm talking about the plumbing underneath, the kernel, which is what Linux in fact is [00:23] UI is something I can handle...but once I'm set with the terminal my brain would fry if it changed. [00:24] It's the part that you'll find everywhere nowadays - 60% of servers, 100% supercomputers, 60% mobile, and soon probably everything else [00:24] google, facebook, amazon, etc, etc [00:24] Only user PCs are not dominantly Linux these days pretty much [00:25] But, what we do is not exactly involved in that either. So, there's a big difference between say Ubuntu and Android [00:25] The Terminal has long been a tool that you hardly can live without [00:26] You can, but it helps knowing the terminal sometimes [00:26] Right, had to crack my Android some years ago for a virus. Terrible stuff. [00:26] Also, if you ever need to fix a bug in a kernel module, and someone has, but it's not out there yet - you can build it from source code! [00:26] Haha, I'm soon gonna learn that. Long live the Terminal. [00:27] Woah, might need some help if that comes up. Still a pretty basic coder. [00:27] Developers usually use the terminal for most things, and it's not just to be old school - it's faster, but it takes longer to learn [00:28] Basically what you do there is you run applications, giving them arguments on what they should do [00:28] like 'ls -a' [00:29] Which is the program that resides in /bin/ls, and what it does is list files [00:29] With the argument "-a" you tell it to also list hidden files [00:29] Right [00:29] You can also tell it where to list files, like 'ls ~/.config/' [00:30] So, pretty basic really. Just a lot of text instead of mouse clicks [00:31] Once you learn scripting, you can do things like move all wav files from this folder to that folder, and convert them to flac, in one command [00:31] Oh sweet. A designers dream, haha. [00:31] That's when it starts to become really handy to know the terminal, but usually it's just stuff like installing some packages or adding a PPA or two [00:32] Ah, ok. Gotcha. [00:32] Does Studio have any short cuts to get me start in the meantime? [00:33] I rember an older version of Ubuntu I used had a few. [00:33] Well, it's the same for all Linux distros pretty much - except when it comes to installing packages [00:33] When it comes to installing packages, all Debian based are very much the same [00:33] Ubuntu is Debian based [00:34] The other big root apart from Debian is Red Hat [00:34] Fedora is a Red Hat based distro [00:34] They have their own packaging system [00:34] Ah, ok. One of the tutorials I was watching is based in Fedora. [00:35] I'll keep that in mind. [00:35] Most of that will be the same in Ubuntu Studio [00:35] At least the basic stuff [00:35] Gotcha [00:35] I did this a long while back https://help.ubuntu.com/community/UbuntuStudio/UsingTheTerminal [00:35] It's old, but perhaps it has some useful points [00:36] Yeah for sure, I'll check it out. [00:36] The tutorial thinks you have gedit installed, which you may not have, so it's a fail already :) [00:36] Hahaha [00:37] Semi but not total so still useful [00:37] Think I tried to add all the usual tricks that are actually usable in real life [00:37] Cool cool [00:38] Remember, you can start any application from the terminal, no matter if it has a GUI or not. If you know the name of the binary, or the path to the binary, you type, and it starts [00:39] That's the number one thing you do in a terminal - run applications [00:39] Ooh, didn't know that...ok. [00:39] Saves a lotta time [00:40] Yeah, usually the first part of the command is a program of some sort. Then follows arguments and other technical stuff [00:41] The reason you can just type the name of the application instead of the full path to it is because of some environment variables [00:42] YOu can see what those are by running the command 'env' [00:42] Specifically the variable PATH [00:42] This is the cool thing about Linux. It's an open book, if you want to read it [00:43] Ah, I see what you mean. Just tried that out now. [00:43] Haha, that's a good way to put it. [00:44] If you want to run firefox, from the termina, for instance, you can either do 'firefox' [00:44] Or, '/usr/bin/firefox' which is the full path [00:44] The environment variable takes care of not having to write the full path [00:45] But, you could have it installed in different places, and the variable has some of those stored in order [00:45] That's something you would worry about when starting to build your own local variant, for instance [00:46] Cooool dude. Geeking out over here, haha. [00:46] Just to have a taste of a typical terminal command, even if firefox is very much graphical, type 'firefox --help' [00:47] One of the options you'll see is probably --safe-mode. So, to start firefox in safe mode, you would do 'firefox --safe-mode' [00:48] And, that's pretty much the basics of what happens in the terminal 90% of the time [00:48] If you don't know the first part of the command, don't do it. That's a general tip [00:48] If [00:48] if 'sudo' is the first part of the command, that means you should pay extra attention [00:49] sudo is a program that gives you root privileges - meaning you get to change any part of the system with that [00:49] Not so hard, right? [00:49] Cool, I see what you mean. Yeah, I'll be sure not to mess with 'sudo' commands for a bit. [00:50] No, it's not bad at all. Pretty neat stuff. [00:50] studio-user427: always remember to use the TAB key for auto-complete. It works in the most unusual places [00:51] Helps not having to type full path names and file names especially [00:51] Even helps auto complete arguments for applications [00:52] If I update the system, I don't use graphical tools. Why? Cause, it's faster in the terminal, plus I see everything that happens [00:52] So, I just do two commands. First, update the cache of installable packages with 'sudo apt-get update' [00:53] So when you say auto-complete that's mostly for arguments and root situations. Not for basic installs and running applications. [00:53] Then, I do the actual update, or rather upgrade, with 'sudo apt-get dist-upgrade' [00:53] studio-user427: I do auto-complete for anything that I don't remember how it is spelled in the terminal. [00:54] studio-user427: As long as it makes sense, the terminal usually will auto-complete (depends on lots of scripts already installed in the system) [00:54] Ah, I see. [00:54] Like, if you type this, and then press TAB a couple of times, you'll see what I mean 'ls /' [00:55] If there's more than one solution, it will show the alternatives [00:55] Otherwise, it will just complete [00:55] Yeah yeah ok. I see what you mean now. [00:56] So, if you want to see what is in /home, you do 'ls /ho' and press TAB a couple of times, then ENTER [00:56] and so on [00:56] Actually, only once in that case [00:56] cause there's no alternatives [00:57] Ok, gotcha. [00:57] the root for the whole system is / [00:58] but, the root for the logged in user is ~/ [00:58] ~/ is the same as /home/username/ [00:58] ~/ just makes things easier in many, many situations [00:59] I don't know your username, but I can tell you to see what is in your user config dir, by telling you to do the command 'ls ~/.config [00:59] Or, to see all of your files i your home dir with 'ls -a ~/' [01:00] And, anytime you don't know what a command does, or you want to know more about it, either do 'command -h' or 'command --help' or 'man command' [01:00] man is an application which needs to be shut down with 'q' [01:01] also, remember CTRL-C and CTRL-D for shutting down processes in a terminal [01:01] Ok, yeah. My friend who set it up gave me all the username stuff. [01:01] Ok, gotcha. [01:02] That's about it. You're now a certified Ubuntu Studio terminal user! [01:02] You won't be accidentally causing power shortages [01:02] Hahaha! [01:03] Sweet! Dude thanks a bunch. Was feeling a little anxiet about the switch, but I'm totally down for Linux life now. [01:03] :) [01:03] No longer a simple anime nerd - I have evolved haha [01:04] It's like being an Inhuman. You just find yourself here [01:04] Someting like that [01:05] Haha, true. Inhuman compared to the rest of the world yeah [01:05] Anywho, won't take up much of your time. Sure there some other folks with questions lurking about. [01:05] If you know Marvels Inhumans, it makes more sense [01:06] I'm not usually this active for sure. But, it seemed like you had some use of it [01:06] Still making my way through Marvel. Most of my life has been pure anime. So making my way through all the American stuff. [01:07] Yeah I did for sure! [01:07] Ah, I'm not American myself. But, I did grown up with some of the Marvel stuff [01:07] Was intending to become a graphics artist originally, but moved towards music later. Living in Sweden [01:08] Spiderman, Daredevil, that sort of thing. The golden ages for me were around 85-90 or so [01:08] Oh, I see. Always been interested in music, but there's a higher demand for graphics in Chicago non-profits. [01:09] I'm super into Flash these days. But Spiderman and Daredevil are cool. [01:10] Yeah, I still follow all of the stuff done in Cinema, but I would probably not if I hadn't read those magazines as a kid [01:10] Think it was Frank Miller era with the Daredevil stuff [01:11] Pretty brutal, but also a bit more evolved than the common stuff [01:12] studio-user427: What kind of non-profits? [01:12] Ah cool - I'll check that out. The most I've seen about Daredevil is the live action movie made some years back. [01:13] Mostly non-profits working to help communities that don't have gov support. [01:14] But I'm slowly leaving those places cause the pay isn't great. [01:14] The movie was very inspired by the Frank Miller era, specifically, sometimes copying some frames directly, but hard to reproduce that. Not really close to the original. Not sure if the original is readable to date though. [01:15] Getting paid can be important. We who do this Ubuntu Studio stuff, we don't get paid at all [01:15] It's totally on volunteer basis [01:16] Some of the flavors will have one or two Canonical employees helping out, but that's still just volunteer work [01:16] I just quit being project lead after 3 years [01:17] sakrecoer just took over, and is doing it for two years [01:18] He's also living in Sweden, coincidentally [01:18] Ah true, just getting started in my career w/ bills to pay. Once I get settled I wouldn't mind little to no pay. [01:18] Ah I see. [01:19] I suppose money is getting less important to people these days. Maybe it's universal [01:19] Lots of people feel that way now [01:19] Better to have something meaningful to do, and some freedom [01:20] studio-user427: Hope you have a good time with your Studio installation [01:21] Yeah, but in the states money can be a curse for most folks. Personally, I could care less. [01:21] Yeah, thanks again for all your help! Appreciate it. [01:21] let us know if something is not working right or you otherwise have any opinions! [01:21] Sounds good, will do. [03:39] its micheal myers [03:40] can u help me donload jack [10:57] Hey I need some help with exporting a trimmed down video in OpenShot, anyone that can help? Just spent 30mintues exporting the same video I came in with.. [11:02] Bernzel: what do you mean by trimmed down? [11:05] sakrecoer, I've cut the length down [11:05] with the resize tool [11:07] Bernzel: but is the export region aldo shortened? please note i haven't use openshot in a longvtime [11:08] sakrecoer, no idea :/ I simply dragged the imported video to a track below, resized with the resize tool and tried to export straight after, but all I get is the full length video with no sound nor any visuals [11:09] is the exported video having a bunch long bit of black at the end? Bernzel [11:09] sakrecoer, the whole vid is black [11:09] that sounds very bad indeed... [11:10] I don't understand how it can be so difficult to just cut out a piece of a video :s [11:10] Bernzel: have you put down much efforts on cutting the video, or could you redo it in kdenlive? [11:10] I could redo it. [11:11] it could be something fishy with your export settings [11:12] can't really help you with that right now.. [11:12] but kdenlive is a safer shot i think. [11:13] i understand this isn't exactly a sollution [11:13] sorry about that Bernzel [11:14] i'll look into it later today, what version of ubuntustudio are you running? [11:14] Bernzel: [11:14] sakrecoer, no worries! :) I'm not using UbuntuStudio [11:14] ok, have you tried reaching out to the openshot guys, Bernzel ? [11:15] yeah they arn't responding. But I found something now [11:15] why it's black [11:15] \o/ [11:15] It's recording the full track which is cut out most of it. So when I forward to the time where I actually had video, it's showing [11:15] got to go, good luck Bernzel [11:16] check out for dome settings for whst region you want to export from the timeline Bernzel. ciao noe [17:31] hallo everyone, someone know why the generic ubuntustudio OpenShot video editor stopped working all of the sudden? it doesnt start and un-instaling and installing again didnt work. someone had this problem? [17:45] danwe: that sounds odd. [17:45] danwe: in your home folder, you should find a folder called ".openshot" [17:45] it is hidden to you in the file manager unless you "display hidden files" [17:46] danwe: back it up (rename it to .openshot_bckup) and try erstarting it [17:46] *restarting it [17:48] sakrecoer: you are genius [17:48] it worked [17:59] \o/ [18:00] danwe: those folders often hold configurations for the program they are named after, but sometimes they also have important data. always back them up first, before you delete them [18:01] danwe: but its the classic trick that can often help [18:01] danwe: by "those folders" i mean the folders that starts with a dot=> "." and that are hidden unless you show them [18:02] specificaly the .folders in your home folder [18:05] danwe: happy video editing! feel free to share your work with us here or by taggin ubuntustudio on your social media if you are into that :) [19:22] so any news on working speech recognition for linux ? [19:26] hola [19:26] español? [20:25] sakrecoer: thank you for your help and info - I will surely do so