Launchpad has imported 15 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=1058747.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2014-01-28T13:21:41+00:00 Ankur wrote:

Description of problem:
Byobu appears to source $BYOBU_CONFIG_DIR/.tmux.conf *twice*

Version-Release number of selected component (if applicable):
byobu-5.69-2.fc20.noarch


How reproducible:
Always

Steps to Reproduce:
1. Write a simple .byobu/.tmux.conf file:

[asinha@ankur-laptop ~]$ cat .byobu/.tmux.conf
new-window -ad -n "ncmpcpp"
new-window -ad -n "irssi"
[asinha@ankur-laptop ~]$ 

2. select tmux as backend
3. run byobu

Actual results:
It starts two sessions (bug filed). The one session that does have these 
windows has them twice. 

Expected results:
Session should only have them once

Additional info:
I dug in a little. So, byobu's command line with tmux is:

asinha   32124  1.5  0.0  22568  2076 ?        Ss   00:18   0:00 tmux -2
-f /usr/share/byobu/profiles/tmuxrc new-session -n - /usr/bin/byobu-
shell

Now, tmuxrc sources the following files:
source-file $HOME/.byobu/color.tmux
source-file $BYOBU_CONFIG_DIR/profile.tmux
source-file $BYOBU_CONFIG_DIR/keybindings.tmux
source-file $BYOBU_CONFIG_DIR/.tmux.conf

Note that it's already sourcing $BYOBU_CONFIG_DIR/.tmux.conf

It also sources $BYOBU_CONFIG_DIR/profile.tmux which has the one line:
source $BYOBU_PREFIX/share/byobu/profiles/tmux

This file, again sources $BYOBU_CONFIG_DIR/.tmux.conf in it's last line:
[asinha@ankur-laptop ~]$ tail -2 /usr/share/byobu/profiles/tmux
# Allow local overrides
source $BYOBU_CONFIG_DIR/.tmux.conf

I think this causes duplication of windows.

Reply at: https://bugs.launchpad.net/byobu/+bug/1273685/comments/0

------------------------------------------------------------------------
On 2014-02-25T18:28:47+00:00 Jan wrote:

waiting for fix from upstream

Reply at: https://bugs.launchpad.net/byobu/+bug/1273685/comments/2

------------------------------------------------------------------------
On 2014-02-27T12:00:16+00:00 Jan wrote:

there is patch provided to upstream which will be part of byobu-5.73-3
later this week

Reply at: https://bugs.launchpad.net/byobu/+bug/1273685/comments/4

------------------------------------------------------------------------
On 2014-02-27T18:29:05+00:00 Fedora wrote:

byobu-5.73-3.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/byobu-5.73-3.fc20

Reply at: https://bugs.launchpad.net/byobu/+bug/1273685/comments/5

------------------------------------------------------------------------
On 2014-02-27T18:29:20+00:00 Fedora wrote:

byobu-5.73-3.el5 has been submitted as an update for Fedora EPEL 5.
https://admin.fedoraproject.org/updates/byobu-5.73-3.el5

Reply at: https://bugs.launchpad.net/byobu/+bug/1273685/comments/6

------------------------------------------------------------------------
On 2014-02-27T18:29:36+00:00 Fedora wrote:

byobu-5.73-3.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/byobu-5.73-3.el6

Reply at: https://bugs.launchpad.net/byobu/+bug/1273685/comments/7

------------------------------------------------------------------------
On 2014-02-27T18:29:51+00:00 Fedora wrote:

byobu-5.73-3.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/byobu-5.73-3.fc19

Reply at: https://bugs.launchpad.net/byobu/+bug/1273685/comments/8

------------------------------------------------------------------------
On 2014-02-28T18:08:36+00:00 Fedora wrote:

byobu-5.73-4.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/byobu-5.73-4.fc19

Reply at: https://bugs.launchpad.net/byobu/+bug/1273685/comments/9

------------------------------------------------------------------------
On 2014-02-28T18:09:00+00:00 Fedora wrote:

byobu-5.73-4.el5 has been submitted as an update for Fedora EPEL 5.
https://admin.fedoraproject.org/updates/byobu-5.73-4.el5

Reply at: https://bugs.launchpad.net/byobu/+bug/1273685/comments/10

------------------------------------------------------------------------
On 2014-02-28T18:09:27+00:00 Fedora wrote:

byobu-5.73-4.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/byobu-5.73-4.el6

Reply at: https://bugs.launchpad.net/byobu/+bug/1273685/comments/11

------------------------------------------------------------------------
On 2014-02-28T18:09:54+00:00 Fedora wrote:

byobu-5.73-4.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/byobu-5.73-4.fc20

Reply at: https://bugs.launchpad.net/byobu/+bug/1273685/comments/12

------------------------------------------------------------------------
On 2014-03-15T19:51:24+00:00 Fedora wrote:

byobu-5.73-4.el6 has been pushed to the Fedora EPEL 6 stable repository.
If problems still persist, please make note of it in this bug report.

Reply at: https://bugs.launchpad.net/byobu/+bug/1273685/comments/16

------------------------------------------------------------------------
On 2014-03-15T19:51:48+00:00 Fedora wrote:

byobu-5.73-4.el5 has been pushed to the Fedora EPEL 5 stable repository.
If problems still persist, please make note of it in this bug report.

Reply at: https://bugs.launchpad.net/byobu/+bug/1273685/comments/17

------------------------------------------------------------------------
On 2014-03-17T03:55:30+00:00 Fedora wrote:

byobu-5.73-4.fc20 has been pushed to the Fedora 20 stable repository.
If problems still persist, please make note of it in this bug report.

Reply at: https://bugs.launchpad.net/byobu/+bug/1273685/comments/19

------------------------------------------------------------------------
On 2014-03-17T03:56:23+00:00 Fedora wrote:

byobu-5.73-4.fc19 has been pushed to the Fedora 19 stable repository.
If problems still persist, please make note of it in this bug report.

Reply at: https://bugs.launchpad.net/byobu/+bug/1273685/comments/20


** Changed in: byobu (Fedora)
       Status: Unknown => Fix Released

** Changed in: byobu (Fedora)
   Importance: Unknown => Undecided

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1273685

Title:
  Byobu sources $BYOBU_CONFIG_DIR/.tmux.conf twice

To manage notifications about this bug go to:
https://bugs.launchpad.net/byobu/+bug/1273685/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to