~/.screenrc is sourced twice with profile NONE
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| byobu (Ubuntu) |
Low
|
Dustin Kirkland |
Bug Description
Binary package hint: byobu
byobu uses the configuration file /usr/share/
The NONE profile should just be empty instead of sourcing ~/.screenrc again.
Related branches
Dustin Kirkland (kirkland) wrote : | #1 |
Changed in byobu (Ubuntu): | |
assignee: | nobody → Dustin Kirkland (kirkland) |
importance: | Undecided → Low |
milestone: | none → karmic-alpha-2 |
status: | New → Fix Committed |
Dustin Kirkland (kirkland) wrote : | #2 |
Committed revision 497.
Launchpad Janitor (janitor) wrote : | #3 |
This bug was fixed in the package byobu - 2.9-0ubuntu1
---------------
byobu (2.9-0ubuntu1) karmic; urgency=low
* screen-launcher: slightly cleaner bash exit (still could use some
improvement)
* select-
LP: #382643
* bin/wifi-quality, bin/network-up, bin/network-down: must use /sbin
in iwconfig and ifconfig paths
* bin/cpu-count: performance improvement, use getconf
* bin/cpu-freq: performance improvement, simplify pipes
* bin/disk-*: use the POSIX output format
* bin/ec2-cost: performance improvement, cache ifconfig output
* bin/logo: use a case-statement instead of nasty if/then/else stack
* profiles/NONE: don't source ~/.screenrc, causes a nasty recursion,
LP: #382642
-- Dustin Kirkland <email address hidden> Mon, 08 Jun 2009 17:46:24 -0500
Changed in byobu (Ubuntu): | |
status: | Fix Committed → Fix Released |
Thanks for the report, fix committed. Will be in the next upload.
:-Dustin