Contributor forteller on the Internet & Networking category
Implement way of telling user that there is a connection but no internet
Written by tancrackers the 4 Dec 11 at 21:00.
Related project: Network Manager .
New
Please implement a method of telling the user that there is a wireless connection but not internet like Windows 7 does.
Sometimes my router goes nuts and will give me a wireless connection but I cannot connect to the internet.
All I have to do is unplug the router and plug it back in.
Though, on Ubuntu I only know when I try to go online and my homepages fails to load.
On Windows 7, the wireless icon in the taskbar shows the bars that represent the connection, but there is a yellow "caution" arrow on the wireless icon followed by a message that there is no internet connection.
Can you please implement something similar to this in Ubuntu so I can know right after log in that it is my router failing as opposed to something else?
Thank you!
Solution #4:
Ping the DNS server
Written by
ross9885 the 24 Dec 11 at 19:18.
Or ping the home page of the default browser, like SpyMasterMatt suggested. Show status in the icon and show a notification when status changes.
Or ping the home page of the default browser, like SpyMasterMatt suggested. Show status in the icon and show a notification when status changes.
Solution #5:
Try root DNS servers and tooltip message
Written by
EduardoR the 2 Jan 12 at 05:04.
Are many and may be tried in Round Robin manner.
But some networks may not "need" to be routed to internet to be connected, then must be *optional*.
Root servers are listed with dig command:
dig
ping a.root-servers.net
I really prefer to have an independent and configurable indicator. There are too many situations and can be very confusing. Best with a one time tooltip message.
The alert may be when no-IP address is offer by DHCP server o manual. Called local o IPv4 169.254.x.x. But is a another idea.
Are many and may be tried in Round Robin manner.
But some networks may not "need" to be routed to internet to be connected, then must be *optional*.
Root servers are listed with dig command:
dig
ping a.root-servers.net
I really prefer to have an independent and configurable indicator. There are too many situations and can be very confusing. Best with a one time tooltip message.
The alert may be when no-IP address is offer by DHCP server o manual. Called local o IPv4 169.254.x.x. But is a another idea.
Solution #6:
Modify the existing indicator to show the status
Windows does this well, with the indicator itself showing the status.
At present, the Ubuntu indicator shows four statuses: disconnected; trying to connect; connected via wireless; and connected via Ethernet.
Increase it to six statuses, as follows:
- Disconnected
- Trying to connect
- Connected via wireless
- Connected via Ethernet
- Connected via wireless, but no Internet access
- Connected via Ethernet, but no Internet access
I would imagine the last two being the same as the previous two but in red.
Windows does this well, with the indicator itself showing the status.
At present, the Ubuntu indicator shows four statuses: disconnected; trying to connect; connected via wireless; and connected via Ethernet.
Increase it to six statuses, as follows:
- Disconnected
- Trying to connect
- Connected via wireless
- Connected via Ethernet
- Connected via wireless, but no Internet access
- Connected via Ethernet, but no Internet access
I would imagine the last two being the same as the previous two but in red.
Use BitTorrent as primary protocol for apt-get
Ubuntu
In :
Priority : Undefined
Definition : New (Needs guidance)
Implementation : Unknown
Assignee :
Written by kevinfishburne the 28 Apr 08 at 19:10.
Global category: Internet & Networking.
New
This is an attempt at a unification of:
http://brainstorm.ubuntu.com/idea/7081/
http://brainstorm.ubuntu.com/idea/7390/
http://brainstorm.ubuntu.com/idea/7649/
http://brainstorm.ubuntu.com/idea/7725/
I can't think, nor have I heard, of any showstopper reason for why BitTorrent shouldn't be used as the primary download method of Ubuntu respository packages. Although the specifics of the implementation of this idea will be different for ISOs and repositories, I feel they should be unified in the brainstorm because the goal is to allow the rapid, efficient, reliable, and available download of Ubuntu software.
Implementation Benefits
1) Speed. All Ubuntu downloads (ISO downloads, dist upgrades, regular system updates, and new application installs) will as a whole be faster. Generally torrent download speeds benefit from higher numbers of downloaders that seed, which Ubuntu users have demonstrated they are prone to do. BitTorrent is better able to absorb (and eventually use as an asset) large numbers of users attempting to download data at the same time, such as with the recent mad rush of Hardy downloaders/upgraders.
2) Efficiency. The BitTorrent protocol has proven to be one of the most efficient methods of distributing data amongst a large number of clients. It will harness the collective upstream of tens of thousands of Ubuntu users, from DSL and cable connections to the fastest of corporate connections.
3) Reliability. Checksums guarantee the integrity of BitTorrent downloads, so data corruption is much less likely to occur. Only the pieces that fail checksum are redownloaded, contributing to points 1 and 2.
[....]
Solution #1:
Auto-generated solution of idea #7792
Ubuntu Brainstorm was updated in January 2009. Since the
idea #7792 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!
<i>Ubuntu Brainstorm was updated in January 2009. Since the idea #7792 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.</i><br /> Thanks!
Solution #2:
Make debtorrent active by default
Written by
bukzor the 9 Apr 11 at 19:12.
There is already a system to do this: debtorrent (
http://debtorrent.alioth.debian.org/)
The *main* problem with it is that there are so few users that have it installed. Making this installed and active in the default Ubuntu distribution solves this bug, as well as implementing
Idea #7792 (and its 30 duplicates).
It seems fairly mature, but probably still needs some polishing for inclusion in the Ubuntu default. In particular, we need to ensure that the upload settings are very easily tweaked, both automatically and manually.
There is already a system to do this: debtorrent (http://debtorrent.alioth.debian.org/)
The *main* problem with it is that there are so few users that have it installed. Making this installed and active in the default Ubuntu distribution solves this bug, as well as implementing Idea #7792 (and its 30 duplicates).
It seems fairly mature, but probably still needs some polishing for inclusion in the Ubuntu default. In particular, we need to ensure that the upload settings are very easily tweaked, both automatically and manually.
Solution #3:
Make debtorrent available at install
Written by
lengau the 25 May 11 at 20:32.
Rather than making debtorrent the default, which could be harmful to a large number of users (some ISPs block Bittorrent, as do many universities, etc.), we should allow users to choose debtorrent an option in the installer (as well as being able to enable/disable it in the software centre).
Including the debtorrent and apt-transport-debtorrent packages on the CD/DVD will add just short of 300 KiB to the disc images.
Rather than making debtorrent the default, which could be harmful to a large number of users (some ISPs block Bittorrent, as do many universities, etc.), we should allow users to choose debtorrent an option in the installer (as well as being able to enable/disable it in the software centre).
Including the debtorrent and apt-transport-debtorrent packages on the CD/DVD will add just short of 300 KiB to the disc images.
Solution #4:
Stop seeding after reaching 1:1 ratio by default
Written by
Lyfang the 24 Jun 11 at 08:01.
Make DebTorrent or Apt-P2P active by default and stop seeding after reaching 1:1 ratio by default.
Make DebTorrent or Apt-P2P active by default and stop seeding after reaching 1:1 ratio by default.
Solution #5:
Run Torrend and HTTP download mixed.
Run Torrend and HTTP download mixed. If Torrend is slowed down, the http download stil do his job. If torrend is faster, the HTTP plays the role of one of many download streams.
Run Torrend and HTTP download mixed. If Torrend is slowed down, the http download stil do his job. If torrend is faster, the HTTP plays the role of one of many download streams.
Ask user if he/she wants to download blocklist when first starting Transmission.
Written by arckeda the 28 Dec 08 at 09:55.
Related project: Transmission .
New
Transmission is the default bittorrent client for Ubuntu. There is a little known feature that allows you to download a blocklist stopping you from connection to IP addresses of known organizations that would monitor your bittorrent activity. Many users don't know about this feature. When first starting transmission, they should be asked if they want to use it or not. The download process takes a little time, but in my opinion, (And according to studies of bittorrent monitoring) it is worth it.
It would also be nice if we could see a 0 to 100 percent complete bar while downloading the blocklist.
Please don't comment saying that the only people who would benefit from this are pirates. Privacy is always a major concern, and I would rather not have corporations monitoring me, regardless of what I am downloading. As the makers of Ubuntu, Canonical should support privacy.
Solution #1:
Auto-generated solution of idea #16863
Written by
arckeda the 28 Dec 08 at 09:55.
Ubuntu Brainstorm was updated in January 2009. Since the
idea #16863 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!
<i>Ubuntu Brainstorm was updated in January 2009. Since the idea #16863 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.</i><br /> Thanks!
Solution #2:
Just enable it by default; many first-time users won't know what a blocklist is
Written by
charles the 14 Aug 09 at 19:14.
I think the best solution is to leave blocklists as they currently are, disabled by default and without a popup dialog.
But *if* making the blocklist more prominent is a popular idea, IMO turning turning it on by default is closer to Transmission's "Just Works" design than a popup dialog. Many first-time users won't know what a blocklist is, and that's not the first thing they should see when starting Transmission.
I think the best solution is to leave blocklists as they currently are, disabled by default and without a popup dialog.
But *if* making the blocklist more prominent is a popular idea, IMO turning turning it on by default is closer to Transmission's "Just Works" design than a popup dialog. Many first-time users won't know what a blocklist is, and that's not the first thing they should see when starting Transmission.
Webcam with Pidgin!
No information about this blueprint
Information is updated every 5 minutes.
Please wait till the next update.
Written by kwixbit the 28 Feb 08 at 19:24.
Global category: Internet & Networking.
Won't implement
Pidgin is a good program to chat on all protocols, but a webcam plugin is still missing.
The developers aren't decided to code webcam support, but having this in Pidgin is very needed.
Or why not code this plugin for emesene? But you can only use the MSN protocol at the moment!
Remove Ebay from default search engines list in firefox
Written by Auzy the 22 Mar 08 at 01:06.
Related project: Firefox .
Won't implement
Based on idea 5321, by Eldmannen (about removing yahoo).
We should remove ebay from the default installed searches, because:
- It reduces competition with other auction sites.
- Recently there was a uproar about changes in ebay which make in some case make it unfair. I agree!
- Ebay VERY heavily pushes Paypal, which is acknowledged by many to be very dodgy. A lot of people know someone who has been screwed by ebay. And here in aus, I had to upgrade my account because they had a bug which prevented me accessing my money (which is very unprofessional). The freenet Project owner was also screwed by ebay (and it demonstrated they don't research at all claims made against customers), and another friend of mine was charged 2x the amount he was supposed to be receiving because someone used a stolen credit card against him (so seems they profit from illegal credit cards).
- If ebay was a bank, they would have a 24/7 riot outside their building by customers who were screwed.
- Ebay doesn't exactly listen to feedback. If are a typical large company, where you have no way of providing feedback (if you scream at them over the phone, maybe they will let you speak to a manager). But they clearly dont care much (no forums).
Its to our advantage to promote competition within the auction sites. More competition means lower costs for us, and better payment methods. We should try to encourage the development of a world wide auction site that is more consumer/seller friendly, that actually promotes active feedback and improvement.
There is nothing stopping a patch being applied to the firefox code to prevent ebay being a default search engine (and it shouldn't be hard to do).
Provide a simple graphical interface to manage _any_ type of network connection
Ubuntu
In :
Priority : Medium
Definition : New (Needs guidance)
Implementation : Unknown
Assignee :
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.
8497
votes
9510
9
1013
Selected solution (#1):
Single Unified Network Tool
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.
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
120
19
7
Selected solution (#2):
Add functionality for configuring multiple IP addresses to Network Manager GUI
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.
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
70
12
6
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.
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
87
8
4
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...).
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
71
9
2
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
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
45
8
3
Selected solution (#7):
Allow network connection categories
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.
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
61
13
6
Selected solution (#8):
Easy windows domain support
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.
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
45
10
4
Selected solution (#9):
Detect networked media applications
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
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
77
14
13
Selected solution (#10):
Windows 7 "Homegroup" compatibility
Add the ability for ubuntu computers to participate in the new Windows 7 homegroups and have access to the functionality the "Homegroup" provides.
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
75
8
9
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.
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.
#view the outline of the idea.
<a href="http://img43.imageshack.us/img43/8697/ubuntuidea.jpg" title="Ubuntu - Idea"><img src="http://farm3.static.flickr.com/2583/3814101109_c87414eda9.jpg" width="427" height="500" alt="Ubuntu - Idea" /></a>
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
4
5
20
Selected solution (#13):
Create something like in Win XP
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.
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.
654
votes
687
22
33
Selected solution (#1):
Add Pause and shutdown button
Written by
ravibuz the 16 Jul 09 at 12:23.
If you had a pause button we could pause the download and continue later,We have stop button but it sometimes corrupts the download file.And also add a "Shut down after installation"button to the download manager so that we need no be around when it is updating.
If you had a pause button we could pause the download and continue later,We have stop button but it sometimes corrupts the download file.And also add a "Shut down after installation"button to the download manager so that we need no be around when it is updating.
392
votes
469
74
77
Selected solution (#2):
Limit the bandwidth consumed by update Manager
Written by
ravibuz the 16 Jul 09 at 12:25.
Add a button the control the bandwidth used by the update manager while downloading,So that we could browse and do other things.This will help people like me with less bandwidth.
Add a button the control the bandwidth used by the update manager while downloading,So that we could browse and do other things.This will help people like me with less bandwidth.
273
votes
316
66
43
Selected solution (#3):
Allow Timed Update
Written by
ravibuz the 16 Jul 09 at 12:32.
Set a clock in update manager where we can tell it to update in a particular period of time and stop in a particular time.This will be helpful for people with limited download.
Set a clock in update manager where we can tell it to update in a particular period of time and stop in a particular time.This will be helpful for people with limited download.
142
votes
191
39
49
Selected solution (#5):
Let the Update Manager "feel" the use of the net
Written by
Rodrigo the 18 Jul 09 at 08:14.
I remember a few years back a daemon for the SETI project that "felt" the use of the processor, and when it was idle it would make its calculations.
Something similar with the internet would be nice. So it would be downloading, but when you want to see a new web or send an email the net will be free in very little time. Maybe through a "pause" as Solution #1 said.
I remember a few years back a daemon for the SETI project that "felt" the use of the processor, and when it was idle it would make its calculations.
Something similar with the internet would be nice. So it would be downloading, but when you want to see a new web or send an email the net will be free in very little time. Maybe through a "pause" as Solution #1 said.
-34
votes
42
49
76
Selected solution (#7):
Add Support for SuperDebs
Written by
sf_007 the 20 Jul 09 at 14:02.
There is something called
SuperDebs that seems useful to users with slow internet (or no internet at all), but is more focused on new installs of software
There is something called <a href="http://hacktolive.org/wiki/Super_Deb">SuperDebs</a> that seems useful to users with slow internet (or no internet at all), but is more focused on new installs of software
274
votes
292
16
18
Selected solution (#8):
Use better compression as much as possible.
LZMA has been updated with LZMA2 included in the newer beta's of 7z which is making it into Karmic.
It seems with the new LZMA2 compression using 2 threads and Solid compression it gives better compression than even RAR's upcoming WINRAR64 with comparable speeds.(LZMA2 with 4 or more threads is about 50% faster and 2 or less threads is about 20% slower, though 2 threads has better compression.)
[ Note: This is for compressing LZMA2Solid could easily be far faster at decompressing ]
I know it won't be as big a difference as moving to delta's but it will cause about a 30% reduction compared to the current tar.gz compression used now which is actually very large when you consider some people have to download 200 MB in gunzip compressed updates with LZMA2 it would be around 150 MB. Huge difference if your connection is slow.
Downside is compression is slower with lzma ,but its designed to have decompression speeds like gunzip fortunately.
LZMA has been updated with LZMA2 included in the newer beta's of 7z which is making it into Karmic.
It seems with the new LZMA2 compression using 2 threads and Solid compression it gives better compression than even RAR's upcoming WINRAR64 with comparable speeds.(LZMA2 with 4 or more threads is about 50% faster and 2 or less threads is about 20% slower, though 2 threads has better compression.)
[ Note: This is for compressing LZMA2Solid could easily be far faster at decompressing ]
I know it won't be as big a difference as moving to delta's but it will cause about a 30% reduction compared to the current tar.gz compression used now which is actually very large when you consider some people have to download 200 MB in gunzip compressed updates with LZMA2 it would be around 150 MB. Huge difference if your connection is slow.
Downside is compression is slower with lzma ,but its designed to have decompression speeds like gunzip fortunately.
-53
votes
30
15
83
Selected solution (#9):
Create a update package file
With an update package file, people can download the most recent updates in a single file and install it.
This solution could help people with slow internet connection, because they can get the file in a Lan House or with a friend that has already downloaded the updates and keep it with him for future use.
It could work like a "service pack" for example, and become available in the ubuntu official site.
I think that with it, there will be even an economy of Ubuntu mirrors bandwidth, because in many places, people put many machines in a same network to update directly from the mirrors and it is not reasonable, because the same download will be done many times.
With the update as a single file package, any download manager can resume a partial download of the file.
With an update package file, people can download the most recent updates in a single file and install it.
This solution could help people with slow internet connection, because they can get the file in a Lan House or with a friend that has already downloaded the updates and keep it with him for future use.
It could work like a "service pack" for example, and become available in the ubuntu official site.
I think that with it, there will be even an economy of Ubuntu mirrors bandwidth, because in many places, people put many machines in a same network to update directly from the mirrors and it is not reasonable, because the same download will be done many times.
With the update as a single file package, any download manager can resume a partial download of the file.
-57
votes
18
16
75
Selected solution (#10):
Blend to background
By doing this. The update process will look blend to background. User can just using the computer when download of update file is in progress.
- hidden interface as much as possible.
- put QOS (quality of service) over it. so it dosn't take bandwidth too much when user using internet.
- update as much package as it downloaded when user shutdown or startup so no file is in used.
Optional
- sort important update on top of download list. so important update package get update first.
- reusme last package. so long package can finish.
- popup when download compleate or error.
By doing this. The update process will look blend to background. User can just using the computer when download of update file is in progress.
- hidden interface as much as possible.
- put QOS (quality of service) over it. so it dosn't take bandwidth too much when user using internet.
- update as much package as it downloaded when user shutdown or startup so no file is in used.
Optional
- sort important update on top of download list. so important update package get update first.
- reusme last package. so long package can finish.
- popup when download compleate or error.
111
votes
121
10
10
Selected solution (#11):
LAN P2P update
Written by
Drebon the 2 Aug 09 at 11:10.
In certain cases, people have got one low bandwidth connection with a bunch of pc in lan behind. If update manager was able to seed it's downloaded update on local networks it would reduce the usage of bandwidth (only one download per arch).
I think Apple has something similar
In certain cases, people have got one low bandwidth connection with a bunch of pc in lan behind. If update manager was able to seed it's downloaded update on local networks it would reduce the usage of bandwidth (only one download per arch).
I think Apple has something similar
81
votes
84
5
3
Selected solution (#12):
Support continuation of terminated download
I use low bandwidth gprs connection. During updates i very often see that in the middle of downloading a package the process terminates and starts over from zero (!) again downloading what has already been downloaded! And over and over and over. During this process it consumes times more traffic than entire update. It looks like bug.
If update manager will support continuation of terminated download process (like wget or sometimes firefox does) it will be very helpful.
Upd: delta updates alone will not fix the problem. Such update can itself be of large size.
I use low bandwidth gprs connection. During updates i very often see that in the middle of downloading a package the process terminates and starts over from zero (!) again downloading what has already been downloaded! And over and over and over. During this process it consumes times more traffic than entire update. It looks like bug.
If update manager will support continuation of terminated download process (like wget or sometimes firefox does) it will be very helpful.
Upd: delta updates alone will not fix the problem. Such update can itself be of large size.
20
votes
28
18
8
Selected solution (#13):
Integrate Ksplice Uptracker
Written by
spocky the 3 Aug 09 at 20:21.
At least for the updating of the kernel the uptracker (ksplice.com) can apply diff updates (at least this is what i understood).
At least for the updating of the kernel the uptracker (ksplice.com) can apply diff updates (at least this is what i understood).
-23
votes
13
8
36
Selected solution (#14):
Add a "help a buddy" feature to Synaptic
Written by
mdhunn the 4 Aug 09 at 19:49.
Actually this would be two features. Add the ability to export a list of the installed packages and their versions installed on one machine along with any apps desired onto a thumb drive. And of course the corresponding feature to download and update the drive.
Basically just an update to the download / add packages feature that's all ready there. After all an update done in Synaptic is just as valid as one done in Update Manager or by using apt on the command line. Having both a laptop and a desktop, I might even get some use out of that when my home connection goes down.
Actually this would be two features. Add the ability to export a list of the installed packages and their versions installed on one machine along with any apps desired onto a thumb drive. And of course the corresponding feature to download and update the drive.
Basically just an update to the download / add packages feature that's all ready there. After all an update done in Synaptic is just as valid as one done in Update Manager or by using apt on the command line. Having both a laptop and a desktop, I might even get some use out of that when my home connection goes down.
-46
votes
7
4
53
Selected solution (#15):
Split it
Split it into two parts:
Part one- download the file to one big file
Part two- then, when it is finished downloading, install it with absolutely no need for the Internet.
That way, nothing can screw up the update due to Internet connection failure.
Split it into two parts:
Part one- download the file to one big file
Part two- then, when it is finished downloading, install it with absolutely no need for the Internet.
That way, nothing can screw up the update due to Internet connection failure.
33
votes
40
5
7
Selected solution (#16):
Generate a download script.
The package manager is capable of generating a download script, so why not the update manager?
The user could then take that download script to a friend's house, a library or their school and download the files to USB, CD, etc. Then simply insert the media in their computer and BOOM, updated!
It may also be an idea to make the script and OS agnostic as possible (many libraries only have windows) or allow the user to select what OS they will be using to do the download (windows can do ftp via CLI, so it should be possible).
The package manager is capable of generating a download script, so why not the update manager?
The user could then take that download script to a friend's house, a library or their school and download the files to USB, CD, etc. Then simply insert the media in their computer and BOOM, updated!
It may also be an idea to make the script and OS agnostic as possible (many libraries only have windows) or allow the user to select what OS they will be using to do the download (windows can do ftp via CLI, so it should be possible).
833
votes
848
31
15
Selected solution (#17):
Show download rate and add pause option
You could just add a pause option to the software center and also show the download rates. Further more if the software center can be made such a way that when the network/internet goes off the download doesn't stop completely and starts from where it left of when the internet is back.
This idea can also be applied to Update manager.
You could just add a pause option to the software center and also show the download rates. Further more if the software center can be made such a way that when the network/internet goes off the download doesn't stop completely and starts from where it left of when the internet is back.
This idea can also be applied to Update manager.
237
votes
245
9
8
Selected solution (#18):
Allow multiple Downloads
Allow multiple downloads to take place using all of the bandwidth Or limit usage. Sometimes some files/servers have very low speed. So simultaneous downloads would be helpful
Anyway why would anyone waste time for each file to get downloaded, whereas you could let it download 2 or 3 files depending on the bandwidth and finish the updates faster.
Allow multiple downloads to take place using all of the bandwidth Or limit usage. Sometimes some files/servers have very low speed. So simultaneous downloads would be helpful
Anyway why would anyone waste time for each file to get downloaded, whereas you could let it download 2 or 3 files depending on the bandwidth and finish the updates faster.
66
votes
76
4
10
Selected solution (#19):
support download by torrent
why not support downloads by torrents to ease load on the servers...
why not support downloads by torrents to ease load on the servers...
1128
votes
1137
26
9
Solution #1:
Compile Firefox with PGO by default
Written by
Dinth the 15 Feb 09 at 12:43.
One of reasons why Firefox is so slow on Linux, is that Windows version is compiled with PGO - https://developer.mozilla.org/en/Building_with_Profile-Guided_Optimization . Ubuntu devs should compile firefox packages with PGO enabled to speed up Firefox on Ubuntu
125
votes
282
139
157
Solution #2:
Compile Firefox with ICC (Intel compiler)
Written by
Dinth the 15 Feb 09 at 12:46.
Propably compiling Firefox with ICC would greatly speed up this application.
It is a trouble when user must do compiling with so unusual compiler on his own, but Ubuntu devs can easly do it and put binary packages in repository, or at least PPA.
Propably compiling Firefox with ICC would greatly speed up this application.
It is a trouble when user must do compiling with so unusual compiler on his own, but Ubuntu devs can easly do it and put binary packages in repository, or at least PPA.
582
votes
610
64
28
Solution #3:
Add native 64bit Java and Flash packages to PPA
Written by
Dinth the 15 Feb 09 at 12:52.
There are avalible native 64bit Java and Flash versions on Suns and Adobe websites. ATM they are in beta state, but there are pretty much stable, so why dont package them to repo or at least PPA? This would greatly speed up Firefox on 64bit systems - now, sometimes nspluginwrappers takes 50% of cpu power when playing video from some sites.
There are avalible native 64bit Java and Flash versions on Suns and Adobe websites. ATM they are in beta state, but there are pretty much stable, so why dont package them to repo or at least PPA? This would greatly speed up Firefox on 64bit systems - now, sometimes nspluginwrappers takes 50% of cpu power when playing video from some sites.
944
votes
955
22
11
Solution #5:
Work with Mozilla to Ensure Linux version is Perfomance Optimized
There probably aren't as many developers testing the linux version as this isn't the biggest install base.
There probably aren't as many developers testing the linux version as this isn't the biggest install base.
-272
votes
74
88
346
Solution #6:
Support the development of swiftweasel
Written by
JanMalte the 19 Feb 09 at 06:56.
Support the development of the swiftweasel project.
This is an pgo compiled version of firefox.
http://swiftweasel.tuxfamily.org/
-438
votes
45
23
483
Solution #7:
Epiphany as default browser
I have been using Epiphany for the last months, and I really enjoy it. I still miss some Firefox extensions, but it's ok. I think it is a good choice for Ubuntu. Maybe not now, but when it gets a stable webkit support.
I have been using Epiphany for the last months, and I really enjoy it. I still miss some Firefox extensions, but it's ok. I think it is a good choice for Ubuntu. Maybe not now, but when it gets a stable webkit support.
-120
votes
56
19
176
Solution #8:
Support the development of Google's Chrome
Written by
brownbat the 14 Mar 09 at 02:20.
The "support x browser instead" options are tanking, but I wanted to give everyone an option to vote down (or up?) Google's browser too.
The "support x browser instead" options are tanking, but I wanted to give everyone an option to vote down (or up?) Google's browser too.
-96
votes
48
23
144
Solution #9:
Port Firefox to Qt
Written by
flammon the 14 Mar 09 at 22:18.
I love GNOME and use it every day, have been since pre 1.0 but I think that its weakest part is GTK/GDK. Qt is faster and GPL so perhaps it is time to start porting. Firefox is mostly written in C++ so using Qt shouldn't be a problem.
The project has already begun and I'm anxious to see the results.
http://browser.garage.maemo.org/news/10/
I love GNOME and use it every day, have been since pre 1.0 but I think that its weakest part is GTK/GDK. Qt is faster and GPL so perhaps it is time to start porting. Firefox is mostly written in C++ so using Qt shouldn't be a problem.
The project has already begun and I'm anxious to see the results.
http://browser.garage.maemo.org/news/10/
-42
votes
9
9
51
Solution #11:
Option to install firefox32 on 64-bit distributions
Edit: I take this back. I upgraded to Janty 9.04 and Firefox works like a charm with the Flash 10 driver!
I have been using Ubuntu 64 bit versions for several years. And what I still don't like is that my system slows down pathetically when the browser tries to load a Flash or Java applet which are used on most pages on the Internet today, not to mention ads.
Although, its not exactly Ubuntu's problem that the sources providing these plugins do not entirely support x86_64 platforms, users should have the freedom to choose whether or not to use these packages and how to use them.
There should be a meta package that installs firefox32 and removes firefox64 on 64 bit versions of Ubuntu. Also, plugins for Firefox like Flash, Java, Adobe Reader, Shockwave, etc. should be replaced with 32 bit versions without any intervention.
Edit: I take this back. I upgraded to Janty 9.04 and Firefox works like a charm with the Flash 10 driver!
I have been using Ubuntu 64 bit versions for several years. And what I still don't like is that my system slows down pathetically when the browser tries to load a Flash or Java applet which are used on most pages on the Internet today, not to mention ads.
Although, its not exactly Ubuntu's problem that the sources providing these plugins do not entirely support x86_64 platforms, users should have the freedom to choose whether or not to use these packages and how to use them.
There should be a meta package that installs firefox32 and removes firefox64 on 64 bit versions of Ubuntu. Also, plugins for Firefox like Flash, Java, Adobe Reader, Shockwave, etc. should be replaced with 32 bit versions without any intervention.
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
4822
4
387
Selected solution (#1):
Auto-generated solution of idea #295
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!
<i>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.</i><br /> Thanks!
13
votes
17
1
4
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.
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.
Thunderbird Indicator Applet
Written by hyakov2 the 11 Nov 09 at 23:02.
Global category: Internet & Networking.
Implemented
Thunderbird also should be unified with the indicator-applet, because not everyone uses the Evolution.
811
votes
832
34
21
Selected solution (#1):
Integrate Thunderbird with Indicator
Written by
hyakov2 the 11 Nov 09 at 23:02.
Integrate Thunderbird with the Indicator like the Evolution is integrated with the applet in version 10.04.
Integrate Thunderbird with the Indicator like the Evolution is integrated with the applet in version 10.04.
<img src="http://www.hyako.com/pessoal/indicator.png" />
150
votes
207
51
57
Selected solution (#2):
#1 + act as a tray icon
Solution #1 plus make it work as a tray icon as well, just as it works with Empathy right now.
Solution #1 plus make it work as a tray icon as well, just as it works with Empathy right now.
148
votes
166
16
18
Selected solution (#3):
Indicator should be customisable
Written by
spocky the 23 Nov 09 at 08:47.
A small programm should be elaborated where all the users should be able to add new indicators for programms (simply to start a programm -> e.g. Thunderbird) or to open webpages (Read an write emails von gmx.at)
cheers
Martin
A small programm should be elaborated where all the users should be able to add new indicators for programms (simply to start a programm -> e.g. Thunderbird) or to open webpages (Read an write emails von gmx.at)
cheers
Martin
-102
votes
12
18
114
Selected solution (#4):
Use with alltray
alltray thunderbird
Then configure thunderbird to display using message or sound on email.
alltray thunderbird
Then configure thunderbird to display using message or sound on email.
58
votes
71
14
13
Selected solution (#5):
Link Indicator Applet to 'Preferred Applications'
Written by
Pernig the 26 Nov 09 at 20:58.
The indicator applet could be made to reflect the preferred application choices. Therefore only one email client will be shown.
Under the Internet tab a preferred instant messaging client could be added too. As far as I am aware there isn't an option for this on any other operating system, but IM clients are very widely used, so there should be! Perhaps Ubuntu could pioneer this?
By doing this it would be possible to allow users to change their status in the 'indicator-applet-session' for their IM client of choice, too.
The indicator applet could be made to reflect the preferred application choices. Therefore only one email client will be shown.
Under the Internet tab a preferred instant messaging client could be added too. As far as I am aware there isn't an option for this on any other operating system, but IM clients are very widely used, so there should be! Perhaps Ubuntu could pioneer this?
By doing this it would be possible to allow users to change their status in the 'indicator-applet-session' for their IM client of choice, too.
49
votes
91
28
42
Selected solution (#6):
Or use thunderbird by default
Written by
konradmb the 28 Nov 09 at 09:21.
Use thunderbird default with ubuntu new installation instead evolution
Use thunderbird default with ubuntu new installation instead evolution
23
votes
32
6
9
Selected solution (#7):
Add every IM client to this menu
Written by
artems96 the 7 Dec 09 at 20:27.
This menu isn't informative now and it hasn't any benefits with notify-osd. Every IM client, such as qutIM, Psi/Psi+, must be situated in this menu, i think.
It can be very useful on small screen of my netbook, because now qutIM, pidgin and skype are signalling at the same time.
This menu isn't informative now and it hasn't any benefits with notify-osd. Every IM client, such as qutIM, Psi/Psi+, must be situated in this menu, i think.
It can be very useful on small screen of my netbook, because now qutIM, pidgin and skype are signalling at the same time.
12
votes
14
5
2
Selected solution (#8):
Integrate the most useful features of the client ; not a label only
Written by
DrG the 11 Dec 09 at 17:36.
Integrates parts ( ie. a text box to send message , and such other things ) of instant messenger ( eg :empathy) , mail client , and rss reader to GNOME panel - This should be customizable .
Also See -
http://brainstorm.ubuntu.com/idea/22856/
Integrates parts ( ie. a text box to send message , and such other things ) of instant messenger ( eg :empathy) , mail client , and rss reader to GNOME panel - This should be customizable .
Also See - http://brainstorm.ubuntu.com/idea/22856/