Contributor Gaz Davidson
A way to open windows which were accidentally closed
Written by Gaz Davidson the 19 Feb 10 at 13:21.
Related project: Nautilus .
Not an idea
Firefox and Chrome both have a wonderful feature where you can open a recently closed tab by pressing CTRL+Shift+T, I sometimes find myself pressing it in other applications after closing a window. It would be nice if it was supported outside the browser.
418
votes
440
24
22
191
votes
235
39
44
Solution #2:
Same as #1, but with all windows and apps
Yes.
Yes.
-227
votes
11
13
238
Solution #3:
Close button.
Written by
Lachu the 20 Feb 10 at 15:14.
Change behavior of close button. It should only minimize "closed window" for 10 seconds. After that the window could been closed.
This change should only change way of informing window with DestroyNotify. I don't know how change behavior of main windows of applications.
Change behavior of close button. It should only minimize "closed window" for 10 seconds. After that the window could been closed.
This change should only change way of informing window with DestroyNotify. I don't know how change behavior of main windows of applications.
-87
votes
15
26
102
Solution #4:
Extend session support of application
Written by
Lachu the 21 Feb 10 at 12:27.
Extend way how application supports sessions. There should exist signals, like HIBERNATE(save session) to file, RESTORE SESSION from file, etc.
Window Managers could use this feature to achieve idea goal, but not all application could been integrated. The behavior is: give application order to save session in $HOME/.sessions-tmp/$CURRENT_DATE/pid/WINDOWID(or whole session if user wanna to close application instead of window).
To restore window, WM's will give only the same location with signal RESTORE.
Extend way how application supports sessions. There should exist signals, like HIBERNATE(save session) to file, RESTORE SESSION from file, etc.
Window Managers could use this feature to achieve idea goal, but not all application could been integrated. The behavior is: give application order to save session in $HOME/.sessions-tmp/$CURRENT_DATE/pid/WINDOWID(or whole session if user wanna to close application instead of window).
To restore window, WM's will give only the same location with signal RESTORE.
-57
votes
47
21
104
Solution #5:
'Recently Closed' tray
Put a recently closed tray next to the workspace applet that holds the last three (changeable by the user) windows that you closed in the state they were in when you closed it, showing when it was closed and a screenshot of it when you closed it. Clicking on it should open a menu showing options to open, close, minimize, maximize, move, or move it to another workspace.
http://yfrog.com/juscreenshotckp
Put a recently closed tray next to the workspace applet that holds the last three (changeable by the user) windows that you closed in the state they were in when you closed it, showing when it was closed and a screenshot of it when you closed it. Clicking on it should open a menu showing options to open, close, minimize, maximize, move, or move it to another workspace.
http://yfrog.com/juscreenshotckp
55
votes
90
23
35
Solution #6:
Allow applications to register that they can be resumed.
When an application closes, it would have the ability to "register" with the window manager that it is now closing and can be resumed by executing .
The window manager is now in complete control over whether or not to offer the session to the user.
This would allow:
-any app to be written to allow session resuming
-the app can de-register itself if the user resumes or creates a new session
-the app actually closes (no sleeping or anything)
-the user could chose how many "closes" to remember (wm disregards anything older)
-backwards compatible (would not affect apps that don't implement it)
-apps that already have a resume command don't need to change their switches (they tell the wm what to call)
-apps could create numerous sessions by registering with different commands (ex: app --resume )
When an application closes, it would have the ability to "register" with the window manager that it is now closing and can be resumed by executing <command>.
The window manager is now in complete control over whether or not to offer the session to the user.
This would allow:
-any app to be written to allow session resuming
-the app can de-register itself if the user resumes or creates a new session
-the app actually closes (no sleeping or anything)
-the user could chose how many "closes" to remember (wm disregards anything older)
-backwards compatible (would not affect apps that don't implement it)
-apps that already have a resume command don't need to change their switches (they tell the wm what to call)
-apps could create numerous sessions by registering with different commands (ex: app --resume <session_id>)
2
votes
2
0
0
Solution #7:
Add Option to 'protect' window (prevent from accidental closing)
In the right click drop down menu (ie the one w/ the always on top option) add an option whereby the close button is disabled
In the right click drop down menu (ie the one w/ the always on top option) add an option whereby the close button is disabled
4
votes
4
0
0
Solution #8:
History of recent closed windows.
Written by
Lachu the 1 May 10 at 14:52.
Add history of recent closed applications/windows. If application don't be integrated, the window would been added to recent closed. Applications, like OpenOffice, which asks user to close window can remove own windows from history. Also, integrated application can inform WM's that it supports signals to reopen window.
Add history of recent closed applications/windows. If application don't be integrated, the window would been added to recent closed. Applications, like OpenOffice, which asks user to close window can remove own windows from history. Also, integrated application can inform WM's that it supports signals to reopen window.
Ungroup 'Restore' and 'Delete permanently'
Written by cako the 25 Aug 09 at 04:06.
Related project: Nautilus .
New
The right-click Trash menu groups together the 'Delete permanently' and 'Restore' buttons. It makes sense since they are related operations. However it might be dangerous when one is carelessly restoring files to accidentally delete an important file. I am aware that the Delete option prompts for confirmation, however, users tend to simply click OK without reading the whole question. Though mistaking one for the other has never happened to me, I have at various times mistakenly click on the Delete button and was stopped by the prompt. This might not be the case for others users not accustomed to reading the messages your OS sends them. It is such an easy thing to change and it might save a lot of people some trouble.
Fix file size confusion
Written by Avantarius the 25 Aug 09 at 13:22.
Related project: Gnome .
In development
Every application treats file size units in a different way so you never know the real size of a file or a drive. I.e. my USB device shows up as 4.1 GB when mounted on my desktop, but as 3.77 GB in GParted, while the system monitor gives me 3.8 GiB - that's confusing!
426
votes
437
13
11
Selected solution (#1):
Fix applications to use the same units
Fix all applications to use either binary units and the right prefix (1 kiB = 1024 Bytes, 1 MiB = 1024 kiB ...), or the SI-like prefixes (1 kB = 1000 Bytes, 1 MB = 1000000 Bytes ...), but don't mix them and don't use the SI-like prefixes with the 1024 factor!
Fix all applications to use either binary units and the right prefix (1 kiB = 1024 Bytes, 1 MiB = 1024 kiB ...), or the SI-like prefixes (1 kB = 1000 Bytes, 1 MB = 1000000 Bytes ...), but don't mix them and don't use the SI-like prefixes with the 1024 factor!
92
votes
170
38
78
Selected solution (#2):
Let the user choose
Create a system-wide setting which lets the user choose which unit system to use and how many digits to display.
Create a system-wide setting which lets the user choose which unit system to use and how many digits to display.
-54
votes
29
21
83
Selected solution (#3):
Use the binary prefixes by default
Written by
k33l0r the 1 Sep 09 at 18:54.
Let's use the recommended units in all possible contexts.
Let's use the recommended units in all possible contexts.
-5
votes
3
0
8
Selected solution (#4):
Ignore SI advice and use common practice
Nobody cares what a kibibyte is and haven't done over the past 25 years of home computing, nobody had a 64 kibibyte Commodore 64.
Use base 2 for file sizes and use upper-case KB, MB etc, without the additional 'i'. This is what the world uses; every website, all email clients, all computers since the first home computers. Enforcing KiB because it's scientifically correct is just silly, the majority of Ubuntu users are not scientists. Maybe give anal people the option to have KiB instead.
When showing disk sizes, display both base 2 and 10 in correct form (x GiB, y GB). This will match the units used by the disk manufacturers, while also being useful for users as their files are measured in base 2.
Nobody cares what a kibibyte is and haven't done over the past 25 years of home computing, nobody had a 64 kibibyte Commodore 64.
Use base 2 for file sizes and use upper-case KB, MB etc, without the additional 'i'. This is what the world uses; every website, all email clients, all computers since the first home computers. Enforcing KiB because it's scientifically correct is just silly, the majority of Ubuntu users are not scientists. Maybe give anal people the option to have KiB instead.
When showing disk sizes, display both base 2 and 10 in correct form (x GiB, y GB). This will match the units used by the disk manufacturers, while also being useful for users as their files are measured in base 2.
Safe ActiveX Alternative
Written by snifflz20 the 20 Mar 10 at 00:54.
Related project: Firefox .
Won't implement
There needs to be a safe active x alternative built in to firefox if possible because some users of Ubuntu have job related websites that they go to and some of the features of the websites require ActiveX and I absolutely hate windows so that feature of the website will just have to be an empty link for now!
-255
votes
5
15
260
Solution #2:
IE6 with ActiveX alternative for Wine
Give Wine an IE6 alternative for browsing ActiveX enabled corporate intranet "web" applications.
Although supporting ActiveX is ugly and nasty and evil, it would allow places which use software such as HP Quality Center to switch to Linux.
Give Wine an IE6 alternative for browsing ActiveX enabled corporate intranet "web" applications.
Although supporting ActiveX is ugly and nasty and evil, it would allow places which use software such as HP Quality Center to switch to Linux.
477
votes
493
7
16
Solution #3:
Let ActiveX die
Written by
vektor the 20 Mar 10 at 07:38.
Pull the plug. It has been seriously flawed from the beginning, no real need to keep it alive anymore.
Pull the plug. It has been seriously flawed from the beginning, no real need to keep it alive anymore.
-177
votes
13
13
190
Solution #4:
Non Windows
I'm talking about a possibility of creating a new type of non-viral, non windows activex that has no problems
I'm talking about a possibility of creating a new type of non-viral, non windows activex that has no problems
-139
votes
26
16
165
Solution #5:
Not ActiveX
We need to come up with something else that is not activex at all that will make web pages work that require activex.
We need to come up with something else that is not activex at all that will make web pages work that require activex.
-106
votes
17
14
123
Solution #6:
ActiveX sandbox.
Use a sandboxed Wine to run the ActiveX plugin using the existing code in mozilla. The trick is to get a plugin for the Windows version of Firefox to run in Wine while actually running the Linux version of Firefox.
Use a sandboxed Wine to run the ActiveX plugin using the existing code in mozilla. The trick is to get a plugin for the Windows version of Firefox to run in Wine while actually running the Linux version of Firefox.
-107
votes
13
11
120
Solution #7:
Wine-gecko ActiveX support.
If Wine-gecko had ActiveX support it sould be easy to use that in order to make a Wine-dependent browser that can show ActiveX. As most ActiveX controls require the Windows API Wine would be required anyway.
If Wine-gecko had ActiveX support it sould be easy to use that in order to make a Wine-dependent browser that can show ActiveX. As most ActiveX controls require the Windows API Wine would be required anyway.
-36
votes
18
7
54
Solution #8:
Make your own Firefox Extension (or get someone else to do it)
Written by
Ronius the 1 Apr 10 at 21:49.
I don't feel this really comes as an issue relevant to Ubuntu development as much as to Firefox extension development. However, I can see perfect sense in getting some sort of functionality for business use, even if it is an archaic web "technology".
I don't feel this really comes as an issue relevant to Ubuntu development as much as to Firefox extension development. However, I can see perfect sense in getting some sort of functionality for business use, even if it is an archaic web "technology".
-48
votes
10
8
58
Solution #9:
Google "native client"
Written by
jwal the 2 Apr 10 at 14:05.
Google's "native client" project might be a viable alternative, depending on your requirements. It is a sandbox for running native x86 code as long as it can verify the safety of the code. There is a slightly modified toolchain for compiling safe binaries.
See
http://code.google.com/p/nativeclient/ for more information.
Google's "native client" project might be a viable alternative, depending on your requirements. It is a sandbox for running native x86 code as long as it can verify the safety of the code. There is a slightly modified toolchain for compiling safe binaries.
See http://code.google.com/p/nativeclient/ for more information.
Opening files with applications
Written by pubsbin the 8 Aug 09 at 04:13.
Related project: Nautilus .
New
If you have a file, like a document or a picture, it's quite difficult to open it with some special application.
Example:
I have a drawing, MyFile.svg (scalable vector graphics). I have seen it but now i want to modify it, but Inkscape is not installed and therefore it doesm't appear in the "Open With" menu.
For opening MyFile.svg with Inkscape i have to:
- Open Add-Remove Applications
- Choose Inkscape and install it.
- Go back to the file and execute Open With.
This process could be simplified.
Solution #1:
Add possible installable applications in Open With Menu
Written by
pubsbin the 8 Aug 09 at 04:13.
The "Open With" menu, in addition of showing all the available applications, it could also have an option for
installing another related application and, once installed, opening the file with it.
In our case, the Open With menu for MyFile.svg would include an option
"Inkscape (must install)".
When choosed, Ubuntu will install Inkscape and then open the file. With one click.
The "Open With" menu, in addition of showing all the available applications, it could also have an option for
installing another related application and, once installed, opening the file with it.
In our case, the Open With menu for MyFile.svg would include an option
"Inkscape (must install)".
When choosed, Ubuntu will install Inkscape and then open the file. With one click.
Solution #2:
Similar to Solution #1, but make it a separate area
Instead of listing all the possible applications that could be used to open the file (xml is HUGE), simply adding a "search for other software to open this file" button which would then open a window showing software to install would enable the same functionality while keeping the original application selection window un-cluttered.
Instead of listing all the possible applications that could be used to open the file (xml is HUGE), simply adding a "search for other software to open this file" button which would then open a window showing software to install would enable the same functionality while keeping the original application selection window un-cluttered.
Solution #3:
Propose the "most used" option
Written by
Rodrigo the 9 Aug 09 at 20:25.
Ubuntu has feedback on user (well those that agree) so the "open with" could have something like:
- "the most used option by other users to open this kind of file is:" ZZZZZZ
or something similar.
That way if a user comes from a different OS, and does not know which program he/she has to use to open that file the system gives him a hint.
Ubuntu has feedback on user (well those that agree) so the "open with" could have something like:
- "the most used option by other users to open this kind of file is:" ZZZZZZ
or something similar.
That way if a user comes from a different OS, and does not know which program he/she has to use to open that file the system gives him a hint.
Solution #4:
Edit button in all viewing programs
Encourage all file-viewing programs to have an "edit" button. Edit button will open an installed program associated with that file. (This could have a dropdown a la Firefox Back/Forward if multiple options exist.) Failing that, a package manager will open with that file type as a search term. Search starts automatically. To help this, encourage devs to list files supported in a base install, and files supported through known plugins, as part of their package descriptions. Perhaps a notifier to explain the newly opened window.
This will only reduce the number of steps if the user is already viewing the file when they decide to edit it. But it will be significantly more user-friendly in all cases.
Encourage all file-viewing programs to have an "edit" button. Edit button will open an installed program associated with that file. (This could have a dropdown a la Firefox Back/Forward if multiple options exist.) Failing that, a package manager will open with that file type as a search term. Search starts automatically. To help this, encourage devs to list files supported in a base install, and files supported through known plugins, as part of their package descriptions. Perhaps a notifier to explain the newly opened window.
This will only reduce the number of steps if the user is already viewing the file when they decide to edit it. But it will be significantly more user-friendly in all cases.
Solution #5:
Install applications on-demand. File extension based.
Comes from
http://brainstorm.ubuntu.com/idea/24921/
1.- On the repositories, each available application publishes which file extensions is able to work with.
2.- At home, user double-clicks a file with an extension for which there is not an application associated to in his system. Eg: ".rar".
3.- Ubuntu offers a number of applications that claim to be able to work with that extension. The most popular is pre-selected.
4.- User clicks "Next", system asks for password, user enters the password, system installs the application, system associates the ".rar" extension with that application, and finally system opens that file with that application.
This is application installing on-demand. Maybe not feasible in proprietary systems. Why not on Ubuntu?
Comes from
http://brainstorm.ubuntu.com/idea/24921/
1.- On the repositories, each available application publishes which file extensions is able to work with.
2.- At home, user double-clicks a file with an extension for which there is not an application associated to in his system. Eg: ".rar".
3.- Ubuntu offers a number of applications that claim to be able to work with that extension. The most popular is pre-selected.
4.- User clicks "Next", system asks for password, user enters the password, system installs the application, system associates the ".rar" extension with that application, and finally system opens that file with that application.
This is application installing on-demand. Maybe not feasible in proprietary systems. Why not on Ubuntu?
Solution #6:
Add right-click menu option: Open with > search in USC
This function could be implemented as an extension to the Ubuntu Software Centre.
The user would right click a file and find as first submenu of "Open with": "search USC for compatible apps".
if clicked, the results in USC for that extension are displayed on screen.
Some short description of the extension specifications could also be provided.
The Ubuntu team would also be relieved of the task of choosing "the app" for any file extension.
A great advantage is also that using the apt-based USC, all additional repositories that an user may have added, are taken into consideration.
This function could be implemented as an extension to the Ubuntu Software Centre.
The user would right click a file and find as first submenu of "Open with": "search USC for compatible apps".
if clicked, the results in USC for that extension are displayed on screen.
Some short description of the extension specifications could also be provided.
The Ubuntu team would also be relieved of the task of choosing "the app" for any file extension.
A great advantage is also that using the apt-based USC, all additional repositories that an user may have added, are taken into consideration.
SoftwareStore should be renamed
Written by orlox the 8 Sep 09 at 13:19.
Related project: Add/Remove program dialog .
Implemented
The name SoftwareStore has received a lot of criticism, and I'm yet to find someone who agrees with it (although, someone must agree since they changed the name).
I think the word "store" will immediately associate the application to commercial software, but the application itself will be centred on free software.
Also, the name seems to hurt user feedback, since most of them just start a discussion on how bad the name is, and alternatives to it, instead of doing some constructive discussion on the features,scope and importance of the project.
83
votes
210
66
127
Selected solution (#1):
Return to the old name: AppCenter
Written by
orlox the 8 Sep 09 at 13:19.
The old name, AppCenter, seemed to be widely accepted. It's a short, yet informative name, that expresses the idea of the application in a very good way (a frontend that integrates all other software management frontends in a consistent way)
Perhaps this name should be restored, leave the package and executable named as appcenter, and list it in the administration menu as "Application Center" or "Ubuntu Application Center".
The old name, AppCenter, seemed to be widely accepted. It's a short, yet informative name, that expresses the idea of the application in a very good way (a frontend that integrates all other software management frontends in a consistent way)
Perhaps this name should be restored, leave the package and executable named as appcenter, and list it in the administration menu as "Application Center" or "Ubuntu Application Center".
126
votes
202
66
76
Selected solution (#3):
Use a name with the word software (but not store)
Written by
orlox the 9 Sep 09 at 02:54.
An "app" is not something widely recognized, so it might be better to choose a name for this application that uses the word "software", but not the name store. Besides, this interface will serve to install many things that qualify as software, but not as an application (like codecs and fonts).
Pehaps, a contraction of the word like "soft" or "sw" could also be used for the application name (i.e. package name, executable, launchpad entry, etc...), while menu entries describe it using the whole word to keep clarity for unexperienced users.
Even more, the word software is correctly recognized by many non-english speakers, including some that are relatively computer-illiterate.
Since there's an infinite amount of alternative names that can be used here, perhaps this solution can be kept open to various alternatives (for now).
An "app" is not something widely recognized, so it might be better to choose a name for this application that uses the word "software", but not the name store. Besides, this interface will serve to install many things that qualify as software, but not as an application (like codecs and fonts).
Pehaps, a contraction of the word like "soft" or "sw" could also be used for the application name (i.e. package name, executable, launchpad entry, etc...), while menu entries describe it using the whole word to keep clarity for unexperienced users.
Even more, the word software is correctly recognized by many non-english speakers, including some that are relatively computer-illiterate.
Since there's an infinite amount of alternative names that can be used here, perhaps this solution can be kept open to various alternatives (for now).
523
votes
566
20
43
Selected solution (#4):
Use "Software Center"
Written by
orlox the 9 Sep 09 at 23:40.
This name would cover the technical aspect of using "software" over "application", and also take the advantage of the unifying concept of "center".
This solution complies with solution #3 as a particular case of it.
This name would cover the technical aspect of using "software" over "application", and also take the advantage of the unifying concept of "center".
This solution complies with solution #3 as a particular case of it.
-279
votes
30
20
309
Selected solution (#5):
Just call it Add/Remove
It adds and removes software, it will be in the menu next to all the applications.
Having an internal name is fine but there's no reason for it to have a fancy marketing name for users to see, simply call it what it does.
It adds and removes software, it will be in the menu next to all the applications.
Having an internal name is fine but there's no reason for it to have a fancy marketing name for users to see, simply call it what it does.
-278
votes
32
22
310
Selected solution (#6):
Let it be - Software Store sounds great
Written by
CVL the 12 Sep 09 at 07:21.
This idea is really a waste of time for everyone.
Software Store sounds great and I hope it would atract interest from lots of commercial developers to Ubuntu.
This idea is really a waste of time for everyone.
Software Store sounds great and I hope it would atract interest from lots of commercial developers to Ubuntu.
-232
votes
21
25
253
Selected solution (#7):
Ubuntu Central
As the plan is to incorporate Add/Remove, Synaptic, Update Manager and other bits, I think Ubuntu Central or something similar (in concept not sound) that has a broader sense than software/app store/center would be more suitable.
Alternatively, Taking into consideration Ubuntu's humanistic feel I think it would be fitting if they gave the application a name in that vein. Ubuntu Nexus?
As the plan is to incorporate Add/Remove, Synaptic, Update Manager and other bits, I think Ubuntu Central or something similar (in concept not sound) that has a broader sense than software/app store/center would be more suitable.
Alternatively, Taking into consideration Ubuntu's humanistic feel I think it would be fitting if they gave the application a name in that vein. Ubuntu Nexus?
-238
votes
9
9
247
Selected solution (#8):
UbuntuStores
Written by
kazuya00 the 14 Sep 09 at 12:51.
UbuntuStore wesh a
UbuntuStore wesh a
-117
votes
38
28
155
Selected solution (#9):
Ubuntu AppCenter
Ubuntu AppCenter. I think this sound great...
Ubuntu AppCenter. I think this sound great...
-182
votes
14
11
196
Selected solution (#10):
Software Market
Written by
rrnwexec the 14 Sep 09 at 16:53.
"Market" is a friendlier and potential less commercial term than Store. Think of a farmer's market, or a community market, or a flea market as examples that exist in the real world and have a spirit of exchange, with or without commerce.
"Market" is a friendlier and potential less commercial term than Store. Think of a farmer's market, or a community market, or a flea market as examples that exist in the real world and have a spirit of exchange, with or without commerce.
-184
votes
8
13
192
Selected solution (#11):
Ubuntu SoftCenter
Written by
mfeliz the 14 Sep 09 at 18:35.
It Sounds good!
It Sounds good!
78
votes
137
36
59
Selected solution (#12):
Software Manager
Written by
daas88 the 14 Sep 09 at 20:34.
Because the word "manager" has a wider meaning than store, and it will have more uses than just installing software.
Because the word "manager" has a wider meaning than store, and it will have more uses than just installing software.
-165
votes
4
7
169
Selected solution (#13):
Software Basket OR Application Basket
Written by
Riky the 16 Sep 09 at 06:50.
I think Software Basket or Application Basket sound good, it can be recognized straight away.
I think Software Basket or Application Basket sound good, it can be recognized straight away.
-107
votes
15
13
122
Selected solution (#14):
(Ubuntu) Software Gallery / Application Gallery
I think its simple and intuitive.
I think its simple and intuitive.
-125
votes
7
5
132
Selected solution (#15):
Install Central
Written by
Sashin the 17 Sep 09 at 11:45.
I like this name 'cause it implies its the place to install anything, fonts, updates, applications and the lot.
The word central should be easier to translate that centre/center.
And the absence of the word store takes away the potentially commercial element of it.
Most importantly, it looks and sounds cool.
I like this name 'cause it implies its the place to install anything, fonts, updates, applications and the lot.
The word central should be easier to translate that centre/center.
And the absence of the word store takes away the potentially commercial element of it.
Most importantly, it looks and sounds cool.
-57
votes
28
14
85
Selected solution (#16):
Software Central
This resolves the UK/US spelling issues of the word Center.
This resolves the UK/US spelling issues of the word Center.
-96
votes
11
10
107
Selected solution (#17):
Software Box
I didn't know whether I should add to the already long list of suggestions, but I wanted to approach this from a 'tad' different perspective.
I'm trying to think of a name that people can use with a sense of endearment like most of Apple's products. "Software Box" was the best thing I could come up with (as in "I need some software for X and Y"- "just look in the box").
I don't expect users to choose my idea for a name but I still want contributors to stop thinking about words that sound mechanical, dead and literal ("Software Center") and think about something more colloquial and friendly instead. Could you imagine your dad or mom saying it?
I didn't know whether I should add to the already long list of suggestions, but I wanted to approach this from a 'tad' different perspective.
I'm trying to think of a name that people can use with a sense of endearment like most of Apple's products. "Software Box" was the best thing I could come up with (as in "I need some software for X and Y"- "just look in the box").
I don't expect users to choose my idea for a name but I still want contributors to stop thinking about words that sound mechanical, dead and literal ("Software Center") and think about something more colloquial and friendly instead. Could you imagine your dad or mom saying it?
-110
votes
4
3
114
Selected solution (#18):
UbuDepo
Written by
litokraz the 18 Sep 09 at 14:55.
In my opinion this name would simply connect the name of the operating system to what it really is: a depo of software. UbuDepo is a inuque name which can also be easily understood and pronounced almost anywhere in the world.
In my opinion this name would simply connect the name of the operating system to what it really is: a depo of software. UbuDepo is a inuque name which can also be easily understood and pronounced almost anywhere in the world.
-106
votes
4
1
110
Selected solution (#19):
The Canonical
Just call it this!! it makes sense because this is what every piece of software calls to and this is where you will go when you need something! i really like it! :)
Just call it this!! it makes sense because this is what every piece of software calls to and this is where you will go when you need something! i really like it! :)
-82
votes
11
7
93
Selected solution (#20):
Software OpenMarket
This keeps the term software people seem to prefer and the "friendly" market term while expressing that the software available is free and open source.
This keeps the term software people seem to prefer and the "friendly" market term while expressing that the software available is free and open source.
-77
votes
7
6
84
Selected solution (#21):
How about Software Depot or Software Warehouse/Storehouse.
Written by
wolterh the 19 Sep 09 at 19:37.
I think the solution title says it all.
I like the Software Depot because it reminds me of Starcraft's Supply Depots. They always intrigued me.
Anyway, my other proposal is to call it Software Warehouse, but I understand that it may be highly criticized for phonetically it sounds repetitive as of softWARE WAREhouse, but that could be solved by changing Warehouse for Storehouse. Storehouse because it embeds the concept of storage (which is from where store comes from) but it gets rid of the commercial idea. Storehouse makes us think about a Warehouse, without having the phonetic problem described above.
I think the solution title says it all.
I like the Software Depot because it reminds me of Starcraft's Supply Depots. They always intrigued me.
Anyway, my other proposal is to call it Software Warehouse, but I understand that it may be highly criticized for phonetically it sounds repetitive as of softWARE WAREhouse, but that could be solved by changing Warehouse for Storehouse. Storehouse because it embeds the concept of storage (which is from where store comes from) but it gets rid of the commercial idea. Storehouse makes us think about a Warehouse, without having the phonetic problem described above.
-68
votes
6
3
74
Selected solution (#22):
Software Kiosk
A compromise.
A compromise.
-41
votes
8
18
49
Selected solution (#23):
Installation Manager
isn't that what it basically is doing?
isn't that what it basically is doing?
-56
votes
1
0
57
Selected solution (#24):
Ubu soft store / Ubu softbox/ Ubu soft pot
in my opinion this may be quite simple name
because many new user like me finding bit difficult to get the name of this things
so if any 1 can suggest a simple name than is ll be a great thing..
thanks
and about last name "Ubu soft-pot"
it may mean like "container/vessel containing free software"
pot=jug,box,container,vessel in african
in my opinion this may be quite simple name
because many new user like me finding bit difficult to get the name of this things
so if any 1 can suggest a simple name than is ll be a great thing..
thanks
and about last name "Ubu soft-pot"
it may mean like "container/vessel containing free software"
pot=jug,box,container,vessel in african
-29
votes
4
1
33
Selected solution (#25):
Software BIN
Bin is synonymous to warehouse, which means a storage place without implicitly implying commercialism.
But I think it's better than warehouse, cz somehow the name 'warehouse' just doesn't go...
Bin is synonymous to warehouse, which means a storage place without implicitly implying commercialism.
But I think it's better than warehouse, cz somehow the name 'warehouse' just doesn't go...
-11
votes
1
1
12
Selected solution (#26):
Ubuntu S/W EpiCentre
Written by
gaara87 the 25 Sep 09 at 16:14.
Ubuntu's heart is the kernel, but the softwares and applications are responsible for making the difference between two personalised Ubuntus. Much like saying, what differentiates you from me is the way we think!
Ubuntu:Humanism is a free form of thinking where its inception lies in the difference in thinking, hence the EpiCentre of Ubuntu,much like the Mind being the EpiCentre of a Human!:-)
Ubuntu's heart is the kernel, but the softwares and applications are responsible for making the difference between two personalised Ubuntus. Much like saying, what differentiates you from me is the way we think!
Ubuntu:Humanism is a free form of thinking where its inception lies in the difference in thinking, hence the EpiCentre of Ubuntu,much like the Mind being the EpiCentre of a Human!:-)
-3
votes
1
1
4
Selected solution (#27):
SoftwareTank
like think tank
like think tank
-2
votes
1
0
3
Selected solution (#28):
one of these:
app treasury
software vault
app nest
software bank
app locker
software armory
app depot
software dump
app hopper
software supply
app stockpile
software barn
app arsenal
software conservatory
app boutique
software emporium
app safe
software mine
app stash
software silo
app treasury
software vault
app nest
software bank
app locker
software armory
app depot
software dump
app hopper
software supply
app stockpile
software barn
app arsenal
software conservatory
app boutique
software emporium
app safe
software mine
app stash
software silo
Solution #1:
Create a black but attractive theme for Ubuntu and (optionally) make it default
We can ask from the Ubuntu artwork team to create a "black" theme for Ubuntu and (why not?) include it in karmic. We can also create a dark Ubuntu wallpaper. This way we will save energy while Ubunt-ing and prevent ourselves from suffering from glaucoma.
We can ask from the Ubuntu artwork team to create a "black" theme for Ubuntu and (why not?) include it in karmic. We can also create a dark Ubuntu wallpaper. This way we will save energy while Ubunt-ing and prevent ourselves from suffering from glaucoma.
Solution #2:
Skip themes and address it on Ubuntu-related websites
Written by
Aielyn the 11 Sep 09 at 13:10.
Having a black theme would be relatively bland, and since most people don't just sit looking at their wallpaper, and the borders, panels, and title bars don't typically take up a huge portion of the screen, it wouldn't be particularly effective.
I can't help but notice that this website is predominantly white, as is Ubuntuforums, Launchpad, the Ubuntu home page, and many other Ubuntu-related sites. I propose having default themes for these websites be black or otherwise dark, rather than white, with a clearly-visible option for switching to a white screen. Indeed, perhaps the Ubuntu community can lead the charge in terms of this issue.
Having a black theme would be relatively bland, and since most people don't just sit looking at their wallpaper, and the borders, panels, and title bars don't typically take up a huge portion of the screen, it wouldn't be particularly effective.
I can't help but notice that this website is predominantly white, as is Ubuntuforums, Launchpad, the Ubuntu home page, and many other Ubuntu-related sites. I propose having default themes for these websites be black or otherwise dark, rather than white, with a clearly-visible option for switching to a white screen. Indeed, perhaps the Ubuntu community can lead the charge in terms of this issue.
Solution #3:
Skip themes and have a "powersaver" mode in oft-used mostly-white programs
Written by
Aielyn the 11 Sep 09 at 13:16.
This goes hand-in-hand with Solution #2, but I decided it would be better to offer it independently.
I propose having programs such as OpenOffice, Text Editor, Gnome-Terminal, and Nautilus offer a "powersaver mode" that kicks in after a short period of inactivity (unless specifically told otherwise by the user), which converts everything to white-on-black if not already displaying in that format. This, in combination with dim-on-idle power settings, should produce a significant saving.
In conjunction with this, an effort to encourage people to use white-on-black as standard should be made, perhaps even in the same place that the powersaver mode can be deactivated (with details on why white-on-black is better for you) - not so much part of this solution, as an extension to discuss should it be selected.
This goes hand-in-hand with Solution #2, but I decided it would be better to offer it independently.
I propose having programs such as OpenOffice, Text Editor, Gnome-Terminal, and Nautilus offer a "powersaver mode" that kicks in after a short period of inactivity (unless specifically told otherwise by the user), which converts everything to white-on-black if not already displaying in that format. This, in combination with dim-on-idle power settings, should produce a significant saving.
In conjunction with this, an effort to encourage people to use white-on-black as standard should be made, perhaps even in the same place that the powersaver mode can be deactivated (with details on why white-on-black is better for you) - not so much part of this solution, as an extension to discuss should it be selected.
Solution #4:
Adapt existing themes
Currently there are a number of dark themes for Gnome, and ubuntu is already looking into other colors with its "orange has served us well" thing, but it would be better if we could keep the orange (because its iconic) and simply darken the theme
maybe something like this, but orange instead of blue
http://amadme.deviantart.com/art/T3K-103862094
or something like this one
http://thrynk.deviantart.com/art/Mire-v2-Gtk-themepack-45804371
GNU/Linux history in ubiquity slideshow
Written by drianos the 31 Aug 09 at 15:53.
Related project: Live CD installer .
New
I think that it is important that everyone that use a free software programs should know their origin and value of their ideals, something that Ubuntu doesn't do to well to people that are beginning to know about free software and open source. If ubuntu is trying to get to more people it will find that not everyone would value or even know the importance of his past and aims.