Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
The Ubuntu community has contributed 22823 ideas, 138726 comments, 2639112 votes
Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas

Popular ideas Here are the latest commented ideas about Ubuntu.

Bridge Connections in Network Manager  
Written by Ronius the 18 Mar 09 at 20:30. Related project: Network Manager. New
It is extremely difficult for the average user to bridge connections in Ubuntu, where in contrast it is much simpler in Windows.
76
votes
up equal down
Solution #1: Provide option to Bridge connections in Network Manager
Written by Ronius the 18 Mar 09 at 20:30.
The network manager should allow you to select the two connections you wish to bridge, and do everything else for you.

When you dig deeper it is possible to find out how to create a bridge in the terminal; I wonder how much work it would take to transfer this to a gui.

See the 5 comments or propose a solution (latest comment the 30 May 12 at 17:48) >>

Network details should be easier to see  
Written by timnwells the 15 Mar 09 at 02:03. Related project: Network Manager. New
Currently with network manager you can right click and get connection information, in a separate window. While it is a lot easier to get the network details this way than it is in Vista, and this would be great for detailed information. If you just want to know your IP, wifi speed, or current gprs/utms etc status for mobile broadband it's annoying.
267
votes
up equal down
Solution #1: Add details on hover of the network-manager icon
Written by timnwells the 15 Mar 09 at 02:03.
Add a nice hover tooltip (similar in theme to the new notification look), that can show, IP address, wifi speed/quality. This way simple details like IP address or mobile broadband connection quality can be seen quickly and easily.
3
votes
up equal down
Solution #2: Replace egzisting menu with somewhat tiny windows
Written by wit3k the 13 Apr 09 at 14:41.
but withought windows decoration. It should look similar to egzisting sound volume aplet in gnome panel.
All info should be in some nice looking table
4
votes
up equal down
Solution #3: there should be button allowing users to refresh list of avalible AP`s
Written by wit3k the 13 Apr 09 at 14:48.
Now I just dont know HOW to do it. Maybe in console, but now when I wanna refresh list Im switch off`n`on my wi-fi to see changes :/
If there just be a little tiny sweet button to refresh the list.

See the 3 comments or propose a solution (latest comment the 7 Mar 10 at 09:45) >>

Duplicate IP Address checking and notification  
Written by psypher the 9 Dec 08 at 08:55. Related project: Network Manager. New
This weekend I longed for a windows feature in Ubuntu. That feature is the ability to check, while setting up IP address or upon connecting to the network, for a duplicate ip address on the network and inform the user via a balloon pop-up originating from network manager.

i struggled for a few hours trying to figure out why i am constantly getting connection dropps on my office lan. It took me that long as I was focusing on latest ubuntu updates that i ran that could be the issue. Someone on IRC suggested to check for duplicate IP.

Would be a great idea to add this very simple feature to network manager. Maybe doing an arp check before applying an ip via network manager and doing an arp check as soon as the PC connects to the lan. i am not sure how windows does it but I assume it's similar
110
votes
up equal down
Solution #1: Auto-generated solution of idea #16358
Written by psypher the 9 Dec 08 at 08:55.
Ubuntu Brainstorm was updated in January 2009. Since the idea #16358 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 27 Dec 08 at 00:11) >>

Better support for dynamic IP when double booting  
Written by Primož Papič the 3 Dec 08 at 14:48. Related project: Kubuntu. New
I had a problem with my network for quite a long time. So I decided to call my ISP provider and ask if they know what's the problem.
They told me that this supposed to be a common problem when double booting. And the only way to repair it is to change dynamic IP to static.
But the thing is that in Windows if there is no IP (connection) you can just plug out and back in, while if I do the same action in Kubuntu nothing changes.
To get things working in Kubuntu I have to try all permutations of computer on/off, cable pluged in/out and hard resetting the modem. And even if this works I think it more of coincidence that this actions somehow reset the IP address demand. The problem lies in that, that Kubuntu demands a new IP but the computer already has a IP which was demanded by Windows.
So I propose that (K)Ubuntu sends at start up a signal to Network card to reset IP addresses so it can get a "clean slate" IP address.
I also reported this as a bug.
23
votes
up equal down
Solution #1: Auto-generated solution of idea #16179
Written by Primož Papič the 3 Dec 08 at 14:48.
Ubuntu Brainstorm was updated in January 2009. Since the idea #16179 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 6 Dec 08 at 00:02) >>

Implement /net  
Written by Eldmannen the 12 Nov 08 at 19:51. Global category: System. New
Implement /net from Plan 9. (We already implemented /proc from Plan 9). Plan 9 is the successor to Unix.

/net is the API for all TCP/IP, and it can be used even with scripts or shell tools, writing data to control files to write and read connections. Relevant sub-directories like /net/tcp and /net/udp are used to interface to prospective protocols. You can implement a NAT by mounting a /net from a perimeter machine with a public IP, while connecting to it from an internal network of private IP addresses, using the Plan 9 protocol 9P in the internal network. Or you can implement a VPN by mounting a /net directory from a remote gateway, using secured 9P over the public Internet.

Here would be an example of using union (a stack) directories in /net: just like inheritance in OOP, you can take one (possibly remote) /special directory and bind another local special directory on top of that, adding some new control files and hiding others. The union directory now is like a child object instance of the original parent. The functionality of the original can be partially modified. Consider the /net file system. If you modify or hide its /net/udp sub-directory you may control or extend the UDP interface with local filter processes, still leaving the original /net/tcp running intact, perhaps in a remote machine. Note that name space is per process: if you give an untrusted application a limited, modified /net union directory, you restrict its access to the net.

All this makes it easy to combine "objects" or file systems written in different languages on different systems, while using standard naming, access control and security of the file system, largely transparently to the programmer.
28
votes
up equal down
Solution #1: Auto-generated solution of idea #15555
Written by Eldmannen the 12 Nov 08 at 19:51.
Ubuntu Brainstorm was updated in January 2009. Since the idea #15555 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 5 comments or propose a solution (latest comment the 13 Nov 08 at 20:01) >>

Itegrate ip filters  
Written by orzoweitop the 11 Jun 08 at 21:05. Global category: Security. New
Ubuntu is safety but we can grew up by adding for example ip filters like p2p programs.
With this, ubuntu keep away for business that only recolected data for users without her/his authorization.
The filter will lock the business ips that are know that collected data from users.

It is not necessary to create a new filter, it is posible to use an existing filter base for example in peer guardian filter and adapt it to work with ubuntu.
7
votes
up equal down
Solution #1: Auto-generated solution of idea #9780
Written by orzoweitop the 11 Jun 08 at 21:05.
Ubuntu Brainstorm was updated in January 2009. Since the idea #9780 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 3 comments or propose a solution (latest comment the 12 Jun 08 at 09:13) >>