[SOLVED]Gnome "save as" menu very slow

I am experiencing terrible performance in Gnome while trying to save some file and choosing the directory for the file. It happens in every application (downloading files in Firefox, saving files created in any app etc.). This was the case with every version of Gnome that I used so far, but it's unbearable with 2.24. The CPU load jums to 100% and the process of changing directories is painful.
Last edited by ux&lx (2009-02-04 09:12:44)

This is caused by icon themes that use the SVG format. The drawing routine for the icons in that dialogue is dumb and makes drawing various small icons in SVG a pain. So, convert icons to PNG instead (I already told the author of elementary icons to save as PNG for smaller sizes too).

Similar Messages

  • Save Search Running Very Slow

    I have a custom page with a query Bean and have Simple, Advanced and View Panels enabled. My Search functionality works great, very fast. However, when I save a search... any search... no matter how small the resultset...When I go into the views panel... The views run VERY slow. The results do eventually come back, but it takes 3-5 minutes compared to 3-5 seconds when I run the same search from my search panels.
    Does anybody know what OAF does in the background of the Views Panel? Does it alter the SQL differently then when I simply run a search?
    Any help is much appreciated.

    I had the same problem when I setup a new computer this week. Here's what I had installed:
    Photoshop CS5
    Suitcase Fusion 3
    The problem was that when I was in Photoshop and used the "Save for Web" export screen, the dropdown menu for the different export types (JPG, PNG, GIF, etc) would take an extremely long time to update the preview of the graphic.
    After a few days of research , I found that Suitcase was conflicting with Photoshop. Here's how you fix the problem (or at least here's what I did with my situation):
    Open Suitcase
    Go to "Tools", click "Manage Plugins"
    Deactivate the Photoshop plugin
    This fixed the problem immediately and now my Photoshop" Save For Web" feature is working really fast. Hope this helps anyone else in the same boat.

  • Need help with Leopard: screen saver glitch and very slow internet

    I performed an erase and install leopard 10.5.1 on my upgraded G4 AGP Sawtooth Computer several times. Has anyone had the following 2 problems with leopard and any suggestions to solve them? Apple telephone support has not helped thus far. The Issues include:
    1-Internet surfing (Safari and Firefox) is extremely slow worse than dial-up. I have verizon fios. Upgrading leopard to 10.5.3 and upgrading Safari did not help and took about 10 hours to download when it should have been quick.
    2- A screen saver glitch: When I click on screen saver such as beach I get this message. " Screen saver "beach" did not load properly. Error Can't load bundle" When I click on the screen savers folder, there is nothing in it. Desktop pictures work fine.
    Computer upgrades include:
    Processor-OWC Mercury Extreme [email protected] 2MB L3 Cache
    2GB memory
    Two 120GB hardrives.
    Firmware is updated.
    Thus far, all this was done:
    Apple exchanged install disk. Same results with new disk.
    I ran disk utility and everything is ok including permissions.
    I performed a safe boot with apple support.
    I Threw away cache folder and com.apple.safari.plist
    Tried firefox with same very slow surfing results.
    I even checked file system structure problem fsck -yf. Everything was ok
    Thanks in advance for any suggestions.

    Althought the behavior is the same in all three accounts, if all are working accounts I would suspect there is something all of them have installed that could be the source of the problem. Try creating a new admin account, and leave it just the way Apple creates it--don't add anything nor modify it in any way. Log into that account and see if it works correctly.
    If that account is also misbehaving, try restarting, and when you hear the chime hold down the Shift key so that you boot into Safe Mode (you'll see a notice in the splash screen about being in Safe Mode). The boot will take longer (perhaps even considerably longer) as the system runs disk repair, empties some caches, disables all third party startup items, as well as all Apple startup items not strictly necessary for the machine to run. See the menus and Dock now behave correctly.
    Since the problem is evidently somewhat intermittent in nature it may take some patience to discover what is wrong. You might also disconnect everything that didn't come with the Mac, reboot, and use only the Apple keyboard and Apple mouse and run for a bit to see how that works. If you are using a third party mouse that required installing something that would be my guess as a "prime suspect" for the cause of the problems.
    Francine
    Francine
    Schwieder

  • [SOLVED] Encryption I/O is very slow on Atom 330

    EDIT: Initially titled "Everyday I/O on software RAID1 is very slow"
    I recently upgraded my home server from Ubuntu (Hardy, I think) to Arch, coinciding with an disk update (2 * 500GB to 2 * 2TB).
    However, I seem to have quite bad performance problems during "standard" usage of the server. Read or write speeds, even on large (2G) files, never exceed 17/18 MB/s (according to 'iostat -m 1').
    This causes issues when using the server, for example, watching a video mounted over SSHFS. When the array is written to, it causes the video to pause for a moment, as though all read I/O stops for the ~2 seconds the array is being written to (at the aforementioned 17MB/s). I noticed this initially when I was transferring the files from the old drive and running digest checks (sha1sum) were taking far longer than I expected on my new installation, so I checked iostat which showed me the 17MB/s speed during the sha1sum checks.
    This doesn't seem to be an issue with the drives themselves, nor the controllers they are attached to, as when I was creating the array, or if I force a disk to be rebuilt, it read/writes at 80MB/s (per drive and simultaneously), which is what I would expect from these drives (SATA II, 5400RPM).
    I currently have it set up as such:
    2 partitions per drive, set to raid_autodetect which are md0 and md1 respectively.
    md0 is /boot (ext2), md1 is an encrypted volume
    Encrypted volume contains an LVM with a 1G swap partition and the rest of the volume is assigned to / (ext3).
    Could this setup be the root cause of my issues?
    I've never had any performance issues before with encryption (even on my 1.6Ghz tablet which runs at 600Mhz with cpufreq scaling) so it doesn't strike me as it would be an issue for my Dual Core 1.6Ghz/2G RAM server (a Zotac ION-ITX-A for lower power consumption). However, it is possible that a difference in encryption methods may account for it being an issue here as I use the defaults, which may be "paranoid"..
    I don't know much about LVM, so I am concerned the mere size of the LVM '/' volume may be the cause of my issue.
    I'm happy to provide any extra information or run any tests to help diagnose this issue as it is quite the show-stopper for this server!
    Last edited by Xyem (2010-10-20 10:41:09)

    Something just occurred to me.. I have just over 90M of free space in /boot which I can play with, so I just ran a quick test (while watching 'iostat')...
    sudo dd if=/dev/zero of=/boot/test.zero bs=1M count=90
    75+0 records in
    75+0 records out
    78643200 bytes (79 MB) copied, 0.541392 s, 145 MB/s
    But 'iostat' didn't show anything. Then it hit me, caching!
    sync
    /dev/md0 gets written to at 80M/s! So this narrows it down it either being an encryption slowdown or a LVM issue. I can't imagine LVM would slow it down to 17M/s so I am going to format and set this thing up without encryption and see how it goes then
    EDIT: I just found this page (http://www.shimari.com/dm-crypt-on-raid … benchmarks) which seems to match the poor performance I am seeing and points the finger squarely at dm-crypt. What is worrying is encryption seems to come with a 75% speed penalty, which is really making me rethink full disk encryption on all my computers (server, desktops, laptops, tablet and carputer)!
    EDIT2: Not quite sure on the etiquette in this case, in regards to whether I should edit this post or have made a new one but the cause of this has been identified.
    The server has a Atom 330 CPU and after several tests (and confirmed on 2 other machines with the same CPU) it has been discovered that despite being dual core 1.6Ghz cores, the encryption performance on it is absolutely terrible. Changing the cipher to aes-ecb-null results in 28M/s but on a desktop machine (non-Atom), that cipher results in zero performance drop (80M/s raw and encrypted) and the default cipher (aes-cbc-essiv:sha256) only drops to 55M/s. Hope this helps someone else. Off to go and reformat my server and carputer as unencrypted.
    Last edited by Xyem (2010-10-17 16:46:32)

  • Save for web very slow

    I have a new MBP Retina, clean install of the OS and Creative Cloud. Just setting up Photoshop, and Save For Web is extremely slow. It opens normally, but I get the spinning color cursor for 15-20 seconds and only after that does the image display in the preview window. Then for every checkbox I select, the color cursor comes back and all is delayed for another 15 seconds. The file is a square photo from an iPhone 5s, two layers, nothing else going on, 34mb.
    I do have Suitcase Fusion 6 installed. Based on their instructions, I removed all fonts from the HD/library/fonts, and have certain web faces activated through Suitcase. (Arial, Courier, Georgia, Times, Trebuchet, Verdana).
    On a new, empty file, all works as expected with no delays.
    I had this same set up on this same Mac before I wiped the hd, and never had this problem.
    Any thoughts...reset a preference or...?
    Thank you.

    I just noticed the above unresponsiveness happens with the 4.7mb exported PNG, so it's not related to the file size.

  • Spry Horizontal Menu VERY SLOW

    I have a fairly simple spry horizontal menu that runs too slow.
    I am using a background image for the drop down wrapper. This doesn't seem to be the problem. There is no change when I use a solid background.
    The rest of the javascript on the page is not the problem either as I have commented it out and the problem still exists.
    I greatly appreciate your help in this matter.
    Here is the url.
    http://redline-test.com/bh/bhtesting/index.php

    I cannot seem to find any reason for the slow menu. Seems to be running fine for me with Safari, Chrome and Firefox.  You have 2 code errors in the head next to your final 2 meta tags not using a proper ending tag : showing ">" instead of "/>".
    Is this happening with a specific browser, version, os?  Also if you are using CS4/CS5 have you considered trying the SpryMenuBar 2.0 code found in the Widget Browser?

  • [SOLVED]gnome 3.6 menu icons have disappeared!

    I have lost some of the icons in all the gnome applications after upgrade to gnome 3.6.
    take a look at nautilus.
    http://imageshack.us/photo/my-images/24 … 10291.png/
    Any ideas how to correct it?
    Last edited by hadrons123 (2012-10-29 14:35:07)

    i don't see anything wrong with that image. that's how the apps should look from know own since its using the new menu thingy from gnome-shell.

  • Save as dialog very slow to apear

    Since 1 week I have this annoying problem: in a lot of (every?) applications (word, excel, textedit, etc) the save as... dialog takes a long time to appear. Sometimes up to a minute. I have no idea why this happens.
    I don't have any network shares. I do have Back to my mac enabled.
    Any suggestions? thanks!

    It may be LaunchServices. These are only cache files but can often get corrupted.
    Launch /Utilities/Terminal and copy & paste this at the command line to rebuild LaunchServices:
    Code:
    <pre class="alt2" style="margin:0px; padding:3px; border:1px inset; width:640px; height:34px; overflow:auto">/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchSe rvices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user</pre>
    Then press return. Wait until terminal returns to the command line. Quit Terminal. After that, log out and back in or restart. Let us know
    -mj

  • LiveCycle 8.0 saves and previews very slow

    I have a file that is about 75 pages long, and a total of less than 1000 fields. It takes over 5 minutes to save or preview. What could be wrong?
    It loads fairly fast in Reader -- less than 30 seconds.
    I'm developing on Vista Home Premium, 2 GB Ram.
    Help!

    Any hints would be appreciated! :-)
    Thanks!

  • Encore CS6 Rendering of Motion Menu very Slow

    I have a motion menu with 4 motion buttons 1500 frames in length. It takes 1hour and 14 minutes to render. So with 5 menus it takes 6 hours to render 5 minutes of menu. I have a HP Z800 with two X5660 xeon processors with 48gB of ram and a raid 1E disc with sas 15000rpm discs.CPU usage shows 7%. Disc throughput is small. Does anyone know how to fix this.
    Regards Trevor

    Hi Atlanta video,
    I want to ask few questions to understand the issue.
    1. Are you able to burn same project sucessfully even once ?
    2. Can you attach motion menu that is crashing while rendering ?
    3. Is this crash consistent ?
    4. Is this crash  happens with only specific size motion menu (1920x1080 , 1440 x1080) ?
    Also please attach crash dump .
    If you are on Mac you will get crash data ,if you are on windows please follow the instructions to copy the crash dump:
    "when the crash occurs and windows error reporting throws the dialog ‘windows is collecting information’ , let it run as its creating the dumps etc and then when the ‘send error report’ dialog comes, it shows path to 3 files if you enlarge the dialog with ‘view details’.
      Two of those are general app info files, third is a actual dump file (with extension .mdmp). While this dialog is open we can copy the .mdmp from the temp location"
    This information will help in isolating the issue.
    Thanks
    Minu

  • Palm Desktop saves and exit very slow; losing data above letter "t"; duplicate records created

    Since I installed Palm Desktop by ACCESS (v. 6.2.2) on both an XP and a Vista Home Premium PC (one is a notebook, other a desktop), two critical issues have arisen:
    1) when I make any change in the records and save (File - Save all OR Control S), it takes about 45 seconds to complete the save. This is also how long it takes to exit the Palm Desktop. With previous versions of Palm Desktop, these functions took a couple of seconds. This problem exists with only a few records in the data base, as well as thousands of records. It has nothing to do with the McAffee program - tested that.
    2)  in the Contacts data base, every now and then, all data above the letter "t" disappears. I can recreate the missing data either from a backup of the data base or by doing a hotsync.
    3) every now and then, I discover that all records have been duplicated - this happens on both the PDA and the Palm Desktop. In this case, I need to use the latest backup files, load them into the Desktop, then do a hotsync with the Desktop overriding the Handheld.
    Any suggestions on what could be causing these problems? Palm's staff has been clueless. 
    Post relates to: Palm TX

    Lesson: Use the correct software version!
    Re-installed using PD414EN and all is good! Hurray!

  • Save Open dialog box opening very slow

    I have windows 7 professional 64bit OS. whenever i try to open/save as dialog box it appears very slow, then it will say it is not responding then after 10-15sec it will come alive.
    Need help!!!!!!

    Blair,
    I followed your suggestions above....reset IE ...clean boot. Didn't solve the problem.  (had trouble making that MSCONFIG window bigger !? <wink>)
    Problem still exists.  And to be clear, here is the problem(s) ...I believe they are all interrelated.
    #1.  I end the explorer.exe process and restart it.  Run Explorer and start clicking folders in my FAVORITES.  System hangs for about 10 seconds before it catches up.
    Alternatly, after a explorer.exe restart, if I run explorer and start clicking down through folders from the C: drive, there is no hang.   SUSPECT - some sort of file for favorites needs to be rebuilt?!
    #2. Open MS Word.  Type a few letters.  Select File/Save.  Most icons under Favorites are white.  Trying clicking more than one, but system hangs for ten seconds until icons fill in.
    #3.  WINDOWS button, start typing in the search INTERNET....5-10 seconds before Internet Explorer (and other INT* things show up.!  Usually this is instantaneous.
    System Info:
    Great machine and fast for over a year, and now this started FYI.
    OS Name    Microsoft Windows 7 Home Premium
    Version    6.1.7601 Service Pack 1 Build 7601
    Dell System XPS L321X
    x64-based PC
    Intel(R) Core(TM) i5-2467M CPU @ 1.60GHz, 1601 Mhz, 2 Core(s), 4 Logical Processor(s)
    4 gb Ram
    256 SSD
    ACTIONS TAKEN:  (estimated 30 reboots today)
    - Ensure all folders are GENERAL under properties
    - Advanced Attributes - turned off "allow files on this drive to have contents indexed in addition to file properties"
    - Checked Indexed location is C: drive/ User/ just my data areas....reindexed
    - Tried reboot with Windows Search service disabled....no help.  Turned back on.
    - Tried MS Essentials off.  Tried Firewall off
    - Rebuilt ICONCACHE - was 8mb, now less 450kb
    - Archived OUTLOOK down to a reasonable size (and had to do the manual compress to reduce the file size after)
    - turned off some Windows visual effects.
    - Turned off Dropbox from autostarting....this was before I tried the Clean Boot
    - turned by ON (default)  in Startup - though it has Unknown MFG and no details  :~(   , i found that it likely is needed for my 64 bit machine.
    Any help would be appreciated.
    Steve

  • "Save As" command with very slow Finder response in Tiger

    Ever since upgrading to Tiger using the "Archive & Install" option, my applications have had very slow operation of the "Save As" command. The Finder takes a long time to open and display the Save As window with folders and file name etc. This has occurred on all of my computers - a PowerMac G5, an iMac G4 and a PowerBook G4. It has not changed with upgrades as far as 10.4.5. I have tried the following suggested in another post about slow Finder actions without success:
    Refreshing and reblessing the following system files and the folder followed by reboot.
    1. /System/Library/Extensions.kextcache
    2. /System/Library/Extensions.mkext
    3. /System/Library/Caches/com.apple.kernelcaches/
    Trashing the following files and a folder followed by reboot
    1. /Library/Caches/com.apple.LaunchServices-xxxx.csstore
    2. /Library/Caches/com.apple.LaunchServices-xxxxxx.csstore
    3. /Library/Caches/com.apple.ATS/
    I have also deleted the /User/Library/Preferences/com.apple.finder.plist file and rebooted.
    Does anyone else have this problem and how do I solve it?
    PowerMac G5   Mac OS X (10.4.4)  

    Thank you Roger - this does seem to have solved the problem - my local Apple service people did not have an answer on this, so I'm grateful

  • Illustrator CS3: Very Slow Open, Very Slow Save

    Hello all,
    I just recently have been issues with Illustrator CS3. Up until about a few weeks ago, it had been running flawlessly. Now, whenever I try to open up any EPS or AI, Illustrator will literally take at least a minute to open it. This happens with a complex 2mb AI files, but also for a tiny simple files consisting of a 1" square on a blank artboard. No matter the file size, it will take around a minute to open it up.
    Opening a 44kb .eps: 75 seconds
    Opening a 210kb .ai file: 67 seconds
    Saving a 76kb .eps: 56 seconds
    Export to grayscale PNG: 66 seconds
    Export AI Layers to SWF Files: 2 seconds
    This is ridiculous.
    Saving is the same issue. It takes a ridiculously long time to save even a blank document.
    It's not my machine (2x2.66ghz Intel Mac with 5gb ram, OSX 10.5.6). Photoshop feels a little sluggish too, but not to this extent. InDesign, Flash, Dreamweaver, Acrobat all run perfectly. I even uninstalled all the CS3 products and reinstalled to find the same issues. And now that I've been given a time sensitive job, I need to get this program running quickly again.
    I'm not sure what I can do to solve the problem, aside from trying to reinstall OSX and start fresh. Any and all help is appreciated! Thank you!

    Well, I reinstalled Mac OS X before even trying those methods. It was less of a hassle than I thought it would be. Solved the problems with Illustrator. Everything is running fantastic.
    But, I was just working in Photoshop, opening about ~20-30 small PNG's at a time to resize, grayscale, etc. I opened up about 60 at once to make things go quicker. They all opened up, with a little bit of lag. Now, if I even try to open up 10-15 PNG's at a time, they load very slow, like the problem I was having before with Illustrator...
    Is there anyway to reset some memory settings? Or clear some cache? I believe this is what caused my issues with Illustrator before (opening too many files at once.)

  • CS4 apps are VERY slow to open Windows file browser with File Open or File Save As commands

    We are running CS4 on Windows 7 with all available updates installed.   Photoshop and the other CS4 applications are VERY slow to open a Windows file browsing window to select files when File Open or File Save As menu options are run -- it can take as long as a minute or two for the window to open.  Once the window opens and a file is selected, then opening or saving the file is very quick.  The location of the default directory, whether it is on a local drive or a network drive, makes no difference.  Any suggestions as to what the problem might be?

    Raphman02
    The link that I posted earlier is off.  Read this one
    http://support.microsoft.com/kb/2501584.  I discovered in my network that the MS Office File Validation Patch made excel crawl when opening over the network though nothing else changed. At the time I was opening Excel on Office 2003.
    You can manually turn this off by editing the registry and tunring it off.  Going forward I skipped the patch to keep my sanity.  Not sure if this is the same as your issue, but the support article will go into detail how to either have Fix it
    clear the issue or change the proper registry keys.
    Hope this helps

Maybe you are looking for

  • Can javafx intregrate with hibernate in netbeans?

    I'm javafx newbie. Can javafx intregrate with hibernate in netbeans? (6.8) I try to add Hibernate configuration wizard and Hibernate mapping wizard by right click at the project > new > other > hibernate but it does't support. it shows "Unsupported P

  • NO ACCOUNTING DOC in GI

    Created Sales Order (SO) with ItCat = TAB PR is created in SO. Created Purc Req (PR) Created Purc Ord (PO) Acnt Assign Cat = M GBB VKA = A Goods Receipt NO PROBLEM debit A credit GRIR Account Goods Issued Material Document created BUT NO ACCOUNTING D

  • How to fetch published data from portal using ABAP

    Hello, I have a file published in the portal (with broadcaster). Now I want to use this file in an ABAP program. I can't call the web address directly because my program can't handle the Portal authentication. So I have two questions: - is there any

  • Keychain & certificates

    How do I stop mail from asking for a keychain password all the time? can it be switched off? Also I have three certificates that come up with a red x and "This root certificate is not trusted" could some one please explain this to me. Thanks

  • Which antivirus software should i use for my iMac

    Hello, Wondering which antivirus software is recommended by Apple for an iMac? Thanks, Lisa C.