Contributor azrael
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
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.
Power Management
Ubuntu
In :
Priority : Low
Definition : Pending Approval (Needs guidance)
Implementation : Slow progress
Assignee : Amit Kucheria
Written by jsmidt the 28 Feb 08 at 16:49.
Global category: Others.
In development
Ubuntu needs to go green. Powertop, Lesswatts and other tools have finally hit the Linux scene to pave the way for better power management. It needs to be said, "if you want your battery to last longest, or have your energy bill be the lowest, you better use Ubuntu Linux."
Merged from 18976:
Power management still isn't very effective in Linux and it still puts a lot of laptop users off Linux. While Linux has come on a long way thanks to the work of Intel with PowerTOP informing developers when their software breaks the idol state unnecessarily so they are doing their part as well as the kernel developers now we still have a long way to go to compete with Windows and I'm looking at ways for Ubuntu to do this.
One of the benefits of Linux is that is very easy to customise and a lot of its users love to tinker. Ubuntu should therefore use this to its advantage by allowing its power users to easily have access to the latest developments in Linux power efficiency. This would also be useful to Ubuntu as power users could submit results on what settings are most economical for specific hardware. This would give Ubuntu the chance to market itself on its power efficacy over other operating systems by it silently implementing these settings on the detected hardware setup for new users.
To give users these advantages Ubuntu should help more on Intels Lesswatts projects as these are Linux's best bet on beating windows power management. The problem is the solution to effective power management needs to simple enough that it works for a new user that wont even know its active but also very easy for power users to modify and test their own setups from one central tool.
http://www.lesswatts.org/
8015
votes
8746
0
731
Selected solution (#1):
Auto-generated solution of idea #81
Written by
jsmidt the 28 Feb 08 at 16:49.
Ubuntu Brainstorm was updated in January 2009. Since the
idea #81 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 #81 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!
336
votes
387
39
51
Selected solution (#2):
Include a software like Ekobatt
Written by
biniou the 3 Feb 09 at 11:48.
It would be a good solution to include a software like Ekobatt or eee-control which permit to desactivate some features of laptop.
It would be a good solution to include a software like Ekobatt or eee-control which permit to desactivate some features of laptop.
663
votes
669
7
6
Selected solution (#3):
Add more power saving techniques to gnome-power-manager
Since it's already in control of power consumption. Two power managers running may conflict.
Add options to disable bluetooth and webcam when on battery power to gnome-power-manager.
Since it's already in control of power consumption. Two power managers running may conflict.
Add options to disable bluetooth and webcam when on battery power to gnome-power-manager.
333
votes
348
38
15
Selected solution (#5):
Analyze which software makes your machine use more power with PowerTOP
Written by
torkiano the 9 Feb 09 at 16:15.
PowerTOP is a Linux tool that helps you find those programs that are misbehaving while your computer is idle
More information: http://www.lesswatts.org/projects/powertop/
2
votes
2
0
0
Selected solution (#6):
Develop/Intergrate WattOSPM (GUI laptop-mode/Powersaving) in2 Gnome-power-manger
This is taking Solution #3 to prevent conflict and expanding to give Gnome-power-manger 2 modes, simple for average user and button to reveal an advance set of options for power users based off the options in WattOSPM and PowerTOP.
To stop average users completely breaking their system with the tool only include safe things to disable in the simple mode in an on/off switch manor such as the optical drives and sound chipsets which aren't necessary to all users on the go but still waste power, Also this is a feature possible in windows for a long time now! The advanced mode could log user results of all their changes and show on a graph similar to Gnomes current power chart and have the option to submit the best back to Ubuntu so they can be set as silent defaults values for specific hardware for less technical users.
WattOSPM is already an effective little python tray-bound GUI to enable fast changing of laptop-mode-tools, X-backlight, and Powersaving settings to optimise many parts of your system for battery consumption and performance. So it would be nice to see it assisted by Ubuntu developers to add more features while it is integrated into Gnome to give back to the whole Linux community. These changes could be those found in Rightmark CPU Clock Utility for Windows Eg.CPU performance states editor, Thermal throttling values, and CPU PLL lock time these could be accessed through the Gnome CPU Frequency Scaling Monitor applet in the tray if cpufreq-selector is installed by default.
This is taking Solution #3 to prevent conflict and expanding to give Gnome-power-manger 2 modes, simple for average user and button to reveal an advance set of options for power users based off the options in WattOSPM and PowerTOP.
To stop average users completely breaking their system with the tool only include safe things to disable in the simple mode in an on/off switch manor such as the optical drives and sound chipsets which aren't necessary to all users on the go but still waste power, Also this is a feature possible in windows for a long time now! The advanced mode could log user results of all their changes and show on a graph similar to Gnomes current power chart and have the option to submit the best back to Ubuntu so they can be set as silent defaults values for specific hardware for less technical users.
WattOSPM is already an effective little python tray-bound GUI to enable fast changing of laptop-mode-tools, X-backlight, and Powersaving settings to optimise many parts of your system for battery consumption and performance. So it would be nice to see it assisted by Ubuntu developers to add more features while it is integrated into Gnome to give back to the whole Linux community. These changes could be those found in Rightmark CPU Clock Utility for Windows Eg.CPU performance states editor, Thermal throttling values, and CPU PLL lock time these could be accessed through the Gnome CPU Frequency Scaling Monitor applet in the tray if cpufreq-selector is installed by default.
<img src="http://www.raiden.net/images/articles/wattos/disks.png" />
Also get Ubuntu to look at some of the power/speed measures used in the Ubuntu derivative distribution WattOS and port them back to the main distribution where possible.
How to Install http://ubuntuforums.org/showpost.php?p=6362540&postcount=103
Review http://www.raiden.net/?cat=2&aid=539
138
votes
155
9
17
Selected solution (#7):
Write a simple GUI to control laptop-mode-tools.
Written by
andrew.p the 19 Mar 09 at 22:03.
Here are some parameters of /etc/laptop-mode/laptop-mode.conf that sometimes should be customized not only by greatly experienced users: readahead size, disk spin down timeout, maximum time to keep data in memory, low battery level to write data to disk, whether to enable all of this on AC power. There IS a reason for it, for example optimal readahead can be very different on machines with different amount of RAM. Also, this is a way of locking some values (for example the tool should not allow to set readahead >RAM/50).
Also there should be a global Enable HDD Powersave Tools checkbox controlling /etc/default/acpi-support ENABLE_LAPTOP_MODE.
And I also think there should be an option (with warning) to set hdparm -B to 254 in all modes (this fixes ustoppable spinning down on battery for some laptops).
Here are some parameters of /etc/laptop-mode/laptop-mode.conf that sometimes should be customized not only by greatly experienced users: readahead size, disk spin down timeout, maximum time to keep data in memory, low battery level to write data to disk, whether to enable all of this on AC power. There IS a reason for it, for example optimal readahead can be very different on machines with different amount of RAM. Also, this is a way of locking some values (for example the tool should not allow to set readahead >RAM/50).
Also there should be a global Enable HDD Powersave Tools checkbox controlling /etc/default/acpi-support ENABLE_LAPTOP_MODE.
And I also think there should be an option (with warning) to set hdparm -B to 254 in all modes (this fixes ustoppable spinning down on battery for some laptops).
18
votes
22
3
4
Selected solution (#8):
Make it a separate package
g-p-m already handles a lot of critical tasks, and does it pretty well. Since the advanced power tools being discussed are clearly optional, and since they are more user-interactive, they should be in a separate package instead of included in the g-p-m package.
g-p-m already handles a lot of critical tasks, and does it pretty well. Since the advanced power tools being discussed are clearly optional, and since they are more user-interactive, they should be in a separate package instead of included in the g-p-m package.
57
votes
58
2
1
Selected solution (#9):
Expand the capabilities of gnome-power-manager
Gnome power manager is a great tool but I think it could use some expansion. Namely, I'd like to see it logging (and eventually graphing) the system's battery history over the long term (not just a session) to give a more accurate picture of how a user typically uses his or her machine battery-wise and to give a sense of the machine's capabilities.
Ideally, the app would mature and after a set interval of recording this data, it would be able to provide a few basic suggestions based on power related events as to how the user can get the most life out of their battery in the long and short term.
Gnome power manager is a great tool but I think it could use some expansion. Namely, I'd like to see it logging (and eventually graphing) the system's battery history over the long term (not just a session) to give a more accurate picture of how a user typically uses his or her machine battery-wise and to give a sense of the machine's capabilities.
Ideally, the app would mature and after a set interval of recording this data, it would be able to provide a few basic suggestions based on power related events as to how the user can get the most life out of their battery in the long and short term.
5
votes
5
0
0
Selected solution (#10):
"Green Software" Logo
Written by
MX the 27 Mar 09 at 12:44.
To increase visibility and to be supported by facts: e.g. increases battery life by x% on average (for notebooks) or reduces average energy consumption by x % (for Pc's).
From my experience proper, non-technical and business oriented communication is key to reach most users and convince them about the usp's of a product.
Thinking of a usp - energy efficiency has a high impact.
Appreciate your thoughts and keep going!
To increase visibility and to be supported by facts: e.g. increases battery life by x% on average (for notebooks) or reduces average energy consumption by x % (for Pc's).
From my experience proper, non-technical and business oriented communication is key to reach most users and convince them about the usp's of a product.
Thinking of a usp - energy efficiency has a high impact.
Appreciate your thoughts and keep going!
159
votes
160
6
1
Selected solution (#11):
Integrate in other powersaving options.
Written by
Biornus the 2 Mar 09 at 18:59.
The options should automatically be available if you install the OS on a laptop.
The options should automatically be available if you install the OS on a laptop.
85
votes
100
1
15
Selected solution (#12):
Automatic charge/discharge
Written by
Mondane the 9 Feb 09 at 14:26.
The user shouldn't be bothered checking his battery and/or removing the battery when on AC power. Make the OS drain the battery on intervals so the battery stays intelligent when the laptop is on AC power.
The user should have the option the interrupt and revert the draining if he knows he needs a full battery and is leaving in a short time.
The user shouldn't be bothered checking his battery and/or removing the battery when on AC power. Make the OS drain the battery on intervals so the battery stays intelligent when the laptop is on AC power.
The user should have the option the interrupt and revert the draining if he knows he needs a full battery and is leaving in a short time.
25
votes
29
8
4
Selected solution (#13):
Set the maximum battery charge on AC power
Written by
mathieu the 5 Feb 09 at 18:36.
In order to preserve its battery's life, I would like to set the maximum percentage of charge (60% or 80% for example) when I'm not using it outdoor.
But if I have to use it outdoor, I want to release the limitation easily to get the maximum charge.
Finally, when I come back at home, I would like to use the battery power if the charge level is over the limitation setting, even if I have plugged the AC cable.
This trick will increase our Li-ion battery lifetime. Because if it is always completely charged when the laptop is running on AC power, its charging/discharging capacity will decrease quickly than if it is set on a lower value.
In order to preserve its battery's life, I would like to set the maximum percentage of charge (60% or 80% for example) when I'm not using it outdoor.
But if I have to use it outdoor, I want to release the limitation easily to get the maximum charge.
Finally, when I come back at home, I would like to use the battery power if the charge level is over the limitation setting, even if I have plugged the AC cable.
This trick will increase our Li-ion battery lifetime. Because if it is always completely charged when the laptop is running on AC power, its charging/discharging capacity will decrease quickly than if it is set on a lower value.
0
votes
0
0
0
Selected solution (#14):
Simple GUI or tray icon
Written by
TuxHHG the 22 Jun 09 at 22:36.
Today we can suspend many unused devices over the proc filesystem, but this is very annoying for a simple user. I provide a gui tool or trayicon that list devices. It should have simple checkbuttons to activate or suspend it.
Such a tool exist for the asus eee, with improvements it should work on many other computers.
Today we can suspend many unused devices over the proc filesystem, but this is very annoying for a simple user. I provide a gui tool or trayicon that list devices. It should have simple checkbuttons to activate or suspend it.
Such a tool exist for the asus eee, with improvements it should work on many other computers.
Fix Suspend and Hibernate
Written by tighem the 28 Feb 08 at 17:22.
Global category: System.
Not an idea
Suspend and hibernate still seems to be a big issue based on forum posts.
Developer comments
“Fix suspend and hibernate” is not an idea; it is not something that a developer could ever mark as “Implemented”. Suspend and hibernate work for many machines, and making them work for more machines is a matter of fixing individual bugs, not of implementing an idea.
This page has (as shown by the “Mix of improvements” suggestion, and the highly varied “duplicate” ideas) become a vortex for many unrelated ideas. Some of these ideas are good, and some are not so good. They should be separated out and voted on individually.
—mpt
7476
votes
8126
17
650
Solution #1:
With proprietary drivers
Written by
tighem the 28 Feb 08 at 17:22.
Really focus on fixing it, even with proprietary drivers.
Really focus on fixing it, even with proprietary drivers.
78
votes
92
11
14
Solution #3:
Mix of improvements + Solution #1 (letting the user choose)
I think that even using proprietary driver may make it more compatible, always let the user to choose.
On the other hand I have some other ideas to improve performance (probably already implemented):
- Memory trim and garbage collection, before hitbernating.
- Memory Defrag.
- Exclude System Prefetched data from hibernate files. I mean memory used with programs already closed but still in memory in the case you want to open them again.
I think that even using proprietary driver may make it more compatible, always let the user to choose.
On the other hand I have some other ideas to improve performance (probably already implemented):
- Memory trim and garbage collection, before hitbernating.
- Memory Defrag.
- Exclude System Prefetched data from hibernate files. I mean memory used with programs already closed but still in memory in the case you want to open them again.
-31
votes
27
14
58
Solution #4:
Add an idle option
As a temporary solution, we should add an "idle" option to ubuntu.
Since suspend and hibernate both invole creating a system image and storing it in the ram/in the swap, until we fix this, we need to find another alternative to this.
The only alternative remaining is to leave your computer open during all the night!
Well, my idea is to add an "Idle" option, that would:
-Suspend most of the programs
-Lower the CPU clocking (If possible)
-Lower the fan speed (If possible, trying to emit the less noise possible)
-Lower the HDD speed (If possible)
-Lock the screen
That way, we could still avoid energy wasting, while waiting for a working sleep mode.
As a temporary solution, we should add an "idle" option to ubuntu.
Since suspend and hibernate both invole creating a system image and storing it in the ram/in the swap, until we fix this, we need to find another alternative to this.
The only alternative remaining is to leave your computer open during all the night!
Well, my idea is to add an "Idle" option, that would:
-Suspend most of the programs
-Lower the CPU clocking (If possible)
-Lower the fan speed (If possible, trying to emit the less noise possible)
-Lower the HDD speed (If possible)
-Lock the screen
That way, we could still avoid energy wasting, while waiting for a working sleep mode.
136
votes
148
6
12
Solution #5:
we should have a progress hibernating bar in lucid lynx
a progress bar is more intuitive than a black screen, nothing else to add
a progress bar is more intuitive than a black screen, nothing else to add
99
votes
139
23
40
Solution #6:
don't ask for password after wake up (optionally)
Written by
yzarc the 9 Nov 09 at 20:33.
don't ask for password after wake up (optionally).
I'd like to open the lit and have my system ready to use.
don't ask for password after wake up (optionally).
I'd like to open the lit and have my system ready to use.
-32
votes
3
5
35
Solution #7:
Create solid aternative for laptops where suspend/hibernate doens't work.
Written by
FeraTech the 21 Mar 10 at 04:47.
For those laptops where suspend and hibernate do not work Ubuntu should automatically default to an alternative.
A good solution would be to simply have the previous state stored onto the hard drive including all running applications. The laptop would boot normally and all of the previous state would just be stored and controlled by the operating system.
For those laptops where suspend and hibernate do not work Ubuntu should automatically default to an alternative.
A good solution would be to simply have the previous state stored onto the hard drive including all running applications. The laptop would boot normally and all of the previous state would just be stored and controlled by the operating system.
30
votes
40
8
10
Solution #8:
Don't allow suspend/sleep on Laptops where it doesn't work!
Written by
DrWig the 23 Apr 10 at 08:48.
If hibernate/suspend doesn't work, have Ubuntu disable the option, so it doesn't try until a new version/potential fix is released.
If hibernate/suspend doesn't work, have Ubuntu disable the option, so it doesn't try until a new version/potential fix is released.
-27
votes
2
2
29
Solution #9:
Disable suspend/hibernate by default
This is a solution of despair. Function that fails on half of all computers should not be enabled by default. Do not pretend we are able to do what we cannot.
I lost many minutes of work just by accidental pressing sleep button. Sorry.
This is a solution of despair. Function that fails on half of all computers should not be enabled by default. Do not pretend we are able to do what we cannot.
I lost many minutes of work just by accidental pressing sleep button. Sorry.
10
votes
11
1
1
Solution #10:
investigate why suspend works in other distros and not ubuntu
investigate why suspend works in other distros and not ubuntu. 's2ram -f' in another distro works flawlessly, but what ever ubuntu uses causes my touchpad to freeze. ask the community to contribute to a list of what hardware and applications work in suspend. much like the voting system here. for example:
XXX touchpads freezing after suspend +6 votes
window contents lost on ati drivers +X votes
investigate why suspend works in other distros and not ubuntu. 's2ram -f' in another distro works flawlessly, but what ever ubuntu uses causes my touchpad to freeze. ask the community to contribute to a list of what hardware and applications work in suspend. much like the voting system here. for example:
<insert manufacturer here> XXX touchpads freezing after suspend +6 votes
<insert some application here> window contents lost on ati drivers +X votes
0
votes
0
0
0
Solution #12:
Hibernate light
Written by
xer0 the 23 Mar 11 at 17:56.
Boot as normal and just restore the state of the X desktop.
Saving the state is already supported in X but not present as an option in the Ubuntu menus (at least i cant find it).
This would provide an alternative for people who has hardware related problems with hibernate.
Boot as normal and just restore the state of the X desktop.
Saving the state is already supported in X but not present as an option in the Ubuntu menus (at least i cant find it).
This would provide an alternative for people who has hardware related problems with hibernate.
Speed Up Ubuntu-Gnome boot time
No information about this blueprint
Information is updated every 5 minutes.
Please wait till the next update.
Written by Arioch the 28 Feb 08 at 15:26.
Global category: System.
Implemented
I guess everybody has experienced the rather long boot up times in Ubuntu (particularly with laptops). I know they are already working on it, but the change from feisty to gutsy was a pain in the ass in terms of boot up speed.
A default WinXP installation beats Ubuntu's boot up time by far!! That shouldn't be allowed fellas!!
6231
votes
7114
4
883
Selected solution (#1):
Boot DevelopmentTeam
Written by
Arioch the 28 Feb 08 at 15:26.
I propose to the development team (both Ubuntu and by extension Gnome) to work on the improvement of boot up times in Ubuntu systems.
I propose to the development team (both Ubuntu and by extension Gnome) to work on the improvement of boot up times in Ubuntu systems.
61
votes
74
18
13
Selected solution (#2):
Allow users to streamline the boot simply.
In addition to speeding up the processes involved, which is key, make it simple for the user to streamline their own bootup. Installing different software can -always- slow down a bootup, no matter how fast it was initially.
Thus, to -keep- boot time short for the many different ways that people use ubuntu, provide the ubuntu user with a simple default tool to remove, delay the start of, or uninstall software that take the most time during startup. The combination of a default boot-time analysis tool and the current session startup manager would provide allow easy boot streamlining, and to a lesser extent so would showing on-screen indicators of what things are being started up over the course of the normal ubuntu boot load.
Allowing user analysis is the key feature missing to make streamlining available to the individual in addition to the developer.
In addition to speeding up the processes involved, which is key, make it simple for the user to streamline their own bootup. Installing different software can -always- slow down a bootup, no matter how fast it was initially.
Thus, to -keep- boot time short for the many different ways that people use ubuntu, provide the ubuntu user with a simple default tool to remove, delay the start of, or uninstall software that take the most time during startup. The combination of a default boot-time analysis tool and the current session startup manager would provide allow easy boot streamlining, and to a lesser extent so would showing on-screen indicators of what things are being started up over the course of the normal ubuntu boot load.
Allowing user analysis is the key feature missing to make streamlining available to the individual in addition to the developer.
-20
votes
30
5
50
Selected solution (#3):
Defer loading unnecessary programs
Some programs take too long and are not required immediately upon boot. For example, sendmail takes forever to start and a regular desktop user usually wants to see a login screen asap, so sendmail can wait. Such programs could be identified and their initiation can be delayed while rest of the system continues booting up.
Some programs take too long and are not required immediately upon boot. For example, sendmail takes forever to start and a regular desktop user usually wants to see a login screen asap, so sendmail can wait. Such programs could be identified and their initiation can be delayed while rest of the system continues booting up.
40
votes
48
8
8
Selected solution (#4):
Profiler to log boot program times
There is a contrast in the comments: some machines take more time before login screen, some do after. In many cases it's the compiz and in some it's dbus or a part of gnome.
The idea is to have a profiler start at the beginning of boot process, on demand, and measure the time taken by each program at startup, writing it to a log file. This will help users figure out what part takes the most time, and will simplify profiling the boot process.
Not sure how much effort is involved, but sounds possible. Any takers?
There is a contrast in the comments: some machines take more time before login screen, some do after. In many cases it's the compiz and in some it's dbus or a part of gnome.
The idea is to have a profiler start at the beginning of boot process, on demand, and measure the time taken by each program at startup, writing it to a log file. This will help users figure out what part takes the most time, and will simplify profiling the boot process.
Not sure how much effort is involved, but sounds possible. Any takers?
57
votes
65
3
8
Selected solution (#5):
Prefech gnome programs while the user type his password
Written by
Id2ndR the 15 Feb 09 at 16:10.
The programs that are loaded just after the login are always the same : gnome-session, gnome-daemons etc.
What take time to load the session is to read them from the hard drive. So as we are sure they will be loaded, we can prefetch them.
This can be extended to user's programs just after he give his name to gdm (so while he is entering his password).
The programs that are loaded just after the login are always the same : gnome-session, gnome-daemons etc.
What take time to load the session is to read them from the hard drive. So as we are sure they will be loaded, we can prefetch them.
This can be extended to user's programs just after he give his name to gdm (so while he is entering his password).
139
votes
157
0
18
Selected solution (#6):
Speed up GDM
Written by
kleytonn the 2 Mar 08 at 12:40.
Turn fast and light the Gnome enviroment with a fast boot. Today, a login in GDM cost 10 or 20 seconds to load a user desktop in one fast computer.
KDE 4.0.1 is new but is visible more light than Gnome.
Turn fast and light the Gnome enviroment with a fast boot. Today, a login in GDM cost 10 or 20 seconds to load a user desktop in one fast computer.
KDE 4.0.1 is new but is visible more light than Gnome.
1
votes
1
1
0
Selected solution (#7):
make gnome as fast as xfce by working with them
gnome is too slow, it need a lot of implrovements, like when u see icons overlap any other, gnome panel bar is not real transparent, and i bring this things in mind just because i can not understand how xfce that does have this features is faster and and lighter...
i mean gnome should work in hand with them and give them things that they already do not have and they could give us some very important help to improve things
gnome is too slow, it need a lot of implrovements, like when u see icons overlap any other, gnome panel bar is not real transparent, and i bring this things in mind just because i can not understand how xfce that does have this features is faster and and lighter...
i mean gnome should work in hand with them and give them things that they already do not have and they could give us some very important help to improve things
Improve dual-screen function
Ubuntu
In :
Priority : Undefined
Definition : Approved (Needs guidance)
Implementation : Implemented
Assignee : Bryce Harrington
Written by clemdup the 28 Feb 08 at 20:32.
Global category: Graphics.
In development
I'm bored with dual-screen on GNU/Linux, it really has to have a graphic configuration, and better features.
I would like to move windows from a screen to another, but when I maximize I need it to be in a single screen.
Update:
Xrandr GUI blog post by Bryce Harrington
Clean up Preferences and Administration.
Ubuntu
In :
Priority : Undefined
Definition : New (Needs guidance)
Implementation : Unknown
Assignee :
Written by writser the 28 Feb 08 at 16:49.
Global category: System.
Implemented
First of all: What is the difference between Preferences and Administration? For example: why do I see 'Encryption and Keyrings' in Preferences and 'Keyring Manager' in Administration? What is the difference between 'Default Printer' and 'Printing'? Why do I have to disable the Tracker under Sessions and not under Search and Indexing? And why are these menu's so large? I have 24 items in Preferences (they don't even fit on my screen!) and 18 items in Administration. To put all this stuff in a popup menu is bad interface design imho. Besides, the number of option should be much smaller. A few suggestions:
Below are all settings I can visit via the System menu. This is just way too much.
-- Preferences --
Universal Access
About Me
Appearance
Bluetooth
Default Printer
Encryption and Keyrings
Keyboard
Keyboard Shortcuts
Main Menu
Mouse
Network Proxy
PalmOS Devices (I don't have one)
Power Management
Preferred Applications
Remote Desktop
Removable Drives and Media
SCIM Input Method Setup (What is this?)
Screen Resolution
Screensaver
[....]
Developer comments
* 'Screens and Graphics' has been dropped in favor of just 'Screen Resolution'
6065
votes
6761
17
696
Selected solution (#1):
Merge the following
Written by
writser the 28 Feb 08 at 16:49.
The following changes could be done
- Merge 'Screensaver', 'Screen Resolution' and 'Screens and Graphics'. -- Already Done.
- Merge 'Network', 'Network Proxy' and 'Network Tools'.
- Merge 'Update Manager, Synaptic Package Manager, Software Sources'.
- Merge 'Encryption and Keyrings', 'Authorizations', 'Keyring Manager'.
The following changes could be done
- Merge 'Screensaver', 'Screen Resolution' and 'Screens and Graphics'. -- Already Done.
- Merge 'Network', 'Network Proxy' and 'Network Tools'.
- Merge 'Update Manager, Synaptic Package Manager, Software Sources'.
- Merge 'Encryption and Keyrings', 'Authorizations', 'Keyring Manager'.
120
votes
269
69
149
Selected solution (#2):
Fedora 10 inspired solution
Written by
yule the 18 Jan 09 at 17:28.
I believe the "Preferences" and "Administration" sub-menus of the "System" menu should be re-structured similarily to "Fedora 10", splitting the items into categories of interest: Look and Feel, Input Devices etc.
Also, but this is probably a generic Gnome defect, items like "Screensaver", "Appearance", "Screen Resolution" should be merged together.
I believe the "Preferences" and "Administration" sub-menus of the "System" menu should be re-structured similarily to "Fedora 10", splitting the items into categories of interest: Look and Feel, Input Devices etc.
Also, but this is probably a generic Gnome defect, items like "Screensaver", "Appearance", "Screen Resolution" should be merged together.
-153
votes
30
24
183
Selected solution (#3):
Most important things in Preferences/Administration and everything in control p.
Written by
jeypeyy the 18 Jan 09 at 21:05.
Put the most important things that a user will need in Preferences and Administration. If the user want to change less important stuff he/she could go to System->'control panel' where the user can change everything that is configurable.
What I mean with important is something like "screen resolution" while "Sun java 6 policy tool" is less important.
Put the most important things that a user will need in Preferences and Administration. If the user want to change less important stuff he/she could go to System->'control panel' where the user can change everything that is configurable.
What I mean with important is something like "screen resolution" while "Sun java 6 policy tool" is less important.
75
votes
109
28
34
Selected solution (#4):
Add a shortcut to the gnome-control-center in the system menu
Written by
c0p3rn1c the 6 Feb 09 at 15:33.
I'm not asking to remove the existing shortcuts in the system menu just to add a shortcut to the gnome-control-center, this makes it much easier for beginners to find what they are looking for. Especially when users are coming from Windows or Mac they are used to a having a control center.
On top of increased similarity to the most popular commercial OS's gnome-controle-center also adds extra functionality with the search box for people who are not used to Ubuntu yet and or are not yet using gnome-do.
Please try the gnome-control-center menu before you vote against it.
It's really a matter of choosing increasing usability over the possible redundancy issue.
I'm not asking to remove the existing shortcuts in the system menu just to add a shortcut to the gnome-control-center, this makes it much easier for beginners to find what they are looking for. Especially when users are coming from Windows or Mac they are used to a having a control center.
On top of increased similarity to the most popular commercial OS's gnome-controle-center also adds extra functionality with the search box for people who are not used to Ubuntu yet and or are not yet using gnome-do.
Please try the gnome-control-center menu before you vote against it.
It's really a matter of choosing increasing usability over the possible redundancy issue.
191
votes
224
18
33
Selected solution (#5):
All in one Gnome Control Center
Written by
dael99 the 14 Feb 09 at 00:56.
All the administration task should be done in the Gnome control center, but nowdays it's just a launcher for gnome-conf apps.
The Gnome Control Centre should be a homegenius way of do things, use the same windows for operations and provide a back button, just like a file explorer (more intuitive no?)
Instead of launching a new windows it show be showed (not nested) to the main area of the Centre. This way we could compete with MS, KDE and MAC in terms of a nice control center.
(also we save some space on the gnome pannel)
All the administration task should be done in the Gnome control center, but nowdays it's just a launcher for gnome-conf apps.
The Gnome Control Centre should be a homegenius way of do things, use the same windows for operations and provide a back button, just like a file explorer (more intuitive no?)
Instead of launching a new windows it show be showed (not nested) to the main area of the Centre. This way we could compete with MS, KDE and MAC in terms of a nice control center.
(also we save some space on the gnome pannel)
85
votes
120
21
35
Selected solution (#6):
Restructure the menu similarly to the Control Center
Make a nice submenu structure following exactly the category structure of the Gnome Control Center.
Like this: http://www.box.net/shared/9xuzp9tym7
-110
votes
24
12
134
Selected solution (#7):
More System submenus
Written by
cousteau the 12 Feb 09 at 20:14.
Instead of just "Preferences" and "Administration", add more submenus (for example: "Preferences", "Hardware", "Look and feel", "Administration"). Like Solution #1 but using submenus instead of sub-submenus.
Instead of just "Preferences" and "Administration", add more submenus (for example: "Preferences", "Hardware", "Look and feel", "Administration"). Like Solution #1 but using submenus instead of sub-submenus.
109
votes
140
28
31
Selected solution (#8):
Simply use the Gnome Control Center instead...
It's by far the most newbie-friendly compared to the existing menu.
You can even type in search words to find what you're after, for instance "mouse" or "resolution".
Furthermore, it can easily be expanded with new items without risking an even more crowded menu.
It's by far the most newbie-friendly compared to the existing menu.
You can even type in search words to find what you're after, for instance "mouse" or "resolution".
Furthermore, it can easily be expanded with new items without risking an even more crowded menu.
18
votes
40
14
22
Selected solution (#9):
Restructure the System menu similarly to the Control Center
Written by
Endolith the 9 Mar 09 at 14:35.
Like solution #6, except without sub-sub-menus. Just put "Personal", "Look and feel", etc. directly under the System menu.
"Use submenus sparingly, as they are physically difficult to navigate and make it harder to find and reach the items they contain." "Do not nest submenus within submenus. More than two levels of hierarchy are difficult to memorize and navigate."
http://library.gnome.org/devel/hig-book/stable/menus-types.html.en#menu-type-su bmenu
Like solution #6, except without sub-sub-menus. Just put "Personal", "Look and feel", etc. directly under the System menu.
"Use submenus sparingly, as they are physically difficult to navigate and make it harder to find and reach the items they contain." "Do not nest submenus within submenus. More than two levels of hierarchy are difficult to memorize and navigate."
http://library.gnome.org/devel/hig-book/stable/menus-types.html.en#menu-type-submenu
61
votes
78
10
17
Selected solution (#10):
Grouping of the listings.
Written by
wish the 5 Mar 09 at 19:25.
1. For example, the Network configurations, Network Proxy and Remote Desktop can be grouped under a single listing Network.
2. Similarly, Compiz Settings Manager, Appearance, Emerald, Screen Saver, Screen Resolution, Windows etc can be grouped under GUI or some other better name.
3. Bluetooth, Printer, Mouse, Palm, etc can be grouped under devices.
Preferences and Administration should also get the option to be open in separate windows where they will not be cluttered.
1. For example, the Network configurations, Network Proxy and Remote Desktop can be grouped under a single listing Network.
2. Similarly, Compiz Settings Manager, Appearance, Emerald, Screen Saver, Screen Resolution, Windows etc can be grouped under GUI or some other better name.
3. Bluetooth, Printer, Mouse, Palm, etc can be grouped under devices.
Preferences and Administration should also get the option to be open in separate windows where they will not be cluttered.
67
votes
92
14
25
Selected solution (#11):
Subdivide System -> Preferences menu in categories
Written by
amrlima the 2 Mar 09 at 20:30.
Fedora has a very elegant solution for this. They divide the menu in categories such as "Look and Feel" etc.
It really keeps the menu clean and it's easier to find what you are looking for.
Fedora has a very elegant solution for this. They divide the menu in categories such as "Look and Feel" etc.
It really keeps the menu clean and it's easier to find what you are looking for.
105
votes
120
9
15
Selected solution (#12):
Create a visible acces to Gnome Control Center (gnome-control-center)
Written by
razor7 the 3 Mar 09 at 15:04.
Use the Gnome Control Center. The problem is that most users (like me) not even know that this cool Control Center even exists...Make it more visible and improve it
Use the Gnome Control Center. The problem is that most users (like me) not even know that this cool Control Center even exists...Make it more visible and improve it
68
votes
83
11
15
Selected solution (#13):
Merge many similar configs into a few good ones
http://brainstorm.ubuntu.com/idea/80/
10
votes
41
9
31
Selected solution (#14):
Unified menu for all settings
Written by
probono the 4 Mar 09 at 22:09.
The separation between system-wide and per-user settings is not necessary. Neither Windows nor Mac OS X have this kind of separation, as it confuses the user more than it helps. I've observed many people to constantly search for a setting in the wrong menu, because nobody remembers in which menu a certain setting is. Hence, I propose to unify all settings in just one menu, as demonstrated in
http://www.youtube.com/watch?v=AF2-JHF6v10
Also, the number of menu items should be brought down by combining multiple of these that fall under the same topic, as it is done in Mac OS X. For example, "Keyboard" and "Keyboard Shortcuts" could be tabs of the same panel. The same is true for "Software Sources" and "Synaptic Pagage Manger", to name just two examples.
The separation between system-wide and per-user settings is not necessary. Neither Windows nor Mac OS X have this kind of separation, as it confuses the user more than it helps. I've observed many people to constantly search for a setting in the wrong menu, because nobody remembers in which menu a certain setting is. Hence, I propose to unify all settings in just one menu, as demonstrated in http://www.youtube.com/watch?v=AF2-JHF6v10
Also, the number of menu items should be brought down by combining multiple of these that fall under the same topic, as it is done in Mac OS X. For example, "Keyboard" and "Keyboard Shortcuts" could be tabs of the same panel. The same is true for "Software Sources" and "Synaptic Pagage Manger", to name just two examples.
-47
votes
5
11
52
Selected solution (#15):
Split System (Admin and Preferences) up into sub-menus
Group similar entries into sub-menus. On average it would be easier to find things, the menus would look less cluttered and the menus would display well on lower resolutions.
I recently had a go at Fedora 10 (went back to Ubuntu within 10 minutes!) and the menus were implemented this way on Fedora.
Group similar entries into sub-menus. On average it would be easier to find things, the menus would look less cluttered and the menus would display well on lower resolutions.
I recently had a go at Fedora 10 (went back to Ubuntu within 10 minutes!) and the menus were implemented this way on Fedora.
-64
votes
10
8
74
Selected solution (#16):
Make the Menus Self learning
Written by
hariks0 the 7 Apr 09 at 18:37.
If the menu preference could be set in a way that only the recent or frequent items are shown and the others only after a preset delay. Also the "Edit Main Menu" could be used to eliminate the unwanted items from popping up [by the user].
There should be a screen during installation letting the user select which applets they want to install with some tool tip for each of the items.Another requirement is an option to replace the default "menu Bar" with "Main Menu Icon" in initial setup from live CD ,which makes the desktop cleaner.
My third suggestion is to open the two menu items of"System" tabbed in to a window named "Preferences" the other "Administration". The applets/ items could be represented by icons and in alphabetical order.
If the menu preference could be set in a way that only the recent or frequent items are shown and the others only after a preset delay. Also the "Edit Main Menu" could be used to eliminate the unwanted items from popping up [by the user].
There should be a screen during installation letting the user select which applets they want to install with some tool tip for each of the items.Another requirement is an option to replace the default "menu Bar" with "Main Menu Icon" in initial setup from live CD ,which makes the desktop cleaner.
My third suggestion is to open the two menu items of"System" tabbed in to a window named "Preferences" the other "Administration". The applets/ items could be represented by icons and in alphabetical order.
990
votes
1024
17
34
Selected solution (#17):
Develop according to the examples below
Written by
nq6 the 24 May 09 at 21:35.
Below I developed some screens to explain better my idea.
Reduce the number of options available to facilitate the choice by the user. Decrease from 39 to 16 items.
Scheme simplification.
idea of how many icons can become one. view of the behavior of windows with the merger of these icons.
overview of the idea. In this picture you can see the whole blueprint at once.
Simplify the menu to facilitate usability. Below the simulation of how the menu of Ubuntu can be. Much simpler, less polluted Visually, and easier to find what you want.
The Ubuntu is an excellent system, more needs to move forward in some areas. One is the simplification of the options that the user faces. The current options make Ubuntu confused. I think that my idea is to improve usability.
Below I developed some screens to explain better my idea.
Reduce the number of options available to facilitate the choice by the user. Decrease from 39 to 16 items.
<a href="http://img30.imageshack.us/img30/6915/ideanq6.jpg" title="Nq6 idea"><img src="http://farm4.static.flickr.com/3324/3599989553_82e7e0512f.jpg" width="500" height="221" alt="idea nq6" /></a>
Scheme simplification.
<a href="http://img193.imageshack.us/img193/5403/96435707.jpg" title="Simplify the system of preferences"><img src="http://farm4.static.flickr.com/3648/3560259065_a876cc1324.jpg" width="500" height="267" alt="01" /></a>
idea of how many icons can become one. view of the behavior of windows with the merger of these icons.
<a href="http://img7.imageshack.us/img7/1473/77578921.jpg" title="Nq6 Idea"><img src="http://farm3.static.flickr.com/2467/3561072856_1ab7feeed0.jpg" width="500" height="206" alt="02" /></a>
overview of the idea. In this picture you can see the whole blueprint at once.
<a href="http://img268.imageshack.us/img268/4152/03a.jpg" title="Nq6 Idea"><img src="http://farm4.static.flickr.com/3602/3560255681_796d7a1961.jpg" width="500" height="474" alt="03a" /></a>
Simplify the menu to facilitate usability. Below the simulation of how the menu of Ubuntu can be. Much simpler, less polluted Visually, and easier to find what you want.
<a href="http://img268.imageshack.us/img268/4130/45298988.jpg" title="Nq6 Idea"><img src="http://farm4.static.flickr.com/3388/3561762040_de223eb9e1.jpg" width="341" height="500" alt="04" /></a>
The Ubuntu is an excellent system, more needs to move forward in some areas. One is the simplification of the options that the user faces. The current options make Ubuntu confused. I think that my idea is to improve usability.
<a href="http://img41.imageshack.us/img41/8748/ideanq62.jpg" title="Nq6 idea"><img src="http://farm4.static.flickr.com/3603/3599989715_5165cd6a29.jpg" width="500" height="317" alt="idea nq6 2" /></a>
-224
votes
38
33
262
Selected solution (#18):
Alternative sub menus
Written by
bryonak the 25 May 09 at 16:43.
Do as solution #17 proposes, except for the sub menus that pop up in a new window, which I find looks a bit awkward.
Instead of a popup, make the sub menus "slide out" below the clicked entry in the same window. The other entries just move further down.
Do as solution #17 proposes, except for the sub menus that pop up in a new window, which I find looks a bit awkward.
Instead of a popup, make the sub menus "slide out" below the clicked entry in the same window. The other entries just move further down.
<img src="http://img441.imageshack.us/img441/2034/slidemenus.jpg"></img>
5
votes
21
9
16
Selected solution (#19):
Add a new tab for Screen resolution to Appearance Preferences
As mentioned in the title, add a new tab, let's say after Visual Effects... Handy and easy to find the way of changing resolution of your screen.
As mentioned in the title, add a new tab, let's say after Visual Effects... Handy and easy to find the way of changing resolution of your screen.
8
votes
17
5
9
Selected solution (#20):
Add Tab and change the context item to Display Settings
The tab should be there, new to Linux users expect to find screen controls in with the theme, effects and display properties. Changing the Context Menu item name to reflect the features: (Instead of 'Change Background' make it 'Display Settings') This is simple and to the point for new and old Gnome users.
The tab should be there, new to Linux users expect to find screen controls in with the theme, effects and display properties. Changing the Context Menu item name to reflect the features: (Instead of 'Change Background' make it 'Display Settings') This is simple and to the point for new and old Gnome users.
-31
votes
6
4
37
Selected solution (#21):
Implement or modify mintMenu
Written by
je1403 the 14 Jul 09 at 23:41.
Linux Mint is an Ubuntu-based distribution. It is especially beginner-friendly. One of its best features is the mintMenu. This replaces the gnome-menu, but is categorized in the same way. It's pretty difficult to explain it by text, but check out this image:
http://www.jessture.com/images/linux_mint/lm3-1_mint_menu.png
The menu is divided in several sections. The "Applications" section is categorized with the average "Office", "Internet", etc. Instead of having the pop-up menus, the menu has a fixed width and height, using scrollbars when the listed items dont fit. Mouseovering the categories shows their contents. The best part is the search bar. If you type "screen" it will filter the results and show you screen resolution, screensaver, login screen, for example. Watch this video:
http://www.youtube.com/watch?v=ePEbfsV2yQw
Linux Mint is an Ubuntu-based distribution. It is especially beginner-friendly. One of its best features is the mintMenu. This replaces the gnome-menu, but is categorized in the same way. It's pretty difficult to explain it by text, but check out this image: http://www.jessture.com/images/linux_mint/lm3-1_mint_menu.png
The menu is divided in several sections. The "Applications" section is categorized with the average "Office", "Internet", etc. Instead of having the pop-up menus, the menu has a fixed width and height, using scrollbars when the listed items dont fit. Mouseovering the categories shows their contents. The best part is the search bar. If you type "screen" it will filter the results and show you screen resolution, screensaver, login screen, for example. Watch this video:http://www.youtube.com/watch?v=ePEbfsV2yQw
0
votes
2
6
2
Selected solution (#22):
Redistribute into better categories
Written by
Aielyn the 26 Oct 10 at 13:15.
Instead of the current split into Preferences and Administration, have the System menu split into parts of the system. And then, on each submenu, the list would be split so that Preferences go on the top of the submenu, and Administration goes on the bottom, with a divider between them, thereby making it easier to distinguish between them, while being able to see both.
EXAMPLE LAYOUT - NOT PART OF SOLUTION ITSELF, JUST A POSSIBLE LAYOUT:
- Software
- Interface
- User
- System
- Third Party
Software would contain everything to do with software - Update Manager, Synaptic Package Manager, Software Sources, Computer Janitor, and Preferred Applications would all be examples.
Interface would contain everything to do with the User Interface - Mouse, Keyboard, Monitors, Audio, Menus, Appearance, etc.
User would hold things that are relevant to the users themselves - Languages, Passwords, About Me, E-Mail Settings, and Users and Groups as a few examples.
System would contain everything to do with system settings and underlying system operation - Time and Date, Drivers, power management, Startup Applications, System Monitor, etc.
Third Party would then contain anything introduced by third-party programs and dealing specifically with those third-party programs - for instance, Opera Widget Manager, Wine settings, etc.
TO BE CLEAR - THE ABOVE IS JUST AN EXAMPLE, NOT PART OF THE SOLUTION ITSELF. It can serve as a discussion point regarding how to best implement the Solution, but the Solution itself is only concerned with splitting it into categories and then dividing the resulting submenus into Preferences and Administration segments.
Instead of the current split into Preferences and Administration, have the System menu split into parts of the system. And then, on each submenu, the list would be split so that Preferences go on the top of the submenu, and Administration goes on the bottom, with a divider between them, thereby making it easier to distinguish between them, while being able to see both.
EXAMPLE LAYOUT - NOT PART OF SOLUTION ITSELF, JUST A POSSIBLE LAYOUT:
- Software
- Interface
- User
- System
- Third Party
Software would contain everything to do with software - Update Manager, Synaptic Package Manager, Software Sources, Computer Janitor, and Preferred Applications would all be examples.
Interface would contain everything to do with the User Interface - Mouse, Keyboard, Monitors, Audio, Menus, Appearance, etc.
User would hold things that are relevant to the users themselves - Languages, Passwords, About Me, E-Mail Settings, and Users and Groups as a few examples.
System would contain everything to do with system settings and underlying system operation - Time and Date, Drivers, power management, Startup Applications, System Monitor, etc.
Third Party would then contain anything introduced by third-party programs and dealing specifically with those third-party programs - for instance, Opera Widget Manager, Wine settings, etc.
TO BE CLEAR - THE ABOVE IS JUST AN EXAMPLE, NOT PART OF THE SOLUTION ITSELF. It can serve as a discussion point regarding how to best implement the Solution, but the Solution itself is only concerned with splitting it into categories and then dividing the resulting submenus into Preferences and Administration segments.
2
votes
5
4
3
Selected solution (#23):
User Settings & System Settings
Change
-System
---Preferences
---Administration
to
-Settings
---User Settings
---System Settings
Change
-System
---Preferences
---Administration
to
-Settings
---User Settings
---System Settings
2
votes
3
1
1
Selected solution (#24):
Remove gwibber and empathy preferences from System Menu
Written by
komputes the 8 Mar 11 at 18:19.
Broadcast (gwibber) and Messaging (empathy) preferences are accessible from within the respective applications. Remove preferences for these applications from the "System" menu.
Broadcast (gwibber) and Messaging (empathy) preferences are accessible from within the respective applications. Remove preferences for these applications from the "System" menu.
Professional-looking bootloader
Ubuntu
In :
Priority : Undefined
Definition : New (Needs guidance)
Implementation : Unknown
Assignee :
Mentorship is available if you want to fix this bug.
Written by Murrquan the 28 Feb 08 at 14:42.
Global category: Look and Feel.
Implemented
Ubuntu's bootloader is a stark black and white screen, filled with confusing options. It gives newbies a moment of indecision, as they try to figure out if they are supposed to choose something, and wonder why there are three or four Ubuntus listed. Then the timer finishes counting down (starting from 10), and the newb begins to feel like he's getting in over his head as his PC boots into Ubuntu.
Too much information up front, stark text-only display, painfully long countdown timer.
5944
votes
7511
21
1567
Selected solution (#1):
Create an attractive boot loader with grubgfx
Written by
Murrquan the 28 Feb 08 at 14:42.
Create an attractive boot loader with grubgfx that requires minimal user input and does not scare away new users. If that doesn't work then use Fedora's Plymouth
Create an attractive boot loader with grubgfx that requires minimal user input and does not scare away new users. If that doesn't work then use Fedora's Plymouth
524
votes
542
30
18
Selected solution (#2):
Use Plymouth and the latest GDM for a faster and smoother boot up.
Written by
vs8 the 14 Jan 09 at 15:59.
openSUSE and Fedora 10 feature more elaborate art than Ubuntu, I'm not talking about the colors they choose, because I like the Ubuntu colors, it's the art style.
One thing they got right is the boot up. Those distros boot very smooth and they look professional, Ubuntu looks rushed, plain and ugly.
I've seen Fedora boot, and the new plymouth thing rocks, Ubuntu should use it too. It's way better than the actual ugly usplash.
The other thing is the GDM, Ubuntu uses a very old GDM, which is slow. At least on my PC (AMD Phenon 9600 Quad Core, 4gb RAM). The new GDM is smoother, faster and it works fine.
In short, Ubuntu needs eye candy, from boot up to shut down it will attract more people, I guarantee it.
What is Plymouth?
http://www.phoronix.com/scan.php?page=article&item=fedora_plymouth&num=1
openSUSE and Fedora 10 feature more elaborate art than Ubuntu, I'm not talking about the colors they choose, because I like the Ubuntu colors, it's the art style.
One thing they got right is the boot up. Those distros boot very smooth and they look professional, Ubuntu looks rushed, plain and ugly.
I've seen Fedora boot, and the new plymouth thing rocks, Ubuntu should use it too. It's way better than the actual ugly usplash.
The other thing is the GDM, Ubuntu uses a very old GDM, which is slow. At least on my PC (AMD Phenon 9600 Quad Core, 4gb RAM). The new GDM is smoother, faster and it works fine.
In short, Ubuntu needs eye candy, from boot up to shut down it will attract more people, I guarantee it.
What is Plymouth?
http://www.phoronix.com/scan.php?page=article&item=fedora_plymouth&num=1
Screen:
https://fedoraproject.org/wiki/Image:Tours_Fedora10_012_Plymouth_Boot.png
openSUSE art:
http://www.opensuse.org/screenshots.php
New GDM login screen:
https://fedoraproject.org/w/uploads/9/94/Tours_Fedora10_018_Login_Screen.png
Thank you.
0
votes
0
0
0
Selected solution (#3):
Put a Motion Splashscreen on ubuntu
to better the user experience, ubuntu should have an animated Splash Screen. a (mini Video) playing, showing the Ubuntu Logo and then a smooth overpass from the splash screen to the loging screen.
to better the user experience, ubuntu should have an animated Splash Screen. a (mini Video) playing, showing the Ubuntu Logo and then a smooth overpass from the splash screen to the loging screen.
330
votes
349
19
19
Selected solution (#4):
Ubuntu Grub Backround
i was thinking that ubuntu team should design an default ubuntu grub backround for future releases..or atleast add them to the current ones. after all it would go nice after seeing the linux mint did that.
i was thinking that ubuntu team should design an default ubuntu grub backround for future releases..or atleast add them to the current ones. after all it would go nice after seeing the linux mint did that.
9
votes
9
0
0
Selected solution (#5):
Design a GUI to help with the process of changing the image
Written by
Rodrigo the 12 Jul 09 at 15:31.
Let's stay with the black screen or maybe a screen, but just one to begin with, then with the use of a GUI (the user can download it from the servers) be able to change it without needing to go to the console.
Everybody likes to customize his machine sooner or later.
Let's stay with the black screen or maybe a screen, but just one to begin with, then with the use of a GUI (the user can download it from the servers) be able to change it without needing to go to the console.
Everybody likes to customize his machine sooner or later.
516
votes
553
46
37
Selected solution (#6):
Use BURG with GRUB 2
Written by
tommis the 7 Jan 10 at 02:02.
BURG is a program based-on Grub 2,BURG uses new menu list,screen layout and shortcut keys that all easily customized.
<img src="http://img163.imageshack.us/img163/4537/screenshot300x221.png" alt="Image Hosted by ImageShack.us"/><br/>
Also see - https://help.ubuntu.com/community/Burg
-81
votes
50
15
131
Selected solution (#7):
Installation Option
In installation have an option of using either BURG or GRUB with GRUB the Default Option
In installation have an option of using either BURG or GRUB with GRUB the Default Option
48
votes
63
9
15
Selected solution (#8):
Just make grub2 better
Written by
lokster the 3 Feb 10 at 14:13.
The developers must make grub2 better. Why use another new and in early development bootloader, while there is already a good one?
Just make the good one even better.
The developers must make grub2 better. Why use another new and in early development bootloader, while there is already a good one?
Just make the good one even better.
5716
votes
6390
15
674
Selected solution (#1):
Auto-generated solution of idea #194
Written by
Nanotron the 28 Feb 08 at 20:17.
I feel there should be a Tool in Nautilus and Dolphin which allows mounting Images by double Click or something similar. (This feature exists int MacOS). Or with a right click on the I think that would be a very useful Tool for every one.
A good example for this is CDemu.
I know there are some other good programs, but I think that would be the easiest way
I feel there should be a Tool in Nautilus and Dolphin which allows mounting Images by double Click or something similar. (This feature exists int MacOS). Or with a right click on the I think that would be a very useful Tool for every one.
A good example for this is CDemu.
I know there are some other good programs, but I think that would be the easiest way
691
votes
699
17
8
Selected solution (#2):
"Mount Image" avaiable in Right-Click Menu
I should be able to right-click a disk image and select "Mount Image" in the context-sensitive section (just as right-clicking on a disk image provides the "Write to Disk..." option).
I should be able to right-click a disk image and select "Mount Image" in the context-sensitive section (just as right-clicking on a disk image provides the "Write to Disk..." option).
-16
votes
9
8
25
Selected solution (#3):
Spruce up gisomount and extend
Written by
cbx33 the 20 Mar 09 at 12:22.
Gisomount was created to make this an easy process. It needs a little love and attention, but offered things like md5sum browsing etc. Would make a good GSoC project.
Gisomount was created to make this an easy process. It needs a little love and attention, but offered things like md5sum browsing etc. Would make a good GSoC project.
0
votes
3
2
3
Selected solution (#4):
gmount-iso
I use Gmount-iso to do just that.
sudo apt-get install gmountiso
But I also think that it could be more obvious to do that etc.
Maybe Gmount-iso should be available by default, under right-click on images, like proposed.
I use Gmount-iso to do just that.
sudo apt-get install gmountiso
But I also think that it could be more obvious to do that etc.
Maybe Gmount-iso should be available by default, under right-click on images, like proposed.
40
votes
100
34
60
Selected solution (#6):
Make it possible to mount ISO image from CLI w/o root access
Also make it possible to mount ISO images from command line without root (sudo) access.
Also make it possible to mount ISO images from command line without root (sudo) access.
-71
votes
41
17
112
Selected solution (#7):
Solution #3: Mount it automatically once the user double-clicks the ISO file
When the user selects the ISO file (through the keyboard arrow keys, Tab key or a single click) in nautilus a pop-up should come up asking the user to 'Double-click' the ISO file to mount it.
When the user selects the ISO file (through the keyboard arrow keys, Tab key or a single click) in nautilus a pop-up should come up asking the user to 'Double-click' the ISO file to mount it.
-12
votes
12
13
24
Selected solution (#8):
Okay, here it is :)
Written by
r0g the 28 Oct 09 at 05:09.
In the form of a python script for nautilus actions.
http://www.technicalbloke.com/iso_mount.py
I don't have time to do the unmount command too but it should be easy to adapt if you know a little python, consider that homework & pls post me a copy :)
I think it would be nice if Ubuntu came with some more useful nautilus action scripts and a nicer way of adding/removing them. At the moment getting them in and out is more of a pain than it needs to be. It ought to be as easy as Firefox (if not easier!) to install plugins, maybe then people would make more.
Roger.
In the form of a python script for nautilus actions.
http://www.technicalbloke.com/iso_mount.py
I don't have time to do the unmount command too but it should be easy to adapt if you know a little python, consider that homework & pls post me a copy :)
I think it would be nice if Ubuntu came with some more useful nautilus action scripts and a nicer way of adding/removing them. At the moment getting them in and out is more of a pain than it needs to be. It ought to be as easy as Firefox (if not easier!) to install plugins, maybe then people would make more.
Roger.
-44
votes
9
8
53
Selected solution (#9):
Drag *.iso icon onto computer/desktop/places
Written by
Lachu the 28 Oct 09 at 11:56.
Automatically mount *.iso files dragged onto computer window/desktop/places menu.
Automatically mount *.iso files dragged onto computer window/desktop/places menu.
Improve file/folder sharing experience (Samba)
Written by bartong the 29 Feb 08 at 01:35.
Global category: Internet & Networking.
Implemented
Currently it is very difficult to setup and control access to shared folders without editing conf files and reading detailed instructions on all the variables. I propose that sharing (specifically Samba) be given a well worked GUI and some real TLC to bring it up to standard with the experience on Windows or OS X.
5396
votes
6069
15
673
Selected solution (#1):
Defaults and GUI Options adjusted appropriately
Written by
bartong the 29 Feb 08 at 01:35.
By default a share should be accessible as Read Only by anyone on the network without a username or password (guest access). While guest access should be turned on by default, it should also be easy to turn it off, and if desired to give guests read/write access to the folder.
You should also be able to specify local users who will have read/write access, and these local users should sync with smb users invisibly (ie: the user doesn't need to know that there are two password databases being used).
The Properties window for a folder should contain a Sharing tab with all the options available to choose. I also propose a Shared Folders option in the Preferences menu should list the currently shared folders along with their settings, and provide a button to take you into the dialogue where you can set the options.
By default a share should be accessible as Read Only by anyone on the network without a username or password (guest access). While guest access should be turned on by default, it should also be easy to turn it off, and if desired to give guests read/write access to the folder.
You should also be able to specify local users who will have read/write access, and these local users should sync with smb users invisibly (ie: the user doesn't need to know that there are two password databases being used).
The Properties window for a folder should contain a Sharing tab with all the options available to choose. I also propose a Shared Folders option in the Preferences menu should list the currently shared folders along with their settings, and provide a button to take you into the dialogue where you can set the options.
127
votes
135
23
8
Selected solution (#2):
Samba Server Configuration Tool
Written by
dfme the 26 Jan 09 at 12:36.
There is already an application which allows this.
If the samba package is installed on ubuntu also install this application: Samba Server Configuration Tool - A graphical interface for configuring SMB shares
There is already an application which allows this.
If the samba package is installed on ubuntu also install this application: Samba Server Configuration Tool - A graphical interface for configuring SMB shares
29
votes
32
5
3
Selected solution (#3):
Accueil - Samba Share w/ Nautilus Integration
How about: Accueil?
http://gentoo.ovibes.net/nautilus-share/mediawiki-1.4.4/index.php/Accueil
Actually ... this may have been replaced with "nautilus-share"?
21
votes
27
4
6
Selected solution (#4):
Samba Server Configuration Wizard
Written by
Agafonov the 18 Nov 09 at 21:29.
We need a simple to use step-by-step wizard which will ask some really simple questions and generate an smb.conf file based on the user's choices.
How about
https://launchpad.net/sscw ? It is a working example, although right now it's using zenity. If re-written using python it would become a very handy companion to nautilus-share.
We even should not include smb.conf in the samba package: once installed, samba server will not work until the user has defined how it should behave.
We need a simple to use step-by-step wizard which will ask some really simple questions and generate an smb.conf file based on the user's choices.
How about https://launchpad.net/sscw ? It is a working example, although right now it's using zenity. If re-written using python it would become a very handy companion to nautilus-share.
We even should not include smb.conf in the samba package: once installed, samba server will not work until the user has defined how it should behave.
56
votes
63
3
7
Selected solution (#5):
Share Sub-Folders by Default
Written by
Klau3 the 11 Mar 10 at 01:51.
Right now, when right clicking on a folder and selecting “Sharing Options” – for example you want to share your Music folder and create a guest access to it – Samba will only share the files within the music folder but NOT THE SUB-FOLDERS where all the music is.
When sharing a folder, most people want to give access to sub-folders. For that reason, I suggest to reverse the handling of Samba sharing, so that you would have to click on an extra box to show that you don't want Samba to share sub-folders.
<img src="http://justoneidea.files.wordpress.com/2010/03/improve-samba-sharing-e28093-sharing-sub-folders-by-default.png" />
Right now, when right clicking on a folder and selecting “Sharing Options” – for example you want to share your Music folder and create a guest access to it – Samba will only share the files within the music folder but NOT THE SUB-FOLDERS where all the music is.
When sharing a folder, most people want to give access to sub-folders. For that reason, I suggest to reverse the handling of Samba sharing, so that you would have to click on an extra box to show that you don't want Samba to share sub-folders.
10
votes
15
3
5
Selected solution (#6):
Create A Ubuntu NetWorkOne App
Able to handle connectivity Issues as Well As Sharing in Wizard Like Simple Interface for A New User
PS : More Ideas Can be Implemented In it
Able to handle connectivity Issues as Well As Sharing in Wizard Like Simple Interface for A New User
PS : More Ideas Can be Implemented In it
3
votes
8
4
5
Selected solution (#7):
Allow Ubuntu to change the mounting options of FAT partitions
I personally have a file depot on my network where users can drop the files they want everyone to access.
It used to be on a NTFS partition, but is now hosted on the samba network. Doing such was a fairly hard task, since NTFS doesn't save permissions for each file, and is mounted with the 700 permission, while Samba requires XX4 or superior. I had to modify my fstab config file for that, and that's definitively not what I'd call user-friendly.
I personally have a file depot on my network where users can drop the files they want everyone to access.
It used to be on a NTFS partition, but is now hosted on the samba network. Doing such was a fairly hard task, since NTFS doesn't save permissions for each file, and is mounted with the 700 permission, while Samba requires XX4 or superior. I had to modify my fstab config file for that, and that's definitively not what I'd call user-friendly.
7
votes
8
3
1
Selected solution (#9):
Centralized file-sharing administration
Written by
komputes the 17 Aug 11 at 22:42.
The question on many user's mind is "What am I sharing (and to whom)?"
“System > Administration > Shared folders” is a feature that has been removed since 8.04. There has been no replacement for this tool since its disappearance.
Solution is to create a utility that should provide a graphical front-end to configure both samba system shares (managed in /etc/samba/smb.conf) and samba usershares (/var/lib/samba/usershares/).
Stepping a bit outside the scope of the issue (samba), this application should have a pluggable infrastructure which can also be used to show and configure other types of shares (nfs, ftp, ubuntuone).
Central administration, what a concept!
The question on many user's mind is "What am I sharing (and to whom)?"
“System > Administration > Shared folders” is a feature that has been removed since 8.04. There has been no replacement for this tool since its disappearance.
Solution is to create a utility that should provide a graphical front-end to configure both samba system shares (managed in /etc/samba/smb.conf) and samba usershares (/var/lib/samba/usershares/).
Stepping a bit outside the scope of the issue (samba), this application should have a pluggable infrastructure which can also be used to show and configure other types of shares (nfs, ftp, ubuntuone).
Central administration, what a concept!
Fix compatibility with webcams and microphone
Written by dragonx the 28 Feb 08 at 17:30.
Global category: Multimedia.
Not an idea
In many cases, I can't configure my webcam or I have problems with the microphone. Now I can use my webcam but only with V4L2 and only 3 programas detect my webcam. It's a good idea can use my webcam in all programs as camorama.
Developer comments
That's pure driver issue in the first place. A big plus is to recommend UVC-based webcams to users, since it takes a lot of work off the shoulders of driver-developers. On the
integration-side proper support for v4l/v4l2 in webcam-related applications needs to be solidified. The ideal application to polish up is cheese of course.