Contributor Vahan Harutyunyan
Solution #2:
Add format and file system check to Unity drive quicklists
Written by
nastys the 30 Apr 13 at 06:46.
The user should check for errors or format manually by right-clicking on the drive on Unity launcher.
The user should check for errors or format manually by right-clicking on the drive on Unity launcher.
Solution #3:
Automatically check the drive when mounted
Written by
nastys the 30 Apr 13 at 06:51.
Ubuntu should check the file system for errors when mounted, then ask the user what to do: fix, ignore, format.
Ubuntu should check the file system for errors when mounted, then ask the user what to do: fix, ignore, format.
Solution #4:
Add a file system error check to Disk utility
Written by
nastys the 2 May 13 at 09:55.
If the user thinks their drive is damaged they should open Disks from the dash and check the file system for errors manually, but very much easier than using the terminal.
If the user thinks their drive is damaged they should open Disks from the dash and check the file system for errors manually, but very much easier than using the terminal.
Solution #5:
Add a file system error check to Unity, Nautilus and Disk utility
Written by
nastys the 2 May 13 at 11:34.
If the user wants to check the file system for errors they could just right click the drive (in Unity Launcher, Nautilus or Disk utility) and select to check the drive for errors. To format the drive the user has to use the Disk utility, so any accidental formatting cannot happen.
If the user wants to check the file system for errors they could just right click the drive (in Unity Launcher, Nautilus or Disk utility) and select to check the drive for errors. To format the drive the user has to use the Disk utility, so any accidental formatting cannot happen.
Solution #6:
Hold on, #3 could have some sense, but with some revisions
Written by
ajw822 the 19 May 13 at 16:11.
I'm thinking a GParted-esque option, which you can toggle on or off, that automatically checks for errors and then shows a little exclamation point next to the drive icon. Integrate the error message with the notification service to avoid pop-ups, and make it an action that can bee toggled. If off, the user can right-click to error check and the same thing would happen manually. I'm sure it would be fine is the system took 30 extra seconds to do a quick check and then mount. Some 3rd party Windows virus removers do exactly this.
I'm thinking a GParted-esque option, which you can toggle on or off, that automatically checks for errors and then shows a little exclamation point next to the drive icon. Integrate the error message with the notification service to avoid pop-ups, and make it an action that can bee toggled. If off, the user can right-click to error check and the same thing would happen manually. I'm sure it would be fine is the system took 30 extra seconds to do a quick check and then mount. Some 3rd party Windows virus removers do exactly this.
Nautilus should support file filtering
Written by Damir Muratagic the 16 Apr 13 at 23:38.
Related project: Nautilus .
New
In handling files I frequently face following problems (it might not be obvious yet but all of them can be solved with filter):
1. If folder contain different types of files (documents, pictures, videos ...), there is no simple way to filter them to show “documents only” or “pictures only”. This feature would be real time saver.
2. If I just want information on what types of files the folder is containing I have to sort by type and scroll down. I would really like to have this information instantly – the moment I open folder.
3. If I select twenty files and want to quickly check one of them I will loose selection and will have to select files again.
4. If I manually search for picture in folder that contain pictures and documents I will change view to Icons, on the other hand if I search for document in the same folder I will change view to List. This requires frequent change of view.
Solution #1:
Create Filter bar (much more then just a filter)
All of the problems mentioned above can be solved with filter bar as shown below.
https://www.dropbox.com/s/teh1i195ywdq7rt/1%20-%20all%20files.png
Filter bar would simply read content of folder and create categories depending on that content. Only categories for file types that are present in that folder will be shown in filter bar (e.g. if folder contain documents and pictures, filter bar will show: | all files | documents | pictures |)
By default „all files“ are shown. If you want to show only documents for example just click „documents“ item in filter bar as shown below.
https://www.dropbox.com/s/rmi7bjvlpgcgg68/2%20-%20documents.png
If you want to show files from two or more categories simply click first category and then click check box on other categories you want (as shown below).
https://www.dropbox.com/s/0kbal47l1g2rgrb/3%20-%20videos%20and%20documents.png
If you don't want to show all files within category there should be possibility to select types you want from that categories drop down menu.
Another useful feature would be possibility to work with selected files as if they were only files in folder. Each time you select two or more files item “selected” will appear in filter bar (as shown below).
https://www.dropbox.com/s/e0xjf8j8heerw8c/4%20-%20selection.png
After you selected files you want just click item "selected" and only selected files will be shown (as shown below).
https://www.dropbox.com/s/ukrs74j4d19mxg3/5%20-%20selected.png
This option allows you to work with and open selected files without loosing selection. It could also let you to narrow your selection by letting you select within selection.
Each category can have it's default view (thumbnails for images and videos, list for documents etc.
For user who don't need filtering by categories like Documents/Images/Videos..., filter bar could perform other functions, such as: filtering by date modified, filtering by size etc. For folders with only one type of files filter bar could automatically switch to another filtering method.
In short, advantages of filter bar are:
1. Gives you instant information on categories of files the folder is containing (no need to sort and scroll down). If folder contains music you will instantly know it – just take quick look at the filter bar.
2. You can filter files with a single click and quickly switch between different categories.
3. Allows you to work with selected files as if they were only files in folder.
4. Reduces need to switch file view (thumbnails, details etc.) – each file category can have its default view (e.g. thumbnails for images and videos, icons for documents etc.).
5. Reduces/eliminates use of scroll bars – reduced number of files in a pane reduces need for scrolling.
All of the problems mentioned above can be solved with filter bar as shown below.
https://www.dropbox.com/s/teh1i195ywdq7rt/1%20-%20all%20files.png
Filter bar would simply read content of folder and create categories depending on that content. Only categories for file types that are present in that folder will be shown in filter bar (e.g. if folder contain documents and pictures, filter bar will show: | all files | documents | pictures |)
By default „all files“ are shown. If you want to show only documents for example just click „documents“ item in filter bar as shown below.
https://www.dropbox.com/s/rmi7bjvlpgcgg68/2%20-%20documents.png
If you want to show files from two or more categories simply click first category and then click check box on other categories you want (as shown below).
https://www.dropbox.com/s/0kbal47l1g2rgrb/3%20-%20videos%20and%20documents.png
If you don't want to show all files within category there should be possibility to select types you want from that categories drop down menu.
Another useful feature would be possibility to work with selected files as if they were only files in folder. Each time you select two or more files item “selected” will appear in filter bar (as shown below).
https://www.dropbox.com/s/e0xjf8j8heerw8c/4%20-%20selection.png
After you selected files you want just click item "selected" and only selected files will be shown (as shown below).
https://www.dropbox.com/s/ukrs74j4d19mxg3/5%20-%20selected.png
This option allows you to work with and open selected files without loosing selection. It could also let you to narrow your selection by letting you select within selection.
Each category can have it's default view (thumbnails for images and videos, list for documents etc.
For user who don't need filtering by categories like Documents/Images/Videos..., filter bar could perform other functions, such as: filtering by date modified, filtering by size etc. For folders with only one type of files filter bar could automatically switch to another filtering method.
In short, advantages of filter bar are:
1. Gives you instant information on categories of files the folder is containing (no need to sort and scroll down). If folder contains music you will instantly know it – just take quick look at the filter bar.
2. You can filter files with a single click and quickly switch between different categories.
3. Allows you to work with selected files as if they were only files in folder.
4. Reduces need to switch file view (thumbnails, details etc.) – each file category can have its default view (e.g. thumbnails for images and videos, icons for documents etc.).
5. Reduces/eliminates use of scroll bars – reduced number of files in a pane reduces need for scrolling.
Adding some startup.shutdown/notification s/etc sounds
Written by OS.mium the 22 Apr 13 at 18:10.
Global category: System.
New
Ubuntu OS is missing this. Having a sound on booting up the OS is cool, also when the user will shutdown the computer, or even receive some notifications. This will make the Ubuntu much more interesting and exciting.
Command in "Select an application to open" dialog
Written by pyrokinetiq the 9 May 13 at 06:36.
Related project: Nautilus .
New
Currently if you wish to open a file in a program that doesn't display on the "Select an application to open" dialog (right-click a file > Open with > Other Application), you simply can't open that file in your program of choice from nautilus without editing the defaults.list.
Users can donate digital currency
Written by osmosis the 11 Oct 12 at 06:46.
Related project: ubuntu.com .
New
Many users are now donating to their favorite online services using the bitcoin currency. Only offering PayPal as a way to donate will cause a loss of some potential donors who are willing to donate using Bitcoin.
Solution #1:
let users 'Pay with Bitcoin' and other donation methods
Written by
osmosis the 11 Oct 12 at 06:46.
In addition to the new 'Pay with PayPal' donation option that Ubuntu gives to users before the they download the desktop install, give users a choice to donate using other methods.
One desirable option would be to donate using bitcoins. Ubuntu could use many of the free software packages out there to build their own bitcoin checkout, or a bitcoin payment service like bitpay.com could be integrated similar to how paypal is currently being used. Other examples would be donating using Google checkout or credit cards.
Reference:
Canonical asks desktop users to "pay what you think Ubuntu is worth"
http://arstechnica.com/business/2012/10/canonical-asks-desktop-users-to-pay-wha t-you-think-ubuntu-is-worth/
In addition to the new 'Pay with PayPal' donation option that Ubuntu gives to users before the they download the desktop install, give users a choice to donate using other methods.
One desirable option would be to donate using bitcoins. Ubuntu could use many of the free software packages out there to build their own bitcoin checkout, or a bitcoin payment service like bitpay.com could be integrated similar to how paypal is currently being used. Other examples would be donating using Google checkout or credit cards.
Reference:
Canonical asks desktop users to "pay what you think Ubuntu is worth"
http://arstechnica.com/business/2012/10/canonical-asks-desktop-users-to-pay-what-you-think-ubuntu-is-worth/
Solution #2:
Alternative payment processor to Paypal
Written by
Auzy the 14 Oct 12 at 00:22.
There have been
numerous complaints about Paypal . And, a payment processor should be provided as an alternative (which doesn't screw its customers). However, Bitcoin has serious technical limitations (including, a limit of 21 mil currency units), which guarantees it will never be a practical currency, and that it will crash.
At the very least, Canonical should find a community focused / moral alternative to Paypal and replace it for those who want to donate using credit card.
There have been <a href="http://www.paypalsucks.com/">numerous complaints about Paypal</a>. And, a payment processor should be provided as an alternative (which doesn't screw its customers). However, Bitcoin has serious technical limitations (including, a limit of 21 mil currency units), which guarantees it will never be a practical currency, and that it will crash.
At the very least, Canonical should find a community focused / moral alternative to Paypal and replace it for those who want to donate using credit card.
Solution #3:
Allow Telegraphic Transfer donations
Written by
Auzy the 14 Oct 12 at 00:29.
Allowing donations through telegraphic transfer cuts VISA/Mastercard/AMEX out of the equation, and, it cuts out some of the middle men.
Allowing donations through telegraphic transfer cuts VISA/Mastercard/AMEX out of the equation, and, it cuts out some of the middle men.
Solution #4:
Include other Major Payment Processors
Many people already trust and use both Google Wallet and Amazon Payments, with very little difference between them.
The Humble Bundle processes the big three.
Many people already trust and use both Google Wallet and Amazon Payments, with very little difference between them.
The Humble Bundle processes the big three.
People forget to empty their trash and get problems with space
Written by sucotronic the 18 Feb 09 at 17:00.
Global category: Accessibility.
New
I've observed in my job that most of the users forgets to empty their trashes regularly, and suddenly one day they start to have problems due space limitations, or they don't know where is used their hard drive space.
Solution #1:
Add a configurable reminder
It would be useful to add a kind of reminders that prevents the users about their files in the trash or the occupation in the hard drive. And also it could be configured with an option under the System>Preferences menu.
It would be useful to add a kind of reminders that prevents the users about their files in the trash or the occupation in the hard drive. And also it could be configured with an option under the System>Preferences menu.
<img src="http://img338.imageshack.us/img338/6476/bigsizegl6.png">
<img src="http://img337.imageshack.us/img337/535/olderfilesgx9.png">
Solution #2:
Clean trash automatically
Add the "Trash size" option (percent or absolute value) and automatically clean oldest files from the trash to fit this limit.
Add the "Trash size" option (percent or absolute value) and automatically clean oldest files from the trash to fit this limit.
Solution #3:
Compress old files
Written by
vlo the 19 Feb 09 at 20:05.
The operating system should silently compress some of the files. Perhaps this could be done when the system is not being used, or before shutdown.
The files that would be compressed would be the files that have been in the trash for a certain amount of time (configurable).
The operating system should silently compress some of the files. Perhaps this could be done when the system is not being used, or before shutdown.
The files that would be compressed would be the files that have been in the trash for a certain amount of time (configurable).
Solution #4:
Trash with maximum size
Written by
blaxter the 19 Feb 09 at 23:41.
Like in solution #2, add a "Trash size" option but instead of automatically clean oldest files form the trash, just say "the trash is full, please clean it up" when the user try to send more files to it
Like in solution #2, add a "Trash size" option but instead of automatically clean oldest files form the trash, just say "the trash is full, please clean it up" when the user try to send more files to it
Solution #5:
Notification with "Delete now"-Button
Written by
rakudave the 21 Feb 09 at 20:39.
Same as #1, but with a button to empty the trash directly from the notification-bubble
Same as #1, but with a button to empty the trash directly from the notification-bubble
Solution #6:
Don't put unnessecary distractions in the system!
Written by
kapipi the 21 Feb 09 at 21:17.
This solution is a response to solution #1. Solution #1 is great, except that as a default the user should not be notified about the size of trash, unless space on the partition is getting critically low.
The rationale:
- We don't want to distract the user's attention unnecessarily
- We don't want to force or lure the user to empty his trash unnecessarily.
This solution is a response to solution #1. Solution #1 is great, except that as a default the user should not be notified about the size of trash, unless space on the partition is getting critically low.
The rationale:
- We don't want to distract the user's attention unnecessarily
- We don't want to force or lure the user to empty his trash unnecessarily.
Solution #7:
Low disk space notification instead of trash notification
Written by
argon the 22 Feb 09 at 00:35.
The rationale of this problem is that sometimes people run out of disk space. So the notification should directly address this issue, and not just target the trash at an arbitary point, which will just lead to more annoying notifications.
Windows also does this when disk space is low...
The rationale of this problem is that sometimes people run out of disk space. So the notification should directly address this issue, and not just target the trash at an arbitary point, which will just lead to more annoying notifications.
Windows also does this when disk space is low...
Solution #8:
Create a System Cleanup widget
A notification alerts users when the system is running low on free space.
When clicked on, users can use a widget to remove unwanted files.
(Click to see full sized image)
A notification alerts users when the system is running low on free space.
<img src="http://i12.photobucket.com/albums/a219/nitrousinacan/crap/panelreminder.png">
When clicked on, users can use a widget to remove unwanted files.
<a href="http://img149.imageshack.us/img149/6238/cleanupwizard.png"><img src="http://img149.imageshack.us/img149/6238/cleanupwizard.th.png"></a>
(Click to see full sized image)
Solution #9:
auto-remove when disk-space is low
ubuntu begins to fragment when you've got not enough disk-space. lets say that the limit is about 20%.
when disk space is to full...
ubuntu should auto-remove unnecessary things to free it up. of course, it should ask the user the empty the trash, to prevent data-loss. but other cash-like things should get cleaned up.
ubuntu begins to fragment when you've got not enough disk-space. lets say that the limit is about 20%.
when disk space is to full...
ubuntu should auto-remove unnecessary things to free it up. of course, it should ask the user the empty the trash, to prevent data-loss. but other cash-like things should get cleaned up.
Solution #10:
Extend computer-janitor to support low disk space and trash notifications
Written by
ziroday the 27 Feb 09 at 12:07.
computer-janitor (only in jaunty) is a small utility to clear up left over packages and left over files that have no use. It could easily be extended to support emptying the trash and notifying the user when disk space is low.
computer-janitor (only in jaunty) is a small utility to clear up left over packages and left over files that have no use. It could easily be extended to support emptying the trash and notifying the user when disk space is low.
Solution #11:
Use the desktop icon to provide information
Written by
Menti the 7 Mar 09 at 12:23.
As proposed in
idea #14699 . Desktop icons in general are static and do not provide any useful information. Trashcan icon is slightly dinamic: it has an empty state and a full state. Let the icon change to show how much trash there is. There could be a (configurable, with a sane default) max limit to the trash size, and the desktop icon could show what percentage of that limit is already in use.
This way, we could have more information without actually adding anything to the current setup, no more clutter; only better use of an already existing and underused graphic element of the desktop.
As proposed in idea #14699. Desktop icons in general are static and do not provide any useful information. Trashcan icon is slightly dinamic: it has an empty state and a full state. Let the icon change to show how much trash there is. There could be a (configurable, with a sane default) max limit to the trash size, and the desktop icon could show what percentage of that limit is already in use.
This way, we could have more information without actually adding anything to the current setup, no more clutter; only better use of an already existing and underused graphic element of the desktop.
Solution #12:
Put the trash icon on the desktop
Written by
dubrict the 10 Mar 09 at 06:19.
The reason people forget is because by default, the trash icon is as tiny as can be and hiding in the corner. Placing it on the desktop instead puts it more directly in the user's conscious, reminding them to empty it while not being obtrusive or complex.
The "running low on free space" reminder is reasonable, because it would solve this problem while taking on another. There's no reason to add any complexity to the system beyond this.
The reason people forget is because by default, the trash icon is as tiny as can be and hiding in the corner. Placing it on the desktop instead puts it more directly in the user's conscious, reminding them to empty it while not being obtrusive or complex.
The "running low on free space" reminder is reasonable, because it would solve this problem while taking on another. There's no reason to add any complexity to the system beyond this.
Solution #13:
Empty Trash On system Shut down
Written by
MOSAM the 10 Mar 09 at 20:06.
Have the system ask you if you want to empty the trash when shutting down the as it does when unmounting disk drives.
Have the system ask you if you want to empty the trash when shutting down the as it does when unmounting disk drives.
Solution #14:
make gui to let the user decide
settings dialog _ +/- X
=============================================================
put trash icon on desktop "on/off"
Empty Trash On system Shut down "on/off/ask/auto"
Use the desktop icon to provide information "on/off"
auto-remove when disk-space is low "on/off/ask/auto"
Notification with "Delete now"-Button "on/off"
Trash with maximum size & if to delete when size limit is exceeded "on -size-/off"
Compress old files "on/off/ask/auto"
Add a configurable reminder "on/off"
|advance..|
settings dialog _ +/- X
=============================================================
put trash icon on desktop "on/off"
Empty Trash On system Shut down "on/off/ask/auto"
Use the desktop icon to provide information "on/off"
auto-remove when disk-space is low "on/off/ask/auto"
Notification with "Delete now"-Button "on/off"
Trash with maximum size & if to delete when size limit is exceeded "on -size-/off"
Compress old files "on/off/ask/auto"
Add a configurable reminder "on/off"
|advance..|
Solution #15:
Beyond Icons
Icons that represent valuable information at first glance can really save you some time.
Some users don’t care about emptying their thrash and also use it as another folder at times, this will remind them to empty it.
<img src="http://petitinvention.files.wordpress.com/2008/04/stinky_trash-petitinvention.jpg" border="0" alt="trash">
REF: http://www.kumailht.com/blog/linux/10-features-ubuntu-should-implement/
Solution #16:
Automatically delete after 30 days
I'm using a script to delete files permanently after 30 days spent in the trash:
find ~/.local/share/Trash/files -maxdepth 1 -ctime +30 -exec rm -r \;
find ~/.local/share/Trash/info -maxdepth 1 -ctime +30 -exec rm -r \;
This way the user doesn't have to worry about emptying the trash but still has a "second chance" in case a file was deleted by mistake.
I'm using a script to delete files permanently after 30 days spent in the trash:
find ~/.local/share/Trash/files -maxdepth 1 -ctime +30 -exec rm -r \;
find ~/.local/share/Trash/info -maxdepth 1 -ctime +30 -exec rm -r \;
This way the user doesn't have to worry about emptying the trash but still has a "second chance" in case a file was deleted by mistake.
Solution #17:
Provide a suite of tools for the user to save/recover disk space
Written by
yoda2031 the 28 Mar 11 at 17:26.
Computer Janitor already fulfils the requirement to recover disk space from files which are temporary/cached/etc.
Squashfs more-or-less fulfils the requirement to conserve space, but should be provided as an option on installation ("compress home directory" and "compress system directory" options)
A utility to automatically compress/remove components which have not been used for more than 30 days.
A utility which lists your installed applications in order of size and last used date. Allows the user to remove the bigger, unused packages.
A utility which allows you to "reorganise" your partitioning scheme.
Where applicable, these solutions should be accessible under an umbrella utility, possibly as an extension to the existing Disk Utility, or as a stand-alone utility.
Computer Janitor already fulfils the requirement to recover disk space from files which are temporary/cached/etc.
Squashfs more-or-less fulfils the requirement to conserve space, but should be provided as an option on installation ("compress home directory" and "compress system directory" options)
A utility to automatically compress/remove components which have not been used for more than 30 days.
A utility which lists your installed applications in order of size and last used date. Allows the user to remove the bigger, unused packages.
A utility which allows you to "reorganise" your partitioning scheme.
Where applicable, these solutions should be accessible under an umbrella utility, possibly as an extension to the existing Disk Utility, or as a stand-alone utility.
Different wallpapers on different monitors/workspace
Written by greycode the 28 Feb 08 at 17:20.
Global category: Look and Feel.
Implemented
I've got two monitors, and right now if I use the wallpaper settings in gnome it stretches the wallpaper across the two monitors. It does this even for the default ubuntu wallpaper. This can look really bad depending on the image. In order to get around this I had to get two wallpaper images and join them into one large one with the GIMP and set that as my wallpaper.
There should be a way in gnome to set a different wallpaper for each monitor.
==== Merged with ideas of a similar scope: Different wallpapers on different workspace ===
Many workspaces option in Linux allows you to separate your work, why not allow users to have different wallpapers on each workspace. This allows for easier identification of which workspace you are on.
When used with compiz-fusion you can rapidly switch between your workspaces and the different wallapaper will allow you to quickly recognise what desktop you are on.
Currently this is natively available in KDE but not in Gnome. In Gnome you can't even let Compiz take over the wallpaper control because Nautilus doesn't allow for transparent backgrounds.
Other solutions like Wallpapoz are slow and when switching between desktops it takes too long to switch WP.
Developer comments
This feature is a Google Summer of Code 2008 project.
Follow the development of this feature on the student's blog:
http://gsocblog.jsharpe.net/
Update: it seems his code didn't reached Gnome 2.24, thus this feature won't be present in Intrepid.
Update2: Not in Jaunty too. It seems the code wasn't accepted in Gnome. Need to investigate.
Update3: Going back to new idea.
3207
votes
3839
2
632
Selected solution (#1):
Auto-generated solution of idea #93
Written by
greycode the 28 Feb 08 at 17:20.
Ubuntu Brainstorm was updated in January 2009. Since the
idea #93 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!
<i>Ubuntu Brainstorm was updated in January 2009. Since the idea #93 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.</i><br /> Thanks!
23
votes
24
2
1
Selected solution (#2):
Wraparound Wallpapers
Written by
Vendaval the 4 May 09 at 03:21.
With Compiz it's possible to put a different wallpaper on every workspace, so why isn't this used more to create a unified cube? A welcome wallpaper has been discussed, and having a simple welcome wallpaper could guide the user to the next workspace. Wallpapers could then come in sets, so applying a new wallpaper could give you a unified cube.
With Compiz it's possible to put a different wallpaper on every workspace, so why isn't this used more to create a unified cube? A welcome wallpaper has been discussed, and having a simple welcome wallpaper could guide the user to the next workspace. Wallpapers could then come in sets, so applying a new wallpaper could give you a unified cube.
5
votes
5
1
0
Selected solution (#3):
Wallpapoz does this.
There is a program that already does this, and does it well even on multiple desktops. It is called Wallpapoz and the source is here:
http://wallpapoz.akbarhome.com/download.html
Layout by default for Russian-speaking users
Written by thunderamur the 4 May 13 at 07:40.
Related project: Live CD .
New
The default for the Russian localization of the interface installed 4 Russian layouts: Russian, Russian(Germany, phonetic), Russian(Georgia), Kazakh(with Russian). And there is no English! And as the command in a terminal type that?!
In addition, the vast majority of Russian-speaking users use the 2 layouts: Russian and English(US). Therefore I am sure, that these 2 layouts should be included by default for Russian localization.
And default keys combination to change layouts should be Shifth+Alt.