Cut & Paste disabled in "List" view

Suddenly, all finder windows won't let me edit filenames if I'm in List view, using Cut or Paste. Oddly, if I switch to Icon or Column view, both work.
Suppose I want to change a filename from "John Smith" to "Smith, John" by cutting "John" and pasting it behind Smith, with a comma+space between. I've always been able to do this, including this morning, when all of a sudden "Cut" was disabled (and appears dim in the Edit menu).
Here's what I've tried. (Nothing has worked)
• Restart
• Delete com.apple.finder.plist... restart
• Repair permissions
• Run all Drive, Volume & File tests with TechToolPro
• Transfer sample folder to laptop (airport network)... laptop works okay
Ideas?
Dual 533 MHz PowerPC G4   Mac OS X (10.4.9)   1.5 GB SDRAM; 2 internal HDs - SCSI Ultra 160

Hi don
Just to clarify your situation, even when you select
text in the filename, Edit > Cut is greyed, and
command X doesn't work? If so that is odd.
Yes, that is exactly what is happening.
<snip>
There is a fix for when copy and paste do not work
and whilst this is not your situation, it could do no
harm in trying it.
In ~/library/preferences locate these two files and
trash them
com.apple.finder.plist
com.apple.sidebarlists.plist
To re-establish them, log out and log back in again.
Did that work?
You will need to reset your finder and sidebar as you
had them before.
I've done this, and it didn't help. I should also note that, on another thread on this forum, I'm trying to determine why I get an occasional "blue cursor" when I log in, and I've done all these pref/permission things to no avail.
Else if that doesn't work, then one suggestion is
to:
Repair permissions
Re-install the 10.4.9 combo update once more
Repair permissions again
and hope that fixes it.
Yes, I'd read another thread that suggested downloading the update to disk, restarting in Safe mode, repairing permissions, restarting in Safe mode and installing the update again. I've done this, too. Problem persists.
You say it is a small thing to worry about, small
yes, but it is fundamental and it should operate.
I hope this helps you.
Well, this didn't solve the problem, but I certainly appreciate the effort.
regards roam
eMac G4
1Ghz ; iBook G4 800Mhz Mac OS X (10.3.9)
Dual 533 MHz PowerPC G4   Mac OS X (10.4.9)   1.5 GB RAM; 2 internal HDs - SCSI Ultra 160

