Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
Konsole
Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas

Ideas in development Here are ideas about Konsole that have been marked as already implemented by the moderators.

motd new config option  
Written by rm-rf the 30 Nov 11 at 21:15. Already implemented
One of the nice things about Unix is it is flexible; meaning you can easily change it to fit your needs. This brought with it a lot of innovation, because innovators often need weird configurations. Many linux distributions have the feature of allowing you to create fake users whose shells are commands for linux to run. However this is difficult to do because the motd won't go away unless you either turn it off for everyone, or add a .hushlogin file to the user's home directory (fake users shouldn't need directories).
0
votes
closed
Solution #1: new config option
Written by rm-rf the 30 Nov 11 at 21:15.
add a config option to the login command that causes it to not run the motd if there is no home directory.

See the 1 comments or propose a solution (latest comment the 1 Dec 11 at 02:04) >>

mv and cp feedback to screen  
Written by ActionParsnip the 24 Feb 11 at 15:45. Already implemented
wget has a progress bar yet cp and mv do not. This makes the terminal appear to not be doing anything and may irk new users. A progress bar of some kind would be handy to show progress of the task (especially for LARGE copies)
-13
votes
closed
Solution #1: Wrapper for mv / cp (or small recode)
Written by ActionParsnip the 24 Feb 11 at 15:45.
Add in a progress bar based on the size of $1
2
votes
closed
Solution #2: Use pv command
Written by djoco13 the 28 Feb 11 at 09:18.
The "pv" command does it.
To copy a file would be "pv SOURCE > DESTINATION"
To move a file would be a copy-and-delete script: "pv SOURCE > DESTINATION ; rm SOURCE".
0
votes
closed
Solution #3: Add an option to cp making it display progress
Written by Felitaur the 19 Mar 11 at 21:26.
Some option like -v or even -v should make cp display progress on copying large files, if it takes more than several seconds. This option maybe be enabled by default with alias withing .bash_aliases, so it would be easy to disable

See the 4 comments or propose a solution (latest comment the 22 Mar 11 at 06:11) >>

Make using bash history buffer more user friendly by introducing auto-completion  
Written by i30817 the 25 Feb 10 at 10:49. Already implemented
Just like there is auto completion of files or executables, there should be a modifier to check for auto completion of history of previously called commands

I recommend CTRL + TAB.
0
votes
closed
Solution #1: Implement it on the terminal applications
Written by i30817 the 25 Feb 10 at 10:49.
Implement it on the terminal applications.

See the 1 comments or propose a solution (latest comment the 26 Feb 10 at 18:41) >>