Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
The Ubuntu community has contributed 22700 ideas, 138270 comments, 2629576 votes
Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas

Contributor Kingoftherings on the Internet & Networking category

GUI for ufw (Uncomplicated Firewall)  
Written by gabim the 28 Feb 08 at 14:43. Global category: Internet & Networking. Implemented
It would be useful to create a graphical user interface for the new ufw (Uncomplicated Firewall) in Ubuntu. Would be useful to make every new release with an enabled firewall by default and with this graphical firewall utility also.

Developer comments
Gufw, a graphical frontend for ufw, is now on the Intrepid repository!
1615
votes
implemented
Selected solution (#1): Auto-generated solution of idea #22
Written by gabim the 28 Feb 08 at 14:43.
Ubuntu Brainstorm was updated in January 2009. Since the idea #22 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 39 comments or propose a solution (latest comment the 13 Dec 11 at 07:13) >>

Work with Broadcom for Native wireless drivers   forum
Written by pornographer the 29 Feb 08 at 17:52. Global category: Internet & Networking. Won't implement
Broadcom wireless drivers are still common - see Lenovo V100 laptops etc, and having to fight with NDISwrapper or the terrible bcmxxxx driver is a terrible block for new users.

Ubuntu should now have the clout to get these companies to open up specs, especially for legacy hardware (as I believe the newer broadcoms work reasonably).
256
votes
closed
Solution #1: Auto-generated solution of idea #1621
Written by pornographer the 29 Feb 08 at 17:52.
Ubuntu Brainstorm was updated in January 2009. Since the idea #1621 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 7 comments or propose a solution (latest comment the 22 Nov 11 at 22:41) >>

Provide a simple graphical interface to manage _any_ type of network connection  
Ubuntu

In :  
Priority : Medium
Definition : New (Needs guidance)
Implementation : Unknown
Assignee :
spec
Written by Alan Pope the 28 Feb 08 at 13:50. Global category: Internet & Networking. In development
A single unified tool should be provided which allows the user to connect to a network (or internet) via any supported method. It would also be useful to provide an extension to this tool to manage firewall rules and network connection sharing.

Developer comments
We’re currently designing this graphical interface, with the Internet connection part powered by ConnectionManager.
https://wiki.ubuntu.com/NetworkSettings

—mpt
8497
votes
inprogress
Selected solution (#1): Single Unified Network Tool
Written by Alan Pope the 28 Feb 08 at 13:50.
A single unified tool should be provided which allows the user to connect to a network (or internet) via any supported method. It would also be useful to provide an extension to this tool to manage firewall rules and network connection sharing.
113
votes
inprogress
Selected solution (#2): Add functionality for configuring multiple IP addresses to Network Manager GUI
Written by sanketmedhi the 30 Apr 09 at 13:52.
There should be a functionality in Network Manager to configure multiple IP addresses for the same network interface.

This is mainly to make the system more user friendly especially for non-technical users and in par with other systems.
64
votes
inprogress
Selected solution (#3): Create context-sensitive help for network setup
Written by dbneeley the 28 Apr 09 at 04:57.
A simple, context-sensitive help file could explain what the various fields and options mean in simple terms so that new users can more quickly and accurately understand what they are being asked to do.
83
votes
inprogress
Selected solution (#5): Implement concurrent connections to NetworkManager
Written by neziric the 24 Apr 09 at 14:26.
It would be great if one could be connected to Internet using ppp0 and LAN using eth0 at the same time (or even eth0 and eth1, etc...).
69
votes
inprogress
Selected solution (#6): Add "Automatically connect to VPN..." option to wireless network settings
Written by nickpick the 29 May 09 at 18:54.
Add a drop-down list (or another similar way) allowing the user to select a VPN network he wants to connect to automatically -once the connection with the specified, not just any, WiFi network- has been established.

Example:

+ Automatically connect to VPN...
-- none (default)
-- University_VPN_Example
-- Corporate_VPN_Example
-- Home_server_VPN-Example
42
votes
inprogress
Selected solution (#7): Allow network connection categories
Written by timnwells the 4 Jun 09 at 03:51.
Allow network connections to be put into categories so services/shares can be enabled and disabled based on category. So that I can share directories and media at home but not work or public networks.
55
votes
inprogress
Selected solution (#8): Easy windows domain support
Written by timnwells the 4 Jun 09 at 03:54.
Make it easy to connect to and use the features of windows domains which are common in a lot of offices. Including authentication and shared directories.
Perhaps on the login screen detect the fact that the currently active network connection has a domain associated and allow authentication to that as an option.
41
votes
inprogress
Selected solution (#9): Detect networked media applications
Written by timnwells the 4 Jun 09 at 04:05.
Detect media shares on a network os independantly and allow for streaming from shared media sources such as windows media player/center or rhythmbox/amarok/totem/etc
64
votes
inprogress
Selected solution (#10): Windows 7 "Homegroup" compatibility
Written by timnwells the 4 Jun 09 at 04:11.
Add the ability for ubuntu computers to participate in the new Windows 7 homegroups and have access to the functionality the "Homegroup" provides.
66
votes
inprogress
Selected solution (#11): Sharing Internet and network configuration automatically.
Written by nq6 the 13 Aug 09 at 02:39.
#view the outline of the idea.

Ubuntu - Idea

The new user can not share your internet with other computers or put two computers with Ubuntu in a network easily.

Below is the commands for the user to perform these tasks. This is not simple for a new user. Install packages, use the terminal, set the ip manually, type in the link of the Nautilus Ip of the other machine.

#commands to the two computers
sudo apt-get install samba system-config-samba

#commands to the computer that shares the Internet
sudo su
modprobe iptable_nat
echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE

#command to view the other ubuntu in the network - the PC 1
sudo su
ifconfig eth0 192.168.0.2 up
smb://192.168.0.1/

#command to view the other ubuntu in the network - the PC 2
sudo su
ifconfig eth0 192.168.0.1 up
smb://192.168.0.2/

Who has two network devices, you want to share internet and create a network between two PCs, it has to be experienced and know many commands. This is not ideal. The Ubuntu aims to ease.
-16
votes
inprogress
Selected solution (#13): Create something like in Win XP
Written by viejoyoda the 13 Feb 10 at 14:54.
Last time i have to connect two computers with a regular ethernet cable, was really imposible to share internet and folders... finally i have to restart from my windows xp partition and then apply the network configuration assistant, it was like 20 secs. for success!!!
Regular users don't have to manage a cybercafe or protect a meil server or a bank from "attacks", why is it so difficult!
By the way it could be useful to choose between "network-manager" and "wicd". I prefer Wicd.

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

Pidgin master password   forum
Written by rumli the 15 Mar 08 at 14:08. Global category: Internet & Networking. Not an idea
Pidgin stores passwords in a plain-text file, and it doesn't look like that is going to change any time soon. (See http://developer.pidgin.im/wiki/PlainTextPasswords)

I am very uncomfortable with storing my Google accounts passwords (for Google Talk) in plain text. Is it possible to make a Pidgin plugin available from apt that would allow for passwords to be encrypted on disk by a master password, similar to Firefox and Thunderbird?
827
votes
closed
Solution #1: Auto-generated solution of idea #4728
Written by rumli the 15 Mar 08 at 14:08.
Ubuntu Brainstorm was updated in January 2009. Since the idea #4728 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!
30
votes
closed
Solution #2: Encrypt passwords in accounts.xml
Written by dawon the 21 Jan 09 at 20:53.
All passwords should be encrypted (even with simple cipher), to make it more hard to get it.
131
votes
closed
Solution #3: Include an add-on that delivers communication with gnome-keyring
Written by diegoj the 21 Jan 09 at 21:12.
Make Pidgin uses gnome-keyring (or similar solution) to make the keys-access more secure.

See the 17 comments or propose a solution (latest comment the 7 Jul 11 at 05:26) >>

Better wi-fi support  
Written by neilneil2000 the 29 Feb 08 at 00:20. Global category: Internet & Networking. In development
More support for more wireless chipsets out of the box and "Windows style" ease of set up.

I have spent may a day trying to configure wireless cards on Ubuntu, often without much luck!

Please also deliver more support for what they are both wireless PCI cards and USB, as it is currently very low base of drivers for such devices
4435
votes
inprogress
Selected solution (#1): Auto-generated solution of idea #295
Written by neilneil2000 the 29 Feb 08 at 00:20.
Ubuntu Brainstorm was updated in January 2009. Since the idea #295 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!
13
votes
inprogress
Selected solution (#2): never ever download network drivers
Written by snap the 27 Apr 10 at 17:30.
The OS should never need to download network drivers.

Here is what I experienced 2 minutes ago:

1. Disable closed wifi driver (I wanted to try the free one)
2. Enable the free network driver

Result: Ubuntu tries to download the driver but you have no Internet connection ! Why was it removed from disk ?? If I had no other network card, I would be very embarrassed.

In other words, I think network drivers should never be removed from hard disk, or whatever great idea not to self-destruct its network connection.

See the 61 comments or propose a solution (latest comment the 26 May 11 at 14:43) >>

Include ndiswrapper on CD  
Written by Quatroking the 28 Feb 08 at 18:38. Global category: Internet & Networking. New
Its very annoying to carry a whole pc to a place where you can have LAN, just to download ndiswrapper so you can go further trough wireless internet. If it would be added on cd/install, it would take alot of annoyance away.
708
votes
up equal down
Solution #1: Auto-generated solution of idea #130
Written by Quatroking the 28 Feb 08 at 18:38.
Ubuntu Brainstorm was updated in January 2009. Since the idea #130 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 14 comments or propose a solution (latest comment the 7 Nov 08 at 12:10) >>

WebOS - Remote access to my own Ubuntu machine desktop through any web browser  
Written by ArtInvent the 5 Mar 08 at 19:32. Global category: Internet & Networking. New
Ubuntu needs a service that will give access to my full PC desktop through any web-connected device with a browser. This idea is just the logical extension of 'remote desktop', and also similar to the trend towards cloud computing and online desktops such as Ulteo, eyeOS, DesktopTwo, myGoya, OOS, AjaxWindows, etc. But these concepts all revolve around using a third-party's hardware and selection of OS and apps. At this point, these efforts leave much to be desired, the apps are very limited and rudimentary, and the allotted storage is paltry. Also you are forced to trust all that data to a third party.

I already have a wonderful and powerful Ubuntu PC set up exactly the way I like it with fantastic apps and all my copious data, docs, music, etc. Why not just be able to use that fully, remotely from any web connected device? Logging into your very own desktop through a browser would be oh so slick.

This is pretty much the equivalent of a remote desktop with key differences. You have to install special RDP software and mess with internet settings on the client. That's a hassle and you may not have the time or the permissions to install things. It's likely not available at all for an iPhone or a Nokia MID etc etc.

Furthermore, if this were implemented robustly enough, it would also allow local PC sharing. Very much like multi-seat or thin-client concepts, only probably even simpler. You just set up rudimentary little workstations with enough hardware and OS to run a web browser, and hook up to the server through any wired/wireless network jack. Done.
54
votes
up equal down
Solution #1: Auto-generated solution of idea #3393
Written by ArtInvent the 5 Mar 08 at 19:32.
Ubuntu Brainstorm was updated in January 2009. Since the idea #3393 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 11 comments or propose a solution (latest comment the 15 Aug 08 at 17:25) >>

Able to drag files from filesystem into upload box of firefox  
Written by THAiSi the 4 Mar 08 at 09:37. Global category: Internet & Networking. New
Instead of using the 'browse' button of the uploadbox to select the file to upload, make is possible to drag a file from the file system into the upload box. Somehow it already shows the cursor while dragging, but on release of the mousebutton the filename in the upload box stays empty
50
votes
up equal down
Solution #1: Auto-generated solution of idea #3027
Written by THAiSi the 4 Mar 08 at 09:37.
Ubuntu Brainstorm was updated in January 2009. Since the idea #3027 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 4 comments or propose a solution (latest comment the 24 Jun 08 at 07:42) >>

Mozilla-firefox-adblock should be replaced by Adblock Plus in Ubuntu's repos.  
Written by papukaija the 7 Apr 08 at 17:46. Global category: Internet & Networking. Implemented
Mozilla-firefox-adblock (https://addons.mozilla.org/pl/firefox/addon/1865) should be replaced by Adblock Plus (https://addons.mozilla.org/en-US/firefox/addon/1865)in Ubuntu's repositories because the Adblock isn't developed anymore (since 2004).

Developer comments
This has been implemented in 8.04
360
votes
implemented
Selected solution (#1): Auto-generated solution of idea #6586
Written by papukaija the 7 Apr 08 at 17:46.
Ubuntu Brainstorm was updated in January 2009. Since the idea #6586 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 9 comments or propose a solution (latest comment the 15 May 08 at 10:37) >>

Windows integration  
Written by mishaokami the 5 Mar 08 at 15:03. Global category: Internet & Networking. New
I want to deal with windows as little as possible... so...

Create small installers that could be run as one offs or in batches that would modify a windows install to use disks and printers shared by a prefs panel.

The ubuntu prefs panel should allow creation a small installer application (something avail through http?) that would set up the share on windows automagically.

Personal note: I cant tell you the number of times i've set up a share (IPP or samba) in one minute on ubuntu then spent hours trying to get windows to use it! Not to mention how the different versions of windows have different ways of setting up access to the same damn share.

-43
votes
up equal down
Solution #1: Auto-generated solution of idea #3341
Written by mishaokami the 5 Mar 08 at 15:03.
Ubuntu Brainstorm was updated in January 2009. Since the idea #3341 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 1 comments or propose a solution >>

2 Next >>