Similar Messages

  • Web App hyperlink disabled in list view?

    Hi Folks,
    I am a novice coder that needs a bit of your help:
    I have created a web app but some of the componenets doesn't seem to work. In the list view  I created a Div that contains 3 fields, one being a picture that is a link to the detail page. But when I view the list layout it doesn't seem to be linkable.
    Can anyone tell me what is wrong?
    http://deerfootnew.businesscatalyst.com/dsds
    Thanks,
    Ryan

    LIne 1714 in ModuleStyleSheets.css you have z-index:-1
    div.df2 {
         • position: absolute;
         • top: 0px;
         • z-index: -1;
         • width: 214px;
         • height: 268px;
         • overflow: hidden;
    Remove it and it should work. You may also want to display:block the link.
    Cheers,

  • Todo tab: Routes displayed when selecting the List View

    Hi,
    I have a question about the routes that appear on the workspace's  "To do" list view, and how to perform validations when they are  clicked.
    I've created a process that starts with a form being created by a  user. Then, it's validated by a sequence of other users. Each one sees a  different set of routes. On one of the steps of the process, one of the  routes requires the user to input a text.
    The condition is checked on the click  event of the AWS_SUBMIT button, where I've also put the text request. If the user is using the  card view on the "To do" tab and clicks on the item, the form opens and,  when the user submits it, all works as expected. However, if he has the  list view and clicks once on the item, the route names appear on the  bottom right of the workspace, and he's able to select them. As the form  hasn't been opened, there's no control on the selected route, and the  user is never asked to input the text. On the next step of the process,  which depends on this text, the process gets stalled.
    Is it possible to hide these routes on the workspace, disable the  list view, or stop the submit if it hasn't been started without opening  the form? I know you can customize the workspace, would this allow me  to remove the route buttons?
    The version we are using is LiveCycle ES 8.2.1.3.
    Thank you

    Is there any way to hide the submit button(green check mark) that appears on the task card when a user saves a form in their draft folder.
    Users are bypassing the form validation by submitting a form this way.  For instance, a user will fill out the form with values that do not pass validation.  They will save the form in their drafts folder.  The user will then close the form and navigate to their draft folder.  Without opening the form again, they will click the green check box submit button and a form with invalid data will be submitted to the process.
    This is LC 8.2.1.3.

  • Showing subscribed/unsubscribed podcasts in list view

    With past iTunes in List view I could quickly see to the right of the Podcast name, to what I am subscribed. Equally important I could note a desirable podcast that is currently unsubscribed.
    I do not see an easy way to do this with the current iTunes.
    Any suggestion or work around?

    Check if this helps
    http://stackoverflow.com/questions/20988935/sharepoint-list-data-format
    function (data)
    if (data.d != undefined)
    //Check if the list has data
    if (data.d.results.length > 0)
    //Iterate through each items fetched from the list
    $.each(data.d.results, function(index, item)
    var fieldVal= item.fieldName;
    Or use Data view webpart
    http://summit7systems.com/who-needs-a-data-view-web-part-sharepoint-rest-and-datatables-net/
    http://blogs.technet.com/b/fromthefield/archive/2013/09/05/working-with-sharepoint-list-data-odata-rest-and-javascript.aspx
    Here we are using a foreach loop; so for each object that is returned, we want to append the specific properties into HTML; into an existing element with the ID of 'oDataSuppliers'. The HTML that we want to render will basically look like this:
    <ul>
        <li>
            <h1> item.Title </h1>
            <h2> item.Region </h2>
        </li>
    </ul>

  • List View WebPart custom XSL link disabled Ribbon Buttons

    Hi,
    I have added and external XSLT file for my List View web part. I followed these options in browser -> Edit page -> Edit web part -> Under Miscellaneous updated XSL Link.
    I am using this xslt file to add background colors to one of my column. The xslt is getting applied correctly. But I noticed that "View Item" and "Edit Item" option in ribbon is disabled. I removed the xslt link and ribbon worked fine.
    I have added the xslt file to site collection's "Style Library -> XSL Style Sheets" folder.
    When I added same xslt by editing the page in SPD 2010, everything worked fine. The problem appears only when I apply it externally. I found in few posts where they suggest to upload the xsl file in LAYOUTS folder. But I donot have access/permission to change
    the LayOuts folder. I donot want to edit in SPD because, it will be difficult for non technical administrators to apply xslt to other views/pages. Please suggest.
    - Thanks
    Lucky
    India

    I am facing the same issue. Is this issue resolved?

  • Controls in ITEM and LIST tabs of Ribbon disabled always in Punishing SharePoint 2013 site if i add list to home page as List View Webpart

    Hi,
    Below is the scenario,
    If i created any custom list and navigating to the list (AllItems.aspx) and on selecting the item, i can see controls in ITEM and LIST tabs of Ribbon are enabled in SharePoint 2013 publishing site.
    If i add the same list in the home page (add web part --> select list view webpart) in the publishing site, on selecting of item, all controls in ITEM and LIST tabs of Ribbon are disabled always.
    Please help me to fix this issue ASAP.
    Regards,
    Krishna

    Hi,
    Thanks for your reply.
    Ribbon controls (only ITEM and LIST tab) still in disabled mode even if i selected the item in the list view webpart.
    Also, i have noticed the below things,
    when i create a published site (default page : default.aspx) and add the list view webpart in the default page, the controls are in disabled mode on selecting item in list view webpart.
    when i create a team site (default page : home.aspx) and add the list view webpart in the default page, the controls are in enable mode on selecting item in list view webpart.
    Please help me on this.
    Regards,
    Krishna

  • Disabling List View selection behavior

    Hi,
    I am using List view to display some text rows. I need the scroll bar on the right and the Sort option on top of the list but I would like to disable the selection behavior of each row. I am just using the rows for display purpose but the availability of hand-mouse pointer on each row is misleading as it lets the user to think that some action would be available if they click the mouse on a particular row. So I want to take this hand pointer off. Is there any other alternative to provide display of a table of items with a scroll bar or disable this behavior of List View ? Please help.
    Thanks,
    Veena.

    Hi Veena,
    I guess you are using Xcelsius4.5, right? (Because in X5 there is no hand-mouse point.)
    If you are using X4.5, As I know, hand-mouse point couldn't be disabled and there is no scroll bar for table component. But there maybe a walk-around for list view component:
    1.Set the color of "Mouse Over Text" and "Selected Text" to black or other same color;
    2.Set the color of "Selected Fill" and "Mouse Over Fill" to white.
    Then when mouse over a row or select a row, there will be no color effects.
    If you are using X5, you can set Table's scroll bar property in Behavior tab.
    Best regards

  • How to disable the list of websites viewed under the history tab ..?

    How to disable the list of websites viewed under the history tab..?
    I want to remember the history of websites viewed but I do not want to appear under the history when I open a new website. I can see that only 15 websites can be viewed under the history tab
    Please do the needful at the earliest
    Thanks & Regards
    Srinivas

    srinivsd,
    Thanks for getting in touch with Mozilla Support! If you want to '''COMPLETELY''' disable your browsing history, take a look at https://support.mozilla.org/en-US/kb/settings-privacy-browsing-history-do-not-track#w_never-remember-history. That will allow you to disable history tracking in Firefox.
    However, if this is not what you were asking, please let me know and I will assist you further.
    Thanks!

  • Disable list view stripes

    Anyone figure out how to disable the annoying list view stripes (alternating white and blue stripes in list view)? I don't want the Finder to look like a check book register!
    TinkerTool has been updated for 10.6, but the option is gone. My old AppleScript that I downloaded no longer works. Hopefully someone will figure that out.
    Apple...how about making that a user-preference? Not everyone likes that!

    I suspect no one has yet figured out where/what is controlling that. In Leopard it was a "hidden" preference, so a simple default write command to change the plist worked to turn it off. One of the first things I tried was issuing the command in the Terminal....and nothing happened. The idiotic behavior of the Help window could be changed in the same way in Leopard, and in Snow Leopard it fails as well. Checking the two relevant plists I see that the option for no stripes is indeed in the Finder preference, and the option for a normal window is in the helpviewer preference. So what has changed is that the programs simply do not use those preferences any more. They are no longer hidden preferences, they are non-existant preferences. So it may be that the easy way is simply gone.
    Francine
    Francine
    Schwieder

  • OS 10.4.3 and List View: Functionality has regressed since update from .2

    In the Finder, I exclusively use List View. I like it a lot and it works better for me than any of the other modes for viewing my files.
    However, since I have applied the upgrade to 10.4.3 from 10.4.2, I have seen a definite regression in the functionality in the utility of List View, particularly when it comes to cut and paste of text within file names.
    Try this example: open a new Finder window in a directory. Press command-2 to get List View (if that's not already the default). Press command-shift-n to create a new folder (should be named Untitled Folder). Press the Enter key to accept the name. Next press the Enter key again to allow entering a new name. Use the mouse to double-click on the word Untitled. Press command-x. "Untitled" won't get into the paste buffer - it just sits there and doesn't move. To make it go away, you must use the keyboard to delete it.
    While this sounds like no big deal, it is. I manage a lot of data using my Mac. I need to be able to copy or cut parts of folder names all the time. Changing the Mac interface for an improvement of the user experience is all well and good, but this is a regression and - dare I say it - the introduction of a bug in the Finder.
    By the way, this isn't specific to my computer. I've tried it on others and received the same broken behavior. Am I the only one who uses List View and cares??

    hmmm is this a variation the copy/paste problem I was having with 10.4.2, where I found it was no longer possible to copy a piece of text from one application to the clipboard and then paste it (CMD + V) into another application or indeed, as the name of a new folder or a file I wanted to rename?
    These are matters of the most fundamental functionality of the OS. Those little things we do all the time because we need to. If it's no longer possible to paste in a new folder name, or type one in, to replace "untitled folder" (whether in List view or any other view) that that is surely a bug and not a design feature.
    So: I can confirm that I am experiencing something like the "can't rename a folder in List view" except that it's worse - it's "I can't paste anything from one place to a different place, such as three paragraphs of text I created in AppleWorks, into a Word file".

  • Add restrictions to copy/cut/paste in Excel when a worksheet is protected

    Office Version:  Office 2007;
    Operating System:Windows 7; 
    Program:Excel
    I need to be able to select via a macro or some other way the restrictions listed below on copy/cut/paste.  The worksheet will be protected. 
    The goal is to allow a user to have the capability to type in data or copy-paste-values only in the unlocked cells.  I wish to block a user from changing the formatting or pasting a formula in an unlocked cell via copy or
    cut and paste.  This is necessary to maintain the worksheet/workbook integrity when multiple users have access to it.
    1.    
     Disable cutting from unlocked cells
    2.    
    Allow ONLY copy/paste value from any cell to any unlocked cell.   
    The user needs to be able to select locked cells.
    Ideally, the user can copy-paste-values from that locked cell an an unlocked cell.  The ability to copy from the locked cell is not an absolute need but being able to
    select the locked cell is very important due to the large size of the worksheet.
    The locked cells will have their formulas hidden.
    I entered the question in the website below but received no feedback.  The Microsoft tech support group said I should contact this IT Pro forum.
    http://answers.microsoft.com/en-us/office/default.aspx#tab=1
    Thanks

    Unfortunately it is not easy; there are lots of individual items to deal with.
    You can use Application.OnKey to disable (or repurpose) the key combinations (e.g. Ctrl+X, Ctrl+V, Shift+Del, Shift+Insert ) that you don't want used.  Typically you would do this in Workbook_Open and reverse it in Workbook_BeforeClose (and you need to
    save the workbook if necessary within Workbook_BeforeClose to prevent the user from cancelling the Save Changes message after your code has done its work).
    In Excel 2003 you could use VBA to disable or make invisible the menu items and toolbar buttons that would do actions you didn't want the user to be able to carry out.  But in 2007 you have to write XML using the custom UI editor and save it in the
    XLSM file.  A good site for information on how to work with the ribbon in 2007 is
    www.rondebruin.nl
    If you get most of the way there and get stuck on some point, do come back.
    It would be good if MS extended the protection model to prevent cut and pasting other than values - it is a common requirement.  I will go now and make that suggestion to the developers.
    Bill Manville. Excel MVP, Oxford, England. www.manville.org.uk

  • Removing MAC from Disabled Clients List

    Hello,
    I have been using a CIsco WLC 4400 the past year.  The version is 4.2.173.0.  Over the past month I have started to block equipment I do not want on the wireless network by MAC address in teh disabled clients list.  So far I have 201 devices.  The problem is when I need to take one of those devices off of the disabled clients list it will only show me the first 80 clients.  I do not have a WCS program to control more aspects of this wireless control module.  When I try to download it, I must have a service agreement (which I do not have and do not plan to purchase).  Does anyone know if there is a work around to getting to the rest of the list of disabled MAC's?
    Thanks in advance,
    Mitch

    It looks like this bug:
    CSCtb27192 WLC GUI Client Disabled List Truncated
    The WLC disabled client list is truncated in the GUI. It only shows 80 entries, with no options for additional pages. The CLI still shows all of the entries.
    You can view and remove from the cli though as a workaround.
    It looks like they fixed it in the latest wlc code.

  • Xtrafinder seems to have broken my 'list view' in Finder. Please Help.

    I'm using 10.9.4.
    I installed XtraFinder a couple of days ago and instantly my Finder didn't work in list view or column view
    I can still use it in icon view but none of the others
    I've attached an image as an example of what happens when I switch to list view from icon view. I have completely uninstalled Xtrafinder using its own uninstall method.

    It's not really clear that you still have a problem, but if you think you do, see below.
    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    Don't be put off by the complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    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. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    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. As I wrote above, it changes nothing. It doesn't send or receive any data on the network. All it does is to generate a human-readable report on the state of the computer. That report goes nowhere unless you choose to share it. If you prefer, you can read it yourself without disclosing the contents to me or anyone else.
    You should be wondering whether you can believe me, and whether it's safe to run a program at the behest of a stranger. In general, no, it's not safe and I don't encourage it.
    In this case, however, there are a couple of ways for you to decide whether the program is safe without having to trust me. First, you can read it. Unlike an application that you download and click to run, it's transparent, so anyone with the necessary skill can verify what it does.
    You may not be able to understand the script yourself. But variations of the script have been posted on this website thousands of times over a period of years. The site is hosted by Apple, which does not allow it to be used to distribute harmful software. Any one of the millions of registered users could have read the script and raised the alarm if it was harmful. Then I would not be here now and you would not be reading this message.
    Nevertheless, if you can't satisfy yourself that these instructions are safe, don't follow them. Ask for other options.
    4. Here's a summary of what you need to do, if you choose to proceed:
    ☞ Copy a line of text in this window to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    5. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode, under the conditions in which the problem is reproduced. 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.
    6. 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. Don't log in as root.
    7. 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 the browser window, 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:/usr/libexec;clear;cd;p=(Software Hardware Memory Diagnostics Power FireWire Thunderbolt USB Fonts SerialATA 4 1000 25 5120 KiB/s 1024 85 \\b%% 20480 1 MB/s 25000 ports ' com.clark.\* \*dropbox \*GoogleDr\* \*k.AutoCAD\* \*k.Maya\* vidinst\* ' DYLD_INSERT_LIBRARIES\ DYLD_LIBRARY_PATH -86 "` route -n get default|awk '/e:/{print $2}' `" 25 N\\/A down up 102400 25600 recvfrom sendto CFBundleIdentifier 25 25 25 1000 MB com.apple.AirPortBaseStationAgent 464843899 51 5120 files );N5=${#p[@]};p[N5]=` networksetup -listnetworkserviceorder|awk ' NR>1 { sub(/^\([0-9]+\) /,"");n=$0;getline;} $NF=="'${p[26]}')" { sub(/.$/,"",$NF);print n;exit;} ' `;f=('\n%s: %s\n' '\n%s\n\n%s\n' '\nRAM details\n%s\n' %s\ %s '%s\n-\t%s\n' );S0() { echo ' { q=$NF+0;$NF="";u=$(NF-1);$(NF-1)="";gsub(/^ +| +$/,"");if(q>='${p[$1]}') printf("%s (UID %s) is using %s '${p[$2]}'",$0,u,q);} ';};s=(' /^ *$|CSConfigDot/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/\/Users\/[^/]+/~/g ' ' s/^ +//;/de: S|[nst]:/p;' ' {sub(/^ +/,"")};/er:/;/y:/&&$2<'${p[10]} ' 1s/://;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: [^EO]|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[11]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Genesy|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of/!{ s/^.+is |\.//g;p;} ' ' $0&&!/ / { n++;print;} END { if(n<200) print "com.apple.";} ' ' $3~/[0-9]:[0-9]{2}$/ { gsub(/:[0-9:a-f]{14}/,"");} { print|"tail -n'${p[12]}'";} ' ' NR==2&&$4<='${p[13]}' { print $4;} ' ' END { $2/=256;if($2>='${p[15]}') print int($2) } ' ' NR!=13{next};{sub(/[+-]$/,"",$NF)};'"`S0 21 22`" 'NR!=2{next}'"`S0 37 17`" ' NR!=5||$8!~/[RW]/{next};{ $(NF-1)=$1;$NF=int($NF/10000000);for(i=1;i<=3;i++){$i="";$(NF-1-i)="";};};'"`S0 19 20`" 's:^:/:p' '/\.kext\/(Contents\/)?Info\.plist$/p' 's/^.{52}(.+) <.+/\1/p' ' /Launch[AD].+\.plist$/ { n++;print;} END { print "'${p[41]}'";if(n<200) print "/System/";} ' '/\.xpc\/(Contents\/)?Info\.plist$/p' ' NR>1&&!/0x|\.[0-9]+$|com\.apple\.launchctl\.(Aqua|Background|System)$|'${p[41]}'/ { print $3;} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:[^:]+//p ' '/^root$/p' ' !/\/Contents\/.+\/Contents|Applic|Autom|Frameworks/&&/Lib.+\/Info.plist$/ { n++;print;} END { if(n<1100) print "/System/";} ' '/^\/usr\/lib\/.+dylib$/p' ' /Temp|emac/{next};/(etc|Preferences|Launch[AD].+)\// { sub(".(/private)?","");n++;print;} END { print "'${p[41]}'.plist\t'${p[42]}'";if(n<500) print "Launch";} ' ' /\/(Contents\/.+\/Contents|Frameworks)\/|\.wdgt\/.+\.([bw]|plu)/d;p;' 's/\/(Contents\/)?Info.plist$//;p' ' { gsub("^| |\n","\\|\\|kMDItem'${p[35]}'=");sub("^...."," ") };1 ' p '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[43]}'{$2=$2-1;print}' ' BEGIN { i="'${p[26]}'";M1='${p[16]}';M2='${p[18]}';M3='${p[31]}';M4='${p[32]}';} !/^A/{next};/%/ { getline;if($5<M1) a="user "$2"%, system "$4"%";} /disk0/&&$4>M2 { b=$3" ops/s, "$4" blocks/s";} $2==i { if(c) { d=$3+$4+$5+$6;next;};if($4>M3||$6>M4) c=int($4/1024)" in, "int($6/1024)" out";} END { if(a) print "CPU: "a;if(b) print "I/O: "b;if(c) print "Net: "c" (KiB/s)";if(d) print "Net errors: "d" packets/s";} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|BKAg|OpenD/!s/:.+//p' ' (/k:/&&$3!~/(255\.){3}0/ )||(/v6:/&&$2!~/A/ ) ' ' $1~"lR"&&$2<='${p[25]}';$1~"li"&&$3!~"wpa2";' ' BEGIN { FS=":";p="uniq -c|sed -E '"'s/ +\\([0-9]+\\)\\(.+\\)/\\\2 x\\\1/;s/x1$//'"'";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]$1|p;b=b$1;} END { close(p);if(b) print("\n\t* Code injection");} ' ' NR!=4{next} {$NF/=10240} '"`S0 27 14`" ' END { if($3~/[0-9]/)print$3;} ' ' BEGIN { L='${p[36]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n   "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n   [N/A]";"file -b "F|getline T;if(T!~/^(AS.+ (En.+ )?text$|(Bo|PO).+ sh.+ text ex)/) F=F" ("T")";printf("\nContents of %s\n%s\n",F,f);if(l>L) printf("\n   ...and %s more line(s)\n",l-L);} ' ' s/, /\'$'\n''/g;p;' 's/0/Off/p' ' END{print NR} ' ' /id: N|te: Y/{i++} END{print i} ' ' / / { print "'"${p[28]}"'";exit;};1;' '/ en/!s/\.//p' ' NR!=13{next};{sub(/[+-M]$/,"",$NF)};'"`S0 39 40`" ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9;} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?Info\.plist$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' ' /l: /{ /DVD/d;s/.+: //;b0'$'\n'' };/s: /{ /V/d;s/^ */- /;H;};$b0'$'\n'' d;:0'$'\n'' x;/APPLE [^:]+$/d;p;' ' /^find: /d;p;' "`S0 44 45`" ' BEGIN{FS="= "} /Path/{print $2} ' );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps sudo\ crontab sudo\ iotop top pkgutil 'PlistBuddy 2>&1 -c "Print' whoami cksum kextstat launchctl sudo\ launchctl crontab 'sudo defaults read' stat lsbom mdfind ' for i in ${p[24]};do ${c1[18]} ${c2[27]} $i;done;' defaults\ read scutil sudo\ dtrace sudo\ profiles sed\ -En awk /S*/*/P*/*/*/C*/*/airport networksetup mdutil sudo\ lsof test osascript\ -e );c2=(com.apple.loginwindow\ LoginHook '" /L*/P*/loginw*' "'tell app \"System Events\" to get path of every login item'" 'L*/Ca*/com.ap*.Saf*/E*/* -d 1 -name In*t -exec '"${c1[14]}"' :CFBundleDisplayName" {} \;|sort|uniq' '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' '.??* -path .Trash -prune -o -type d -name *.app -print -prune' :${p[35]}\" :Label\" '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' "-f'%N: %l' Desktop L*/Keyc*" therm sysload boot-args status " -F '\$Time \$Message' -k Sender kernel -k Message Req 'bad |Beac|caug|dead[^bl]|FAIL|fail|GPU |hfs: Ru|inval|jnl:|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|tim(ed? ?|ing )o|WARN' -k Message Rne 'Goog|ksadm|SMC:| VALI|xpma' -o -k Sender fseventsd -k Message Req 'SL' " '-du -n DEV -n EDEV 1 10' 'acrx -o comm,ruid,%cpu' '-t1 10 1' '-f -pfc /var/db/r*/com.apple.*.{BS,Bas,Es,J,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cgh] ! -name *ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f:%Sc:%N -t%F {} \;|sort -t: -k2 |tail -n'${p[38]} '-L {/{S*/,},}L*/Lau* -type f' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' '-L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Ca*/*/Ex,Co{mpon,reM},Ex,Inter,iTu*/*P,Keyb,Mail/B,Pr*P,Qu*T,Scripti,Sec,Servi,Spo,Widg}* -path \\*s/Resources -prune -o -type f -name Info.plist' '/usr/lib -type f -name *.dylib' `awk "${s[31]}"<<<${p[23]}` "/e*/{auto,{cron,fs}tab,hosts,{[lp],sy}*.conf,pam.d/*,ssh{,d}_config,*.local} {,/usr/local}/etc/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}*t /S*/L*/Lau*/*t .launchd.conf" list getenv /Library/Preferences/com.apple.alf\ globalstate --proxy '-n get default' -I --dns -getdnsservers\ "${p[N5]}" -getinfo\ "${p[N5]}" -P -m\ / '' -n1 '-R -l1 -n1 -o prt -stats command,uid,prt' '--regexp --only-files --files com.apple.pkg.*|sort|uniq' -kl -l -s\ / '-R -l1 -n1 -o mem -stats command,uid,mem' '+c0 -i4TCP:0-1023' com.apple.dashboard\ layer-gadgets '-d /L*/Mana*/$USER&&echo On' '-app Safari WebKitDNSPrefetchingEnabled' "+c0 -l|awk '{print(\$1,\$3)}'|sort|uniq -c|sort -n|tail -1|awk '{print(\$2,\$3,\$1)}'" );N1=${#c2[@]};for j in {0..9};do c2[N1+j]=SP${p[j]}DataType;done;N2=${#c2[@]};for j in 0 1;do c2[N2+j]="-n ' syscall::'${p[33+j]}':return { @out[execname,uid]=sum(arg0) } tick-10sec { trunc(@out,1);exit(0);} '";done;l=(Restricted\ files Hidden\ apps 'Elapsed time (s)' POST Battery Safari\ extensions Bad\ plists 'High file counts' User Heat System\ load boot\ args FileVault Diagnostic\ reports Log 'Free space (MiB)' 'Swap (MiB)' Activity 'CPU per process' Login\ hook 'I/O per process' Mach\ ports kexts Daemons Agents launchd Startup\ items Admin\ access Root\ access Bundles dylibs Apps Font\ issues Inserted\ dylibs Firewall Proxies DNS TCP/IP Wi-Fi Profiles Root\ crontab User\ crontab 'Global login items' 'User login items' Spotlight Memory Listeners Widgets Parental\ Controls Prefetching SATA Descriptors );N3=${#l[@]};for i in 0 1 2;do l[N3+i]=${p[5+i]};done;N4=${#l[@]};for j in 0 1;do l[N4+j]="Current ${p[29+j]}stream data";done;A0() { id -G|grep -qw 80;v[1]=$?;((v[1]==0))&&sudo true;v[2]=$?;v[3]=`date +%s`;clear >&-;date '+Start time: %T %D%n';};for i in 0 1;do eval ' A'$((1+i))'() { v=` eval "${c1[$1]} ${c2[$2]}"|'${c1[30+i]}' "${s[$3]}" `;[[ "$v" ]];};A'$((3+i))'() { v=` while read i;do [[ "$i" ]]&&eval "${c1[$1]} ${c2[$2]}" \"$i\"|'${c1[30+i]}' "${s[$3]}";done<<<"${v[$4]}" `;[[ "$v" ]];};A'$((5+i))'() { v=` while read i;do '${c1[30+i]}' "${s[$1]}" "$i";done<<<"${v[$2]}" `;[[ "$v" ]];};';done;A7(){ v=$((`date +%s`-v[3]));};B2(){ v[$1]="$v";};for i in 0 1;do eval ' B'$i'() { v=;((v['$((i+1))']==0))||{ v=No;false;};};B'$((3+i))'() { v[$2]=`'${c1[30+i]}' "${s[$3]}"<<<"${v[$1]}"`;} ';done;B5(){ v[$1]="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d: <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F: ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`grep -Fv "${v[$1]}"<<<"$v"`;};C0(){ [[ "$v" ]]&&echo "$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { v=`sed -E "$s"<<<"$v"`&&C1 1 $1;};for i in 1 2;do for j in 0 2 3;do eval D$i$j'(){ A'$i' $1 $2 $3; C'$j' $4;};';done;done;{ A0;D20 0 $((N1+1)) 2;D10 0 $N1 1;B0;C2 27;B0&&! B1&&C2 28;D12 15 37 25 8;A1 0 $((N1+2)) 3;C0;D13 0 $((N1+3)) 4 3;D23 0 $((N1+4)) 5 4;D13 0 $((N1+9)) 59 50;for i in 0 1 2;do D13 0 $((N1+5+i)) 6 $((N3+i));done;D13 1 10 7 9;D13 1 11 8 10;D22 2 12 9 11;D12 3 13 10 12;D23 4 19 44 13;D23 5 14 12 14;D22 6 36 13 15;D22 7 37 14 16;D23 8 15 38 17;D22 9 16 16 18;B1&&{ D22 35 49 61 51;D22 11 17 17 20;for i in 0 1;do D22 28 $((N2+i)) 45 $((N4+i));done;};D22 12 44 54 45;D22 12 39 15 21;A1 13 40 18;B2 4;B3 4 0 19;A3 14 6 32 0;B4 0 5 11;A1 17 41 20;B7 5;C3 22;B4 4 6 21;A3 14 7 32 6;B4 0 7 11;B3 4 0 22;A3 14 6 32 0;B4 0 8 11;B5 7 8;B1&&{ A2 19 26 23;B7 7;C3 23;};A2 18 26 23;B7 7;C3 24;A2 4 20 21;B7 6;B2 9;A4 14 7 52 9;B2 10;B6 9 10 4;C3 25;D13 4 21 24 26;B4 4 12 26;B3 4 13 27;A1 4 22 29;B7 12;B2 14;A4 14 6 52 14;B2 15;B6 14 15 4;B3 0 0 30;C3 29;A1 4 23 27;B7 13;C3 30;D13 24 24 32 31;D13 25 37 32 33;A2 23 18 28;B2 16;A2 16 25 33;B7 16;B3 0 0 34;B2 21;A6 47 21&&C0;B1&&{ D13 21 0 32 19;D13 10 42 32 40;D22 29 35 46 39;};D23 14 1 62 42;D12 34 43 53 44;D22 0 $((N1+8)) 51 32;D13 4 8 41 6;D12 26 28 35 34;D13 27 29 36 35;A2 27 32 39&&{ B2 19;A2 33 33 40;B2 20;B6 19 20 3;};C2 36;D23 33 34 42 37;B1&&D23 35 45 55 46;D23 32 31 43 38;D12 36 47 32 48;D13 20 42 32 41;D13 37 2 48 43;D13 4 5 32 1;D13 4 3 60 5;D12 26 48 49 49;B3 4 22 57;A1 26 46 56;B7 22;B3 0 0 58;C3 47;D22 4 4 50 0;D23 22 9 37 7;A7;C2 2;} 2>/dev/null|pbcopy;exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    8. 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 by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    9. If you see an error message in the Terminal window such as "Syntax error" or "Event not found," enter
    exec bash
    and press return. Then paste the script again.
    10. 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 the password, or if you prefer not to enter it, press the key combination control-C or just press return  three times at the password prompt. Again, the script will still run.
    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.
    11. The test may 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 what happened. No harm will be done.
    12. 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.
    At the top of the results, there will be a line that begins with the words "Start time." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try 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.
    13. When you post the results, you might see an error message on the web page: "You have included content in your post that is not permitted," or "You are not authorized to post." That's a bug in the forum software. Please post the test results on Pastebin, then post a link here to the page you created.
    14. 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 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • List View in the event browser stopped working.

    Recently I was using Final Cut pro X when it crashed, when I re-opened the application I  found that List View in my event browser no longer displayed any content, filmstrip view appears to work but I had gotten quite fond of list view.
    Is there a way to get it running again? I've already tried Restarting, shutting down and booting up again, taking out my external hard disk before opening FCPX then putting it back in again..

    We have the same FCP X issue. Filmstrip view works, switch to List view and it shows nothing. We even tried closing in List view, then reopening, it reopens in Filmstrip. We have rebooted as well, with no effect. Anyone find a work around?

  • List view in calendar

    how do you make it so that past events don't show up in the list view without going back and deleting those events?
    also is it possible to not have it show the current date in the list view?
    otherwise, i think this is the best looking calendar in a phone to date.

    Did you happen to make the even reaccuring? Because off the top of my head that' the only way I can see that you'd be having old events still showing.

Maybe you are looking for