Want google results when typing into url

Hello, When I used to type into the URL I would automatically get Google Search Results (if it was not a valid URL).
Now I get AltaVista Google Search Results.
I want to change this preference back, so that it goes to standard google search results again.
Anyone any idea how to do this ?
It happened when i installed AltaVista Toolbar, I have removed AltaVista toolbar, and the problem is still there. Also reinstalled FF, and still there. HELLLLLP !

# Type '''about:config''' into the location bar and press enter
# Accept the warning message that appears, you will be taken to a list of preferences
# In the filter box type '''keyword'''
# Right-click on '''keyword.URL''' and choose '''Reset''' to set it back to Google
# Also make sure '''keyword.enabled''' is set to '''true''' (double-click to change its value)

Similar Messages

  • Why don't I get google results when typing keyword into the location bar?

    When typing keywords into the location bar, instead of taking me to Google I get a "problem loading page the connection was reset" error. And the domain it automatically takes me to is domainnotfound.Internetserviceprovider.net. Is there any way that if I don't type in a full url and just press enter it will give me the google results for those keywords? thank you for the assistance

    Sounds that your ISP is detecting whether a DNS look up fails in redirect you to that optimum.net url.
    In such a case you need to contact your ISP and ask them for alternative DNS servers that do not redirect you or you can set other DNS servers yourself.
    *http://kb.mozillazine.org/Error_loading_websites#DNS

  • HT3964 When typing into forms, such as filling out a contact sheet on a website, my first few letters will not appear when i start typing. For example, if I wanted to type "explanation", i might end up with "laxation". This happens in all browsers.

    When typing into forms, such as filling out a contact sheet on a website, my first few letters will not appear when i start typing. For example, if I wanted to type "explanation", i might end up with "laxation". This happens in all browsers.
    If i backspace everything and start typing again in the same area, it will work properly the second time.
    I am using a ~7 month old macbook air with mavericks.
    Any tips to get rid of this issue would be greatly appreciated.

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. All it does is to gather information about the state of your computer. That information goes nowhere unless you choose to share it on this page. However, you should be cautious about running any kind of program (not just a shell script) at the request of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them. Ask for other options.
    Here's a summary of what you need to do, if you choose to proceed: Copy a line of text from this web page into the window of another application. Wait for the script to run. It usually takes a few minutes. Then paste the results, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
    4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply.
    6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking  anywhere in the line. The whole line will highlight, though you may not see all of it in your browser, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin; clear; Fb='%s\n\t(%s)\n'; Fm='\n%s\n\n%s\n'; Fr='\nRAM details\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; M () { find -L "$d" -type f | while read f; do file -b "$f" | egrep -lq XML\|exec && echo $f; done; }; Pc () { o=`grep -v '^ *#' "$2"`; Pm "$1"; }; Pm () { [[ "$o" ]] && o=`sed -E '/^ *$/d; s/^ */   /; s/[-0-9A-Fa-f]{22,}/UUID/g' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; R () { o=; [[ r -eq 0 ]]; }; SP () { system_profiler SP${1}DataType; }; id -G | grep -qw 80; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed '8!d;s/^ *//'; o=`SP Hardware | awk '/Mem/{print $2}'`; o=$((o<4?o:0)); Ps "Total RAM (GB)"; o=`SP Memory | sed '1,5d;/[my].*:/d'`; [[ "$o" =~ s:\ [^O]|x([^08]||0[^2]8[^0]) ]] && printf "$Fr" "$o"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; p=`SP Power`; o=`awk '/Cy/{print $NF}' <<< "$p"`; o=$((o>=300?o:0)); Ps "Battery cycles"; o=`sed -n '/Cond.*: [^N]/{s/^.*://p;}' <<< "$p"`; Ps "Battery condition"; for b in Thunderbolt USB; do o=`SP $b | sed -En '1d;/:$/{s/ *:$//;x;s/\n//p;};/^ *V.* [0N].* /{s/ 0x.... //;s/[()]//g;s/(.*: )(.*)/ \(\2\)/;H;};/Apple|SMSC/{s/.//g;h;}'`; Pm $b; done; o=`pmset -g therm | sed 's/^.*C/C/'`; [[ "$o" =~ No\ th|pms ]] && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; [[ "$o" =~ =\ [^GO] ]] || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; a=(/ ""); A=(System User); for i in 0 1; do o=`cd ${a[$i]}L*/Lo*/Diag* || continue; for f in *.{cr,h,pa,s}*; do [[ -f "$f" ]] || continue; d=$(awk '/^D/{print $2; exit}' "$f"); [[ "$f" =~ h$ ]] && grep -lq "^Thread c" "$f" && e=\* || e=; echo $d ${f%_$d*} ${f##*.} "$e"; done | tail`; Pm "${A[$i]} diagnostics"; done; [[ "$o" =~ \*$ ]] && printf $'\n* Code injection\n'; o=`syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|last value [1-9]|n Cause: -|NVDA\(|pagin|SATA W|ssert|Throt|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""};1'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); n=$((${#s[*]}-1)); c="${s[*]}"; o=${s[$n]}%; Ps "CPU usage by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); n=$((${#s[*]}-1)); s[$n]=${s[$n]%[+-]}; c="${s[*]}"; o=$((s[$n]>=25000?s[$n]:0)); Ps "Mach ports used by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | awk 'NR>1 && !/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'`; Pm "Extrinsic daemons"; o=`launchctl list | awk 'NR>1 && !/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; o=`for d in {/,}L*/Lau*; do M; done | grep -v com\.apple\.CSConfig | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/Star*; do M; done`; Pm "Startup items"; o=`find -L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; [[ "$ID" =~ ^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID ]] || printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find -L /u*/{,*/}lib -type f | while read f; do file -b "$f" | grep -qw shared && ! codesign -v "$f" && echo $f; done`; Pm "Unsigned shared libraries"; o=`for e in INSERT_LIBRARIES LIBRARY_PATH; do launchctl getenv DYLD_$e; done`; Pm "Environment"; o=`find -L {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; Ps "DNS"; R && o=`sudo profiles -P | grep : | wc -l`; Ps "Profiles"; f=auto_master; [[ `md5 -q /etc/$f` =~ ^b166 ]] || Pc $f /etc/$f; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; Pc "hosts" <(grep -v 'host *$' /etc/hosts); Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l | sed -E 's:/Users/[^/]+/:/Users/USER/:g'); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed -E 's/(\..*$|-[1-9])//g'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`SP Fonts | egrep "Valid: N|Duplicate: Y" | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist | while read f; do plutil -s "$f" >&- || echo $f; done`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} file count"; done; o=; [[ UID -eq 0 ]] && o=root; Ps "UID"; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    7. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
    8. If you see an error message in the Terminal window such as "syntax error," enter
    exec bash
    and press return. Then paste the script again.
    9. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know your password, or if you prefer not to enter it, just press return three times at the password prompt.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    10. The test will take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line "[Process completed]" to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report your results. No harm will be done.
    11. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    12. When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • SQL Query produces different results when inserting into a table

    I have an SQL query which produces different results when run as a simple query to when it is run as an INSERT INTO table SELECT ...
    The query is:
    SELECT   mhldr.account_number
    ,        NVL(MAX(DECODE(ap.party_sysid, mhldr.party_sysid,ap.empcat_code,NULL)),'UNKNWN') main_borrower_status
    ,        COUNT(1) num_apps
    FROM     app_parties ap
    SELECT   accsta.account_number
    ,        actply.party_sysid
    ,        RANK() OVER (PARTITION BY actply.table_sysid, actply.loanac_latype_code ORDER BY start_date, SYSID) ranking
    FROM     activity_players actply
    ,        account_status accsta
    WHERE    1 = 1
    AND      actply.table_id (+) = 'ACCGRP'
    AND      actply.acttyp_code (+) = 'MHLDRM'
    AND      NVL(actply.loanac_latype_code (+),TO_NUMBER(SUBSTR(accsta.account_number,9,2))) = TO_NUMBER(SUBSTR(accsta.account_number,9,2))
    AND      actply.table_sysid (+) = TO_NUMBER(SUBSTR(accsta.account_number,1,8))
    ) mhldr
    WHERE    1 = 1
    AND      ap.lenapp_account_number (+) = TO_NUMBER(SUBSTR(mhldr.account_number,1,8))
    GROUP BY mhldr.account_number;      The INSERT INTO code:
    TRUNCATE TABLE applicant_summary;
    INSERT /*+ APPEND */
    INTO     applicant_summary
    (  account_number
    ,  main_borrower_status
    ,  num_apps
    SELECT   mhldr.account_number
    ,        NVL(MAX(DECODE(ap.party_sysid, mhldr.party_sysid,ap.empcat_code,NULL)),'UNKNWN') main_borrower_status
    ,        COUNT(1) num_apps
    FROM     app_parties ap
    SELECT   accsta.account_number
    ,        actply.party_sysid
    ,        RANK() OVER (PARTITION BY actply.table_sysid, actply.loanac_latype_code ORDER BY start_date, SYSID) ranking
    FROM     activity_players actply
    ,        account_status accsta
    WHERE    1 = 1
    AND      actply.table_id (+) = 'ACCGRP'
    AND      actply.acttyp_code (+) = 'MHLDRM'
    AND      NVL(actply.loanac_latype_code (+),TO_NUMBER(SUBSTR(accsta.account_number,9,2))) = TO_NUMBER(SUBSTR(accsta.account_number,9,2))
    AND      actply.table_sysid (+) = TO_NUMBER(SUBSTR(accsta.account_number,1,8))
    ) mhldr
    WHERE    1 = 1
    AND      ap.lenapp_account_number (+) = TO_NUMBER(SUBSTR(mhldr.account_number,1,8))
    GROUP BY mhldr.account_number;      When run as a query, this code consistently returns 2 for the num_apps field (for a certain group of accounts), but when run as an INSERT INTO command, the num_apps field is logged as 1. I have secured the tables used within the query to ensure that nothing is changing the data in the underlying tables.
    If I run the query as a cursor for loop with an insert into the applicant_summary table within the loop, I get the same results in the table as I get when I run as a stand alone query.
    I would appreciate any suggestions for what could be causing this odd behaviour.
    Cheers,
    Steve
    Oracle database details:
    Oracle Database 10g Release 10.2.0.2.0 - Production
    PL/SQL Release 10.2.0.2.0 - Production
    CORE 10.2.0.2.0 Production
    TNS for 32-bit Windows: Version 10.2.0.2.0 - Production
    NLSRTL Version 10.2.0.2.0 - Production
    Edited by: stevensutcliffe on Oct 10, 2008 5:26 AM
    Edited by: stevensutcliffe on Oct 10, 2008 5:27 AM

    stevensutcliffe wrote:
    Yes, using COUNT(*) gives the same result as COUNT(1).
    I have found another example of this kind of behaviour:
    Running the following INSERT statements produce different values for the total_amount_invested and num_records fields. It appears that adding the additional aggregation (MAX(amount_invested)) is causing problems with the other aggregated values.
    Again, I have ensured that the source data and destination tables are not being accessed / changed by any other processes or users. Is this potentially a bug in Oracle?Just as a side note, these are not INSERT statements but CTAS statements.
    The only non-bug explanation for this behaviour would be a potential query rewrite happening only under particular circumstances (but not always) in the lower integrity modes "trusted" or "stale_tolerated". So if you're not aware of any corresponding materialized views, your QUERY_REWRITE_INTEGRITY parameter is set to the default of "enforced" and your explain plan doesn't show any "MAT_VIEW REWRITE ACCESS" lines, I would consider this as a bug.
    Since you're running on 10.2.0.2 it's not unlikely that you hit one of the various "wrong result" bugs that exist(ed) in Oracle. I'm aware of a particular one I've hit in 10.2.0.2 when performing a parallel NESTED LOOP ANTI operation which returned wrong results, but only in parallel execution. Serial execution was showing the correct results.
    If you're performing parallel ddl/dml/query operations, try to do the same in serial execution to check if it is related to the parallel feature.
    You could also test if omitting the "APPEND" hint changes anything but still these are just workarounds for a buggy behaviour.
    I suggest to consider installing the latest patch set 10.2.0.4 but this requires thorough testing because there were (more or less) subtle changes/bugs introduced with [10.2.0.3|http://oracle-randolf.blogspot.com/2008/02/nasty-bug-introduced-with-patch-set.html] and [10.2.0.4|http://oracle-randolf.blogspot.com/2008/04/overview-of-new-and-changed-features-in.html].
    You could also open a SR with Oracle and clarify if there is already a one-off patch available for your 10.2.0.2 platform release. If not it's quite unlikely that you are going to get a backport for 10.2.0.2.
    Regards,
    Randolf
    Oracle related stuff blog:
    http://oracle-randolf.blogspot.com/
    SQLTools++ for Oracle (Open source Oracle GUI for Windows):
    http://www.sqltools-plusplus.org:7676/
    http://sourceforge.net/projects/sqlt-pp/

  • Problem when typing into Speech Agent...

    THis seems to happen A LOT!!! I will click into a field to type my speech and after I'm done typing, I look up, and at some point it stopped typing! I am using a Wacom Bamboo Create and I thought maybe I was touching it by accident and clicking out of the type area, but I have now turned off the touch capabilities and it still does it. I have a LOT of text to input and this is very frustrating! I don't have this happen in any other applications. I can type in Word, Outlook, Chrome and Notepad++ with no problems at all, it only happens in Captivate. Not to mention sometimes when I click "+" to add another text area, it will just put it wherever it sees fit. I can be on slide 14, click "+", and my new text line appears in slide 6! HOORAY!!!! Captivate seems to be quarky as hell! Any ideas?

    Hi there
    I know you said you have a touch pad (Wacom Bamboo Create) but are you also on a laptop? If so, perhaps it's possible that as you type sometimes you touch the touch pad between you and the keyboard? I used to have that happen to me all the time until I configured the laptop to disable the touch pad when a mouse was connected.
    If that's not the case, I *CAN* think of a workaround. Compose your text in Notepad. Then copy from there and just pasted into Captivate.
    Cheers... Rick

  • Enter key doesn't work when typing in url

    I recently updated my Firefox to 4.0. And now, when I type in url's into the location bar, I can no longer press enter on my keyboard to launch the website. I have to go up to the green arrow to make it go to the webpage. But when I launch firefox in safe mode, without any of the add-ons enabled, it works. I've tried disabling all the add-ons while normally using firefox but it doesn't work still. I've even uninstalled, and re-installed firefox to see if it would help but it still doesn't work.

    yep it's the AVG add-on. stupid thing to troubleshoot.

  • Input source frozen when typing into password fields in Safari

    For the past few months, I have experienced a behavior in Safari and only in Safari, where as soon as I click into a password field, e.g. a password field in a registration form, OS X automatically changes my input source from my standard US keyboard to the German keyboard layout, which itself is annoying, but it even disables the ability to swap keyboard layputs so I cannot select other input types besides the already chosen German layout. This behavior only applies to password fields and as soon as the field is not selected anymore, everything is back to normal.
    This is quite annoying and can't be random behavior. Has anyone else experienced this or does anyone have an explanation or solution to this? There doesn't seem to be an option in Safari to turn this behavior off. Thank you!

    HI,
    Try deleting the keychain.
    First quit Safari. Now open Keychain Access (Applications/Utilities). Select Passwords on the left.
    Delete any keychains for the sites where the input source changes.
    Now open Safari. Navigate to a site you normally login to. Try typing in your user name and password. If all goes well, click Yes when prompted so a new keychain is created.
    Carolyn

  • I'm working with two languages in Win7 (Eng & Heb) and I wonder if there is any solution (plugin?) to type only in English when typing a url.

    I'm using Windows 7 Ultimate version and latest version of FF (release channel)

    Hi,
    I've installed the add-on but it doesn't block typing in the url field letters in Hebrew. Screenshot is attached.
    Best,
    Brights

  • Some Email addresses in Address Book don't appear when typing into Mail

    Every now and then I start to type a name in the To: field in Mail when I know that name and address is in Address Book. The spelling is right and the sytax is right but there is no way that mail will recognize its existence. What can I do about this?

    I am talking about the function as described in http://manuals.info.apple.com/en_US/Pages09_UserGuide.pdf Chapter 11 from page 246 to 252.
    In my address book under Settings - Accounts I have two accounts. One is the Exchange Server and one is Local.
    The addresses stored on the Exchange server appear complete and sound in Addressbook and exactly like the ones stored local. So from this side everything is fine.
    But when I want to merge addresses from Addressbook in a Pages document then the Name, Company, Title appears correct, but Street (Work), ZIP (Work), City (Work) doesn't appear if it is an address that is stored on the Exchange account. If the address is stored on the Local account then it comes complete. In Addressbook both addresses come complete and don't show any difference.
    So it isn't quite true that Addressbook is not designed to import data stored in another application, because part of the address is coming.
    The Exchange account on Addressbook works exactly the same than the Local account. I can add data to the Exchange account and I can export data from it.

  • Xpinsall.enabled does not appear on list when typed into filter

    after downloading add-ons and restarting firefox, the add-ons still are not functioning. the tools menu looks as if no add-on is there. the trouble shooting guide had me type in about:config into the search line. and then asked me to type in xpinstall.enabled into the filter, while there are other xpinstall features, xpinstall.enabled does not show up on the list

    The xpinsall.enabled pref is a hidden pref in Firefox 4 and is only there if you've created it. If it isn't there then it defaults to enabled. You will get a pop-up asking for permission if the pref is false.
    Do you get a message that you need to close and restart Firefox to finish the installation?
    See also:
    *http://kb.mozillazine.org/Unable_to_install_themes_or_extensions

  • Safari keeps crashing evertime when typing an URL address

    Navigating through the search field or bookmarks works fine.

    Process:         Safari [1121]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.1.9 (6534.59.8)
    Build Info:      WebBrowser-75345908~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [146]
    Date/Time:       2013-08-24 16:49:09.253 -0400
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000140032000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   ???                                     0x0000000140032000 0 + 5368913920
    1   com.apple.Safari.framework              0x00000001002e6ac1 void std::sort<Safari::SString*, bool (*)(Safari::SString const&, Safari::SString const&)>(Safari::SString*, Safari::SString*, bool (*)(Safari::SString const&, Safari::SString const&)) + 70
    2   com.apple.Safari.framework              0x00000001002e6240 Safari::URLCompletionMatch::initializeOnMainThread() + 290
    3   com.apple.Safari.framework              0x00000001002e1f6a Safari::URLCompletionDatabase::URLCompletionDatabase() + 268
    4   com.apple.Safari.framework              0x00000001002e1fad Safari::URLCompletionDatabase::shared() + 39
    5   com.apple.Safari.framework              0x00000001002e439b Safari::URLCompletionListGenerator::startSearchThread() + 155
    6   com.apple.Safari.framework              0x00000001002e48ff Safari::URLCompletionListGenerator::setStringToComplete(Safari::SString const&) + 261
    7   com.apple.Safari.framework              0x00000001001205cc Safari::CompletionController::handleTextChangeWithDelay(bool) + 122
    8   com.apple.Safari.framework              0x0000000100107351 -[BrowserWindowControllerMac controlTextDidChange:] + 652
    9   com.apple.Foundation                    0x0000000102b87ad5 _nsnote_callback + 167
    10  com.apple.CoreFoundation                0x000000010293cfd0 __CFXNotificationPost + 1008
    11  com.apple.CoreFoundation                0x0000000102929548 _CFXNotificationPostNotification + 200
    12  com.apple.Foundation                    0x0000000102b7ea36 -[NSNotificationCenter postNotificationName:object:userInfo:] + 101
    13  com.apple.Safari.framework              0x00000001002014b8 -[LocationTextField textDidChange:] + 190
    14  com.apple.Foundation                    0x0000000102b87ad5 _nsnote_callback + 167
    15  com.apple.CoreFoundation                0x000000010293cfd0 __CFXNotificationPost + 1008
    16  com.apple.CoreFoundation                0x0000000102929548 _CFXNotificationPostNotification + 200
    17  com.apple.Foundation                    0x0000000102b7ea36 -[NSNotificationCenter postNotificationName:object:userInfo:] + 101
    18  com.apple.AppKit                        0x000000010311c1f5 -[NSTextView(NSSharing) didChangeText] + 492
    19  com.apple.Safari.framework              0x00000001001fb650 -[LocationFieldEditor didChangeText] + 43
    20  com.apple.AppKit                        0x0000000103141bb4 -[NSTextView insertText:replacementRange:] + 2763
    21  com.apple.AppKit                        0x00000001031410a1 -[NSTextInputContext insertText:replacementRange:] + 345
    22  com.apple.AppKit                        0x000000010313f4bd -[NSTextInputContext handleTSMEvent:] + 2204
    23  com.apple.AppKit                        0x000000010313ec12 _NSTSMEventHandler + 156
    24  com.apple.HIToolbox                     0x00000001040087f7 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1002
    25  com.apple.HIToolbox                     0x0000000104007d46 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 395
    26  com.apple.HIToolbox                     0x0000000104025a81 SendEventToEventTarget + 45
    27  com.apple.HIToolbox                     0x0000000104057213 SendTSMEvent + 48
    28  com.apple.HIToolbox                     0x0000000104056db9 SendUnicodeTextAEToUnicodeDoc + 468
    29  com.apple.HIToolbox                     0x0000000104056b34 TSMKeyEvent + 604
    30  com.apple.HIToolbox                     0x00000001040415d8 TSMProcessRawKeyEvent + 1909
    31  com.apple.AppKit                        0x000000010313d907 -[NSTextInputContext handleEvent:] + 620
    32  com.apple.AppKit                        0x000000010313d631 -[NSView interpretKeyEvents:] + 186
    33  com.apple.AppKit                        0x000000010313d40a -[NSTextView keyDown:] + 819
    34  com.apple.AppKit                        0x00000001030af0c7 -[NSWindow sendEvent:] + 8769
    35  com.apple.Safari.framework              0x00000001002f6d3a -[Window sendEvent:] + 112
    36  com.apple.Safari.framework              0x00000001000efe47 -[BrowserWindow sendEvent:] + 323
    37  com.apple.AppKit                        0x0000000102fe3afa -[NSApplication sendEvent:] + 4719
    38  com.apple.Safari.framework              0x00000001000941f3 -[BrowserApplication sendEvent:] + 1019
    39  com.apple.AppKit                        0x0000000102f7a6de -[NSApplication run] + 474
    40  com.apple.AppKit                        0x0000000102f733b0 NSApplicationMain + 364
    41  com.apple.Safari.framework              0x000000010025457a SafariMain + 200
    42  com.apple.Safari                        0x0000000100000f1c 0x100000000 + 3868
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x0000000100bb9c0a kevent + 10
    1   libSystem.B.dylib                       0x0000000100bbbadd _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                       0x0000000100bbb7b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x0000000100bbb2de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x0000000100bbac08 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x0000000100bbaaa5 start_wqthread + 13
    Thread 2:  WebCore: IconDatabase
    0   libSystem.B.dylib                       0x0000000100bdba6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x0000000100bdf881 _pthread_cond_wait + 1286
    2   com.apple.WebCore                       0x0000000107ef0199 WebCore::IconDatabase::syncThreadMainLoop() + 265
    3   com.apple.WebCore                       0x0000000107eed598 WebCore::IconDatabase::iconDatabaseSyncThread() + 296
    4   libSystem.B.dylib                       0x0000000100bd9fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x0000000100bd9e89 thread_start + 13
    Thread 3:
    0   libSystem.B.dylib                       0x0000000100ba0d7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x0000000100ba13ed mach_msg + 59
    2   com.apple.QuartzCore                    0x00000001017e9396 CA::Render::Server::server_thread(void*) + 177
    3   com.apple.QuartzCore                    0x00000001017e92d6 thread_fun + 34
    4   libSystem.B.dylib                       0x0000000100bd9fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x0000000100bd9e89 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib                       0x0000000100ba0d7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x0000000100ba13ed mach_msg + 59
    2   com.apple.CoreFoundation                0x0000000102930902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x000000010292fd8f CFRunLoopRunSpecific + 575
    4   com.apple.Foundation                    0x0000000102c0714f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation                    0x0000000102b88114 __NSThread__main__ + 1429
    6   libSystem.B.dylib                       0x0000000100bd9fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x0000000100bd9e89 thread_start + 13
    Thread 5:  Safari: SafeBrowsingManager
    0   libSystem.B.dylib                       0x0000000100ba0d7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x0000000100ba13ed mach_msg + 59
    2   com.apple.CoreFoundation                0x0000000102930902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x000000010292fd8f CFRunLoopRunSpecific + 575
    4   com.apple.Safari.framework              0x000000010020b8f5 Safari::MessageRunLoop::threadBody() + 107
    5   com.apple.Safari.framework              0x000000010020b92f Safari::MessageRunLoop::threadCallback(void*) + 9
    6   libSystem.B.dylib                       0x0000000100bd9fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x0000000100bd9e89 thread_start + 13
    Thread 6:  Safari: SnapshotStore
    0   libSystem.B.dylib                       0x0000000100bdba6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x0000000100bdf881 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x0000000100f023b0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.Safari.framework              0x000000010028815b Safari::MessageQueueWaitResult Safari::MessageQueue<***::RefPtr<Safari::SnapshotStore::DiskAccessMessage> >::waitForMessageFilteredWithTimeout<bool ()(***::RefPtr<Safari::SnapshotStore::DiskAccessMessage>&)>(***::RefPtr<Safari: :SnapshotStore::DiskAccessMessage>&, bool (&)(***::RefPtr<Safari::SnapshotStore::DiskAccessMessage>&), double) + 149
    4   com.apple.Safari.framework              0x00000001002865cd Safari::SnapshotStore::diskAccessThreadBody() + 115
    5   com.apple.Safari.framework              0x000000010028674d Safari::SnapshotStore::diskAccessThreadCallback(void*) + 9
    6   libSystem.B.dylib                       0x0000000100bd9fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x0000000100bd9e89 thread_start + 13
    Thread 7:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x0000000100be4932 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x0000000102952468 __CFSocketManager + 824
    2   libSystem.B.dylib                       0x0000000100bd9fd6 _pthread_start + 331
    3   libSystem.B.dylib                       0x0000000100bd9e89 thread_start + 13
    Thread 8:  JavaScriptCore::Marking
    0   libSystem.B.dylib                       0x0000000100bdba6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x0000000100bdf881 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x000000010117928d JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 493
    3   com.apple.JavaScriptCore                0x00000001011794e0 JSC::MarkStackThreadSharedData::markingThreadMain() + 272
    4   com.apple.JavaScriptCore                0x0000000101179589 JSC::MarkStackThreadSharedData::markingThreadStartFunc(void*) + 9
    5   libSystem.B.dylib                       0x0000000100bd9fd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x0000000100bd9e89 thread_start + 13
    Thread 9:  JavaScriptCore::BlockFree
    0   libSystem.B.dylib                       0x0000000100bdba6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x0000000100bdf881 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x0000000100f02407 ***::ThreadCondition::timedWait(***::Mutex&, double) + 151
    3   com.apple.JavaScriptCore                0x0000000101181bcc JSC::Heap::blockFreeingThreadMain() + 300
    4   com.apple.JavaScriptCore                0x0000000101181c09 JSC::Heap::blockFreeingThreadStartFunc(void*) + 9
    5   libSystem.B.dylib                       0x0000000100bd9fd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x0000000100bd9e89 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib                       0x0000000100bbaa2a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x0000000100bbae3c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x0000000100bbaaa5 start_wqthread + 13
    Thread 11:
    0   libSystem.B.dylib                       0x0000000100bbaa2a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x0000000100bbae3c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x0000000100bbaaa5 start_wqthread + 13
    Thread 12:  Safari: SpinningProgressIndicator
    0   libSystem.B.dylib                       0x0000000100ba0d7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x0000000100ba13ed mach_msg + 59
    2   com.apple.CoreFoundation                0x0000000102930902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x000000010292fd8f CFRunLoopRunSpecific + 575
    4   com.apple.Foundation                    0x0000000102bc2b74 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5   com.apple.Foundation                    0x0000000102bc2a53 -[NSRunLoop(NSRunLoop) run] + 77
    6   com.apple.Safari.framework              0x000000010028d641 -[Heartbeat _startHeartbeatRunLoop] + 244
    7   com.apple.Foundation                    0x0000000102b88114 __NSThread__main__ + 1429
    8   libSystem.B.dylib                       0x0000000100bd9fd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x0000000100bd9e89 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000001  rbx: 0x000000011c772b18  rcx: 0x00000001002e59c0  rdx: 0x0000000000000002
      rdi: 0x000000011c772b00  rsi: 0x000000011c772b18  rbp: 0x00007fff5fbfd8c0  rsp: 0x00007fff5fbfd8b8
       r8: 0x0000000000000001   r9: 0x00000001204f13b0  r10: 0x0000000000000001  r11: 0x0000000000000005
      r12: 0x000000011c772b00  r13: 0x00000001002e59c0  r14: 0x0000000000000002  r15: 0x000000010a4d90c0
      rip: 0x0000000140032000  rfl: 0x0000000000010202  cr2: 0x0000000140032000
    Binary Images:
           0x100000000 -        0x100000fff  com.apple.Safari 5.1.9 (6534.59.8) <01976F44-1D46-7549-327A-561E0F8CC101> /Applications/Safari.app/Contents/MacOS/Safari
           0x100033000 -        0x100873fe7  com.apple.Safari.framework 6534 (6534.59.8) <BF0508CC-4641-735B-93C5-C3A55ADE1F03> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
           0x100ba0000 -        0x100d61fef  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
           0x100df3000 -        0x100e29ff7  com.apple.framework.Apple80211 6.2.5 (625.6) <B67C7A65-E4FB-4419-3F31-4482E17EF203> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
           0x100e3d000 -        0x100e3dff7  com.apple.Carbon 150 (152) <23704665-E9F4-6B43-1115-2E69F161FC45> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
           0x100e40000 -        0x100e40ff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
           0x100e43000 -        0x100e4efff  com.apple.corelocation 12.3 (12.3) <A6CFB410-2333-8BE3-658B-75A93C90A9CC> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
           0x100e5b000 -        0x100e66fff  com.apple.CrashReporterSupport 10.6.7 (258) <A2CBB18C-BD1C-8650-9091-7687E780E689> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
           0x100e74000 -        0x100ed4fe7  com.apple.framework.IOKit 2.0 (???) <4F071EF0-8260-01E9-C641-830E582FA416> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
           0x100ef8000 -        0x10121bfe7  com.apple.JavaScriptCore 6534.59 (6534.59.6) <029D160C-5D86-C281-5071-66CA09D1A95F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
           0x1012aa000 -        0x101468fff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <97A75BFB-0DB6-6F44-36B0-97B7F7208ABB> /usr/lib/libicucore.A.dylib
           0x1014d7000 -        0x101590fff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
           0x1015a0000 -        0x1015e3fef  libtidy.A.dylib ??? (???) <2F4273D3-418B-668C-F488-7E659D3A8C23> /usr/lib/libtidy.A.dylib
           0x1015f4000 -        0x101603fff  libxar.1.dylib ??? (???) <CBAF862A-3C77-6446-56C2-9C4461631AAF> /usr/lib/libxar.1.dylib
           0x10160b000 -        0x10161afef  com.apple.opengl 1.6.14 (1.6.14) <ECAE2D12-5BE3-46E7-6EE5-563B80B32A3E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x101623000 -        0x101727ff7  com.apple.PubSub 1.0.5 (65.28) <87EB5C5F-E4E2-E4FD-70EE-773B3A40ABCD> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
           0x101796000 -        0x101b33fe7  com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
           0x101c61000 -        0x101eeaff7  com.apple.security 6.1.2 (55002) <D224882B-D57B-83AF-3781-548BCEACB327> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x101fe2000 -        0x10206efef  SecurityFoundation ??? (???) <3F1F2727-C508-3630-E2C1-38361841FCE4> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
           0x1020b2000 -        0x1020fbff7  com.apple.securityinterface 4.0.1 (40418.0.1) <9AF33A9F-2D8C-2AE6-868C-EA836C861031> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
           0x10212d000 -        0x10213efff  SyndicationUI ??? (???) <A7C60837-3B4F-ACDE-5B7B-63DA918763D0> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
           0x10214d000 -        0x10218efff  com.apple.SystemConfiguration 1.10.8 (1.10.2) <78D48D27-A9C4-62CA-2803-D0BBED82855A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
           0x1021b2000 -        0x102354fe7  com.apple.WebKit 6534.59 (6534.59.8) <1853A066-5479-6549-3114-91FC2F3FF07A> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
           0x10243e000 -        0x1025fefe7  com.apple.WebKit2 6534.59 (6534.59.8) <41BE1EE1-5560-4A41-148A-0794247BADF0> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
           0x102739000 -        0x1027b6fef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
           0x102817000 -        0x1028cdff7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
           0x1028e1000 -        0x1028e1ff7  com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
           0x1028e4000 -        0x102a5bfe7  com.apple.CoreFoundation 6.6.6 (550.44) <BB4E5158-E47A-39D3-2561-96CB49FA82D4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x102b74000 -        0x102b74ff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
           0x102b77000 -        0x102df9fff  com.apple.Foundation 6.6.8 (751.63) <E10E4DB4-9D5E-54A8-3FB6-2A82426066E4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x102f71000 -        0x10396bff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x103f63000 -        0x103f74ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <97019C74-161A-3488-41EC-A6CA8738418C> /usr/lib/libz.1.dylib
           0x103f79000 -        0x103f87ff7  libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
           0x103f8b000 -        0x103fd7fff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
           0x103fe4000 -        0x103fe8ff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
           0x103feb000 -        0x103ff0ff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
           0x103ff8000 -        0x103ffbfff  com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
           0x104001000 -        0x1042fffff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
           0x10442b000 -        0x104442fff  com.apple.ImageCapture 6.1 (6.1) <79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
           0x10445c000 -        0x104511fe7  com.apple.ink.framework 1.3.3 (107) <8C36373C-5473-3A6A-4972-BC29D504250F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
           0x104544000 -        0x10455fff7  com.apple.openscripting 1.3.1 (???) <9D50701D-54AC-405B-CC65-026FCB28258B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
           0x104570000 -        0x104572fff  com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
           0x104577000 -        0x10457aff7  com.apple.securityhi 4.0 (36638) <AEF55AF1-54D3-DB8D-27A7-E16192E0045A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
           0x10457f000 -        0x10458aff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <3D65E89B-FFC6-4AAF-D5CC-104F967C8131> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
           0x104594000 -        0x104c90ff7  com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
           0x104d82000 -        0x104f41fff  com.apple.ImageIO.framework 3.0.6 (3.0.6) <92882FD3-CB3F-D0BE-DDDA-43B4BEE10F58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
           0x104fad000 -        0x10502bff7  com.apple.CoreText 151.13 (???) <5C6214AD-D683-80A8-86EB-328C99B75322> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
           0x105069000 -        0x105103fff  com.apple.ApplicationServices.ATS 275.19 (???) <2DE8987F-4563-4D8E-45C3-2F6F786E120D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
           0x10512c000 -        0x1051edfef  com.apple.ColorSync 4.6.8 (4.6.8) <7DF1D175-6451-51A2-DBBF-40FCA78C0D2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
           0x10522a000 -        0x10527dff7  com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
           0x1052a9000 -        0x1052beff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <1AE1FE8F-2204-4410-C94E-0E93B003BEDA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
           0x1052cc000 -        0x105351ff7  com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
           0x105387000 -        0x1053c8fef  com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
           0x1053e0000 -        0x1053f4ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
           0x105405000 -        0x10541bfef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
           0x105424000 -        0x105758fef  com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
           0x1057d2000 -        0x1058a6fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
           0x10591a000 -        0x105964ff7  com.apple.Metadata 10.6.3 (507.15) <DE238BE4-5E22-C4D5-CF5C-3D50FDEE4701> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
           0x10598e000 -        0x105a4bfff  com.apple.CoreServices.OSServices 359.2 (359.2) <BBB8888E-18DE-5D09-3C3A-F4C029EC7886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
           0x105aa5000 -        0x105b35fff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
           0x105b73000 -        0x105baefff  com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
           0x105bc8000 -        0x105c68fff  com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
           0x105cae000 -        0x105cd6fff  com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
           0x105cf0000 -        0x105cf6ff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
           0x105cff000 -        0x105d0efff  com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
           0x105d17000 -        0x105d42ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <3630A97F-55C1-3F34-CA63-3847653C9645> /usr/lib/libxslt.1.dylib
           0x105d4d000 -        0x105e63ff7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <3814FCF9-92B9-A6AB-E76A-F7021894AA3F> /usr/lib/libxml2.2.dylib
           0x105e8c000 -        0x105e8cff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
           0x105e8f000 -        0x105ee5fe7  libTIFF.dylib ??? (???) <2DBEC120-DAA7-3789-36A2-A205BCDF2D72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
           0x105ef3000 -        0x105ef8fff  libGIF.dylib ??? (???) <3BAD0DE8-8151-68B0-2244-A4541C738972> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
           0x105efd000 -        0x105f1efe7  libPng.dylib ??? (???) <D8EC7740-EE32-865A-2F75-C9EDE2135510> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
           0x105f27000 -        0x105f29fff  libRadiance.dylib ??? (???) <BF694EE5-6FDA-553A-CC89-F7135618E9C7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
           0x105f2d000 -        0x105f54ff7  libJPEG.dylib ??? (???) <08758593-6436-B29E-1DA8-F15597835EC1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
           0x105f5c000 -        0x106039fff  com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
           0x106048000 -        0x106048ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
           0x10604b000 -        0x106093ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
           0x10609b000 -        0x106105fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <AF0EA96D-000F-8C12-B952-CB7E00566E08> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
           0x10610f000 -        0x106919fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
           0x106962000 -        0x106da5fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
           0x106f32000 -        0x107051ff7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <11EB0132-EC8E-0E2E-9B84-B2DFE65DE678> /usr/lib/libcrypto.0.9.8.dylib
           0x1070b9000 -        0x1070baff7  com.apple.TrustEvaluationAgent 1.1 (1) <5952A9FA-BC2B-16EF-91A7-43902A5C07B6> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
           0x1070be000 -        0x107180fe7  libFontParser.dylib ??? (???) <EF06F16C-0CC9-B4CA-7BD9-0A97FA967340> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
           0x107277000 -        0x1072b1fff  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <4F2A4397-89BD-DEAC-4971-EE838FFA0964> /usr/lib/libcups.2.dylib
           0x1072c0000 -        0x107370fff  edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
           0x107396000 -        0x1073b7fff  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <9410EC7F-4D24-6740-AFEE-90405750FAD7> /usr/lib/libresolv.9.dylib
           0x1073c1000 -        0x107408ff7  com.apple.coreui 2 (114) <923E33CC-83FC-7D35-5603-FB8F348EE34B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
           0x10742d000 -        0x107512fef  com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
           0x107561000 -        0x107696fff  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <F4814A13-E557-59AF-30FF-E62929367933> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
           0x107710000 -        0x107765ff7  com.apple.framework.familycontrols 2.0.2 (2020) <8807EB96-D12D-8601-2E74-25784A0DE4FF> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
           0x107783000 -        0x107799fe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
           0x1077a6000 -        0x1077cbff7  com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
           0x1077e4000 -        0x107815fff  libGLImage.dylib ??? (???) <562565E1-AA65-FE96-13FF-437410C886D0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
           0x10781c000 -        0x10783ffff  com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
           0x107848000 -        0x10784eff7  IOSurface ??? (???) <8E302BB2-0704-C6AB-BD2F-C2A6C6A2E2C3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
           0x107857000 -        0x1078a0fef  libGLU.dylib ??? (???) <B0F4CA55-445F-E901-0FCF-47B3B4BAE6E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
           0x1078af000 -        0x1078c3fff  libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
           0x1078d3000 -        0x1079edfff  libGLProgrammability.dylib ??? (???) <D1650AED-02EF-EFB3-100E-064C7F018745> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x107a0e000 -        0x107a11ff7  libCoreVMClient.dylib ??? (???) <75819794-3B7A-8944-D004-7EA6DD7CE836> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
           0x107a16000 -        0x107a1bfff  libGFXShared.dylib ??? (???) <6BBC351E-40B3-F4EB-2F35-05BDE52AF87E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
           0x107a20000 -        0x107a9ffe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
           0x107ad5000 -        0x107ad6ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <49B723D1-85F8-F86C-2331-F586C56D68AF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
           0x107adb000 -        0x107adbff7  com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
           0x107ade000 -        0x107ae5fff  com.apple.OpenDirectory 10.6 (10.6) <4FF6AD25-0916-B21C-9E88-2CC42D90EAC7> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
           0x107aee000 -        0x107af4ff7  com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
           0x107afc000 -        0x107b15fff  com.apple.CFOpenDirectory 10.6 (10.6) <401557B1-C6D1-7E1A-0D7E-941715C37BFA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
           0x107b2a000 -        0x107b79ff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <0731C40D-71EF-B417-C83B-54C3527A36EA> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
           0x107b9a000 -        0x107bbafff  com.apple.DirectoryService.Framework 3.6 (621.16) <0ED4A74A-F8FB-366D-6588-F13EA397326F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
           0x107bc4000 -        0x107bd6fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
           0x107bdd000 -        0x107d1bfff  com.apple.CoreData 102.1 (251) <9DFE798D-AA52-6A9A-924A-DA73CB94D81A> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
           0x107db3000 -        0x107db4fff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
           0x107db8000 -        0x107df6fe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <B3465B16-5B9D-C881-C61A-AFC9D8EDDC1B> /usr/lib/libssl.0.9.8.dylib
           0x107e0c000 -        0x107e18fff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <9AB864FA-9197-5D48-A0EC-EC8330D475FC> /usr/lib/libbz2.1.0.dylib
           0x107e1d000 -        0x107e99ff7  com.apple.ISSupport 1.9.7 (55) <BAE839AB-9DBD-FB23-F1F1-39445F04D8DA> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
           0x107ee8000 -        0x108f52fff  com.apple.WebCore 6534.59 (6534.59.6) <24B753DC-1FD4-FFCC-5F66-44799244A125> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
           0x10a663000 -        0x10a66eff7  com.apple.HelpData 2.0.5 (34.1.1) <24DC6CD3-02B7-9332-FF6D-F0C545857B55> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
           0x10a714000 -        0x10a721fe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <1C35FA50-9C70-48DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
           0x11c000000 -        0x11c447fef  com.apple.RawCamera.bundle 3.7.1 (570) <5AFA87CA-DC3D-F84E-7EA1-6EABA8807766> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
           0x11c7bf000 -        0x11c7c3ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <DB710299-B4D9-3714-66F7-5D2964DE585B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
           0x11d8fc000 -        0x11d93afe7  libFontRegistry.dylib ??? (???) <395D7C0D-36B5-B353-0DC8-51ABC0B1C030> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistry.dylib
           0x11db07000 -        0x11db3aff7  libTrueTypeScaler.dylib ??? (???) <B7BA8104-FA18-39A2-56E1-922EE7A660AC> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libTrueTypeScaler.dylib
           0x11db46000 -        0x11db89ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
           0x11eb93000 -        0x11eb99fff  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <D2F8C7E3-CBA1-2E66-1376-04AA839DABBB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
           0x11f304000 -        0x11f334fef  com.apple.shortcut 1.1 (1.1) <A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
           0x11f367000 -        0x11f4fafe7  GLEngine ??? (???) <BCE83654-81EC-D231-ED6E-1DD449B891F2> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x11f52b000 -        0x11f947fff  com.apple.ATIRadeonX2000GLDriver 1.6.36 (6.3.6) <EBE273B9-6BF7-32B1-C5A2-2B3C85D776AA> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
           0x11f993000 -        0x11f9b9fff  GLRendererFloat ??? (???) <38621D22-8F49-F937-851B-E21BD49A8A88> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x120111000 -        0x120173fe7  com.apple.datadetectorscore 2.0 (80.7) <09ED086F-438D-852B-1D13-367A36BCFF90> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff5fc00000 -     0x7fff5fc3be0f  dyld 132.1 (???) <29DECB19-0193-2575-D838-CF743F0400B2> /usr/lib/dyld
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib

  • Auto orientation only in landscape modes, text centering when typing

    Hi,
    I have two problems:
    1. I don't want to rotate my app when device is in portrait position, only flip it horizontal when it is rotated to another landscape position
    2. Text is not centered when typing into input textfield with centered text (but it is ok after confirming).
    Any help would be very appreciated!
    Thanks!

    I've had to solve this problem (#1), and there are many aspects and difficulties to it. I wrote up a long email about the problem, which I'll paste here. Hope you can follow along!:
    I’ve wanted to do autorotate landscape only, and thought that I only had the choice of either autorotate to all four orientations, or no autorotate at all, but I just looked into it, and through reading three different topics here, I managed to do achieve everything I wanted. So I’ll write it up here in case someone else doesn’t have as much luck searching through the old messages.
    In my particular case I have two reasons to want to be landscape: 1. The design is a landscape one, and not one that can easily be rearranged into a portrait mode. 2. We have gameplay that involves tilting the device, and although it’s fine tuned to work in a narrow range of tilting, people keep on tilting so much that the portrait mode kicks in. With the right kind of game, you could really lose your marbles when that happens!
    Those problems can be solved by not autorotating, and finding a way to force landscape. But then that runs into another issue. If it worked that way, an iPad version would be rejected by Apple.
    There are several problems to solve (which I think also apply to Android):
    Autorotate without allowing normal or upside down portrait.
    Make it be landscape from the start even if the user is holding it in portrait as they open the app (setting that in publishing doesn’t achieve the goal).
    Allow someone to change their mind about which landscape they want to use.
    Here’s the way to solve the first issue:
    stage.addEventListener(StageOrientationEvent.ORIENTATION_CHANGING, orientationChangeListener);
    function orientationChangeListener(e:StageOrientationEvent) {
    if (e.afterOrientation=="default"||e.afterOrientation=="upsideDown") {
    e.preventDefault();
    Once you’re in normal landscape, you can only be in normal landscape or upside down landscape. The Portraits are prevented from happening, because StageOrientationEvent.ORIENTATION_CHANGING happens before the autorotate kicks in.
    Making it be landscape from the start can be done like this:
    stage.setOrientation(StageOrientation.ROTATED_RIGHT);
    but that would only work well for the majority. People who like to hold the device in the upside down landscape would be frustrated. So that can be taken care of by looking at which way the device is at the time the app is opened. Also, as it may initially be in Portrait (because the user doesn’t yet know that your app is landscape designed), you have to decide with landscape to give them. I reason that giving them the normal landscape would be the safer bet. That all comes out as these lines:
    var startOrientation:String=stage.orientation;
    if (startOrientation=="default"||startOrientation=="upsideDown") {
    stage.setOrientation(StageOrientation.ROTATED_RIGHT);
    } else {
    stage.setOrientation(startOrientation);
    That’s nearly all the problems solved, but there’s one last one, which I’ll log a bug about (once there is an iPhone beta again). If you open the app in rotatedright and then change your mind to want to use it as rotatedleft, the autorotate works wonderfully. Unfortunately, if you start in rotatedleft and then want to use rotatedright, the autorotate does not work, no matter how many contortions you do. You have to quit the app and hold it in portrait or rotateright from the start.
    This turns out to be easily worked around, by doing the counterintuitive step of setting Portrait in publishing settings. Then when you tell it to be one of the landscapes by doing stage.setOrientation, the app can tell that going from rotatedleft to rotateright is a change of rotation, because it already got kick started with a change away from the default setting of Portrait.

  • Text invisible when typing in online web forms

    Just recently when typing into text fields on web forms, my text is invisible. For example, I had a little trouble registering for this help service as I could not see what I was typing. The cursor is visible and moving, but no text is visible. This does not happen on my other browsers and didn't happen in Firefox until very recently. I notice however that this form I am currently typing in is ok; I guess it has different coding behind it.
    Another problem that started around the same time - when I go back to previous page, it doesn't go back to last position but puts me back at the top of the page. Don't know if this is related.

    This is more likely a font problem (missing or corrupted) then an encoding issue.
    Try to disable the website fonts as a test and try a few different default (serif/sans-serif) fonts.<br />
    Tools > Options > Content : Fonts & Colors > Advanced ([ ] Allow pages to choose their own fonts, instead of my selections above)<br />
    If that works then you need to reinstall the corrupted font.

  • When typing a wrong url, I want to be forwarded to google search

    when typing a wrong url, I want to be forwarded to google search
    == This happened ==
    Not sure how often

    See http://kb.mozillazine.org/Location_Bar_search and http://kb.mozillazine.org/Keyword%2eURL (pref: '''keyword~46~URL''')
    See [[Searches are redirected to another site]]

  • Stop google results coming up after attempts to use the URL bar!!!

    I just installed the latest firefox and am angry. I used to be able to type things into the URL bar and firefox would direct me to the relevant website, no questions asked. I could type, for example, "BBC world news" into the URL bar, and after hitting enter, I'd be at the BBC world news website. Now, typing "bbc world news" in the URL bar gives me GOOGLE RESULTS! Why??? I didn't search Google. What I loved about Firefox was that it could send you to the websites you wanted to go and all you needed to to was type in keywords.... I can't stand going to a search result page for NO REASON. How do I make this work properly, like it used to?

    That's interesting I'm almost positive the first answer was previously marked as "Solved" before I wrote the second. Must be new system -- been a lot of things that seem strange. But I guess it also means the owner liked the second answer better, hope it helped the second person as well It is usually impossible for me to determine why something is marked "not helpful" or if that person could be helped as well.

Maybe you are looking for

  • How do I make iTunes recognise album/ artist names?

    I had to format my computer and so backed up my iTunes collection, all 25gb ripped with all correct information tags. I backed up my music using a program called syncback pro which backed up my files as I added them instead of using the iTunes backup

  • Whilst running Sky Go app to Apple TV I get good sound but no picture?

    I'm running Sky Go app (via my iPhone 4) directly through Apple TV and although I get good sound from the TV I dont seem to be getting a picture - can anyone help please? Thanks

  • Converting aac to mp3 for a cd

    Hello Is t possible to convert my iTunes library (aac format) to mp3 in order to burn a mp3-cd? I couldn't do it, iTunes tells me that none of the songs are in mp3 format. Do I have to bring all the cd's again to my library in mp3-format? There's 7 g

  • Oracle OLE DB Provider / Stored Procedure REF CURSOR errror

    Post Author: robfurrball CA Forum: Data Connectivity and SQL All,I'm out of ideas on this and would appreciate any suggestions.I'm trying to use Crystal XI to connect to an Oracle 9i database using the Oracle OLE DB Provider (required to use this pro

  • Problem installing iTunes to HP laptop

    Has anyone else experienced this before? I have uninstalled iTunes and tried re-installing it from scratch numerous times over the past two hours. Nothing seems to work. Help please -_-