How can I make /Users visible permanently in 10.9.3?

Some people who have upgraded to 10.9.3 have had their /Users folder visibility set to hidden. The chflags trick only works until the next reboot. Any idea how to reset it permanently?—Thanks, Vince

A scrypt solution, which has to be re-run on each reboot, is here:  https://discussions.apple.com/message/25797179#25797179

Similar Messages

  • HT4527 I transferred my library to a new laptop and everything appeared on the screen. I turned off the old computer and the library disappeared. How can I make it a permanent transfer as my old computer is being scrapped. Thanks

    I transferred my library to a new laptop and everything appeared on the screen. I turned off the old computer and the library disappeared. How can I make it a permanent transfer as my old computer is being scrapped. Thanks

    Hello Terryfrank,
    Congratulations on your new laptop!  Also, thank you for the details of the issue you are experiencing with transferring your iTunes Library to your new computer. 
    I notice that you are coming from the article “iTunes: How to move your music to a new computer,” and it sounds like you might have used the Home Sharing method outlined in that article. 
    With Home Sharing, you can stream content from another computer, and it sounds like that is how you have it currently set up.  The last step is to import the content to your new computer.  Use these steps on the new computer (while the old computer is on) to import the music to your new computer’s hard drive:
    Once your new computer sees the Home Share from your old computer, click that Home Share on the left side of iTunes on your new computer.
    Select the content in the Home Share that you want to transfer to your iTunes library on your new computer, or choose Edit > Select All to choose all of it. Then, click the Import button in the bottom-right corner of iTunes.
    Wait for the content to finish transferring.
    Additionally, if you want to transfer your playlists, you can export them from the old computer to the new computer:
    Transferring playlists
    If you want not only your content but also your playlists to exist on your new computer, you will want to transfer a copy of all your playlists from your old computer. To do this, choose File > Library > Export Library on your old computer. Save the XML file that is created to your desktop.
    Send the playlists file to yourself as an e-mail attachment, use an external drive, or use file sharing to move the playlists file to your new computer. Once the file is on your new computer, open iTunes and choose File > Library > Import Playlist. The import process will remove any items from the playlists that you didn't share via Home Sharing.
    iTunes: How to move your music to a new computer
    http://support.apple.com/kb/HT4527
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Realtek network card seems to be disappeared. how can i make it visible again for the OS?

    i can't access my LAN card. somehow it is disappeared. how can i make it visible again for the OS? my OS is windows 7. thanks very much for your help

    right click on the button bar, then select "customize toolbar", drag any button you like into the toolbar and you're done!
    Diego

  • Comments on MacBook Pages– how can I make them visible for all users?

    When I use Pages on my MacBook, the comments show up as black text in a yellow box on my computer, but when I export it as a .doc and email it to others, it shows up as white text on yellow for some PC users. This makes it hard for them to read my feedback. Why does it do this? How can I prevent it?

    hello, can you try it with the method described at [http://kb.mozillazine.org/Locking_preferences]?

  • I can temporarily set my Internet keyword search service to Google's Browse by Name service, but how can I make that setting permanent?

    I'm using Firefox 5.0. In about:config, keyword.enabled is set to "true," but keyword.URL is set to chrome://browser-region/locale/region.properties I can modify it to http://www.google.com/search?ie=UTF-8&oe=utf-8&q= but when I exit and then restart Firefox, the keyword.URL is back the way it was. How do I permanently fix this? With keyword.URL set to chrome://browser-region/locale/region.properties, if I attempt an Internet keyword search, I get the error message, "File not found. Firefox can't find the file at jar:file:///C:/Program Files/Mozilla Firefox/omni.jar!/chrome/en-US/locale/browser-region"

    I set the keyword.URL preference to the Google Search-by-Name URL, changed to the default theme, and then restarted in Safe Mode with add-ons disabled. When I then checked keyword.URL, it had changed back to the "chrome:" setting.
    I set keyword.URL again and then disabled all plug-ins, exited Firefox normally, and restarted in Normal Mode. Again, keyword.URL had reverted to the "chrome:" setting.
    I then reset keyword.URL, left all the plug-ins disabled, and restarted in Safe Mode. Once again, keyword.URL had reverted to the "chrome:" setting.
    Sorry to be so clueless, cor-el, but I'm afraid I don't know what a locale is. I tried to read your link to mozillaZine, but it kept timing out after 30 seconds. Is that because of too much volume? So are you saying that my current locale is supposed to reset the keyword.URL preference from the "chrome:" setting to some valid value, but that isn't happening? What else could cause this besides a bad extension, theme, or plug-in?

  • My photos are hidden how can I make them visible?

    I have tried to look under pictures but there is no longer a iphoto file . my iphotos are there when I click on them but they then dissapear.All the gfx are visible though along with the resourses and i can not get them away.

    Select one of the thumbnails in iPhoto and use the File ➙ Reveal in Finder ➙ Original menu option to be taken to the folder where the original file is located via the Finder.  That way you can see where your library is located.
    Another way to find the library is to launch iPhoto with the Option key held down and when you click on your library in the next window where it's located will be displayed just below the window.
    Or you can download and use the shareware application  Find Any File to search for "Library6.iPhoto" which is a file that is in every iPhoto library package.  Once you find the iPhoto Library you can move it back to your Pictures folder. 
    Then make a temporary, backup copy (if you don't already have a backup copy) of the library and apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot. 
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • How can i make a visible array of pictures?

    Hello.
    Well, my current problem is that i want to make some kind of array with an image in each case.
    I have tried something like that:
    import java.awt.*;
    import java.awt.Image;
    import java.awt.Graphics;
    public class Terrain extends java.applet.Applet
         GridLayout terrain = new GridLayout(15,26);
         Image sol;
         Container c01_01;
         Container c02_01;
         public void init()
              sol = getImage(getCodeBase(),"terrain.gif");
              c01_01 = new Container();
              c02_01 = new Container();
              setLayout(terrain);
              add(c01_01);
              add(c02_01);
         public void paint(Graphics toto)
              toto.drawImage(sol,0,0,c01_01);
              toto.drawImage(sol,0,0,c02_01);
    but the "paint" method draws all the containers at the same position.
    Can someone help me to display a image in each case of the gridlayout, please?
    Thanks by advance!
    Ciao!

    OK, so I lied. Here is the code:
    FieldOfImages contains a matrix of images.
    import java.awt.Graphics;
    import java.awt.Image;
    import java.awt.Toolkit;
    import javax.swing.JComponent;
    public class FieldOfImages extends JComponent
      protected int width,height; // dimensions of the field     
      protected byte[][] field; // the field itself
      protected Image[] tiles; // the tiles for use on the field
      protected int howManyImages; // how many tiles there are
      public FieldOfImages(int w,int h,String[] images)
        super();
        // create the image array
        howManyImages = images.length;
        tiles = new Image[howManyImages];
        // gets the images
        for(int i=0;i<howManyImages;i++)
          tiles[i] = Toolkit.getDefaultToolkit().getImage(images);      
    // create the field matrix
    width = w;
    height = h;
    field = new byte[width][height];
    // fill with random values
    for(int row=0;row<height;row++)
    for(int col=0;col<width;col++)
         field[col][row] = (byte)(Math.random()*howManyImages);
    public void paintComponent(Graphics g)
    super.paintComponent(g);     
         for(int row=0;row<height;row++)
         for(int col=0;col<width;col++)
         byte whichImage = field[col][row];
         int x = col*32; // here I am assuming that the images are
         int y = row*32; // ALL 32x32.     
         g.drawImage(tiles[whichImage],x,y,null);     
    FieldOfImagesApp demonstrates the usage of FieldOfImages.
    import javax.swing.JFrame;
    public class FieldOfImagesApp
      * The application entry point.
      * @param args the command line arguments.
      public static void main(String[] args)
        // Create a JFrame for displaying the field.
        JFrame frame = new JFrame();
        frame.setTitle("Field of Images");
        // Add to the JFrame's ContentPane an instance of FieldOfImages, which
        // will contain the images.
        String[] images = {"D:/rafael/icons/tile1.jpg", "D:/rafael/icons/tile2.jpg",
                        "D:/rafael/icons/tile3.jpg", "D:/rafael/icons/tile4.jpg", };
        frame.getContentPane().add(new FieldOfImages(20,10,images));
        // Set the closing operation so the application is finished.
        frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        frame.setSize(300,300); // adjust the frame size.
        frame.show(); // show the frame.
      }Problems are:
    - Image loading is not tracked - should use a MediaTracker for this.
    - Preferred, minimum and maximum size of the JComponent could be easily set with the images' dimensions and tile matrix dimensions.
    - Code is not commented enough :-)
    hope it helps
    Rafael

  • The "send" button in the mail programm is gone ... how can I make it visible again?

    For a couple of days my "send" button in the mail programm is gone and I can´t send emails due to this failure. I am pretty sure my 2-year old daughter hit some button by accident and the "send" button is gone since then. She discovered a couple of features by accident I would have never dreamed of so far so I believe the hidden button is also possible to get back. Please help since I couldn´t find something so far.
    Thank you!

    right click on the button bar, then select "customize toolbar", drag any button you like into the toolbar and you're done!
    Diego

  • Camera keyframes: How can I make them visible? (please read)

    I'm making the camera move around in the x and y dimensions. I've set up the keyframes and sure enough the camera travels along the path I defined.
    Now, what I want to do is have access to the points which define the camera's path, so I can use the pen tool to edit them. Apparently this is not straightforward the way it would be for a solid layer. I can't get them to appear, no matter what I try.
    Yes, the keyframes are there. Yes, the current-time-indicator is atop one of them. Yes, I have the position variable selected, with both keyframes selected. It doesn't matter. I'm missing some non-intuitive step, so that's why I'm here. Please help!

    The view was the issue, evidently. Although it's not intuitive, the problem is that a camera's keyframes can't be seen while the view is set to that camera; you have to find a way to change the view to be behind it. Perhaps they'll fix that oversight in a future update.

  • How can i make paths visible exporting the file to a PDF?

    Hello, I want to print the Paths with the content. Is there any possibility to export the "Path Look" with my illustration into a PDF?
    Kind regards  
    Lou

  • Just published my podcast, but the artwork is not showing up.  How can I make this magic happen?

    I just recently published a podcast, and since the name is similar to many others, the artwork will be critical in allowing others to find it.  How can I make it visible?

    If your image is correctly referenced in the feed it will appear in the Store page, but for a new podcast it cn take some days after the podcast appears in the Store before the image appear, so I'm afraid it's just a question of waiting.

  • How can I make (automatic) accounts for users of my adobe muse site?

    Adobe, google, facebook and more site haves accounts for his users, but how can I make a system with accounts for users of my adobe muse site?

    Hi,
    Try some suggestion given in this thread
    http://forums.adobe.com/message/5362643#5362643

  • How can I make my user input on the same line as the question?

    The only way I know of doing it is
    System.out.println ("Please enter an uppercase letter of the English Alphabet: ");
              letter = dataIn.readLine ();But that makes Please enter an uppercase letter of the English Alphabet:
    **User input here, a line down**So how can I make it all fit into one line with this sort of layout:
    Please enter an uppercase letter of the English Alphabet:  **USER INPUTS HERE, SAME LINE**

    change your call from println to print.
    check the API docs for this stuff, it tells you everything you need to know.
    Good Luck
    Lee

  • HT201363 How can I make an Apple ID without credit card if the "none" tab is not visible to me?

    How can I make an Apple ID without credit card if the "none" tab is not visible to me?
    Help me out please

    Hello, aligt9p. 
    Thank you for visiting Apple Support Communities. 
    To create an Apple ID without a credit card, there is a specific series of steps that have to be processed in order to allow the payment to be set as none on creation of the account.
    Creating an iTunes Store, App Store, iBooks Store, and Mac App Store account without a credit card
    http://support.apple.com/kb/HT2534
    Why can’t I select None when I edit my payment information?
    http://support.apple.com/kb/TS5366
    If the specific steps have not been processed, a credit or debit card will be required to complete the setup the account.
    However, it can be removed and payment method changed to none as long as there is not an outstanding balance.
    iTunes Store: Changing account information
    http://support.apple.com/kb/ht1918
    Cheers,
    Jason H. 

  • How can I make a survey automatically identify the user in the results?

    How can I make a survey automatically identify the user in the results (so that it won't be anonymous)?

    I am not sure what information to provide.  Here is what I am trying to do.  I am trying to create an HR questionnaire with multiple choice questions and several multiline textboxes to capture comments.  I want to send it out by email address and/or embed the questionnaire somewhere on the company's intranet website.  But we don't want the questionnaire to be anonymous. If someone makes a particular comment, we want to be able to communicate with the person who made that particular comment.  How would we be able to trace the person? By email address, or by user ID?

Maybe you are looking for

  • BAPI for purchase order .. to create and delete confirmation

    HI Gurus I need to create and delete PO(Purchase order) confirmation in SAP 4.7 R3 . Please let me know which BAPI i can use for .. in SAP 4.7 1. Create PO confirmation 2. Delete PO confirmation Many thanks and regards Sandeep Sharma

  • Ipod / iPhone cable Male to male or Female to Female convertor

    I have just bought a bluetooth ear piece which includes a new HOWEVER,some smart git has designed the dock for this with the cable hardwired in. I need to somehow connect my Ipod to car connector, to the dock. the only way i can think of doing this i

  • Server socket problem

    I have written a java program, that is running on 2 PCs. I would like to display the outcomes of the program on one of those PCs. I believe I need a server socket to do this, but I am not really sure. Can someone help me? Thanks!

  • Connection refused: connect exception

    Dear All, while connecting to localhost using the below program, i am getting Connection Refuded: connect exception. import java.io.*; import java.net.*; import java.util.*; public class SocketTest { private java.net.ServerSocket serverSocket; public

  • Is it legal to use the apple logo for wallpaper design?

    Dear Applers, is it legal to use the Apple logo for my wallpaper which I design and create. I want to share this wallpaper on my website. The wallpaper are funny like others which already exists. For example a wallpaper where the Apple logo looks lik