-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pattern requester #80
Comments
Michael uploaded file
|
Michael commented:[[Image(mui39b-pattern-req.png)]] also missing translation for KB, MB |
Michael commented:One more thing, when you disable image preview, it still loads it internally. |
@tboeckel changed status from new to closed |
@tboeckel changed component from undefined to Dirlist.mui |
@tboeckel changed priority from undecided to normal |
@tboeckel changed resolution from ** to duplicate |
@tboeckel commented:You are mixing up three different issues here again. Stop that! The reasons why icons are shown as separate objects has been answered in #45 already. So please refer to my latest answer there. The missing translations are covered by #79. No need to repeat this here again. Thumbnails will always be generated, no matter if they are shown or not. Dirlist.mui keeps a separate setting for each directory about how the contents will be displayed. MUI 3.9 is definitely not targeted at low end systems like real classic machines. We stated this more than once by now. There is no point in trying to push these systems any further. In fact Dirlist.mui will compress the thumbnail images using bzip2.library to save as much memory as needed when the images are no longer in use. Of course this takes its time and this is what you see as 100% CPU load. However, deleting bzip2.library is not recommended, because lots of other stuff in MUI depends on it. |
Michael commented:"You fail to provide the necessary information again. Of course icons can be rejected if that is requested by the application. So which application are you referring to? If you are referring to the image browser then the display of icons is perfectly valid, because icons are images, if you like it or not." I see, someone uses icons for backgrounds in MUI prefs ? As for the speed.... Loading speed is actually ok, what bothers me is when resources are freed, it takes almost as long as loading them! |
@tboeckel commented:Replying to [comment:4 Michael]:
I do not care if someone does or does not. Icons are images and as such they will be displayed like any other image file. Like it or not.
This has nothing to do with debugging tools. You obviously did not read my previous answer. |
Michael commented:"In fact Dirlist.mui will compress the thumbnail images using bzip2.library to save as much memory as needed when the images are no longer in use. " Hmm... What's the point of storing the images in ram if we do not use them ? |
@tboeckel commented:Replying to [comment:6 Michael]:
The reason is simple: speed. The images are cached to reload them faster when they are needed again. All the cached images will be freed as soon as no instance of Dirlist.mui is alive and if there is a low memory situation. That is early enough.
Some days ago you were complaining about too slow image loading. Now you are complaining about too much memory consumption. Do you really know what you want? Speed always comes for a price, and usually that is a certain amount of additional memory. What's the worth of free memory if it could be better used to cache things to access them faster next time? Honestly, you really should decide what you want. Either a MUI version for absolute low end systems or a MUI version for high end systems. A single version for everything is not going to happen. Nor the first version. MUI 3.9 and MUI4 are targeted at high end systems. If you cannot accept this fact then stick with MUI 3.8. |
Michael commented:I have not complained much on loading speed or memory usage in this case. I never said absolutely low end systems, yes it should work there too if possible, but we are talking about reasonable configs where it should perform with acceptable performance, and if it requires to disable some fancy stuff, the user should have a choice. (eg. in games you might have an extreme quality setting that looks nice, but there is usually no hardware to play it when the game is released, so you have a choice of performance v features but playable game, not a slide show) Actually wondering... Where is the fancy font requester ? As always, life is full of compromises. And things can be made adaptive to the environment they work in if there is an option or good will. I know you are hard to persuade and you do your best with your own vision of things. |
@tboeckel commented:Replying to [comment:8 Michael]:
That is part of MUI4, not of MUI 3.9.
There is ticket #60 for this purpose. Add your wishes there instead of turning every bug report into a fruitless and endless discussion. |
Michael created the issue:
Pattern requester list .info files as separate objects
IMHO it should not do so.
The text was updated successfully, but these errors were encountered: