Command not working in tmux

2014-09-25 Thread Sharon Kimble
I have the strange situation that a command does not work in tmux, but works in a plain terminal window. The command is "texdoc soul" which opens the "soul.pdf" in the default PDF viewer. Except that it does not work in tmux. In tmux it replies with - ╭ │Failed to get bus connection: Could n

Re: [tmux:tickets] #88 The resize command does not work

2013-12-21 Thread Sharon Kimble
On Sat, 14 Dec 2013 20:12:06 + "jonas smith" wrote: > > > > --- > > ** [tickets:#88] The resize command does not work** > > **Status:** open > **Created:** Sat Dec 14, 2013 08:12 PM UTC by jonas smith > **Last Updated:** Sat Dec 14, 2013 08:12 PM UTC > **Owner:** nobody > > The resize c

Re: Tmux at startup

2013-12-11 Thread Sharon Kimble
On Wed, 11 Dec 2013 09:01:31 +0100 David Tabernero wrote: > Hi again, > > I'm trying with: > > tmux new -dsmain /usr/bin/newsbeuter > > > But doesnt works, I see that the script where is located the command > is executing but I cant see tmux executing when I do a ps, so the > newsbeuter progr

Re: No text colour in tmux window.

2013-11-17 Thread Sharon Kimble
sion of the screen terminfo > with hpa using infocmp and tic. > > > On Sun, Nov 17, 2013 at 06:59:42PM +, Sharon Kimble wrote: > > On Sun, 17 Nov 2013 18:43:59 + > > Nicholas Marriott wrote: > > > > > What platform is this on? > > > > Deb

Re: No text colour in tmux window.

2013-11-17 Thread Sharon Kimble
On Sun, 17 Nov 2013 18:43:59 + Nicholas Marriott wrote: > What platform is this on? Debian testing, with fluxbox being the Desktop Environment. Its all in the sig. Thanks Sharon. > > > On Sun, Nov 17, 2013 at 03:07:17PM +0000, Sharon Kimble wrote: > > On Sun, 17 Nov 2

Re: No text colour in tmux window.

2013-11-17 Thread Sharon Kimble
On Sun, 17 Nov 2013 15:01:48 + Nicholas Marriott wrote: > Show me the script please or enough of it to reproduce Attached. Thanks Sharon. > > Original message > From: Sharon Kimble > Date: 17/11/2013 14:43 (GMT+00:00) > To: Nicholas Marr

Re: No text colour in tmux window.

2013-11-17 Thread Sharon Kimble
serv-status' it makes no difference, just plain white output. Exactly the same as if I'd piped it out to a text-file. Thanks Sharon. > > ---- Original message > From: Sharon Kimble > Date: 17/11/2013 13:32 (GMT+00:00) > To: tmux-users@lists.sourcefo

No text colour in tmux window.

2013-11-17 Thread Sharon Kimble
I have a script called 'serv-stats' which pages *all* the services on this box and shows what their current status is. In an 'evilvte' or 'xterm' window that script shows *all* the output coloured and with little [ok] status boxes. However, using the same shells but with tmux running in both, it o

Return to original place?

2013-11-07 Thread Sharon Kimble
I have my window divided into three, the long part contains the output of 'apt-cache search' [where I'm looking through the apt-cache database], the top right quarter contains my 'apt-cache policy' which tells me if the programme is actually installed, and finally the bottom right quarter contains

Re: 'make' from a fresh git clone.

2013-10-11 Thread Sharon Kimble
On Fri, 11 Oct 2013 19:28:41 +0100 Thomas Adam wrote: > What system is this on? From my sig line - Debian stable, Fluxbox 1.3.5 :) Thanks Sharon. > > Thomas Adam > On 11 Oct 2013 19:24, "Sharon Kimble" wrote: > > > When 'make'ing tmux from a

'make' from a fresh git clone.

2013-10-11 Thread Sharon Kimble
When 'make'ing tmux from a fresh git clone tonight, i got this error report - [boudiccas:Fri Oct 11 19:18:36 @~/git/tmux]$ [2702]>; make depbase=`echo format.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DPACKAGE_NAME=\"tmux\" -DPACKAGE_TARNAME=\"tmux\" -DPACKAGE_VERSION=\"1.9\" -DPACKAGE_S

Re: How to copy the whole buffer?

2013-09-24 Thread Sharon Kimble
;ve made a note of, and that will work for future requirements. So thank you, you've helped in increasing my knowledge :) Thanks Sharon. > > Original message > From: Thomas Adam > Date: 23/09/2013 23:52 (GMT+00:00) > To: Sharon Kimble > Cc: tmux-users@lists

Re: Copying from tmux to clipboard or text file needed urgently.

2013-09-24 Thread Sharon Kimble
On Tue, 24 Sep 2013 12:54:42 +1200 Jan Larres wrote: > On 24/09/13 12:15, Sharon Kimble wrote: > > Thanks Jan, thats .bashrc is now sorted out, so I do this - > > > > 1 - CTRL+a+[ > > 2 - move cursor to beginning of required text > > 3 - press SPACE > >

Re: Copying from tmux to clipboard or text file needed urgently.

2013-09-23 Thread Sharon Kimble
On Tue, 24 Sep 2013 11:58:35 +1200 Jan Larres wrote: > On 24/09/13 11:26, Sharon Kimble wrote: > > On Tue, 24 Sep 2013 10:57:02 +1200 > > Jan Larres wrote: > >> No. Tmux copies things to its own internal paste buffers without > >> touching the system clipboa

Re: Copying from tmux to clipboard or text file needed urgently.

2013-09-23 Thread Sharon Kimble
On Tue, 24 Sep 2013 10:57:02 +1200 Jan Larres wrote: > On 24/09/13 09:21, Sharon Kimble wrote: > > On Mon, 23 Sep 2013 20:54:43 +0100 > > Nicholas Marriott wrote: > > > >> Pipe it to xclip or xsel or something. > > > > How? I thought it ju

Re: How to copy the whole buffer?

2013-09-23 Thread Sharon Kimble
On Mon, 23 Sep 2013 23:52:06 +0100 Thomas Adam wrote: > On Mon, Sep 23, 2013 at 11:46:04PM +0100, Sharon Kimble wrote: > > Okay, I'm attacking the problem from another direction - how can i > > copy *all* of the buffer to a text file please. I've used 'tmux &g

How to copy the whole buffer?

2013-09-23 Thread Sharon Kimble
Okay, I'm attacking the problem from another direction - how can i copy *all* of the buffer to a text file please. I've used 'tmux capture-pane -t keep \; save-buffer -b 0 ~/tmuxtest.txt' which worked slightly in that it only copied over the visible part of the buffer/pane but I'm after everything!

Re: Copying from tmux to clipboard or text file needed urgently.

2013-09-23 Thread Sharon Kimble
On Mon, 23 Sep 2013 20:54:43 +0100 Nicholas Marriott wrote: > Pipe it to xclip or xsel or something. How? I thought it just went to xclip automatically, which then transferred it to the normal clipboard? Sharon. > > Original message > From: Sharon Kimble &

Copying from tmux to clipboard or text file needed urgently.

2013-09-23 Thread Sharon Kimble
I have the urgent need to copy a tmux pane to either the normal clipboard or a text file. I have used these instructions to copy the text output in tmux - Cut & Paste - 1) enter copy mode using Control+a [ 2) navigate to beginning of text, you want to select and hit Control+Space 3) move aroun

Re: Copying from tmux to clipboard or text file needed urgently.

2013-09-23 Thread Sharon Kimble
sing 'tmux version 1.9' which is up-to-date with the git repo. Thanks Sharon. > > > On Mon, Sep 23, 2013 at 07:00:38PM +0100, Sharon Kimble wrote: > > I have the urgent need to copy a tmux pane to either the normal > > clipboard or a text file. I have used these i

Re: Copying from tmux to clipboard or text file needed urgently.

2013-09-23 Thread Sharon Kimble
On Mon, 23 Sep 2013 13:13:59 -0500 Mark Volkmann wrote: > On Mon, Sep 23, 2013 at 1:00 PM, Sharon Kimble > wrote: > > > I have the urgent need to copy a tmux pane to either the normal > > clipboard or a text file. I have used these instructions to copy the > > text o

tmux version?

2013-08-28 Thread Sharon Kimble
I have just built tmux from a downloaded git repository and got the version number from 'git describe' which gave the version as '1.8-114-g06d1016', which then built 'tmux_1.8-114-gd71cb73-1_i386.deb' with no problem. But 'tmux -V' gives 'tmux 1.9', although 'apt-cache policy' gives - tmux: Ins

What version?

2013-08-10 Thread Sharon Kimble
How can I find out what version of tmux I'm running please from within tmux? I've just used 'myrepo' to clone the git repo and built it from source, but whatever I've tried I cant find out the version number. I know I'm running a new version as the man file is dated 10 August. Thanks Sharon. -- 

Uptime?

2013-07-15 Thread Sharon Kimble
I've been trying this for several days now and I just cant get it to work, how do you get your machines uptime in the status bar please? I've tried - #set -g status-left '#[fg=green]#H #[fg=black]• #[fg=green,bright]###(uptime|awk '{split(substr($0, index($0, "load")), a, ":"); print a[2]})'#[defa

Re: 'curses not found'

2013-07-11 Thread Sharon Kimble
On Thu, 11 Jul 2013 00:14:04 +0100 Thomas Adam wrote: > On 10 July 2013 23:39, Sharon Kimble wrote: > > I'm trying to compile the latest tmux from the git repo and its > > failing on ./configure && make with 'curses not found'. What > > program

'curses not found'

2013-07-10 Thread Sharon Kimble
I'm trying to compile the latest tmux from the git repo and its failing on ./configure && make with 'curses not found'. What programme is it looking for please as i cant find a programme called 'curses' in the debian repos? Thanks Sharon -- A taste of linux = http://www.sharons.org.uk/index.html

New User of tmux

2013-04-28 Thread Sharon Kimble
I have only started using tmux today for the first time and am enjoying learning about it and getting it working as I want. But its leaving me with several puzzles. First of all, my 'tmux.conf' is at http://dpaste.com/hold/1076967/ and as can be seen its a bit messy but it in the main works. 1 -