Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
The Ubuntu community has contributed 22700 ideas, 138270 comments, 2629576 votes
Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas

Contributor superhorse

Autocomplete bash commands from History  
Written by M the 26 Jun 08 at 14:25. Global category: System. Already implemented
It would be nice to have the possibility to autocomplete a command that has been already used and is still in bash history. Sort of shift+tab that would work just like the tab command in bash, but instead of searching in /usr/bin and/or in the directory for possible completions, it would search in bash history.
-1
votes
closed
Solution #1: Auto-generated solution of idea #10336
Written by M the 26 Jun 08 at 14:25.
Ubuntu Brainstorm was updated in January 2009. Since the idea #10336 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!
0
votes
closed
Solution #2: just edit a file
Written by leodp the 10 Nov 10 at 15:55.
it should be easy, if I have understood correctly, just comment/uncomment in /etc/inputrc the lines:

"\e[5~": beginning-of-history
"\e[6~": end-of-history
...
# alternate mappings for "page up" and "page down" to search the history
# "\e[5~": history-search-backward
# "\e[6~": history-search-forward
...



in this way:

...
# mappings for "page up" and "page down" to step to the beginning/end
# of the history
# "\e[5~": beginning-of-history
# "\e[6~": end-of-history

# alternate mappings for "page up" and "page down" to search the history
"\e[5~": history-search-backward
"\e[6~": history-search-forward
...


source:
http://www.electrictoolbox.com/history-search-auto-completion-bash-shell-ubuntu /

Ciao, leodp

See the 4 comments or propose a solution (latest comment the 8 Jun 12 at 09:22) >>

First-ever (*ever*) created-time attribute on files  
Written by bryhoyt the 3 Apr 08 at 00:39. Global category: System. New
It would be fantastic to have an attribute on files that was like create-time, but one that *never* changes. It's set the first time a file is created, anywhere in the world, and it remains the same forever after that.

It would need to remain the same (i.e. be copied over) whenever the file was moved, copied, renamed, modified, transferred over the internet (obviously some protocols might not be able to handle this; but if there's a way to do it, it needs to be done), and transferred from system to system.

If the file gets copied to systems that don't support such an attribute, then the value should be stored in the best possible place that guarantees it'll still be set when copied back to a supporting system -- where possible.

Create-time currently doesn't exist at all (there's ctime, which is really time-permissions-last-change, a relatively useless piece of information.) Even if it did, it wouldn't be very useful if it updated whenever you copy a file. Nowadays, everyone's always transferring files around on USB pendrives, transferring them via ssh, and whatnot. We want the information to be attached to the *document*, not the inode. (But it should still be a filesystem function)
-11
votes
up equal down
Solution #1: Auto-generated solution of idea #6304
Written by bryhoyt the 3 Apr 08 at 00:39.
Ubuntu Brainstorm was updated in January 2009. Since the idea #6304 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 4 comments or propose a solution (latest comment the 6 Jul 09 at 22:30) >>

create firefox searchplugin für ubuntu brainstorm  
Written by superhorse the 7 Apr 08 at 13:01. Related project: brainstorm.ubuntu.com. Implemented
create firefox searchplugin für ubuntu brainstorm

Developer comments
Sceo has kindly provided us a Firefox search plugin which is available at this address.
-1
votes
implemented
Selected solution (#1): Auto-generated solution of idea #6570
Written by superhorse the 7 Apr 08 at 13:01.
Ubuntu Brainstorm was updated in January 2009. Since the idea #6570 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 6 comments or propose a solution (latest comment the 24 Feb 09 at 22:10) >>

X over ethernet  
Written by Sparky the 24 Jul 08 at 08:37. Global category: Accessibility. New
I like to combine my current X desktop with an other X desktop on an other computer.
Like multihead configuration on a single computer but on multiple machines.


Let me explain it in detail:

I have to 2 laptops, let me say employee A has one and employee B another. Now it would be realy fantastic if employee A could move his document (let me call it "foo.bar") to the other employees laptop, of course to the background, don't steal the focus, this would be annoying.

This would be very helpful, if you work on a project with different sessions, usermanagement and so on.


Have a nice day
Sparky

P.S.: Xdmx,x2x,vnc won't do it

Xdmx replaces the desktop on the client machines, but everyone should be able to continue his work on his own mashine. Xdmx overtake the screen and only one person can work.
I wanna work with someone else together, on a project or something like this, I don't need a simple large screen.



- Multiple Mousepointers
- One Desktop, some X Servers
- Sharing the users X Servers (not like VNC which started an nother one)
-6
votes
up equal down
Solution #1: Auto-generated solution of idea #11468
Written by Sparky the 24 Jul 08 at 08:37.
Ubuntu Brainstorm was updated in January 2009. Since the idea #11468 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 10 comments or propose a solution (latest comment the 10 Sep 08 at 23:58) >>

Brainstorm: Realtime-update Statistics  
Written by droetker the 21 Jul 08 at 08:58. Related project: brainstorm.ubuntu.com. New
The Brainstorm statistics at the top of the page ATM says:
"The Ubuntu community has contributed 10942 ideas, 49795 comments, 1066521 votes"

If you post another idea or vote for any idea, the stats don't change, so I think they are updated just once a day or so.
It would be cool to have a "realtime" update
0
votes
up equal down
Solution #1: Auto-generated solution of idea #11361
Written by droetker the 21 Jul 08 at 08:58.
Ubuntu Brainstorm was updated in January 2009. Since the idea #11361 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 9 comments or propose a solution (latest comment the 13 Aug 08 at 18:44) >>

Bookmark idea in detail view  
Written by superhorse the 15 May 08 at 08:40. Related project: brainstorm.ubuntu.com. New
There is no way to bookmark an idea in "detail view" (after you clicked on it)
- okay there is but hard to see. too hard?
4
votes
up equal down
Solution #1: Auto-generated solution of idea #8597
Written by superhorse the 15 May 08 at 08:40.
Ubuntu Brainstorm was updated in January 2009. Since the idea #8597 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 2 comments or propose a solution (latest comment the 15 May 08 at 08:45) >>

add tabs to "My ideas"  
Written by superhorse the 11 Apr 08 at 12:30. Related project: brainstorm.ubuntu.com. New
like "all" | "open" | "worked upon" | "done"
28
votes
up equal down
Solution #1: Auto-generated solution of idea #6836
Written by superhorse the 11 Apr 08 at 12:30.
Ubuntu Brainstorm was updated in January 2009. Since the idea #6836 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 2 comments or propose a solution >>

New category: Repository requests  
Written by unimatrix the 8 Apr 08 at 22:07. Related project: brainstorm.ubuntu.com. New
There seem to be a fairly large amount of ideas requesting applications to be added to the repository.

Developer comments
This is something which has been discussed on ubuntu-motu@lists.ubuntu.com, but no decision in this regard has been made so far.
79
votes
up equal down
Solution #1: Category in Brainstorm
Written by unimatrix the 8 Apr 08 at 22:07.
Allow packaging requests to be made on REVU and create a new category for them.

See the 2 comments or propose a solution >>