Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
The Ubuntu community has contributed 21986 ideas, 135057 comments, 2615221 votes
Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas

Contributor cudjoe

Nautilus to display more info while asking for copying existing file  
Written by aufather the 9 Nov 08 at 04:07. Related project: Nautilus. Implemented
When I copy a newer version of a file, nautilus asks whether to skip or replace this file. But it does not provide any info other than the file name. It would be nice if it would at least provide the file sizes too. More info maybe accessible from a drop down button. Like modified time, owner, permissions etc. But these can be hidden and be accessible from a drop down button (like the button which shows progress of individual files during software installation). This will help the user to compare both the files and make an informed decision there itself. Instead of canceling the operation and then comparing both the files and then redoing the same operation.
260
votes
implemented
Selected solution (#1): Auto-generated solution of idea #15427
Written by aufather the 9 Nov 08 at 04:07.
Ubuntu Brainstorm was updated in January 2009. Since the idea #15427 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!
529
votes
implemented
Selected solution (#2): Collapsed additional information
Written by dcruz the 28 Apr 09 at 10:47.
The dialog should contain collapsed additional information from both files that the user could access, such as:
* size
* creation date
* modification date
* creator
* etc.
202
votes
implemented
Selected solution (#3): Diff view for text files
Written by dcruz the 28 Apr 09 at 10:48.
Have an option the see the difference between both files it those files are textual.
338
votes
implemented
Selected solution (#4): Have an option to suggest another name.
Written by Lachu the 28 Apr 09 at 13:08.
GNOME should have option, like in KDE to write file in destination folder, but changes the name. When file should be named "SomeDocument", we should name it "SomeDocument-CurrentDate" or "SomeDocument-SourceFolderName".
229
votes
implemented
Selected solution (#5): Have an option to rename old file
Written by Akerbos the 29 Apr 09 at 19:52.
Similar to #3, but rename the existing file (kind of backup style)
I'd like this because most often you want the new file to be in effect at that moment while preserving the old one.
103
votes
implemented
Selected solution (#6): Option to Merge files/folders
Written by sanketmedhi the 4 May 09 at 09:55.
There should also be an option for merging files/folders together just as in some other operating systems. This will be especially beneficial in case of folders.
95
votes
implemented
Selected solution (#7): Easy way to open both files for visual comparison
Written by philip the 5 May 09 at 22:25.
The motivation is like #2 but for non-text files. If one or both files are images, office documents or media files, diff will not help. Clicking on the file name should open the file. This saves a visual search for the files in the directory.
42
votes
implemented
Selected solution (#8): Previews of the files
Written by philip the 5 May 09 at 22:52.
The dialog should contain pre-computed views of the files, so you don't have to wait for (say) the spreadsheet program to load and open the files. The views should be about 100x100 pixels large and should show a cropped, scrollable view of each file. When the user resizes the dialog,, the preview areas should show more or less of the files. Or, a larger preview can show as a tool tip when the mouse hovers over the small preview.
45
votes
implemented
Selected solution (#9): nautulis: copy old file to trash before overwrite
Written by bgfeldm the 12 May 09 at 13:01.
add an option to move old file to the trash before overwrite.
nautulis:
move file to trash before overwrite, if file is a text or document file below a preconfigured size such as 1 MB.

This way overwritten files can be retrieved at a dept of one.
Or you could make the trash bin a temporary source repository for overwritten/deleted files, only storing the diff of the text files, so you limit space taken up by the trash bin and have multiple restore points for files. The repository will be clear every time the user clears the repository or after a defined amount of days.

56
votes
implemented
Selected solution (#10): Compare checksum of files.
Written by Matir the 26 May 09 at 03:19.
Since md5sum is necessary for parts of apt and is installed in every base system, only files with the same name and different checksums need to be considered.
139
votes
implemented
Selected solution (#11): Relace If Newer button
Written by Redge the 2 Jun 09 at 18:34.
See also solution #6. We now have a "Replace All" button, but I miss Windows Explorer's "Replace if Newer" option. Displaying extra info is all nice, but I want to be able to do file operations that don't require further user interaction. So let's add that "Replace All if Newer" button.
25
votes
implemented
Selected solution (#12): Push transfers requiring user feedback to the end of the queue
Written by Redge the 8 Jun 09 at 00:07.
When doing file operations and Nautilus encounters conflicts or errors that require the user's feedback to resolve, Nautilus should first try to complete the rest of the queue and push the files needing feedback to the end. That way, if the user is AFK as much of the operation as possible will be done by the time he/she gets back.
-3
votes
implemented
Selected solution (#13): Use Desktop files.
Written by Lachu the 19 Jun 09 at 08:47.
On situation in idea, Ubuntu should save file on different name and create Desktop file to it. Many user uses only GUI application with file managers supporting Desktop Files.
37
votes
implemented
Selected solution (#14): Check files below a certain size
Written by korin43 the 18 Jun 09 at 20:58.
Decide on a on file size where it's faster to just check if it's an identical file than ask the user if they want to replace/skip. If the files with the same name are identical, we just skip them instead of presenting the replace/skip dialogue (since both options would have the same result).

Note: This would be a complete byte-for-byte comparison, not just a comparison of timestamps and name.

Here's the order that the system would check:
- Is there a file with the same name?
- Is it below the maximum size set to check? (we don't want to auto-check if it would be faster to ask the user. ex: 10 Gb file)
- Compare size
- Compare the two files (byte-for-byte), fail as soon as you find anything different (if the first byte of the new file is different, fail immediately instead of checking the whole file)

Note 2: Timestamps will not be compared. If the new file is identical with a different timestamp, the new timestamp should be applied.
21
votes
implemented
Selected solution (#15): Add "auto" option to replce/skip pop-up
Written by vegetarianshrimp the 19 Jun 09 at 19:03.
This gives the user the option to replace/skip if they already know whether the file is identical or not, or don't want to risk replacing an important file. But if they don't know if the files are identical, then they can press the auto button.

It would look something like this:

|Auto| |Auto all| |Replace| |Replace all| |Skip| |Skip all|
25
votes
implemented
Selected solution (#16): Show context for the differences
Written by Prime Mover the 2 Aug 09 at 21:50.
The dialog should attempt to show the differences between the files if they are in a recognizable format. For example, if the files are images, show both images, along with file size and date. This will allow the user to easily make a decision about whether to replace the file. The destination filename could also be an editable field to allow the user to change the name and have the copy continue under the new name. If the file were an audio file then it could display bitrate, sample rate, length, etc.

Here's an example dialog box from Directory Opus on Windows which demonstrates this:


836
votes
implemented
Selected solution (#17): Continue copying the files that doesn't need confirmation
Written by pgdx the 31 Jul 09 at 08:09.
The copying of the rest of the files should continue and the files in question should be queued until the user decides what to do with this.
164
votes
implemented
Selected solution (#18): Try to read ahead for dialogue-requireing issues
Written by kazagistar the 4 Aug 09 at 02:32.
When you do a large transfer, it could try to calculate exactly what needs to be moved where first, so that the user does not have to sit there to make sure there are no conflicts.
62
votes
implemented
Selected solution (#19): Avoid overwriting the same file.
Written by pubsbin the 8 Aug 09 at 01:12.
There are some easy tests for checking if two files (in two different folders) are the same file. From the easy ones (metainformation, size, name), checking some positions (sampling) and, finally, comparing them entirely.

If Nautilus uses those easy equality checks, it could avoid copying equal files. Even if you compare the whole file, a read is faster than a write.
151
votes
implemented
Selected solution (#20): "No to ALL"
Written by don1500 the 12 Aug 09 at 20:20.
Most of the time I have this problem I run into it when moving music files. There is a "Yes to ALL" but no "No to All". All I want are the files that are on the source but not on the target. "Overwrite if Newer" is close and a good suggestion, but sometimes I don't want to overwrite the old file. Sometimes you want to overwrite the older version, and with "Yes to All" you still have that option. Maybe adding both "Overwrite if newer" AND "No to ALL" is the answer. I think this would be the easiest to implement. This is also the K.I.S.S. answer.
83
votes
implemented
Selected solution (#21): Use a 'For All' Checkbox to Simplify Things
Written by Penguin Guy the 16 Aug 09 at 16:01.
Simple enough, instead of having 'Replace All' and 'Skip All' have a check box 'For All'.


Obviously, the actual thing would look a bit more professional than the one I made in Gimp.
14
votes
implemented
Selected solution (#22): warn when deleting a folder with a copied file in it.
Written by caleb the 21 Aug 09 at 08:54.
I have gotten into the bad habit of copying a file deleting the parent folder, and pasting it elsewhere. Ubuntu should warn when deleting a copied file's folder.
8
votes
implemented
Selected solution (#23): Advanced File Operations (AFO :D)
Written by Chronos the 29 Aug 09 at 14:46.
Create a more advanced "thread" based queuing system for file operations. Its possible to make it simple, no need to make it complex. Read below:

Seriously, in Total commander i used a lot the function to not just copy files at once and send the process in the background, but to push F2, and create a list of the operations where(!) the list is a queue. So the processes are not running at the same time to slow things down. We can even make this better. Imagine you have 4 drives. A B C and D. You want to copy 3x6 folders/files from A to B and vice versa. It takes long, so you start to copy/move/whatsoever to work on C and D (like before from C to D and vice versa). To make all these operations (4direction) run at the same time slows the computer slow down(no wonder why).

We could create two thread with two queues in this case.

In summary, A and B would process their queue, processing files the fast as possible, and separately C and D would do their things as well.

We could make it automatic maybe, that if we are making file operations to or from one partition/hardware, at default it would create a queue, what (with a push of a button) would appear from the already used window(dont know the name). This queue would make sure that only one operation is active at a time, making hardware sweat less, and operations faster.

Maybe i'll do a mockup if i have time.

This is just an idea, we can modify it.

Cheers,
David
32
votes
implemented
Selected solution (#24): Pile up a list of action needed files.(Use with Solution #1)
Written by yaknowwat the 16 Aug 09 at 09:07.
The list would list all the files that need conformation and let u handle them with check boxes. ( A Select All/None combo button and an Invert Selection button are a must for such a list. Then double clicking a listed directory should select all in the directory.)
Then by for example pressing Overwrite or a Do Nothing button the action would affect all selected files. After which you can continue such steps until the List is gone or the user exits.
I'd imagine this would be simple to do without over complicating things.
Also the number of dialogues could easily be reduced with this strategy.
This increases efficiency because a user could handle all the conformation files at once in their own way even as their still copying normal files.
6
votes
implemented
Selected solution (#25): property comparison table
Written by monguin61 the 12 Dec 09 at 18:20.
Just like solution #16 above, but the properties should be listed in a side-by-side table, with cells highlighted in green if they match, red if they don't match, and if they ALL match then there is no reason to bug the user at all.
5
votes
implemented
Selected solution (#26): Add intelligent preview/comparison box to the Nautilus file replacement dialogue
Written by cajhne the 14 Sep 10 at 21:05.
Disclaimer: I worked this up before finding that my problem was a dupe of this thread, so don't yell at me for "duplicating" some ideas here. I've +1 promoted the ones that I came to the same or similar conclusions about. There's different stuff in here, so please read the whole thing! :)

It would be handy to show other relevant information based on the file type in a small preview/comparison area on the side of the replace notification dialogue. It would also be nice to have an in-dialogue "rename" function, where you could change the name of the file being copied rather than just the standard replace/don't replace option. Leave the defaults the way they are, but offer a drop-down of other solutions, as well as a preview box for the file. Text files could show the first few lines of the file (if permissions allow), the photo can show thumbnails, music can have the same (nifty) mouse-over preview in the file browser, etc.

The "intelligent" bit changes the options for replacement/renaming/etc based on the kind of file, and the kind of preview shown. Some handy alternate options might be "append" for videos/music/text files, which combines/concatenates two files into one, or "version" which simply appends an ordering number to the end of the filename (my_cat.jpg -> mycat_b.jpg)

I have worked up a visual on what I think this might look like if there's enough interest. :)

http://whitecatgraphics.com/ubuntu/nautilus_replace_comparison_dialogue.jpg

This example shows the standard file replace dialogue with my additions. The files under scrutiny are an old and new version of the same image. The desaturated, darker one is meant to represent an unedited photo, and the saturated one an edited version, which highlights the advantage/importance of being able to see samples of each to make the judgement.

Things to note in this sample:
1.The "replace all" option now has a drop-down menu below it, in which you can specify in what manner you want to "replace all".
2.The arrow between the two thumbnails indicates which is source and which is the destination (since some people in the world read from right to left. :))
3.The thumbnails act like thumbnails in the regular browser. Right-clicking on them could bring up options like "preview", "open with", "info", or "show in folder".
4.Selecting "Keep" under either sample will automatically set the other to "Erase", for ease of use. The "Save As..." option could bring up a box for the new file name, or alternatively, a standard "save as" dialogue as seen in GIMP, Open Office, etc, when you choose "Save As".
5.The green check-mark and the red "X" icon indicate which is being kept, and which is not. These change when "Keep" or "Erase" is selected.
6.After selection is complete, the user would then click the "Replace" button to perform the action, and continue the file copy/move operations.

I'm not married to any of the above components. If anyone thinks of a different/better way to do it, please post it in the comments section, and I'll revise this solution based on the suggestions. :)

I'm not proposing changing any of the defaults, just adding a box for more information, and a few more options to streamline the current replacement procedure.
6
votes
implemented
Selected solution (#27): Do dry-run before actually copying data
Written by DieterVDW the 16 Sep 10 at 11:38.
Check the destination and see if any files are present, and if there are problems before actually start copying data.
That way, any problems requiring user interaction can be flagged upfront, once data copying has started it is guaranteed to continue without user interaction.
5
votes
implemented
Selected solution (#28): Additions to File Operations
Written by JohnLM the 15 Jan 09 at 21:46.
I thought it could scan for involved devices and queue by (configurable) default, if that device is in use (i.e. having copy or move operation already). And have a "Do now!" kind of button on file operation window for override.

Naturally it should never en-queue same partition's move operations, cause they are super fast by nature!

btw As far as I know the Nautilus' File Operations thingie is not really finished and is under development now!
9
votes
implemented
Selected solution (#29): Conflict dialog: say how many more conflicts there are
Written by philip the 18 Mar 11 at 20:07.
When you try to copy or move a bunch of files, and files with those names already exist in the destination folder, you get a dialog asking you if you want to replace the existing file or skip copying this file. You can also check a check box for repeating this operation on all other conflicting files.

It would be helpful to know how many more conflicting files there are. This can alert the user that he has done something wrong if he did not expect that many conflicts. It can also guide his decision to check the conflicts manually or click on the "perform this for all files" check box.

Getting more sophisticated, the dialog could even list the conflicting files when the user clicks on a drop down list.
12
votes
implemented
Selected solution (#30): Perform file operation / action with gksudo initiation
Written by lionoxmaneagle the 3 Mar 11 at 04:10.
Perform file operation / action with gksudo-like initiation requiring a pword
-1
votes
implemented
Selected solution (#31): Require the user to enter a sub menu.
Written by Darwin Survivor the 5 Mar 11 at 09:13.
Simply having gksu pop up every time a user tries to do something they aren't allowed to (edit a system file) is a quick way to a non-working system.

I propose we put gksu-enabled commands in a sub-menu (like how new-file lists a few file types). This will prevent users from simply converting to "enter your password until it works" people.
66
votes
implemented
Selected solution (#32): Add a pause button
Written by dead_orc the 12 Mar 09 at 13:40.
Add a pause/continue button next to the stop button with which you can pause file operations and continue them later on.
20
votes
implemented
Selected solution (#33): Control the number of simultaneous op-s on a drive
Written by andrew.p the 19 Mar 09 at 21:28.
This is not a complete solution, but an addition to #2/#1.
I often miss an option to limit the number of simultaneous file operations on a drive (simultaneous file operations are not as quick as one-by-one sometimes).
Speaking about sol#1, it would be logical to have an option to queue file operation instead of performing immediately (name menu item "Queue Paste" & give it keyboard shortcut like Ctrl+Alt+V/Ctrl+Q/Super+V). Also it is a workaround for controlling the number of simultaneous file operations.
-4
votes
implemented
Selected solution (#34): Use ionice
Written by cheesehead the 8 Apr 09 at 02:57.
The 'ionice' command sets the io scheduling class and priority for a program. A user can easily downgrade the io priority of any process. ionice is included in the 'schedutils' package, already in the repositories.
It's powerful and solves a lot of disk-thrashing if used properly. Read the man page before using it!
7
votes
implemented
Selected solution (#35): Click & drag priority management
Written by Ian Burnet the 11 Apr 09 at 03:11.
Being able to set the priority of ops would be really useful, but we also don't want to add too much to the interface.

I think the most user-friendly solution would be to:
1) Run only one op at a time automatically
2) Have a continue / pause button to force start, pause, and resume
3) Have the ops listed by priority (i.e. which was started first; which are running)
4) Be able to click and drag the progress bars up/down to switch the priorities
15
votes
implemented
Selected solution (#36): implement "queue file transfer" function
Written by nuzeb the 25 Jun 09 at 11:43.
It would be nice to be able to manually start a lot of file transfers with a queue function (e.g. right click menue of nautils "queue copy"). The transfers will then be done one after another in given order.

See the 13 comments or propose a solution (latest comment the 22 May 12 at 05:18) >>

Separate user preferences and user data in hidden folder  
Ubuntu

In :  
Priority : Undefined
Definition : New (Needs guidance)
Implementation : Unknown
Assignee :
spec
Written by ploum the 7 Apr 08 at 08:03. Global category: Others. New
When keeping the same /home/ for years, it quickly becomes an unmaintainable mess of hidden folders.

You can't even delete them without being sure because it might contain important data.

Freedesktop has issued a recommandation to solve this problem :
http://standards.freedesktop.org/basedir-spec/latest/ar01s03.html

Implementing this would allow to easily reset your configuration to the default one without loosing any data. For Ubuntu beta testers or people that care about having the default config, it would be a big advantage. It would also solve a lot of upgrade problems that some people have and that cannot be reproduced because it's a particular preference migration bug.

The problem and its solution is described here for the GNOME desktop but it applies for any application : http://ploum.frimouvy.org/?184-cleaning-user-preferences-keeping-user-data


My suggestion is to make the FD.o recommandation an official Ubuntu recommandation, trying to lobby so applications in Ubuntu follow this spec, at least the one in main.

A suggestion for the GNOME desktop has also been issued :
http://live.gnome.org/GnomeGoals/XDGConfigFolders
376
votes
up equal down
Solution #1: Auto-generated solution of idea #6557
Written by ploum the 7 Apr 08 at 08:03.
Ubuntu Brainstorm was updated in January 2009. Since the idea #6557 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 19 comments or propose a solution (latest comment the 15 May 12 at 07:21) >>

Select Audio Device More Easily  
Written by Klau3 the 21 Feb 10 at 11:51. Related project: Gnome. New
This suggestion aims at improving a usability issue in GNOME audio device selection. Right now (Lucid Liynx), you have to go under preferences if you want to change the audio output device.

Today a lot of people use more than one audio device -> PC speakers & headset. For me it doesn't feel right the way it is right now. Changing sound output is something common that I do many times a day and I don't like to always have to go under preferences.

Preferences are for me more like a place I go to once when configuring a program, but not where I go every time I use my PC.
196
votes
up equal down
Solution #1: Add output device selection on sound panel
Written by Klau3 the 21 Feb 10 at 11:51.


See the 9 comments or propose a solution (latest comment the 15 May 12 at 07:15) >>

Easy mounting of Images like ISO and CUE   forum
Written by Nanotron the 28 Feb 08 at 20:17. Related project: Nautilus. Implemented
I'm a big fan of Images like .iso. However it is not very easy to mount these Images.

Developer comments
There is already right click->open with "archive mounter" in Gnome, however it currently has a major bug: https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/299956
5716
votes
implemented
Selected solution (#1): Auto-generated solution of idea #194
Written by Nanotron the 28 Feb 08 at 20:17.
I feel there should be a Tool in Nautilus and Dolphin which allows mounting Images by double Click or something similar. (This feature exists int MacOS). Or with a right click on the I think that would be a very useful Tool for every one.
A good example for this is CDemu.

I know there are some other good programs, but I think that would be the easiest way
691
votes
implemented
Selected solution (#2): "Mount Image" avaiable in Right-Click Menu
Written by Bender2k14 the 26 Jan 09 at 04:42.
I should be able to right-click a disk image and select "Mount Image" in the context-sensitive section (just as right-clicking on a disk image provides the "Write to Disk..." option).
-16
votes
implemented
Selected solution (#3): Spruce up gisomount and extend
Written by cbx33 the 20 Mar 09 at 12:22.
Gisomount was created to make this an easy process. It needs a little love and attention, but offered things like md5sum browsing etc. Would make a good GSoC project.
0
votes
implemented
Selected solution (#4): gmount-iso
Written by markoresko the 13 May 09 at 08:35.
I use Gmount-iso to do just that.
sudo apt-get install gmountiso

But I also think that it could be more obvious to do that etc.
Maybe Gmount-iso should be available by default, under right-click on images, like proposed.
40
votes
implemented
Selected solution (#6): Make it possible to mount ISO image from CLI w/o root access
Written by mikaelstaldal the 20 Oct 09 at 12:14.
Also make it possible to mount ISO images from command line without root (sudo) access.
-71
votes
implemented
Selected solution (#7): Solution #3: Mount it automatically once the user double-clicks the ISO file
Written by dexter_greycells the 24 Oct 09 at 07:41.
When the user selects the ISO file (through the keyboard arrow keys, Tab key or a single click) in nautilus a pop-up should come up asking the user to 'Double-click' the ISO file to mount it.
-12
votes
implemented
Selected solution (#8): Okay, here it is :)
Written by r0g the 28 Oct 09 at 05:09.
In the form of a python script for nautilus actions.

http://www.technicalbloke.com/iso_mount.py

I don't have time to do the unmount command too but it should be easy to adapt if you know a little python, consider that homework & pls post me a copy :)

I think it would be nice if Ubuntu came with some more useful nautilus action scripts and a nicer way of adding/removing them. At the moment getting them in and out is more of a pain than it needs to be. It ought to be as easy as Firefox (if not easier!) to install plugins, maybe then people would make more.

Roger.
-44
votes
implemented
Selected solution (#9): Drag *.iso icon onto computer/desktop/places
Written by Lachu the 28 Oct 09 at 11:56.
Automatically mount *.iso files dragged onto computer window/desktop/places menu.

See the 65 comments or propose a solution (latest comment the 12 May 12 at 08:13) >>

A password should not be required to check for updates  
Written by bluenova the 23 Apr 09 at 07:44. Related project: Update manager. Implemented
Currently Ubuntu requires the user to enter their password before they can check for updates. A password should only be required for activities that can cause damage to the computer and checking for updates does not make any changes to the system and therefore cannot cause any damage.

With the new update notification system in Jaunty taking 7 days to alert you to new (non-security) updates, it's likely that more people will want to manually see if updates are available, and having to type in your password each time to do this is quite annoying.
376
votes
implemented
Selected solution (#1): Do not ask for a password to check for updates, only to apply them
Written by bluenova the 23 Apr 09 at 07:44.
Rather than asking for the users password when clicking 'Check' in the update manager, ask for the password when the user clicks 'Install Updates'.
91
votes
implemented
Selected solution (#2): Enable option of automatic update for all fixes
Written by grofaty the 25 Apr 09 at 19:13.
Now Ubuntu has an option in System | Administration | Software Sources | Update tab to install security updates automatically. Make an option to automatically install all updates.
4
votes
implemented
Selected solution (#3): Display possible updates at start, need password only on download & install.
Written by tchalvakspam the 26 Aug 09 at 17:11.
The real issue is even gathering the information (which may tell you that there are no updates needed) requires the password step. So currently, there is a zero-benefit step:
Action: Open up update-manager. Effect: Nothing changes from before.
Action: Click check and put in password. Effect: Check for newer updates.
Action: Click Install updates. Effect: Finally install updates.

Because opening up update-manager is a declaration of the wish to at least check for updates, this should be revised to:

Action: Open up update-manager. Effect: perform check for updates, but download nothing.

Action: Click install updates and put in password. Effect: download & install currently "checked" updates.

See the 11 comments or propose a solution (latest comment the 30 Apr 12 at 22:38) >>

Ubuntu Software Center should show more information  
Written by wafflesid the 8 Oct 09 at 03:00. Related project: Ubuntu Software Center. Implemented
The Add/Remove app had an icon indicating if an app was for gnome or kde.

While the Ubuntu Software Center DOES function better, It comes at the cost of not giving the user all the information.

I like being able to know easily if an app I see is going to require me to install the QT libraries. But beyond this, I like having all the apps on my computer LOOK and FEEL the same. You know if it has the gnome logo that it will (well, it SHOULD heh).

I also found value in the popularity rating, although that was never an indicator of QUALITY it was helpful to know if I was looking for the most common packages in a search.
128
votes
implemented
Selected solution (#1): Bring back the GNOME/KDE icons.
Written by wafflesid the 8 Oct 09 at 03:00.
Title says it all.

Bring back the KDE/GNOME/etc icons for the apps listed in the ubuntu software center.
153
votes
implemented
Selected solution (#2): Add Ratings and Number of Downloads
Written by tmoc the 11 Oct 09 at 17:49.
Even if users aren't paying for applications, it would be nice to have a graphical way (i.e. star ratings) to show the quality of applications, and highlight software that stands out. A download counter would also help in this respect. Maybe even text comments.
57
votes
implemented
Selected solution (#3): Offer to make QT look like GTK or vice versa
Written by everest40 the 19 Oct 09 at 03:56.
When installing the QT libraries for the first time in Ubuntu (or GTK if you're using Kubuntu), offer to configure them to match your GTK (or QT) look. Perhaps install QGtkStyle and/or GTK-Qt.
410
votes
implemented
Selected solution (#4): display details about packages downloaded
Written by shababhsiddique the 30 Oct 09 at 09:55.
Show in detail about all packages needed to be downloaded to install (with size of download) and available substitutes/options
655
votes
implemented
Selected solution (#6): Make It Social
Written by Stebalien the 18 Oct 09 at 21:06.
The software center needs comments, a most popular application category, and an app of the day link.

It could also be integrated with a laconi.ca server where people could comment on favorite applications from within the software center.

This would greatly help new users find useful Open Source Software.
270
votes
implemented
Selected solution (#7): Warn about bugs
Written by Stebalien the 18 Oct 09 at 21:10.
The Software Center should be integrated into launchpad and the Ubuntu Forums.
A program would have a list of known (confirmed) bugs attached to it.
637
votes
implemented
Selected solution (#8): Have a Star rating system
Written by Rodrigo the 19 Oct 09 at 11:52.
It could be nice to have a "star rating system" like othere webs have. Either by popularity, or by user experience... of course this would take some time to get the data but in the long term it could help.
How many times have you look in forums and similar webs what is the "best" application for something, this way it would all be in the same app.
224
votes
implemented
Selected solution (#9): Profiles
Written by Shady3D the 19 Oct 09 at 13:41.
allow users to have profile, so the system know what packages i installed and if i install my system from scratch for any reason, it can be easier to install my applications again.

but also allow multiple profiles for one user, so if i have a PC and a laptop, it won't mix both.
14
votes
implemented
Selected solution (#10): Give each program a wiki-like description page
Written by snostorm the 23 Oct 09 at 21:48.
For each program, create a wiki-like page that describes the function of the program and any known major issues with it. Logged-in users could edit it right in the Software Center, or through a web browser.
103
votes
implemented
Selected solution (#11): Collections
Written by snostorm the 23 Oct 09 at 22:36.
Allow people to create collections of useful programs. Entire collections could be installed with one click, or browsed and installed one-by-one. Display order could be determined by having users vote on the usefulness of collection.
24
votes
implemented
Selected solution (#13): Add a plugin system
Written by snostorm the 5 Nov 09 at 18:46.
There's no way every single one of these solutions is going to make it into the future software center. By adding a plugin system, third-party developers will be able to implement solutions that don't make it into the standard software center.
180
votes
implemented
Selected solution (#14): Enable a check box to install more than one application at same time
Written by delphiexile the 5 Nov 09 at 21:23.
A check box box near the program must be added to simplify installing more than one program at same time.
17
votes
implemented
Selected solution (#15): Show notification when installation is completed
Written by Gusiluz the 11 Nov 09 at 22:06.
And shows where the launcher can be found in the menu, since that's not always obvious, such as "Emerald Theme Manager installed. ->System/Preferences"
13
votes
implemented
Selected solution (#16): See what else people downloading a specific software downloaded additionally
Written by Tuxoid the 12 Nov 09 at 22:50.
Say, for example, lots of people downloading the gimp also get inkscape and blender. It would be nice to see such anonymous suggestions.
-1
votes
implemented
Selected solution (#17): Spread installed software into categories
Written by neblogas the 27 Nov 09 at 11:55.
Spread installed software into categories like in get free sofware, because if people have many programs it is very hard to find one you want to uninstall. we can use search, but I think it would be easier if for example i'm surfing in internet category and select what programs i do not need anymore.
1
votes
implemented
Selected solution (#18): Highlight Free Open Source Software
Written by Liono the 6 Apr 10 at 11:01.
When searching for applications, highlight FOSS to promote users' freedoms. For example, when installing Skype, highlight Ekiga as a free alternative, etc...
7
votes
implemented
Selected solution (#19): An ability to see the most popular apps in Ubuntu Software Center (as an option)
Written by Vahan Harutyunyan the 28 Sep 10 at 14:58.
I suggest to create a new website (or add this oportunity in the exist projects) where the Ubuntu users can be registrated and then promote or demote applications, can review applications. When the user launches the Ubuntu Software Center it connects to the website and updates itself with all the software reviews contributed by other users. The software is sorted by score (for those users who want and chose this option in Ubuntu Help Center), so that the user always sees the most popular applications at the top of the list. The user can review applications too, either from this website or directly within the Ubuntu Software Center. When the user reviews an application, his (or her) review immediately appears on the website, and other users can see it in their Ubuntu Help Center few time later.
Here you can see aproximately that what I suggest....


2
votes
implemented
Selected solution (#20): Make popular software by downloads numer and not by user reviews
Written by snake444 the 29 Sep 10 at 01:01.
Every time you install an application it should increase the rating of the application
so the rating will be the usage count
34
votes
implemented
Selected solution (#21): Show Version
Written by Gusiluz the 9 Nov 09 at 12:30.
Show application version (stable). Possibility to show & install latest unstable version (warning message).
14
votes
implemented
Selected solution (#22): Add package download scripts, like in Synaptic
Written by snostorm the 11 Nov 09 at 21:58.
The software center should be able to create package download scripts, like Synaptic can. This would make it easier for people without internet to install software. Ideally you would also be able to create download scripts that can run on Windows or Mac, to avoid problems caused by bug #1. A method to allow easy installation of many packages at once would improve the usefullness of this feature.
-51
votes
implemented
Selected solution (#23): Application Updates
Written by la_serpe the 2 Nov 09 at 17:48.
Allow user to to choose which applications should be updated. My idea is to do it by adding a check-box to installed applications menu. Update Manager would then search only for updates of applications an user really wants to update.
15
votes
implemented
Selected solution (#24): Hardware Finder
Written by ki4jgt the 5 Nov 09 at 17:26.
- Allow the user to have a central user name for all the services offered.
- When the program information pops up to allow the user to install, then also show the comment section.
- Include Launchpad bug reports, and what hardware, if any, is required
- Have a star rating system, and allow the user to sort the items by the most used/starred
- Allow the user to backup a profile of what software they have installed on their computer, for reinstallation later.
- Show the application size
- Integrate with an internet shopping service, to allow the user to find hardware that s/he may need to run the software. (start the search when the user clicks on the hardware's name)
50
votes
implemented
Selected solution (#25): Recommended for new users
Written by ralf.ebert the 7 Nov 09 at 18:07.
Create a strict, community-based, transparent system for determining application quality.

Create a application category "Recommended for new users" which is filtered based on that quality criteria. Make it clear that one is seeing a community-based selection. The full, unfiltered view should be not more than one click away.

Could use the proposed #3: Star rating system, plus reviews of description texts (which should be easy to read and to understand by people with a non-software-developer mindset) and availibilty of translated descriptions. Maybe popcon data (there are exceptions of course, but popular packages tend to be more stable) and metrics about bugs could be used as well.

Having a lot of free software is great, guiding new users to software that shines is great as well, such a system would bridge these two interests.

Also it would create an incentive for developers to polish applications.
5
votes
implemented
Selected solution (#26): List similar/alternative software in the More Info tab
Written by Liono the 12 May 10 at 06:35.
For example, if you were to try to install a desktop capture software, such as Istanbul, Software Center should also list similar packages: Xvidcap in this case.

If you want to install Pidgin, list Empathy as similar/alternative software, and so on..
10
votes
implemented
Selected solution (#27): History install / uninstall (Ubuntu Software Center)
Written by Dragonfly the 22 Nov 09 at 17:40.
Add in the left pane a button which serves to check the date on which you installed or uninstalled applications.

Añadir en el panel izquierdo un botón que sirva para ver la fecha en la que has instalado o desinstalado aplicaciones.
1
votes
implemented
Selected solution (#28): Show latest software after selecting a category
Written by granadajose the 5 Feb 10 at 20:00.
The utility and appeal of the Ubuntu Software Center could be enhanced adding a "latest software" display to the Software Center. This is, after choosing one category (for instance, games),the user would see which are the latest games that have been added to the Software Center.
3
votes
implemented
Selected solution (#29): Add a checkbox, Install all.
Written by lowlux the 15 Apr 10 at 14:24.
Should be able to add a check box to all the programs i want to install and then hit a Install all button... without clicking on the program.
2
votes
implemented
Selected solution (#30): Top priority UI improvements
Written by Liso22 the 10 Jun 10 at 23:44.
Well, I have to say that I love the software center but still when I see the interface I feel like it's a work in progress.

The main problem (among a few more) right now is that the software center has a huge waste of blank space. This is more evident when you are using a laptop, In my case I can only see half the window. Is there really so much to show? I can see rhythmbox full-screen but I can't see the bloody software center, it's ridiculous.

I'm obsessive when it comes to UIs regarding ergonomics.
It makes me mad to see things that just aren't logical, and I have to say that the software center really freaks me out. But with some simple corrections the interface could be usable:

- How are: "File, Edit, View and Help" useful in this application? There is no way for any of the options to be applicable. Conclusion: remove them altogether.

- Right now not all categories can be shown on screen, if you have a screen under 15 inch. Why? Ridiculous icon sizes. Just by making each category 30% smaller, we would have 4 columns and 4 rows, at all times, without having to scroll through the window.

- When you (If you don't you see a weird red screen instead) This is more like a bug but I felt I needed to point it out.

- An obvious one: display a notification when an applications is fully downloaded.

- The left column is mostly blank all the time. Instead of this it could show applications being installed with their respective progress bars which would fade away as they are downloaded, grouping should only function when the windows is too small for all applications separated.

- Add ratings to applications. (you know, the little yellow stars). Add a toolbar on the top of the software center with the options: "Most popular", "Best reviewed" and "Most recent" to order them.
45
votes
implemented
Selected solution (#31): Start applications from Software Center
Written by bawlaw the 4 Aug 10 at 13:57.
Add the button "Start This Application" inside the Software Center,
sometimes you install a new app but can't find it in menu
4
votes
implemented
Selected solution (#32): Add themes to the Ubuntu Central (software center)
Written by Blinky the 2 Sep 10 at 18:04.
Themes are one of the great things with ubuntu - you can get what you want and make ubuntu look and feel like you want.

We should add a themes section to ubuntu central/the software center to increase the availability of themes and to increase exposure for developers.
1
votes
implemented
Selected solution (#33): Integration with Ubuntu Forums
Written by mortrca the 14 Nov 10 at 20:43.
Although the ability to post comments and rate applications in the Software Center would be of huge benefit, I foresee one large issue with adding the ability to comment to the Software Center. Commenting is supposed to be a way for users of the applications to state why they like or dislike an application, not to discuss ways of fixing issues with it. It should be made easy to start a new thread in the Ubuntu Forums with a comment someone has posted. Usage example:

Person A downloads and uses an application. They like it and would use it frequently except that it is missing a feature that they need, to make it really useful. Since they dislike the fact that the application is missing this feature, they post a comment in the Software Center saying that they dislike the application for this reason.

Supposedly, a developer would read the comments that people post for his application and submit updates containing the features that people need in the application, but if the developer doesn't, person B enters the scene.

Person B notices person A's comment. Person B knows of a way to integrate the needed feature or of another app that will do the job better and fulfill the needs of person A. Instead of posting a comment (that doesn't follow the purpose of commenting) saying that he knows what person A would like better, he should be able to start a conversation with person A in the Ubuntu Forums explaining what person A could do differently. This would also make it easier for people with other suggestions to add their two cents without creating a long and hard to follow conversation in what was supposed to be a lightweight commenting program. Commenting for rating purposes should be kept separate from discussing particularities of the apps.
2
votes
implemented
Selected solution (#35): Possibility to make a donation for FOSS
Written by maegras the 13 Apr 11 at 18:25.
As now we have closed-source software that requires payment in order to install it, we should have the possibility to make a donation from within the USC to the application we most appreciate.
1
votes
implemented
Selected solution (#36): Make application logo clickable and draggable to the laucher
Written by haydoni the 29 Apr 11 at 10:53.
The logo for each of the applications looks like it ought to be clickable and draggable... currently it isn't, this is quite frustrating to new users.

One idea (if the application is installed):
Allow it to be click-able from the software center, executing the program.
Allow the logo to be dragged and dropped to the Unity launcher, as any other application.
0
votes
implemented
Selected solution (#37): Allow software sorting
Written by paperdragons the 1 Jul 11 at 23:04.
A feature in the USC would be implemented allowing users to sort applications by the rating they have received from other users. Possibly implement other sorting options also, like by popularity in volume of downloads, and date added to the USC

See the 7 comments or propose a solution (latest comment the 12 Apr 12 at 07:52) >>

Give Gimp, Inkscape and Scribus a unified look and feel  
Written by ubby the 26 Jun 09 at 10:14. Related project: GIMP Image Editor. New
Adobe has a Creative Suite with a unified look and feel that is very easy to work with for people who daily work with the Adobe Creative Suite programs.

Information about Adobe Creative Suite:
http://www.adobe.com/products/creativesuite/

Information about Gimp, Inkscape and Scribus:
http://www.gimp.org
http://www.inkscape.org
http://www.scribus.net

631
votes
up equal down
Solution #1: Give Gimp, Inkscape and Scribus a unified look and feel
Written by ubby the 26 Jun 09 at 10:14.
This will make Gimp, Inkscape and Scribus better to compete with the Adobe Creative Suite.
Because of a unified look and feel it will be easier to work with the programs.

To accomplish this the developers of the programs need to work together.
Maybe the developers can get help from universities who are working with graphic software.
-166
votes
up equal down
Solution #2: All-in-one Modular Graphic Software
Written by carvao the 26 Jun 09 at 15:45.
A software composed by different modules: a viewer, bitmap editor, vector editor, desktop publishing, web creator, and so on. The user chooses which modules wants to install or use by the time he/she opens a file or creates a new project.
420
votes
up equal down
Solution #3: Develop a "recommended" UI plan for gnome projects.
Written by Darwin Survivor the 26 Jun 09 at 20:09.
I'm not sure if one already exists, so bear with me.

One of the problems I believe is keeping programs from unifying is the lack of a recommended UI design. People start making projects and just throw buttons at it whenever they need a new feature. Over time the layout becomes caotic and a huge mess, so the project enters a "fix-it" stage where the UI is redone and made more functional.

The problem is that each project is doing this individually and only taking small hints from other projects. If there were a simple, elegant and extendable layout and scheme for gnome, or linux for that matter, it would help the projects in the "fix-it" stage to evolve into having similarly designed UIs.

What we need is that simple, elegant yet extensible layout design and a group of people (or projects) to start pushing it.
157
votes
up equal down
Solution #4: Ensure that all creative applications work properly with Gnome-Globalmenu
Written by ethana2 the 28 Jun 09 at 23:35.
When you have a large screen with a scribus or inkscape window maximized, a menu bar that's not on the top screen edge becomes inconvenient. While ubuntu isn't likely to default to a global menu for a variety of reasons, it's a crucial part of the professional workflow --ask any graphic designer who uses a Mac Pro with a Cinema display.
117
votes
up equal down
Solution #5: Introduce the core folks to each other
Written by cyberix the 7 Jul 09 at 19:46.
Bring core developers of Gimp, Inkscape, Scribus, and maybe some OpenOffice folks physically into the same room to discus the matter.
-39
votes
up equal down
Solution #6: Introduce a unified tiling window manager
Written by ethana2 the 9 Jul 09 at 07:56.
for dialog use by inkscape, gimp, and other applications. Few end users use tiling window managers on their desktops, but GIMP developers seem to expect them to. Speaking as an xmonad user, this is ridiculous.
72
votes
up equal down
Solution #7: Add the option to have similar keyboard shortcuts
Written by hellocatfood the 14 Jul 09 at 00:00.
I like each of the applications individually but it's a pain having to learn and remember a different set of keyboard shortcuts all of the time.

Adding an option to overwrite the keyboard shortcut for common tools (move, eyedropper, paint bucket etc) with a unified set would be very useful.

See the 27 comments or propose a solution (latest comment the 12 Apr 12 at 07:52) >>

Unified Human Theme Ubuntu/Kubuntu/Xubuntu  
Written by xdatap1 the 24 Jan 09 at 14:04. Global category: Look and Feel. New
Ubuntu, Kubuntu and Xubuntu desktop looks very different each other. Users who use mixed desktop application (KDE application under GNOME or GNOME application under KDE) have different icons for the same kind of categories.

An unified theme will solve this issue. Other Distros already made it long time ago (i.e: Mandrake with Galaxy Theme)
127
votes
up equal down
Solution #1: Unified Human Theme
Written by xdatap1 the 24 Jan 09 at 14:04.
Provide an Human Theme unified for GNOME and KDE available in Ubuntu, Kubuntu and Xubuntu.

This will help:
- to have an *optional* look and feel simply recognizing with Ubuntu brand
- Users who use mixed applications (KDE application under GNOME or vice-versa)
25
votes
up equal down
Solution #3: At least use the Human theme in Xfce
Written by maybeway36 the 24 Jan 09 at 17:11.
The Human GTK theme and icon theme can already be used in Xfce. All that needs to be done is to port the Human window decorations to Xfwm.
-4
votes
up equal down
Solution #4: Unified DarkRoom Theme
Written by ethana2 the 27 Jan 09 at 17:20.
(I propose this in addition to a unified Human theme.)
DarkRoom ships with Ubuntu 8.10. It is in some ways more elegant than Human, and certainly more unique.
63
votes
up equal down
Solution #5: Theming support in WINE
Written by ethana2 the 27 Jan 09 at 17:26.
https://lists.ubuntu.com/archives/ubuntu-devel/2008-December/026985.html

It's rapidly gaining function.
Let's give it form.
74
votes
up equal down
Solution #6: Unified next-generation theme for both GNOME and KDE
Written by onestone the 27 Jan 09 at 17:27.
"Human" is old and we should let it go. Mark has already stated that he intends to sponsor a brand new default look for Ubuntu. It should be implemented for both GNOME and KDE.
-16
votes
up equal down
Solution #7: The option to enable/disable the unified theme
Written by scorpking the 28 Jan 09 at 20:12.
It would be nice to have but there must be an option to enable/disable the unified theme (#1). Adding an option to enable it during installation might be useful.
-1
votes
up equal down
Solution #8: Use QtCurve, currently the only GTK+, KDE3 and KDE4 theme
Written by zarlino the 30 Jan 09 at 16:48.
It has lots of options, so it can look just like the current Human theme. Even a bit better. QtCurve shares code between the specific toolkit versions, so it really always looks the same.

QtCurve currently lacks a GTK+ configuration tool but that's a minor undertaking compared to writing a cross-toolkit style from scratch.

See the 8 comments or propose a solution (latest comment the 12 Apr 12 at 07:51) >>

Optimize gnome panel for vertical use  
Written by klingonfc the 29 Feb 08 at 22:39. Global category: Look and Feel. Implemented
For those of us with wide screen monitors, it would be great if we could have a panel that works well in the vertical position. We have additional space for a wide vertical panel on the right or left side of our monitor.

There are several bugs/problems when using the panel vertically.

1. Window List is broken and unusable when used vertically. The text stays horizontal without wrapping, making it completely unreadable. In my opinion, the text should just stay vertical like the "Menu Bar" and clock. There is also an odd expansion problem. Vertically the Window List is set to fixed size and won't expand to fit the free space of the panel. See:

2. When aligned on the left, the submenu arrows point the wrong way when navigating menus.

3. Notification Area icons don't scale. Either the notification icons should scale properly to the size of the panel, or they should re-align into a grid. This is true for both vertical and horizontal panel use. Launchers should be able to be set in a grid as well.

395
votes
implemented
Selected solution (#1): Auto-generated solution of idea #1906
Written by klingonfc the 29 Feb 08 at 22:39.
Ubuntu Brainstorm was updated in January 2009. Since the idea #1906 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!
17
votes
implemented
Selected solution (#2): The new "User Switcher" applet should be displayed vertically
Written by aliam13_2 the 16 Mar 09 at 15:39.
When the panel is vertical the new "User Switcher" applet should be displayed vertically. Currently the text is displayed vertically but the power icon / status icon is still to the right, thus you can not see the icon nor read the text. The icon should simply be put above or below the already vertical text. This would make the "User Switcher" applet behave in a usable manor when used on a vertical panel.
10
votes
implemented
Selected solution (#3): Modify window list for vertical arrangement
Written by mackerman the 20 Feb 10 at 03:00.
Currently, when you add the window list to a vertical panel you get huge buttons with a very short part of the window name. I think this could be modified so that vertical mode only shows the application icons, which should be enough to tell windows apart. If there's an application with more than one window open, this could be stated as a number beside the icon, and once the icon is clicked, the names of the different windows should appear beside the icon

See the 15 comments or propose a solution (latest comment the 8 Apr 12 at 16:14) >>

Configure Ubuntu Programs During Installation  
Written by Klau3 the 27 Jan 10 at 20:15. Related project: Live CD installer. Won't implement
Installation process should give people the choice to select some standard programms.
Someone using Thunderbird as mail client doesn't need Evolution...
It is not about installing all kinds of programms during the installation process, but about selecting the most common programms easily.

The other thing is that a lot of people don't know that ubuntu can play DVD videos, because they just don't know about libdvdcss2, “ubuntu restricted extras” and how to install them.

Example: my parents cannot install libdvdcss2 without my help. This should change!
1068
votes
closed
Solution #3: Configurate Ubuntu Programms During Installation
Written by nhandler the 27 Jan 10 at 23:27.


Integrate one more step into the installation process to enable a 'light weight' program selection and system pre-configuration
685
votes
closed
Solution #4: But hide it under "Advanced" button!
Written by Int_ua the 28 Jan 10 at 00:28.
Because it can make installation process harder to understand for nonexpert users.
34
votes
closed
Solution #5: Put it under Software Configuration
Written by vvfrn2 the 28 Jan 10 at 03:07.
not advanced option
533
votes
closed
Solution #6: Include a 'none' option
Written by alms66 the 28 Jan 10 at 03:29.
A none option at each dropbox for those who will not use torrents, or notes, or those with no cd burners, etc.
-250
votes
closed
Solution #7: Only propose Open Source Software
Written by krs the 28 Jan 10 at 09:22.
For base Installation.
Or using Ubuntu is a non-sense.
287
votes
closed
Solution #8: Name's Category
Written by guigui14100 the 28 Jan 10 at 23:22.
Instead write: Brasero (CD / DVD Burning)
Write this: CD / DVD Burning
414
votes
closed
Solution #9: Video drivers
Written by Zorba the 3 Feb 10 at 09:39.
I think it's a good idea to insert an option "install video card driver"... more or less the idea is to integrate jockey in the installation program, so users can install the system with the right video driver (if they want).
175
votes
closed
Solution #10: Add more stuff to "more information"
Written by tommis the 3 Feb 10 at 19:42.
Add more to information box stuff like:

license
programs homepage
hard drive space needed
homepage
-224
votes
closed
Solution #11: Add install your own software.
Written by tommis the 3 Feb 10 at 19:56.
Theres so many programs at you cannot just but all in such a little list. Add option install your own packapages from ubuntus servers or your chosen ppa.
229
votes
closed
Solution #12: Make it part of Ubuntu Software Center
Written by alexander255 the 5 Feb 10 at 00:17.
Add a new item in the sidebar of the Ubuntu Software Center called "Favorite Applications". The information about the alternatives could be simply added through debtags.
-144
votes
closed
Solution #13: adapt your own software
Written by ergbigred the 8 Feb 10 at 22:11.
We all may have pet programs that worked well under other linux distributions. It'd be nice if they could be automatically configured to play nice with Ubuntu setups or run in protected areas.
-49
votes
closed
Solution #14: Optional Microsoft Application Compatibility
Written by justintime03_2 the 9 Feb 10 at 02:13.
I know this sounds like heresy, but Ubuntu already has this in the repositories. Why not make it easier for new Ubuntu users to run their Windows applications. That's one of the biggest complaints I've heard. A lot of people don't know they can use WINE without digging around on the net. There's a lot who never know they have the option. Have the option to install WINE in the Configure Ubuntu Programs tool at first boot. I think this is crucial.
37
votes
closed
Solution #15: Autorun installation software
Written by diegusohpus the 11 Feb 10 at 11:49.
To include all this software in the ISO will be too big for a CD size. If you don't want to include them into the ISO you have to have a Internet connection enabled during the installation, and it's not always possible, so after you have installad Ubuntu the system will automaticly install them from internet.
-22
votes
closed
Solution #16: not enough space, internet and other problems
Written by Goury the 12 Feb 10 at 10:54.
there is no problems to include this one to DVD
also there is one more thing needed - ability to install more than one app of any type
there is tons of ppls who uses chromium AND firefox because first is fast and second sometimes shows pages more accurate and have more extensions

also: do not include opera and chrome. include chromium and some other free (as freedom, not as beer) browsers
70
votes
closed
Solution #17: Optional Install updated system and/or packages
Written by ing.gonzo the 13 Feb 10 at 00:47.
Add also during installation, the capability to install updated system and/or software packages (so we don't have to do an apt-get update && apt-get dist-upgrade as first thing to do after the first boot and then we have to do another reboot...). So the system is updated out of the box
73
votes
closed
Solution #18: add network-manager plugins here
Written by Goury the 13 Feb 10 at 08:17.
90% russian internets is pptp vpn so option pptp must include needed packages to pptp-vpn plugin works in network manager (its stable enough)
many ppl in europes uses some oter vpn (i am not sure) so option to install oter vpn type is needed too

a lot of peoples uses wifis or something else to interneting
and we all know that ubuntu without internet is 99% dualbooting to windows or uninstalling - ubuntu MUST HAVE internet after installation so all interneting packages must be included at least to dvd, but on cd is good too AND thete must be option to install them - its very difficult task to noobs to install vpn or something else packages
-102
votes
closed
Solution #19: will hard from the new experience user
Written by taufiksu the 14 Feb 10 at 12:09.
i think it is not important to implement because it will hard to choose the app when new ubuntu user install the ubuntu.
-55
votes
closed
Solution #20: Choose kernel type
Written by pkslot the 16 Feb 10 at 15:46.
Why not let people choose what kernel to install, vanilla, rt or what their prefrences are.
54
votes
closed
Solution #21: Solution #3, but also include option to choose Office suite
Written by magallucas the 16 Feb 10 at 20:53.
Some people (including me) have a personal preference for certain Office suites. Include a chance to choose the preferred suite (OpenOffice by default) would also be interesting. The options could be KOffice, Lotus Symphony, etc..

Integrated to Solution #12, the idea is even more complete: Accessing "Favorite Applications", the User can change your kit software more easily after you install the OS. For example, to change the option favorite browser "Firefox" to "Google Chrome", the Software Center automatically uninstall Firefox and install Chrome, making it the default browser. Happen the same way with the other favorite applications.

In case if the User wants to keep the two browsers (Firefox and Chrome), usually just select the Software Center - as is currently done - so both will be installed. Then just go to "Favorite Applications" and switch to Chrome, which is already installed - Firefox would remain, but the Chrome would be the primary browser.
26
votes
closed
Solution #22: Provide net isntall cd
Written by tommis the 18 Feb 10 at 19:05.
Also provide option to net isntall wich don`t have programs includet. This would prevent users from downloading packpages what they do not conna use.
26
votes
closed
Solution #23: That menu suits "prefered applications"
Written by pererik87 the 20 Feb 10 at 06:35.
That menu should meet the eye in "preferred applications". simple for noobs, when selecting an option not currently installed, user should be prompted replace(remove a install b) or side-by install(install b).

At least the coding should be easy.
14
votes
closed
Solution #24: Add a theme menu
Written by Niels_ the 22 Feb 10 at 16:29.
Just like the other options, add a menu for themes.
So people can choose their favourite standard theme at instsall.
44
votes
closed
Solution #25: Give some warning for low disk space systems
Written by dreamr the 23 Feb 10 at 12:16.
In addition to the "more information", give some indication of space left after installing all the applications. Can be just passive indicator that the user sees while making choices. Useful for systems with low memory, like netbooks with SSD.
0
votes
closed
Solution #26: Not during installation, but in the Welcome Screen
Written by pazuzuthewise the 3 Apr 10 at 02:55.
I believe that this option for adding software during OS install that cannot possibly fit on a CD medium, and therefore necessitates internet connection, could end up in a failed install process if the connection fails, as could happen with a 3G connection during bad weather conditions.
I certainly agree that the options presented in Solution #3 should be presented to the user in an informative manner - who, especially if new to linux, would otherwise have no clue what to do to be able to watch a DVD, for example - but not during OS install, but integrated in the Welcome Window that appears at the first login, maybe having a link in it to the Add/Remove Software, which, in turn should have these options on a main page.
15
votes
closed
Solution #27: Store Favourite Applications List on Ubuntu One
Written by rugbeeprop the 4 May 10 at 04:03.
'Path' suggested "A list of favorite packages could be useful to put up on ubuntu one?"

https://answers.launchpad.net/ubuntu/+question/109518
-5
votes
closed
Solution #28: Choose the applications from the website before download
Written by thipv the 9 May 10 at 23:12.
It would make the process more flexible letting us to choose the programs before getting the iso, creating a customized image. You would select everything from the system architecture (32, 64, ppc, arm...) to desktop environment (gnome, kde, xfce, lxde...) or special environments (moblin based, netbook remix...), suggesting their default applications for each one, and let you change or remove them and choose additional programs, even restricted ones, informing the restrictions.
This would also be good because you would always be getting the most updated packages.
5
votes
closed
Solution #29: Solution #3, #21, #23 ... + User choise
Written by JasLicno the 12 May 10 at 23:26.
User should decide which program will use.solution is simple:
Configure programs during installation:
1. button - ubuntu suggested
2. button - user defined ... list of all available programs
+ (because is impossible to have that big source of programs)

after installing, program that will give you option to make a clone of your installation, so next instalation of your system will be faster and with 100% personal programs. (this is not my idea, I have read about this as option in one of linux distributions)
7
votes
closed
Solution #30: enable account transfer
Written by switchgirl the 30 Jun 10 at 21:21.
enable a way of saving account details to ubuntu one so that one can transfer all your accounts (yahoo, hotmail,gmail icq... irc... jabber.. everything) to the new machine this will help with setting up of new machines - like if someone has a laptop, web book and other machines, they really down want to have to set up all the different accounts multiple times. i'm not suggesting emails as this is too much data but enabling people to sync account details, and passwords would be good and improve ubuntu installs
0
votes
closed
Solution #31: In advanced installation mode
Written by mackuz the 17 May 11 at 06:55.
If even #4 is too hard for some users, #1 can be added in advanced installation mode.

It's actual again, 'cause even if Thunderbird will become default mail app in Ubuntu, some corporative users will need Evolution anyway.

See the 55 comments or propose a solution (latest comment the 29 Mar 12 at 21:01) >>

2 3 4 5 6 7 8 9 ... Next >>