[00:16] greetings everybody [01:37] hey I need some help starting jack on 12.04 ubuntu studio.. [01:38] I just came over from arch linux and I'm a little disappointed with no out-of-box jack support [03:52] anyone want to see the stereo keyboard amp cabinet i built? [09:39] what does ubuntu studio offer by default for capturing video (firewire)? [09:41] i.e. what software is included? [09:58] I created the keyboard shortcut for jackdbus killing:D [09:59] "elegant" decision :D [10:01] howabout a cronjob that finds out the pid and kills it if jackdbus exists [10:06] no, i need it only when i press to the exit button and jackdbus is not killing [12:13] evening all [12:13] :) [12:55] Maybe anybody know how can I set keyboard shortcuts for qjackctl? [12:56] Example: shortcut for the start button pressing [12:56] or stop [12:56] or profile change [14:22] mighty_aboba, qjackctl doesn't seem to support kb shortcuts. But if you think about it, it doesn't make sense. In order for a keyboard shortcut to work that window has to be active [14:23] You could set up a DE keyboard short cut to start/stop jackdbus with jack_control [14:25] The only problem I have had with that is that qjackctl sometimes doesn't show connection information. Also, anything you have qjackctl configured to do on startup/stop would have to be added manually. [14:39] I want it to do because when i'm using qjackctl and having "on stop error" (the start button is blocked) I can start it again only by the context menu(right click on qjackctl in sys tray) ->start [14:39] mighty_aboba: i would consider midi control [14:41] It would be easy if qjackctl had the keyboard shortcuts for starting, stoping and etc. [14:41] mighty_aboba: its all open... you can likely add that support, or request it from paul davis and/or the JACK team [14:41] So clicking on qjackctl before the KB shortcut would be ok then. [14:42] i would just go with midi control, as im sure thats the workflow expected [14:42] OR, maybe one of those xautomate GUI's [20:27] Hi all :) I'm trying to learn shell command, I can't understand, why if I enter "cat list | grep "http*$"", what is mean to "show all strokes with 'http' word, any number of symbols until end of stroke from a file 'list' ", it does nothing? What do I do wrong? Btw: sorry, if I will some slow to answer -- I some bad in english :( [20:34] * -- is any number of any symbols: $ -- is end-of-line. All right, so where is the error o.O [20:37] Btw: without "$" symbol everything works fine. [20:40] Something wrong with dollar... May be bash tends to euro? :D [20:46] No body knows? :( [20:51] I have an idea. May be it's because "grep" works with strokes, so "*" symbol means any number of symbol in one line. Including end-of-line sign. And "*" symbol in command gets just empty line, without end-of-line sign. It seems to be true.. [20:53] Is there a way to force symbol "*" include all symbols till some pattern? [20:55] No body knows? [21:01] Sorry, there was an slip " And "$" symbol in command gets just empty line, without end-of-line sign.". I'm occasionally write there "*" [21:01] So anybody knows? [21:03] knoppix: hello [21:03] Hello :) [21:03] this is the support channel for ubuntustudio... im not saying no one here will be able to help with "shell commands", but you might have more luck in the server support channel [21:03] or, main #ubuntu [21:03] you can review the man pages for each command [21:04] try using pastebin [21:04] !paste [21:04] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [21:05] and paste the *exact* input and output you are experiencing, assuming there are no credentials or sensitive data in that information [21:05] Thanks, anyway :) I'll try #ubuntu [21:05] knoppix: you'll need to do that in #ubuntu as well [21:05] knoppix: you'll need to use pastebin [21:06] knoppix: What you need is .* [21:06] knoppix: also, consider stating your intended purpose.. maybe someone can suggest an easier way to get the job doen [21:06] `cat list | grep http.* [21:06] done* [21:06] err... closing ` too, if you just copy that directly. [21:07] very thanks, it helped! [21:08] No problem. Glad to be of assistance. [21:09] knoppix: The '*' is just an indicator of one to infinity, the '.' just means whatever character.