On 06/04/2013 17:10, simfox3 wrote:
> Mariusz,
> Are you starting tmux on shell login (.bashrc/.bash_profile)? Each pane
> in tmux runs as if launched at login--meaning they execute .bash_profile
> / .bashrc. Fortunately, by default, nested tmux sessions are not
> allowed, but wrap your tmux execut
On 06/04/2013 12:00, Thomas Adam wrote:
> Then the shell that an instance of tmux has started from is propagating that
> value down to each shell. So you must be starting tmux from_somewhere_ --
> or you've set TMUX somewhere manually.
>
> -- Thomas Adam
Thanks Thomas,
i found .login file has:
On 2013–06–04 Adrian Luff wrote:
> To name the session you can do the following…
> > tmux new-session -s foo -d
> > tmux new-window -t foo -n "Editor"
> > tmux send-keys -t foo vim C-m
> > tmux new-window -t foo -n "Top" monitor htop
>
> Of course this leaves a default shell as the first window.
Hi,
When running an application from a non-root account to open the webcam
within a tmux session, I got "Cannot open '/dev/video0': 13, Permission
denied" error. But I don't have the error if run the app from outside of
tmux.
Does anyone have a clue what could be wrong?
Thanks,
-Bin.
---