Contributor TheFinePrint
Unclear Solution Progress
Written by ChrisB the 12 Apr 10 at 16:57.
Related project: brainstorm.ubuntu.com .
Category: Website structure.
New
When a idea is marked as implemented or in development all the solutions are marked as such. This is surely not true and misleading in most cases.
Solution #1:
Make backups before upgrading package
Written by
10110111 the 24 Mar 10 at 13:46.
Before upgrading the package, the package manager should make backups of the package AND its dependencies (i.e. move them to backup directory) and mark the system as 'not completed update'. Then, if the system crashes/loses power/etc., ramdisk will see that 'not completed update' mark and will offer to restore it from backup.
After successful upgrade, sync() should be done, and the system marked as updated.
Before upgrading the package, the package manager should make backups of the package AND its dependencies (i.e. move them to backup directory) and mark the system as 'not completed update'. Then, if the system crashes/loses power/etc., ramdisk will see that 'not completed update' mark and will offer to restore it from backup.
After successful upgrade, sync() should be done, and the system marked as updated.
Solution #2:
Install package to seperate directory first
Install the software to a seperate directory and then copy it to usr/bin or wherever
Install the software to a seperate directory and then copy it to usr/bin or wherever
Solution #3:
Make snapshot on filesystem level
Written by
dino the 25 Mar 10 at 07:58.
Saving the packages as backup still might end into a unbootable system. Install scripts may be get aborted while running leaving files corrupted behind - with no way to detect which files.
With a snapshot of the whole filesystem, at no time during the backup the system becomes into an unbootable state.
This does not take as much space as its sounds, if the snapshot is handled incremental.
Technical solutions:
* btrfs does have good snapshot support buildin
* LVM
* ...
Pro:
* much more robust
* fast
* less diskspace for backup needed
Con:
* only works well if /home is on another partition
Saving the packages as backup still might end into a unbootable system. Install scripts may be get aborted while running leaving files corrupted behind - with no way to detect which files.
With a snapshot of the whole filesystem, at no time during the backup the system becomes into an unbootable state.
This does not take as much space as its sounds, if the snapshot is handled incremental.
Technical solutions:
* btrfs does have good snapshot support buildin
* LVM
* ...
Pro:
* much more robust
* fast
* less diskspace for backup needed
Con:
* only works well if /home is on another partition
(otherwise userdata will be reset as well)
* does not work out-of-the-box with ext3/4
Taking the snapshot this way is really fast! Also this does NOT take up diskspace. Only the changes done while upgrading takes diskspace.
For more information check:
http://blogs.igalia.com/aperez/2008/06/more-btrfs-goodness-snapshots/
http://en.wikipedia.org/wiki/Copy-on-write
Solution #4:
Use logging to allow recovery on restart
Written by
ChrisB the 27 Mar 10 at 13:39.
If your computer loses power during an upgrade, when its restarted this should be detected by checking the logs. The problem should then be rectified by re-installing half installed packages and completing the upgrade process.
This should all happen behind the scenes in the boot process to provide minimum disturbance to the user.
If your computer loses power during an upgrade, when its restarted this should be detected by checking the logs. The problem should then be rectified by re-installing half installed packages and completing the upgrade process.
This should all happen behind the scenes in the boot process to provide minimum disturbance to the user.
Solution #5:
Use a 'System Restore Point' system
Written by
tomjb24 the 3 Apr 10 at 10:02.
Create automatic system restore points before updating system files - and give users the option a creating a manual restore point, restore through recovery mode if unbootable
Create automatic system restore points before updating system files - and give users the option a creating a manual restore point, restore through recovery mode if unbootable
Solution #6:
Include a Revision Control System in APT
There's a package etchkeeper that keeps /etc in a git or hg repository. APT/Dpkg does already share some features of RCSs (tracks how files belong to packages, can keep old versions, keeps meta data).
Why not improve APT to allow rolling back a broken upgrade/install?
There's a package etchkeeper that keeps /etc in a git or hg repository. APT/Dpkg does already share some features of RCSs (tracks how files belong to packages, can keep old versions, keeps meta data).
Why not improve APT to allow rolling back a broken upgrade/install?
Easier Wine Access – Installation
Written by Klau3 the 11 Feb 10 at 11:44.
Related project: Wine .
In development
When double clicking on an .exe-file in a newly installed Ubuntu system, the archive manager will show up with an error message.
There are two points:
- New users don't know that Wine exists.
- The current model breaks the work flow and gives no information on how to proceed.
The suggested infobox would give the average user the opportunity to install the selected Windows program easily using Wine, and inform him about how software is usually installed.
Developer comments
This is something I've already been working on for quite some time. ~Scott Ritchie
108
votes
112
6
4
Selected solution (#1):
Double clicking an .exe-file -> Infobox
Written by
Klau3 the 11 Feb 10 at 11:44.
Check if Wine is installed when not -> show infobox.
<img src="http://justoneidea.files.wordpress.com/2010/02/easier-wine-access-e28093-installation.png?w=406" />
Check if Wine is installed when not -> show infobox.
44
votes
49
5
5
Selected solution (#2):
And do the same for other unsupported by defaults file formats.
Written by
Ssdg the 12 Feb 10 at 06:47.
After all, exes or .foo are the same. You need some extra software to read them.
After all, exes or .foo are the same. You need some extra software to read them.
26
votes
26
6
0
Selected solution (#3):
Add information that not all win32 programs are supported!
Written by
la_serpe the 13 Feb 10 at 18:43.
There should be a warning because definitely not all Windows applications are supported. Users should avoid unpleasant surprises.
There should be a warning because definitely not all Windows applications are supported. Users should avoid unpleasant surprises.
4
votes
4
1
0
Selected solution (#4):
Improve the Archive Manager and system documentation
Written by
dlithgow the 15 Feb 10 at 12:05.
Let's keep this simple, and reuse existing Ubuntu elements.
There are two issues here:
1. Archive Manager can't unpack exe files by default, but tries and doesn't offer a solution. This is solved by fixing bug# 148084 (
https://bugs.edge.launchpad.net/ubuntu/+source/file-roller/+bug/148084) "totem-like/firefox-like plugin installer for file-roller"
2. Users from Windows expect to run an exe file. The best reaction to Ubuntu doing something unexpected, and the reaction we want to encourage, is for the user to look in the documentation. There needs to be a useful result when searching for "exe" in Yelp which explains why an exe doesn't run in Ubuntu and what users can do about that. (The System Documentation is the right place for Solution #3 to be implemented)
Let's keep this simple, and reuse existing Ubuntu elements.
There are two issues here:
1. Archive Manager can't unpack exe files by default, but tries and doesn't offer a solution. This is solved by fixing bug# 148084 (https://bugs.edge.launchpad.net/ubuntu/+source/file-roller/+bug/148084) "totem-like/firefox-like plugin installer for file-roller"
2. Users from Windows expect to run an exe file. The best reaction to Ubuntu doing something unexpected, and the reaction we want to encourage, is for the user to look in the documentation. There needs to be a useful result when searching for "exe" in Yelp which explains why an exe doesn't run in Ubuntu and what users can do about that. (The System Documentation is the right place for Solution #3 to be implemented)
Firefox should have a netbook interface in the Ubuntu netbook remix
Written by duststorm the 27 Feb 10 at 22:45.
Related project: Firefox .
New
It was my opinion that firefox used a bit too much screen space in the netbook remix. Together with the gnome panel on top, the bookmarks bar and status bar, it takes up a lot of the limited vertical resolution of a netbook screen.
The main goal I would like to achieve with this is to give the user by default a browser that is much more usable within the tiny space of a netbook screen. I feel that tweaking the Firefox interface is almost as important as the custom taylored menu screen people see when they start their operating system, since the web browser is probably the single most used application. I believe it would add greatly to making a functional and pleasant to use netbook distribution.
Solution #1:
Add a different Firefox default for netbooks
A possible solution could be to make the icons small by default, and maybe disable the bookmarks toolbar by default.
Also the status bar at the bottom could be hidden, but most users would probably at least want an indicator when a page is loading (I know I would). A solution like the Fission plugin could be used (
https://addons.mozilla.org/en-US/firefox/addon/1951?collection_uuid=f6ffe01f-8 ed1-eb77-2543-cfbf0220e7ed)
Maybe this idea can be extended with different ways of accessing the bookmarks, history, downloads and other aspects of the browser.
The browser could be offered as a separate package in the repository.
I do, however, not know what consequences such a repackage will have, for example whether Firefox branding can still be used. Also I don't know whether including plugins by default is an acceptable solution, although Ubuntu ships Firefox with an Ubuntu modifications plugin so maybe this could be a good approach. Using plugins would also keep the browser code (and thus the Firefox branding) intact.
I hope this idea will lead to some discussion. Some screenshots could also make things clearer, I might add these when this idea gains popularity.
A possible solution could be to make the icons small by default, and maybe disable the bookmarks toolbar by default.
Also the status bar at the bottom could be hidden, but most users would probably at least want an indicator when a page is loading (I know I would). A solution like the Fission plugin could be used (https://addons.mozilla.org/en-US/firefox/addon/1951?collection_uuid=f6ffe01f-8ed1-eb77-2543-cfbf0220e7ed)
Maybe this idea can be extended with different ways of accessing the bookmarks, history, downloads and other aspects of the browser.
The browser could be offered as a separate package in the repository.
I do, however, not know what consequences such a repackage will have, for example whether Firefox branding can still be used. Also I don't know whether including plugins by default is an acceptable solution, although Ubuntu ships Firefox with an Ubuntu modifications plugin so maybe this could be a good approach. Using plugins would also keep the browser code (and thus the Firefox branding) intact.
I hope this idea will lead to some discussion. Some screenshots could also make things clearer, I might add these when this idea gains popularity.
Solution #2:
Add option to use Google Chrome Browser as alternative.
Why just have Firefox (very bloated) installed by default? Why not give the choice to use a browser with a smaller footprint & more compact interface?
Just saying... :)
Why just have Firefox (very bloated) installed by default? Why not give the choice to use a browser with a smaller footprint & more compact interface?
Just saying... :)
Solution #3:
...or Midori as an alternative
Written by
lootic the 5 Mar 10 at 20:43.
Netbooks are in general weaker, midori is really light weight and can be configured so that its bars take very little space. Its perfect for smaller comps. chromium 4 tabs
(
http://www.youtube.com/watch?v=r22s-QfbvnY
http://www.google.se/search?hl=sv&source=hp&q=ubuntu&btnG=Google-s%C3%B6kning&meta=&aq=f&oq=
http://en.wikipedia.org/wiki/Ubuntu_(operating_system)
http://brainstorm.ubuntu.com/idea/23827/
)
about 120MB
midori same 4 tabs
about 50MB
Though midori is more glitchy for some and uses more processor power from what ive noticed.
Solution #4:
Chromium as alternative
Written by
ArtemZ the 8 Mar 10 at 05:03.
Why not better add free and opensource chromium browser as option alternative? Its lightweight, really opensource instead of Chrome and handy on netbooks
Why not better add free and opensource chromium browser as option alternative? Its lightweight, really opensource instead of Chrome and handy on netbooks
cups-pdf enhancement
Written by blue1 the 24 Mar 10 at 20:17.
Global category: System.
New
Ubuntu printing can be improved through smarter usage and available functionality.
It would definitely save time for those people that are using the internet a lot for research purposes and they have to print a lot of what they see to refer back onto it for a later time.
A person saves time and stress with not having to retype the same thing over and over again. As time passes by over countless years, this does sum up to quite some significant time for those hardcore researchers, readers, lawyers, technical people who need to have reference back when they lose internet to solve some difficult sophisticated problems in which you must refer back because there are so many elements to it, academics, archivers, people interested in their finance, and historians or even regular people who just want a little bit more convenience and less monotony. It sums up to even more, when you consider all of the millions of Linux users out there, which is growing with time.
It takes time to highlight that output.pdf and erase the "output" and replacing it with the title you want to name the printout. It is one step lower in efficiency.
If you are printing out a lot of things with similar titles like with a keyword/tag in it like "physics" or "news", you don't have to delete the stuff that comes after it, like for example, "physics concept 1a.pdf" or "physics problem 2b.pdf". It is repetitive and you have to actually manually highlight and delete "concept 1a" and then replace it with "problem 2b", instead of just inserting into blank space "concept 2a", rather than the extraneous step of highlighting and deleting.
I like it the same style as it is now with its "theme" and "looks", so it does not need to look like a totally different thing, like a print window with your favorite color or a fancy background image like the desktop uses scenery wallpapers. That is optional, but if people want more, then it is perfectly okay to do that just for aesthetics and making it look prettier, livelier, and different for some.
It's all about customization and options and this is what I believe can give Ubuntu a more pleasing look and advantage over using Windows 7. With Windows, it would either print out the same title as the web page by default if you don't manually rename it, or if you do change it, the printed pdf is corrupted and it doesn't print everything right.
[....]
Solution #1:
What pops up as default
Written by
blue1 the 24 Mar 10 at 20:17.
Have it as an option of what pops up in the cups-pdf/ pdf/printer ink printing. Instead of "output", have it be able to show a blank entry like, ".pdf"
If people want the "output.pdf" to keep showing, they get to keep that option. It would be better if somebody could choose what comes up as the default "?.pdf" for the '?' with a string of text they type in.
Have it as an option of what pops up in the cups-pdf/ pdf/printer ink printing. Instead of "output", have it be able to show a blank entry like, ".pdf"
If people want the "output.pdf" to keep showing, they get to keep that option. It would be better if somebody could choose what comes up as the default "?.pdf" for the '?' with a string of text they type in.
Solution #2:
Full URL option
Written by
blue1 the 25 Mar 10 at 16:52.
Another option (checkbox option) that should be available alongside those mentioned is that cups should allow the full url in the printed pdf, to be shown at the top or make it so it's fully shown at least because much of the time, the url isn't completely printed when it's long. It doesn't matter if the font of the url is
very small. As long as it is readable with the eyes and able to be copied, it is fine.
Another option (checkbox option) that should be available alongside those mentioned is that cups should allow the full url in the printed pdf, to be shown at the top or make it so it's fully shown at least because much of the time, the url isn't completely printed when it's long. It doesn't matter if the font of the url is
very small. As long as it is readable with the eyes and able to be copied, it is fine.
Solution #3:
Title of print file
Written by
blue1 the 25 Mar 10 at 17:07.
This is a check box option. The default print text like "output.pdf" should have by default "title of the website" followed by ".pdf". So amazon.com's homepage, when the print menu shows up after "ctrl+p", would be "amazon.com: Online Shopping for Electronics, Apparel, Computers, Books, DVDs & more.pdf" instead of "output.pdf".
This is a check box option. The default print text like "output.pdf" should have by default "title of the website" followed by ".pdf". So amazon.com's homepage, when the print menu shows up after "ctrl+p", would be "amazon.com: Online Shopping for Electronics, Apparel, Computers, Books, DVDs & more.pdf" instead of "output.pdf".
Solution #4:
Simplicity
Written by
blue1 the 25 Mar 10 at 17:47.
It should be given as an option for people to not have to worry about this sophisticated customization and just have the simple version of cups if they want. Many people prefer simplicity. It makes some people think too much with that stuff. Ubuntu users are diverse. That is important to know.
Have advanced mode and simple mode. Simple mode is the same thing that was previously used, or right now as of March 25, 2010, the current version of cups-pdf.
It should be given as an option for people to not have to worry about this sophisticated customization and just have the simple version of cups if they want. Many people prefer simplicity. It makes some people think too much with that stuff. Ubuntu users are diverse. That is important to know.
Have advanced mode and simple mode. Simple mode is the same thing that was previously used, or right now as of March 25, 2010, the current version of cups-pdf.
Solution #5:
Style
Written by
blue1 the 25 Mar 10 at 17:54.
Insert options for user to use a background image to customize what their print menu appearance is. Also let the user disable this option if they want to conserve computer resource (energy consumption and extra processing).
Insert options for user to use a background image to customize what their print menu appearance is. Also let the user disable this option if they want to conserve computer resource (energy consumption and extra processing).
Solution #6:
Copy and cut text functionality
Written by
blue1 the 25 Mar 10 at 18:48.
If you copy a certain text from anywhere on the computer, that allows you to copy and cut, by using copy or cut with your mouse or alternative keystroke "ctrl + c" or "ctrl + x", it is automatically concatenated to the end of the string after the default string for the name of the print job file, when you press "ctrl + p".
If you copy twice or 1,023 times in row or etc., the most recent copy/cut is the string to be used.
So if I copy from an arbitrary web page, using highlighting and right mouse click, "About Web History: Basics", then that string is inserted at the end of what would normally be "output.pdf", making it "outputAbout Web History: Basics.pdf".
Some people might want to change the problem about the spacing issues, so allow the user to have the default print job file name be "output .pdf" or
"output .ps" and etc.
Some people might mess up, so give the option to reverse the "mistake" of attaching that copied string at the end. Put a check box for that allowing them to disable this function of attaching the most current copied/cut item.
Unchecking this check box would just automatically take that string off the file name in the text box for the name of the print file, immediately. If you recheck the box, it won't remember what you had last copied or cut. So the cut and pasted string is now empty or void.
A cut string, is only used once for a print job, by which the next print job's "inserted text" you make, under the condition that you do not cut/copy again, is simply void and you would only have the default text name for print file.
A copied string is able to be used over and over again as long as it is not replaced.
If you "use up" the cut string for something else, like pasting it into a word document or etc, it is not used for print job. There would be a void for the "inserted text" for the current print file name if you immediately try to print at that moment.
If you copy a certain text from anywhere on the computer, that allows you to copy and cut, by using copy or cut with your mouse or alternative keystroke "ctrl + c" or "ctrl + x", it is automatically concatenated to the end of the string after the default string for the name of the print job file, when you press "ctrl + p".
If you copy twice or 1,023 times in row or etc., the most recent copy/cut is the string to be used.
So if I copy from an arbitrary web page, using highlighting and right mouse click, "About Web History: Basics", then that string is inserted at the end of what would normally be "output.pdf", making it "outputAbout Web History: Basics.pdf".
Some people might want to change the problem about the spacing issues, so allow the user to have the default print job file name be "output .pdf" or
"output .ps" and etc.
Some people might mess up, so give the option to reverse the "mistake" of attaching that copied string at the end. Put a check box for that allowing them to disable this function of attaching the most current copied/cut item.
Unchecking this check box would just automatically take that string off the file name in the text box for the name of the print file, immediately. If you recheck the box, it won't remember what you had last copied or cut. So the cut and pasted string is now empty or void.
A cut string, is only used once for a print job, by which the next print job's "inserted text" you make, under the condition that you do not cut/copy again, is simply void and you would only have the default text name for print file.
A copied string is able to be used over and over again as long as it is not replaced.
If you "use up" the cut string for something else, like pasting it into a word document or etc, it is not used for print job. There would be a void for the "inserted text" for the current print file name if you immediately try to print at that moment.
Solution #7:
Save customizations
Written by
blue1 the 25 Mar 10 at 19:07.
Every check box modification is saved if you choose so as the basic settings for printing.
Every check box modification is saved if you choose so as the basic settings for printing.
Solution #8:
Differences in web browsers to be taken into account
Written by
blue1 the 25 Mar 10 at 21:35.
This is kind of interesting to note.
What currently shows up in your print menu for the print file name, depends on which web browser you use.
Google chrome for Linux, shows "output.pdf" each time you start up a print job. Firefox 3.5.8 for Ubuntu canonical 1.0 shows ".pdf" each time. Opera Version 10.10 for Linux, prints in a unique way also. It saves the previous print file's name.
Google chrome seems to print a lot faster, like instantaneously, something that would take 5 seconds on Firefox.
I think Opera prints out at a comparable speed to Firefox. It seems faster, but sometimes it won't print on some things and you have to mess around with it and reload or close the window and restart, if the print job froze.
One must realize that this has a lot to do with the web browser as well as the system.
This is kind of interesting to note.
What currently shows up in your print menu for the print file name, depends on which web browser you use.
Google chrome for Linux, shows "output.pdf" each time you start up a print job. Firefox 3.5.8 for Ubuntu canonical 1.0 shows ".pdf" each time. Opera Version 10.10 for Linux, prints in a unique way also. It saves the previous print file's name.
Google chrome seems to print a lot faster, like instantaneously, something that would take 5 seconds on Firefox.
I think Opera prints out at a comparable speed to Firefox. It seems faster, but sometimes it won't print on some things and you have to mess around with it and reload or close the window and restart, if the print job froze.
One must realize that this has a lot to do with the web browser as well as the system.
Solution #9:
Special characters and their exclusion
Written by
blue1 the 25 Mar 10 at 21:56.
There is definitely an issue with printing files with names that contain certain characters in them. For example, using the character '/' is not allowed as it will not even print the file out.
Have it as a check box option, to exclude these chars from being allowed inside the text box, for the name of the print file.
I know that some chars are not good for transferring the print file to another medium. If a print file has a char such as '|' in it, it is not able to be transferred to a USB memory, so that you can take it somewhere else to read it or print it later, like at school.
If you try to insert a text into the text box, all of the bad chars are replaced by an empty void. For example, if you type in or cut/copy and paste "printjob/86.pdf", inside the text box, it becomes "printjob 86.pdf" or it could be "printjob_86.pdf".
Make it so that you can "replace" the undesirable char or even "phrase", with another "char" or "phrase". This might require a filter. So every time you attempt to insert '/', something else is typed instead, like '_' or "end" or etc. This would be defaulted at your customization.
You can choose to exclude bad, undesirable, and unneeded chars or phrases as desired.
There is definitely an issue with printing files with names that contain certain characters in them. For example, using the character '/' is not allowed as it will not even print the file out.
Have it as a check box option, to exclude these chars from being allowed inside the text box, for the name of the print file.
I know that some chars are not good for transferring the print file to another medium. If a print file has a char such as '|' in it, it is not able to be transferred to a USB memory, so that you can take it somewhere else to read it or print it later, like at school.
If you try to insert a text into the text box, all of the bad chars are replaced by an empty void. For example, if you type in or cut/copy and paste "printjob/86.pdf", inside the text box, it becomes "printjob 86.pdf" or it could be "printjob_86.pdf".
Make it so that you can "replace" the undesirable char or even "phrase", with another "char" or "phrase". This might require a filter. So every time you attempt to insert '/', something else is typed instead, like '_' or "end" or etc. This would be defaulted at your customization.
You can choose to exclude bad, undesirable, and unneeded chars or phrases as desired.
Solution #10:
Limit to the string length of the text inserted
Written by
blue1 the 25 Mar 10 at 22:01.
There should be an option to give a limit to the name of the print file because, I think there is an actual limit to file names depending on which system you are using it on. Try to make it compatible with every OS that is currently out and in the most usage, as a valid file name.
Reference of max file name length for commonly used filesystems:
ext3-255 bytes
ext4 - 226 bytes
NTFS for Windows 7/XP/Vista- 226 characters
Joliet ("CDFS")- 64 Unicode characters
ISO 9660:1999- Unknown (207?)
UDF- 255 bytes
There should be an option to give a limit to the name of the print file because, I think there is an actual limit to file names depending on which system you are using it on. Try to make it compatible with every OS that is currently out and in the most usage, as a valid file name.
Reference of max file name length for commonly used filesystems:
ext3-255 bytes
ext4 - 226 bytes
NTFS for Windows 7/XP/Vista- 226 characters
Joliet ("CDFS")- 64 Unicode characters
ISO 9660:1999- Unknown (207?)
UDF- 255 bytes
Solution #11:
Idea for code
Written by
blue1 the 28 Mar 10 at 01:08.
I have noticed that FoxLingo firefox add-on has a function that does what would be able to be used by the new cups-pdf. When you highlight text in the browser, it goes inside the foxLingo translation box. This is what should be used for the action of the text going automatically into the printer textbox for the name of the print file.
I have noticed that FoxLingo firefox add-on has a function that does what would be able to be used by the new cups-pdf. When you highlight text in the browser, it goes inside the foxLingo translation box. This is what should be used for the action of the text going automatically into the printer textbox for the name of the print file.
SOLVED does not cover all Closed situations
Written by jamesisin the 11 Feb 10 at 18:56.
Related project: ubuntuforums.org .
New
When one opens a thread in the Ubuntu forums, there is only one choice for closing that thead: SOLVED.
This does not cover all the possible situations in which one may find oneself closing a thread.
For example, it would be wrong indeed to close a thread as SOLVED if in the end a bug report were filed. Also, if you created a workaround in lieu of a solution SOLVED again seems inappropriate.
Solution #1:
auto-uninstall of installed packages, canceling the operation
Written by
darkham the 24 Feb 10 at 11:35.
Undo all selected operation from a log/cronology file build selecting packages. Delete all downloaded packages.
Undo all selected operation from a log/cronology file build selecting packages. Delete all downloaded packages.
Solution #2:
free up some space
Written by
nloewen the 1 Mar 10 at 00:59.
with the users permission remove old packages from the cash and auto remove unneeded packages. also, give the option to empty trash. then continue.
with the users permission remove old packages from the cash and auto remove unneeded packages. also, give the option to empty trash. then continue.
Solution #3:
warn before install
Written by
nloewen the 1 Mar 10 at 04:01.
warn users that there is insufficient space before installing software.
warn users that there is insufficient space before installing software.
Solution #4:
Auto-make "apt-get clean" and/or "apt-get autoremove"
Written by
icoz the 14 Mar 10 at 20:34.
There are many downloaded packages in cache.
May be it's more logical to remove THEM? For example, I have 925Mb at this moment in /var/cache/apt/archives/
Of course it needs user decision.
There are many downloaded packages in cache.
May be it's more logical to remove THEM? For example, I have 925Mb at this moment in /var/cache/apt/archives/
Of course it needs user decision.
Solution #5:
Routinely check the size of the package cache.
Written by
lavinog the 23 Mar 10 at 21:30.
As #4 noted the package cache can get quite large.
Have a routine check (once a day) to check the size of the cache.
If the cache consumes more than 10% of the filesystem size, or if the cache size is greater than the free space, notify the user and give them a single click solution to purge the cache.
As #4 noted the package cache can get quite large.
Have a routine check (once a day) to check the size of the cache.
If the cache consumes more than 10% of the filesystem size, or if the cache size is greater than the free space, notify the user and give them a single click solution to purge the cache.
Solution #6:
As with # 5, but do it automatically.
Written by
isantop the 9 Apr 10 at 05:06.
Many users would see the words "package cache" and flip a lid. It would be better to check the cache size, and if it is too big, automatically remove packages from the cache in order from oldest to youngest to make room.
Or, check the date, and only allow packages newer than X days old to remain on the system, unless purged manually by the user.
Many users would see the words "package cache" and flip a lid. It would be better to check the cache size, and if it is too big, automatically remove packages from the cache in order from oldest to youngest to make room.
Or, check the date, and only allow packages newer than X days old to remain on the system, unless purged manually by the user.
remember headphones volume state
Written by xxxYURAxxx the 21 Mar 10 at 13:13.
Global category: Usability.
New
when i turn on headphones i need reduce sound every time,
then when i turn off headphones and listen music through speakers i need enlarge sound, because it is very low,
and when i turn on headphones again i need reduce sound because it is too loud