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 moose on the Installation category

localized search engine plugins for firefox  
Written by moose the 5 May 09 at 17:47. Related project: Firefox. New
I am german, so if I install Ubuntu I install the german version. Almost everything is translated, but not the search engine plugin in firefox (upper right corner). For most of those search engines (Ebay, Wikipedia, Amazon) exists a german version that I have to add with http://mycroft.mozdev.org/ or by going on this website.
67
votes
up equal down
Solution #1: add plugins of other languages
Written by moose the 5 May 09 at 17:47.
Replace the english plugins by language specific plugins if they exist. If you chose an english installation install the english plugins, if you chose german installation german plugins.

e.g.
english:
http://www.amazon.com/
http://en.wikipedia.org/
http://www.ebay.com/

german:
http://www.amazon.de/
http://de.wikipedia.org/
http://www.ebay.de/

edit: just found the launchpad bug: https://bugs.launchpad.net/ubuntu/+source/mozilla-firefox-locale-all/+bug/52537
27
votes
up equal down
Solution #2: #1 and find a way to allow it to follow the session locale.
Written by Ssdg the 6 May 09 at 17:13.
If the plugins are set at the installation, what if your share your computer with a foreigner? move to another country? etc?

Maybe ubufox should do the trick.
2
votes
up equal down
Solution #3: #1 and #2 and also change the "Latest Headlines" section
Written by Attiliron the 9 Dec 09 at 20:55.
Since the BBC news are interesting to me, they are not very usefull for the average user and should be replaced by local news. The string "Latest Headlines" should be localized too.

See the 2 comments or propose a solution (latest comment the 6 Mar 10 at 16:12) >>

Synchronise Packages  
Written by moose the 7 Nov 08 at 19:36. Global category: Installation. New
Do you know Foxmarks? Its an easy way to synchronise bookmarks and to save them. With foxmarks I don't have to worry about having saved all my bookmarks before I reinstall Ubuntu because they are not only local on my pc but also on a server.

I would like to have the same for my packages. It would be great if I could just create an account and automatically save the packet names I have installed (e.g. apache2, php5, vlc - just the names, not more). So if I would re-install ubuntu, I would just access my account and ubuntu would install the packages I had before.

This feature could also be connected with the popularity contest - so people would take an advantage of this contest and you would get better results.

##########################################
Answers to the Comments:
##########################################
Why don't make a shell-script like $ sudo apt-get install apache php vlc?
1. comfort: Especial for newbies' it's much easier if they don't have to code anything
2. no disadvantages: You should not have to use this if you have doubts where this information
goes to (just like you don't have to use the popularity contest) and I think this would not influence
the performance.
3. so why not?
##########################################
Why don't use this procedure?
On the source machine:
$ dpkg --get-selections > /some/file/called/my-packages.txt

On the fresh destination machine:
$ dpkg --set-selections > /wherever/you/put/my-packages.txt
$ apt-get dselect-upgrade


[....]
13
votes
up equal down
Solution #1: Auto-generated solution of idea #15378
Written by moose the 7 Nov 08 at 19:36.
Ubuntu Brainstorm was updated in January 2009. Since the idea #15378 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 6 comments or propose a solution (latest comment the 8 Nov 08 at 09:33) >>