Contributor bluecat9
Different wallpapers on different monitors/workspace
Written by greycode the 28 Feb 08 at 17:20.
Global category: Look and Feel.
Implemented
I've got two monitors, and right now if I use the wallpaper settings in gnome it stretches the wallpaper across the two monitors. It does this even for the default ubuntu wallpaper. This can look really bad depending on the image. In order to get around this I had to get two wallpaper images and join them into one large one with the GIMP and set that as my wallpaper.
There should be a way in gnome to set a different wallpaper for each monitor.
==== Merged with ideas of a similar scope: Different wallpapers on different workspace ===
Many workspaces option in Linux allows you to separate your work, why not allow users to have different wallpapers on each workspace. This allows for easier identification of which workspace you are on.
When used with compiz-fusion you can rapidly switch between your workspaces and the different wallapaper will allow you to quickly recognise what desktop you are on.
Currently this is natively available in KDE but not in Gnome. In Gnome you can't even let Compiz take over the wallpaper control because Nautilus doesn't allow for transparent backgrounds.
Other solutions like Wallpapoz are slow and when switching between desktops it takes too long to switch WP.
Developer comments
This feature is a Google Summer of Code 2008 project.
Follow the development of this feature on the student's blog:
http://gsocblog.jsharpe.net/
Update: it seems his code didn't reached Gnome 2.24, thus this feature won't be present in Intrepid.
Update2: Not in Jaunty too. It seems the code wasn't accepted in Gnome. Need to investigate.
Update3: Going back to new idea.
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!
Warning about low disk space
No information about this blueprint
Information is updated every 5 minutes.
Please wait till the next update.
Written by luohan the 28 Feb 08 at 15:55.
Global category: System.
Implemented
Provide this warning with possibility to solve the problem.
2760
votes
3334
19
574
Selected solution (#2):
Program to alert when it is low disk space
Written by
sartrejp the 23 Jan 09 at 13:47.
When the disc is full, the system becomes very difficult to use and gives a lot of problems, it would be good to be notified when it is low disk space to avoid problems later
When the disc is full, the system becomes very difficult to use and gives a lot of problems, it would be good to be notified when it is low disk space to avoid problems later
260
votes
264
11
4
Selected solution (#3):
Use libnotify
Written by
tgm4883 the 23 Jan 09 at 16:44.
Show a popup using libnotify that indicates disk space is getting low (and what partition), same as battery notification for low battery.
Show a popup using libnotify that indicates disk space is getting low (and what partition), same as battery notification for low battery.
78
votes
80
12
2
Selected solution (#4):
Use libnotify & Give Reason
Written by
oybon the 26 Jan 09 at 15:47.
Average Jo user isn't necessarily going to respond as needed to a low drive space notification. Or indeed know exactly what it means.
Thus Notify, give reason for notification with consequences of inaction and route to more information.
Average Jo user isn't necessarily going to respond as needed to a low drive space notification. Or indeed know exactly what it means.
Thus Notify, give reason for notification with consequences of inaction and route to more information.
-13
votes
8
11
21
Selected solution (#5):
Allow the user to launch a program to free some space.
Written by
rocket the 4 Feb 09 at 23:57.
Programs like BleachBit could be launched when there is low space, but don't forget to make sure they're installed before the space runs out!
Windows lets users launch its disk cleanup tool by clicking on the low space warning bubble, hopefully Ubuntu's solution can be as easy to use as this.
Programs like BleachBit could be launched when there is low space, but don't forget to make sure they're installed before the space runs out!
Windows lets users launch its disk cleanup tool by clicking on the low space warning bubble, hopefully Ubuntu's solution can be as easy to use as this.
8
votes
11
4
3
Selected solution (#6):
If a program is gobbling up hard disk, stop it
Written by
Endolith the 4 Jun 09 at 02:20.
After giving the warning, programs should still be able to use the disk up to a point, but there should be a certain amount of disk free at all times, to keep the system usable and responsive. If an app tries to use up more than this, it should be paused or stopped.
A "low disk space" notification is straight out of Windows 95.
After giving the warning, programs should still be able to use the disk up to a point, but there should be a certain amount of disk free at all times, to keep the system usable and responsive. If an app tries to use up more than this, it should be paused or stopped.
A "low disk space" notification is straight out of Windows 95.
1
votes
3
3
2
Selected solution (#7):
Use libnotify & indicator applet
Let's use both new notification systems. Display a libnotify message with "Low diskspace", display a notification in the Indicator applet that launches a dialog box with a message explaining why it is harmful to have this little free disk space.
Let's use both new notification systems. Display a libnotify message with "Low diskspace", display a notification in the Indicator applet that launches a dialog box with a message explaining why it is harmful to have this little free disk space.
80
votes
90
5
10
Selected solution (#8):
base report on % of disk used
let the report be based on a certain (95%?) threshold.
The popup reporting this should ideally have a number of options:
* go to the folder and clean up (maybe a background process has already indexed the filesystem and can present you with a list of outdated/not used files, various caches come to mind).
* ignore for now and warn again at 98%
* don't bother again for this mountpoint
let the report be based on a certain (95%?) threshold.
The popup reporting this should ideally have a number of options:
* go to the folder and clean up (maybe a background process has already indexed the filesystem and can present you with a list of outdated/not used files, various caches come to mind).
* ignore for now and warn again at 98%
* don't bother again for this mountpoint
-33
votes
10
17
43
Selected solution (#9):
Disk usage moniter!
Written by
Theory5 the 14 Oct 09 at 22:30.
There should be a small moniter on either top or bottom bar that shows your main HDD space (in a measure format like windows vista does with HDD's) and if you scroll over it, it will show all your disks and stuff and their free space.
There should be a small moniter on either top or bottom bar that shows your main HDD space (in a measure format like windows vista does with HDD's) and if you scroll over it, it will show all your disks and stuff and their free space.
35
votes
45
10
10
Selected solution (#10):
Report critical disk usage and offer an wizard
Written by
xeniac the 15 Oct 09 at 09:03.
I like Solution #1: Back in the days when Linux was all about the console, you've got an login warning if disk usage was critical. Im pretty sures that Ubunutu does this to, but nobody sees it anymore.
Nowday a Desktop Linux System should'nt be a dump tool, it should help the user to solve his problems.
Ubunutu should offer an cleanup assistant that helps to
1.) purge your Harddrive from Backup Files, Temporary files and Duplicate Files (Leave one copy and Sym-/Hardlink the rest).
2.) Find the Files/Directorys eating the most Diskspace. (launch baobap)
I like Solution #1: Back in the days when Linux was all about the console, you've got an login warning if disk usage was critical. Im pretty sures that Ubunutu does this to, but nobody sees it anymore.
Nowday a Desktop Linux System should'nt be a dump tool, it should help the user to solve his problems.
Ubunutu should offer an cleanup assistant that helps to
1.) purge your Harddrive from Backup Files, Temporary files and Duplicate Files (Leave one copy and Sym-/Hardlink the rest).
2.) Find the Files/Directorys eating the most Diskspace. (launch baobap)
3
votes
25
13
22
Selected solution (#11):
Do what vista does
Written by
Nw124 the 20 Oct 09 at 02:15.
Do what solution 2 says and add a gui like in vista and have a bar that shows how much of the disk space is used.
It should also tell you how much free space there is in GB ,Mb,or Kb (Depending on how big the disk is)
it could also do this on the desktop too for removable storage and show a meter.
Do what solution 2 says and add a gui like in vista and have a bar that shows how much of the disk space is used.
It should also tell you how much free space there is in GB ,Mb,or Kb (Depending on how big the disk is)
it could also do this on the desktop too for removable storage and show a meter.
3
votes
5
1
2
Selected solution (#12):
Don't do what Vista does!
Written by
FrostyC the 4 Jan 10 at 10:20.
Have a user variable setting that can be changed at what point the low disk space becomes a problem. For instance, I am fine until I have less than 300 mb of hd space.
And I don't need a clean up wizard, I know what the problem is..
Have a user variable setting that can be changed at what point the low disk space becomes a problem. For instance, I am fine until I have less than 300 mb of hd space.
And I don't need a clean up wizard, I know what the problem is..
1
votes
4
1
3
Selected solution (#13):
Don't annoy the user, just keep system working.
Written by
jschall the 12 Feb 10 at 16:38.
Simply reserve enough disk space that the system can keep working properly. The user will know that s/he is out of disk space when s/he tries to save a file.
The system should not stop running or slow down significantly.
Simply reserve enough disk space that the system can keep working properly. The user will know that s/he is out of disk space when s/he tries to save a file.
The system should not stop running or slow down significantly.
Remember size + position of all windows and panels
Written by DavidONE the 29 Feb 08 at 14:37.
Global category: System.
New
I want Gnome to remember and reapply the size and location of all windows / apps / panels that I open.
I'm constantly resizing / maximizing / repositioning the same windows over and over again. It's a productivity drain.
Applications *should* remember / restore their size and position, but they don't.
Apparently, "the Gnome development team will not develop Gnome to handle these issues. Saying it is the job of the application to save its state of size and position". I think that's wrong, and if Gnome won't do it, Ubuntu should patch it.
Out of Date Ubuntu Games
Ubuntu
In :
Priority : Undefined
Definition : New (Needs guidance)
Implementation : Unknown
Assignee :
Written by MighMoS the 28 Feb 08 at 16:35.
Global category: Gaming.
Already implemented
Many games feature the ability to play with other people. However, the first thing the game will check for is to see if it is currently up to date.
When Ubuntu enters version freeze, the games fall out of date, and it can be harder to play them online without finding a 3rd party update or compiling it yourself (Freeciv, Scorched3D, and Battle for Wesnoth to name a few).
This also creates issues when different distributions freeze at different times, so it can be hard to play with other Linux users.
Easy way of backing up/moving your documents and settings
Written by stgraber the 28 Feb 08 at 12:10.
Global category: System.
Implemented
At the moment, if someone wants to backup his documents or prepare a migration from a computer to another there isn't much more than file-roller to create a backup.
Ideally, the user should be able to run a graphic software which would ask what the user wants to backup and where (tape/usb key/remote).
Then the same tool would be able to restore the backup.
It would be useful for both backups and migration from a computer to another.
Update : See duplicates ideas which contain even more great ideas about that idea.
3619
votes
4264
4
645
Selected solution (#1):
Auto-generated solution of idea #1
Written by
stgraber the 28 Feb 08 at 12:10.
Ubuntu Brainstorm was updated in January 2009. Since the
idea #1 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 #1 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!
39
votes
46
13
7
Selected solution (#2):
Use existing incremental backup utility and some additional scripts
Written by
mudd1 the 2 Feb 09 at 10:53.
There are already great utilities like backup2l. All that'd be needed were a good default configuration, perhaps a GUI and a couple of scripts that prevent rendering your system unusable and even unbootable after a restore: Something to fix /etc/fstab (UUIDs, I love them), /boot/grub/menu.lst (same reason) and permissions (random UIDs/GIDs on package installation), all of which is a real PITA at the moment and probably breaks every newbie's neck.
There are already great utilities like backup2l. All that'd be needed were a good default configuration, perhaps a GUI and a couple of scripts that prevent rendering your system unusable and even unbootable after a restore: Something to fix /etc/fstab (UUIDs, I love them), /boot/grub/menu.lst (same reason) and permissions (random UIDs/GIDs on package installation), all of which is a real PITA at the moment and probably breaks every newbie's neck.
305
votes
321
21
16
Selected solution (#3):
Write a GUI for rsnapshot
rsnapshot is an excellent piece of software that (much like Apple's Time Machine) allows a user to take "snapshots" of his or her system. Using rsnapshot, a user can create snapshots at any interval he wants: hourly, weekly, monthly, every 6 hours, or anything else that cron supports. Restoring from a previous snapshot is as easy as copy and paste.
The problem is that rsnapshot is not the easiest software to use, even for people who are comfortable with the command line. I suggest that Canonical write a GUI for rsnapshot and ship it with Ubuntu.
rsnapshot:
http://rsnapshot.org/
rsnapshot is an excellent piece of software that (much like Apple's Time Machine) allows a user to take "snapshots" of his or her system. Using rsnapshot, a user can create snapshots at any interval he wants: hourly, weekly, monthly, every 6 hours, or anything else that cron supports. Restoring from a previous snapshot is as easy as copy and paste.
The problem is that rsnapshot is not the easiest software to use, even for people who are comfortable with the command line. I suggest that Canonical write a GUI for rsnapshot and ship it with Ubuntu.
rsnapshot: http://rsnapshot.org/
181
votes
215
25
34
Selected solution (#4):
Wait for TimeVault to go stable
Currently in alpha, TimeVault is a snapshot backup solution integrated into Nautilus. https://wiki.ubuntu.com/TimeVault
-27
votes
30
39
57
Selected solution (#5):
Use duplicity and create a GUI for it, or use duplicati
Duplicity is an excellent piece of backup software and allows one to easily do cheap offsite backups using Amazon's S3 service.
Duplicati (
http://code.google.com/p/duplicati/ ) seems to be the only GUI front-end for it, and it seems to be in early development.
Duplicity is an excellent piece of backup software and allows one to easily do cheap offsite backups using Amazon's S3 service.
Duplicati ( http://code.google.com/p/duplicati/ ) seems to be the only GUI front-end for it, and it seems to be in early development.
-73
votes
41
30
114
Selected solution (#6):
integrate Dropbox
Written by
stefano the 16 Mar 09 at 18:42.
Dropbox is an easy [1] [2], secure [3], cheap [4] [5], based on Amazon S3 [6] and, last but not least, the nautilus client is GPL [7] !!!
and, but it's only an idea, Canonical colud be compensated for paying Dropbox Ubuntu users.
[1] http://www.getdropbox.com/tour
[2] http://www.getdropbox.com/screencast
[3] http://www.getdropbox.com/help/27
[4] http://www.getdropbox.com/help/47
[5] http://www.getdropbox.com/help/15
[6] http://www.techcrunch.com/2008/03/11/dropbox-the-online-storage-solution-weve-been-waiting-for/
[7] http://www.getdropbox.com/downloading?os=lnx
42
votes
96
28
54
Selected solution (#7):
LuckyBackup, a GUI for rsync
Recently a new GUI was developed for the most known and reliable backup technology :rsync
luckyBackup is an application for data back-up and synchronization powered by the rsync tool.
It is simple to use, fast (transfers over only changes made and not all data), safe (keeps your data safe by checking all declared directories before proceeding in any data manipulation ), reliable and fully customizable.
Just take a look at this screenshots:
http://luckybackup.sourceforge.net/screenshots.html
Recently a new GUI was developed for the most known and reliable backup technology :rsync
luckyBackup is an application for data back-up and synchronization powered by the rsync tool.
It is simple to use, fast (transfers over only changes made and not all data), safe (keeps your data safe by checking all declared directories before proceeding in any data manipulation ), reliable and fully customizable.
Just take a look at this screenshots:
http://luckybackup.sourceforge.net/screenshots.html
-42
votes
15
5
57
Selected solution (#9):
Partner with an existing online backup provider for seamless backups
Many users do not make back-ups because you need multiple harddrives or more space for that, plus it takes time to set up. Backup should be as low-entry as possible. Online backup systems are a (partial) solution to that problem.
Adding a one-click-to-enable option for free (& cheap to expand) online storage through partnership with an existing vendor would be a major innovation and "selling" point. Yes, space might be limited, but just backing up certain default directories such as documents might do the trick.
Many users do not make back-ups because you need multiple harddrives or more space for that, plus it takes time to set up. Backup should be as low-entry as possible. Online backup systems are a (partial) solution to that problem.
Adding a one-click-to-enable option for free (& cheap to expand) online storage through partnership with an existing vendor would be a major innovation and "selling" point. Yes, space might be limited, but just backing up certain default directories such as documents might do the trick.
50
votes
60
12
10
Selected solution (#10):
support btrfs filesystem for native snapshots and data integrity
Written by
stefano the 20 Mar 09 at 22:17.
For local (not-online) backups btrfs 'll simplify files versioning (with native snapshot support) and data integrity (with native data chesumming).
btrfs is currently supported by 2.6.29 kernel.
as stated in the home page "Btrfs is under heavy development, and is not suitable for any uses other than benchmarking and review. The Btrfs disk format is not yet finalized, but it will only be changed if a critical bug is found and no workarounds are possible.". Ubuntu should support it as soon as possible after the 1.0 release (Q408).
this idea is complementary to #6 and #8 for local backups with rsync (with btrfs and rsync we'll not need other time-something solutions) but for online offsite backups we'll need ALSO one or more solution as #4, #5, #9.
references:
http://btrfs.wiki.kernel.org/index.php/Main_Page
http://btrfs.wiki.kernel.org/index.php/Development_timeline
For local (not-online) backups btrfs 'll simplify files versioning (with native snapshot support) and data integrity (with native data chesumming).
btrfs is currently supported by 2.6.29 kernel.
as stated in the home page "Btrfs is under heavy development, and is not suitable for any uses other than benchmarking and review. The Btrfs disk format is not yet finalized, but it will only be changed if a critical bug is found and no workarounds are possible.". Ubuntu should support it as soon as possible after the 1.0 release (Q408).
this idea is complementary to #6 and #8 for local backups with rsync (with btrfs and rsync we'll not need other time-something solutions) but for online offsite backups we'll need ALSO one or more solution as #4, #5, #9.
references:
http://btrfs.wiki.kernel.org/index.php/Main_Page
http://btrfs.wiki.kernel.org/index.php/Development_timeline
12
votes
29
10
17
Selected solution (#11):
Support backup PLUG-INs
Written by
Craig73 the 21 Mar 09 at 14:45.
OK - well we might get tired of the word plugins... but I see the request for a timevault style backup system, the underlying technology (file system or backup library), and the destination as being 3 separate part of the solution.
But whatever tool is selected - people should be able to add the options they want
1) Option to backup online. Make it easy to add different online services whether it is some random FTP site, S3, a free cloud service, or some other future solution (bit-torrent backups or replication with other machines?)
2) Allow encryption of data. Whether online or offline, we should optionally allow encryption of data. [I see opportunity here to leverage GPU or multiple core processing for stupidly high levels of encryption no?]
OK - well we might get tired of the word plugins... but I see the request for a timevault style backup system, the underlying technology (file system or backup library), and the destination as being 3 separate part of the solution.
But whatever tool is selected - people should be able to add the options they want
1) Option to backup online. Make it easy to add different online services whether it is some random FTP site, S3, a free cloud service, or some other future solution (bit-torrent backups or replication with other machines?)
2) Allow encryption of data. Whether online or offline, we should optionally allow encryption of data. [I see opportunity here to leverage GPU or multiple core processing for stupidly high levels of encryption no?]
-17
votes
14
11
31
Selected solution (#12):
partimage for partition images
Written by
daddo the 22 Mar 09 at 09:54.
Partimage for making complete images of partitions.
Partimage for making complete images of partitions.
-8
votes
17
14
25
Selected solution (#13):
Incorporate SimpleBackup
Simplebackup has pretty much everything needed:
Different schedules for the backup.
Specify which folders, files, etc are backed up.
Incremental backup.
Backups saved locally or remotely (ssh or ftp)
Simplebackup has pretty much everything needed:
Different schedules for the backup.
Specify which folders, files, etc are backed up.
Incremental backup.
Backups saved locally or remotely (ssh or ftp)
12
votes
22
13
10
Selected solution (#14):
Add Remastersys as extra option for backing up the installed system setup to DVD
I'm not suggesting having only Remastersys or using it for a whole system back up of your files, but as another option to go alongside one of the above for files. It would be just imaging your choice of applications and desktop appearance preferences ect. To enable very easy system restore installation exactly to your liking from a worst case scenario that the HD fail and had to be replaced. The application is also very user friendly for new users to use.
I'm not suggesting having only Remastersys or using it for a whole system back up of your files, but as another option to go alongside one of the above for files. It would be just imaging your choice of applications and desktop appearance preferences ect. To enable very easy system restore installation exactly to your liking from a worst case scenario that the HD fail and had to be replaced. The application is also very user friendly for new users to use.
26
votes
35
7
9
Selected solution (#15):
Include "Back In Time" as default backup tool
Written by
sajmon75 the 7 Apr 09 at 12:17.
A simple and smart solution:
http://backintime.le-web.org/
From web site:
Back In Time is a simple backup system for Linux inspired from “flyback project” and “TimeVault”. The backup is done by taking snapshots of a specified set of directories.
Currently there are two GUI available: Gnome and KDE 4 (>= 4.1).
All you have to do is configure:
* Where to save snapshot
* What directories to backup
* When backup should be done (manual, every hour, every day, every week, every month)
A simple and smart solution:
http://backintime.le-web.org/
From web site:
Back In Time is a simple backup system for Linux inspired from “flyback project” and “TimeVault”. The backup is done by taking snapshots of a specified set of directories.
Currently there are two GUI available: Gnome and KDE 4 (>= 4.1).
All you have to do is configure:
* Where to save snapshot
* What directories to backup
* When backup should be done (manual, every hour, every day, every week, every month)
23
votes
29
5
6
Selected solution (#16):
Use Déjà Dup
Written by
mterry the 6 May 09 at 16:47.
This solution is a little self-serving, since I'm the maintainer of Déjà Dup, but I think it fits the bill. At least, my aim is to fit this bill.
A quick description: A simple GUI that makes backing up the 'right way' (off-site, regular, incremental, encrypted) easy. It's based on the command-line tool duplicity.
https://launchpad.net/deja-dup
As robbiew mentions in the comments, this was added to Ubuntu for Jaunty (go to Add/Remove and search for it). There is also a PPA supporting as far back as Hardy in the link above.
I love feedback/bug reports!
This solution is a little self-serving, since I'm the maintainer of Déjà Dup, but I think it fits the bill. At least, my aim is to fit this bill.
A quick description: A simple GUI that makes backing up the 'right way' (off-site, regular, incremental, encrypted) easy. It's based on the command-line tool duplicity.
https://launchpad.net/deja-dup
As robbiew mentions in the comments, this was added to Ubuntu for Jaunty (go to Add/Remove and search for it). There is also a PPA supporting as far back as Hardy in the link above.
I love feedback/bug reports!
158
votes
160
5
2
Selected solution (#18):
Add a migration/transfer tool in System->Administration
A migration tool will (1) collect the enviroment (of the user or the computer) including the personal preferences in a machine independent way (e.g. Thunderbird, Mozilla, Pidgin, config files), the personal files (home directory), the list of installed applications, and (2) send them to another computer (via ssh, rexec, ssl, etc.) or create an archive to be transferred and then imported by the same application on the new computer.
A migration tool will (1) collect the enviroment (of the user or the computer) including the personal preferences in a machine independent way (e.g. Thunderbird, Mozilla, Pidgin, config files), the personal files (home directory), the list of installed applications, and (2) send them to another computer (via ssh, rexec, ssl, etc.) or create an archive to be transferred and then imported by the same application on the new computer.
46
votes
49
8
3
Selected solution (#19):
Add a "transfer settings from existing installation" in the installer.
I suggest we have something at the end of the Ubuntu installation process that, like at the end of the Mac OS X installation process, asks the user if he/she would like to transfer his/her files and settings from an existing copy of Ubuntu. If selected, the user can choose to transfer data via the Internet or through a USB or other physical connection. The Ubuntu install will then transfer (most of) the contents of "/home" and "/etc" (depending on what can be reasonably copied from one installation to another), and the new installation will use the apt-get markings of the previous installation to download and install the appropriate packages.
I suggest we have something at the end of the Ubuntu installation process that, like at the end of the Mac OS X installation process, asks the user if he/she would like to transfer his/her files and settings from an existing copy of Ubuntu. If selected, the user can choose to transfer data via the Internet or through a USB or other physical connection. The Ubuntu install will then transfer (most of) the contents of "/home" and "/etc" (depending on what can be reasonably copied from one installation to another), and the new installation will use the apt-get markings of the previous installation to download and install the appropriate packages.
6
votes
11
3
5
Selected solution (#20):
Make a backup system with RAID support for cloning drives
If ubuntu had an integrated SYSTEM BACKUP & RESTORE (compatible with RAID) we could just clone the disk and self not lose all that precious data .
If ubuntu had an integrated SYSTEM BACKUP & RESTORE (compatible with RAID) we could just clone the disk and self not lose all that precious data .
-10
votes
4
3
14
Selected solution (#21):
Here is a simple GUI program for backup written in python
Written by
Zorba the 8 Feb 10 at 08:17.
I realized a simple program with python and Qt4 to make easier backup of files or system configuration. You are totally free to modify this code, and I hope this could be useful for many Ubuntu users. I think it could be a good idea to insert it into system settings (the system settings for KDE and the settings menu for GNOME). If someone can make a porting to GTK+ the integration with GNOME will be better.
You can download the program here: zorbaproject.uuuq.com/upload/easybackupgui.tar.gz
to test it simply open a console, enter the folder where you have unpacked the tar, and type "python easybackupgui.py": some features need sudo.
I realized a simple program with python and Qt4 to make easier backup of files or system configuration. You are totally free to modify this code, and I hope this could be useful for many Ubuntu users. I think it could be a good idea to insert it into system settings (the system settings for KDE and the settings menu for GNOME). If someone can make a porting to GTK+ the integration with GNOME will be better.
You can download the program here: zorbaproject.uuuq.com/upload/easybackupgui.tar.gz
to test it simply open a console, enter the folder where you have unpacked the tar, and type "python easybackupgui.py": some features need sudo.
<img src="http://zorbaproject.uuuq.com/upload/easybackup.jpeg">
3
votes
7
2
4
Selected solution (#23):
System backup and restore
Ubuntu should come up with MS windows like user interface where in user can backup the sytem and restore point is generated which can be reloaded as and when required. This restore point will include user setting and sytem setting if required by user. Also need to give provision to copy the restore point file to any required location on HDD or any other storage media.
Ubuntu should come up with MS windows like user interface where in user can backup the sytem and restore point is generated which can be reloaded as and when required. This restore point will include user setting and sytem setting if required by user. Also need to give provision to copy the restore point file to any required location on HDD or any other storage media.
7
votes
8
1
1
Selected solution (#25):
Backup Center
I propose a "Backup Center", where you:
* Can choose directories to backup or your whole home directory
* Can create a key to encrypt your backup, if you want
* Can print your key or copy it to an media
* Can select network destinations for your backup like Ubuntu One Storage, Secure FTP, Secure WebDAV, SMB, etc.
* Can select local storage devices like USB storages
* Can select a timetable for the backup on the local USB storage, which might require the user to periodic connect it to the computer when prompted
* and, of course: Can easily play back your backup, when your files are gone
There should be an intelligent daemon in the background which accomplishes the backup. If an backup destination is not available or full, the user should be warned.
I propose a "Backup Center", where you:
* Can choose directories to backup or your whole home directory
* Can create a key to encrypt your backup, if you want
* Can print your key or copy it to an media
* Can select network destinations for your backup like Ubuntu One Storage, Secure FTP, Secure WebDAV, SMB, etc.
* Can select local storage devices like USB storages
* Can select a timetable for the backup on the local USB storage, which might require the user to periodic connect it to the computer when prompted
* and, of course: Can easily play back your backup, when your files are gone
There should be an intelligent daemon in the background which accomplishes the backup. If an backup destination is not available or full, the user should be warned.
6
votes
7
1
1
Selected solution (#26):
Copy filesystem with USB Startup Disk Creator
Written by
tebibyte the 2 Jan 11 at 06:15.
Use the USB Startup Disk Creator to make a mirror image of your system. And add a mechanism to sync it or mirror it back.
Use the USB Startup Disk Creator to make a mirror image of your system. And add a mechanism to sync it or mirror it back.
1
votes
1
0
0
Selected solution (#31):
Option at CD install to recover from UBUNTU ONE programs and settings
Written by
mitcoes the 13 Jun 11 at 10:39.
At USC an option to backup to UBUNTU ONE:
1.- The list of main repository installed/unsinstalled programs and settings
2.- The same with PPAs and PPAs programs and settings
At CD Install an option to recover your list of programs and settings and in a separate option PPAs ones where you can select all or pick some. - Sometimes PPas programs can be the cause of system inestability -
This way you can make installation profiles or make easier the reinstallation when it is necessary.
As well ubuntu would know the program change / install preferences from users with datamining of this backups.
For example I use to install VLC, Qbittorrent, Chromium, Chrome, Opera, & Thunderbird
At USC an option to backup to UBUNTU ONE:
1.- The list of main repository installed/unsinstalled programs and settings
2.- The same with PPAs and PPAs programs and settings
At CD Install an option to recover your list of programs and settings and in a separate option PPAs ones where you can select all or pick some. - Sometimes PPas programs can be the cause of system inestability -
This way you can make installation profiles or make easier the reinstallation when it is necessary.
As well ubuntu would know the program change / install preferences from users with datamining of this backups.
For example I use to install VLC, Qbittorrent, Chromium, Chrome, Opera, & Thunderbird
LiveUSB
Written by Taku the 28 Feb 08 at 14:35.
Global category: System.
Implemented
cdroms are slow, don't allow to modify their content easily, they are weak and not as easy to carry as USB keys.
It would be great to provide Ubuntu as a liveUSB just as Mandriva does. We should be able to carry our distribution on any computer, manage our preferred settings (do I want binary drivers enabled ? what is my preferred resolution ?), etc.
The thing is not to make something transportable, but really a nomad system that could be used just the best way as it could on any computer.
Developer comments
This was implemented by two separate projects! Both Usb-creator (see the
blueprint ) and Usblive (see its
website ) allow you to build a live USB system on Intrepid.
The first one is available on the repository, and usblive in this
PPA .
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 add/remove programs
No information about this blueprint
Information is updated every 5 minutes.
Please wait till the next update.
Written by Ubuwu the 28 Feb 08 at 17:37.
Related project: Add/Remove program dialog .
Not an idea
Expansion of Add Remove Programs - show user-provided descriptions, feature lists, screenshots, comments, ratings, integration with launchpad. Initial page should be top-rated apps, or newest apps. Managed by a webapp?
Or... leave it as it is, but create a website displaying all the great software available for ubuntu including all the features mentioned above with apturl links to install.
From #4613 (merged):
It should be indicated how much I'll have to download to install something.
We have download limits here and well... quite often I exceed them. It would be useful to indicate how big the download is going to be.
Create a better hardware database
Ubuntu
In :
Priority : Low
Definition : New (Needs guidance)
Implementation : Unknown
Assignee : Tomas Gustavsson
Written by Ubuwu the 28 Feb 08 at 15:22.
Global category: System.
Implemented
People around the globe that are using/concidering using Ubuntu are afraid that some of their hardware won't work for them. And some are frustrated to buy additional add-on cards to work around unsupportad onboard chips. All this could be avoided with a lookup in an ubuntu Hardware Database Website.
Some problematic hardware can be used with more or less work if helping information is available together with the hardware compatabillity data.
The hardware database can be found at
http://hwdb.ubuntu.com/
From
idea #47 : The data should then be available in a format that is simple for users to browse on-line when considering new hardware.