Open a SubVI and run automatica​lly

Hallo everyone,
I´ve an event structure in which a SubVI is called by VI server. I don´t want the main VI to be frozen so I turned the wait until done off.
But the SubVI is just called and in edit mode. How can I call the SubVI and run it automatically?
Regards,
Wilbur
Solved!
Go to Solution.

Hi all:
I have this configuration: 
manually execute process 1, then there is a button that opens (when click BTN-A-HISTORICO) the process 2 and process 1 is minimized and still running. 
Then the process 2 opens in edit mode.
I put the 0 in the options in the Open VI Reference but i don't understand why doesn't work.
 HEEEELLLPPP
I'm using labview9
process 1
process 2
por el poder de Grayskull

Similar Messages

  • My iMac does not connect to internet via wireless after I log in. I have to open network preferences and run the assistant everytime to make it work. Its a new system, updated to Mountain Lion,.

    My iMac does not connect to internet via wireless after I log in. I have to open network preferences and run the assistant everytime to make it work. Its a new system, updated to Mountain Lion,.

    Hi, this has worked for a few...
    Make a New Location, Using network locations in Mac OS X ...
    http://support.apple.com/kb/HT2712
    10.7…
    System Preferences>Network, top of window>Locations>Edit Locations, little plus icon, give it a name.
    10.5.x/10.6.x/10.7.x instructions...
    System Preferences>Network, click on the little gear at the bottom next to the + & - icons, (unlock lock first if locked), choose Set Service Order.
    The interface that connects to the Internet should be dragged to the top of the list.
    Instead of joining your Network from the list, click the WiFi icon at the top, and click join other network. Fill in everything as needed.
    For 10.5/10.6, System Preferences>Network, unlock the lock if need be, highlight the Interface you use to connect to Internet, click on the advanced button, click on the DNS tab, click on the little plus icon, then add these numbers...
    208.67.222.222
    208.67.220.220
    Click OK.
    Also, turn off IPv6:
    System Preferences » Network » AirPort » TCP/IP tab » Configure IPv6
    Or whatever Interface you use.

  • How do I open a vi and run it programmatically from vb6

    The following code opens the dialog box but not the vi and I also need to run the vi from this app.
    Dim LV As LabVIEW.Application
    Private Sub Form_Load()
    Set LV = New LabVIEW.Application
    Debug.Print LV.ApplicationDirectory = "C:\LabViewProgs"
    Debug.Print LV.AppName = "BeadSorting.vi"
    End Sub

    Hello,
    Check out the attached Excel file, which contains a "LoadData" macro that passes parameters to a LabVIEW VI and runs it. (This excel file is probably also in your ...National Instruments\LabVIEW\examples\comm directory).
    Once you open the freqresp.xls file, select Enable Macros when prompted, then select Tools >>Macro>>Macros, select the LoadData macro, then click the Edit button. (or just open the VB editor from the Tools>>Macro menu, depending on your version of Excel). You can then see the code. If you double-click LoadData, the VI will open and run (if you have LabVIEW 7.1).
    This code is a great example of calling and running a LabVIEW VI from Visual Basic.
    Hope this helps!
    Liz F
    National Instruments
    Attachments:
    freqresp.xls ‏49 KB

  • Opening zip fils and running

    hi can anyone please explain (in simple terms) how to open and run zip files.  recently  got some snes roms via rapidshare that were zips files but i cannot get them to open tried down dowloading the zip app from the extra repos. but nothing shows up after installing and when trying to open the files it still asks.. to open with..... oh btw my device is n900

    Okay, guys, here it goes. In my opinion, the easiest way to upload roms to your phone is to simply unzip / unrar them under windows or whatever OS you use and then to copy / move them to the phone. On the other hand, if you still wish to unzip them under Maemo, I have these 2 applications installed - "Unzip add-on for the File Manager" and "zip" and I am able to unzip archives (not sure which one of these 2 does the trick, but I have them both installed and at least one of them works ). You can download either snes roms or sega genesis / megadrive roms, it doesnt really matter since both the snes and the genesis emulators work great. It all depends on which game you would like to play (some snes games are not available for sega genesis and vice versa e.g. Shadow Dancer). Anyway, the best option you guys have is to simply download the already unzipped roms and just copy / move them to the phone, but have in mind that there are some archives containing all the different versions of each game (like European , USA , Asian) and you dont really need to have them all, since such archives will take couple of gigabytes from your storage. Well, I hope this info will help ya

  • Open windows 8 and run jaws

    I am trying to help a blind child to open a parallels windows 8.1 pvm and run JAWs or resume windows 8 with JAWS activated. Anyone knows. I tried working with automator but could not achieve the desired results

    What you're trying to do now is:
    EFI->kernel (EFI stub)
    This is appealingly direct, but it's tricky to get working. What the wiki now recommends is:
    EFI->gummiboot->kernel (EFI stub)
    ...or...
    EFI->GRUB->kernel
    These approaches are less direct, but they're easier to configure. The trouble is that both the EFI's built-in boot manager and the EFI stub loader are tricky to configure. For a newbie to get them both configured correctly on a first attempt at installing Arch is very difficult. Getting the EFI to launch gummiboot or GRUB is easier because these programs don't require the complex parameters that the EFI stub loader requires. Those parameters can instead be specified in the gummiboot or GRUB configuration file, which is easier to manage for quite a few reasons.
    If you want to pursue using the EFI stub loader directly, you certainly can. I've learned from experience, though, that it's not worth my time to try to help with users who want to do this. Using an intermediary program is easier to get working. IMHO, the direct approach has no real benefits except that it gives you bragging rights that you've done it. Your system won't boot any faster or more reliably in the more direct approach. (Well, technically it will be faster, by only by a matter of milliseconds, assuming you use a 0 timeout value in gummiboot.) In fact, it will be less reliable, because gummiboot, GRUB, and rEFInd all offer ways to adjust boot options on a boot-by-boot basis, which is very helpful when fixing problems. You can't do this with the direct approach.

  • How can I open a subvi when running a vi in an application (executable file)

    I have a vi that I converted into an executable file.  I would like to run it and at the same time be able to open the front panel of one of its subvis.  Does anybody know how to do that?
    Thanks,
    Jerome.

    You can set the SubVI to "Open Front Panel when Called" and "Close Afterward if Originally Closed" - that makes it a pop-up window. When your main calls it, the subVI window opens up. You do stuff, click the DONE button, and it disappears, and the main is up front again. (Make sure your subVI is MODAL if you do this).
    You can use the VI SERVER to load the VI, given a path to it. You can set the subVI to "Open Front Panel when Loaded", or you can set FRONT PANEL.OPEN to TRUE when you want it to appear, and FALSE when you want it to go away.
    You can make a subpanel on your main, and have the subVI inserted into that.
    Steve Bird
    Culverson Software - Elegant software that is a pleasure to use.
    Culverson.com
    Blog for (mostly LabVIEW) programmers: Tips And Tricks

  • How to close the window openned by System Exec VI automatica​lly?

    Hello,
    I am using System Exec VI to lauch an exe file built from a LabVIEW program. When running System Exec VI, the window of exe file pop out and stays there even after all tasks are completed. I have to close it every time manually. Anyone here know how to close the exe file window automatically when it's done?
    Thanks,
    Jean
    Message Edited by Jean_CLD on 03-25-2010 11:25 AM
    Message Edited by Jean_CLD on 03-25-2010 11:29 AM
    Solved!
    Go to Solution.

    If I understand the question correctly you need to add an invoke node at the end of your application to exit. Depending on the whether it is running as a stand alone application or within LabVIEW it will either exit or stop execution. I've attached the VI I use in my applications.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot
    Attachments:
    Exit application.vi ‏13 KB

  • Macbook not opening certain programs and running others slowly.

    My macbook has recently started not opening certain programs on my computer, such as garageband and iweb and others shut down randomly in the middle of using them. I also can't access the other account on my computer. I downloaded virus protection and ran that, but my computer is still not working right! What should I do? Any help would be greatly appreciated!

    Start with http://www.thexlab.com/faqs/multipleappsquit.html The Tiger stuff should be applicable.

  • Can an Labview Executable file run automatica​lly upon the boot up of a CPU?

    I wanted to use a PC/104 to run a LABView.exe file.  So I have two quetions can a Labview .exe program be written so that it dosent need the start buttn pressed to activate it, it just runs upon execution.  And the second is that once the PC is booted can it be configured so that the .exe automatically starts?

    Hi,
    Here is a KnowledgeBase article that I think will be helpful to you as well. Have a great day!
    Amanda Howard
    Americas Services and Support Recruiting Manager
    National Instruments

  • Downloaded a trial version of Acrobat XI Pro on 14.03.2015 - how can I open and run it on my MAC PRO?

    How can I open the program and run it on my MAC PRO?

    There is an Acrobat 11 icon on the desktop when opened has the Acrobat XI Pro Installer.
    I followed the instructions on screen and checked "Use trial or subscription".
    The program installs but then I can't find where to open and run it.
    Please help.

  • Voodoo 5, open gl, mesa and the universe

    hi!
    i wonder if it is normal to have 6 (!!!) till 30+ fps in unreal tournament using my voodoo 5 5500.
    i tried another version of Opengldrv.so (or somewthing like that)  but the same there.
    also i wonder why glxinfo says that i am running a voodoo 4... strange
    another thing is, i followed some instruction to compile glide3 from cvs for voodoo5 but this does not work, some errors i could not remember.
    i also do not understand how "tdfx" "glideX" and "mesa" interact ? thought i only need one driver , like "nvidia" . i also downloaded tdfx dri module installer.....
    is voodoo 5 so bad supported in linux or must there be an eror in my configuration
    btw: i am usng arch stock kernel and nearly not customized self compiled 2.6.9 kernel
    greetings matto
    /edit
    ok i think i know now how it goes..... dri uses mesa, which uses glide itself, to get open gl up and running...
    i have a voodoo 5 5500 and if i run the following my system freezes:
    [matto@hANsA ~]$ export SSTH3_SLI_AA_CONFIGURATION=1
    and afterwards an open gl app like glxgears. if  i set it to 0 or 2 nothing happens!!! 1 und 3 system crashes!!!
    mesadoc: README.3dfx
    SSTH3_SLI_AA_CONFIGURATION
            OS: all
            HW: VSA100-based cards
            Desc: SLI/AA setup
            Note: (*) (!) works only at Glide-level?
            Value:
                1, 2, 4 chip cards
                    "0" - SLI & AA disable
                    "1" - SLI disabled, 2 sample AA enabled
                2, 4 chip cards
                    "2" - 2-way SLI enabled, AA disabled
                    "3" - 2-way SLI enabled, 2 sample AA enabled
                    "4" - SLI disabled, 4 sample AA enabled
                4 chip cards
                    "5" - 4-way SLI enabled, AA disabled
                    "6" - 4-way SLI enabled, 2 sample AA enabled
                    "7" - 2-way SLI enabled, 4 sample AA enabled
                    "8" - SLI disabled, 8 sample AA enabled
    strange ... also glxinfo says that:
    [matto@hANsA ~]$ glxinfo
    name of display: :0.0
    libGL warning: 3D driver claims to not support visual 0x25
    libGL warning: 3D driver claims to not support visual 0x26
    libGL warning: 3D driver claims to not support visual 0x29
    libGL warning: 3D driver claims to not support visual 0x2a
    libGL warning: 3D driver claims to not support visual 0x2d
    libGL warning: 3D driver claims to not support visual 0x2e
    libGL warning: 3D driver claims to not support visual 0x31
    libGL warning: 3D driver claims to not support visual 0x32
    libGL warning: 3D driver claims to not support visual 0x35
    libGL warning: 3D driver claims to not support visual 0x36
    libGL warning: 3D driver claims to not support visual 0x39
    libGL warning: 3D driver claims to not support visual 0x3a
    libGL warning: 3D driver claims to not support visual 0x3d
    libGL warning: 3D driver claims to not support visual 0x3e
    libGL warning: 3D driver claims to not support visual 0x41
    libGL warning: 3D driver claims to not support visual 0x42
    display: :0  screen: 0
    direct rendering: Yes
    server glx vendor string: SGI
    server glx version string: 1.2
    server glx extensions:
        GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
        GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read,
        GLX_SGIS_multisample, GLX_SGIX_fbconfig
    client glx vendor string: SGI
    client glx version string: 1.4
    client glx extensions:
        GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
        GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
        GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
        GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control,
        GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
        GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group
    GLX extensions:
        GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
        GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIS_multisample
    OpenGL vendor string: VA Linux Systems, Inc.
    OpenGL renderer string: Mesa DRI 20040719 Voodoo4 x86/MMX/3DNow!
    OpenGL version string: 1.2 Mesa 6.3
    OpenGL extensions:
        GL_ARB_multitexture, GL_ARB_texture_compression, GL_ARB_texture_env_add,
        GL_ARB_texture_env_combine, GL_ARB_texture_mirrored_repeat,
        GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object, GL_ARB_window_pos,
        GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_equation_separate,
        GL_EXT_blend_func_separate, GL_EXT_blend_subtract,
        GL_EXT_clip_volume_hint, GL_EXT_compiled_vertex_array,
        GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord,
        GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels, GL_EXT_paletted_texture,
        GL_EXT_polygon_offset, GL_EXT_rescale_normal,
        GL_EXT_separate_specular_color, GL_EXT_shared_texture_palette,
        GL_EXT_stencil_wrap, GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D,
        GL_EXT_texture_compression_s3tc, GL_EXT_texture_edge_clamp,
        GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
        GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_vertex_array,
        GL_3DFX_texture_compression_FXT1, GL_APPLE_packed_pixels,
        GL_ATI_blend_equation_separate, GL_HP_occlusion_test,
        GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip,
        GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate,
        GL_MESA_window_pos, GL_NV_blend_square, GL_NV_light_max_exponent,
        GL_NV_texgen_reflection, GL_OES_read_format, GL_SGIS_texture_edge_clamp,
        GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays, GL_S3_s3tc
    glu version: 1.3
    glu extensions:
        GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess
       visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
    id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
    0x23 16 tc  0 16  0 r  .  .  5  6  5  0  0  0  0  0  0  0  0  0 0 None
    0x24 16 tc  0 16  0 r  .  .  5  6  5  0  0  0  8  0  0  0  0  0 0 Slow
    0x25 16 tc  0 16  0 r  .  .  5  6  5  0  0  0  0 16 16 16  0  0 0 Slow
    0x26 16 tc  0 16  0 r  .  .  5  6  5  0  0  0  8 16 16 16  0  0 0 Slow
    0x27 16 tc  0 16  0 r  .  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
    0x28 16 tc  0 16  0 r  .  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow
    0x29 16 tc  0 16  0 r  .  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
    0x2a 16 tc  0 16  0 r  .  .  5  6  5  0  0 16  8 16 16 16  0  0 0 Slow
    0x2b 16 tc  0 16  0 r  y  .  5  6  5  0  0  0  0  0  0  0  0  0 0 None
    0x2c 16 tc  0 16  0 r  y  .  5  6  5  0  0  0  8  0  0  0  0  0 0 Slow
    0x2d 16 tc  0 16  0 r  y  .  5  6  5  0  0  0  0 16 16 16  0  0 0 Slow
    0x2e 16 tc  0 16  0 r  y  .  5  6  5  0  0  0  8 16 16 16  0  0 0 Slow
    0x2f 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
    0x30 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow
    0x31 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
    0x32 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  8 16 16 16  0  0 0 Slow
    0x33 16 dc  0 16  0 r  .  .  5  6  5  0  0  0  0  0  0  0  0  0 0 None
    0x34 16 dc  0 16  0 r  .  .  5  6  5  0  0  0  8  0  0  0  0  0 0 Slow
    0x35 16 dc  0 16  0 r  .  .  5  6  5  0  0  0  0 16 16 16  0  0 0 Slow
    0x36 16 dc  0 16  0 r  .  .  5  6  5  0  0  0  8 16 16 16  0  0 0 Slow
    0x37 16 dc  0 16  0 r  .  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
    0x38 16 dc  0 16  0 r  .  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow
    0x39 16 dc  0 16  0 r  .  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
    0x3a 16 dc  0 16  0 r  .  .  5  6  5  0  0 16  8 16 16 16  0  0 0 Slow
    0x3b 16 dc  0 16  0 r  y  .  5  6  5  0  0  0  0  0  0  0  0  0 0 None
    0x3c 16 dc  0 16  0 r  y  .  5  6  5  0  0  0  8  0  0  0  0  0 0 Slow
    0x3d 16 dc  0 16  0 r  y  .  5  6  5  0  0  0  0 16 16 16  0  0 0 Slow
    0x3e 16 dc  0 16  0 r  y  .  5  6  5  0  0  0  8 16 16 16  0  0 0 Slow
    0x3f 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
    0x40 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow
    0x41 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
    0x42 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  8 16 16 16  0  0 0 Slow
    i installed dri drivers from their ftpserver(snapshot) mesa is the arch-release, which should be ok (?) und glide is from sf.net release because i didn´t the cvd source code compiled.....
    questions are:
    is my system correct installed?
    why does nothing happen/systemcrashes when setting env. variables?
    is voodoo5 so amazing slow in linux?
    greetings matto

    why no people answer me one ?
    :(

  • HT1529 Upon startup my iMac has a popup that says: "talagent wants to use the local items keychain."  New to me--can't get anywhere.  How do I get out of this and get things up and running again?

    Upon startup my iMac (OSX Mavericks) has a popup (that I can't get rid of!) that says: "talagent wants to use the local items keychain."  I never set this up, don't want it, and want my iMac to start up with my desktop in place and ready to work.  I'd appreciate some help please.  How do I get rid of this?  Thanks.
    Larry

    I found this and it fixed my issue..
    I was suffering with this same problem, I followed these steps and everything returned to normality:
    1.- I opened KeyChain app and run the FirstAid (from the KeyChain app Menu)with my user Password (this do work) because the problem is not with your password. If there is any trouble with your keychain file this will fix it.
    2.- Opened Disk Aid and run Fix Persmissions just in case there was left some wrong file permissions during the upgrade.
    3.- Went back to the Key Chain App and Locked and Unlocked the Keychain using the Lock in the top left corner of the app. When asked for my password I simply typed my User password.
    After this everything worked fine. These are the steps that I followed but I really think that #3 did the trick here. You could try to do only #3 directly and it might fix your problem, but fixing the Keychain and fixing OS permissions is never a bad Idea.
    Good Luck friends.

  • Batch to open xp mode then run a program inside xp mode

    I have a batch file that has to be ran in xp  mode and I need a batch file that will open the xp and run the batch file that is on the desktop. My boss insists that it be as easy as one click from windows 7 desktop.

    Hi,
    Inside xp mode, create a shortcut to your app, under, %allusersprofile%\start menu. A few seconds later, the app short cut gets published on the win7 start menu under Windows Virtual pC"->"windows xp mode applications"
    For more information, please read this familiar thread:
    https://social.technet.microsoft.com/Forums/windows/en-US/274beeeb-85bb-4741-b251-9e9588a26698/create-shortcut-to-xp-mode-app-from-win7-host
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Opening file to automatica​lly open and run program with input file

    My program has the ability to save and open a text file with a custom extension.  How do I make the system in which the program is being installed to recognize this file to open the program, AND how to I gather the input file in my program and load it.
    Thanks
    Solved!
    Go to Solution.

    Ok I have found on a different thread how to setup/register the file path association in the classes root.  What I don't understand is how my program will know what the input file is.  For example, the reg setting is C:/.../MyProgram.exe %1
    When my program loads, is the %1 in the argc/argv part of the main thread? And if so, how do I debug/test this?
    Thanks

  • How can i open front panel of a vi and run it

    Hi
    I have a vi that i call multiple times from another vi, however i want it to open the front panel on some calls and not on others.  What is the best way to do this?
    I have come up with a way and was wondering if this method was okay or is there another method that might work better escepcially since i am eventually going to create an application out of it and hope that no problems pop up then
    Unititled 1 calls Untitled 2 where with one call it opens and runs Untitled 2 while with the other call it simply runs untitled 2.vi
    What I did was i changed untitled 2.vi window appearance to dialog but i deselected the show front panel when called, so by simply calling the subvi form untitled 1 it works.  Unititled 2 runs but does not open
    Now with another call i want to open and run untitled 2.vi so by looking the attached vi you can see what i have done
    Again if there is a better method that would make my vi's more efficient i would greatly appreciate it.
    Reza Sed
    Attachments:
    Untitled 1.vi ‏24 KB
    Untitled 2.vi ‏10 KB

    What you did, in theory, is the correct way to do it.  However, you should move the front panel open and close into Untitled2.vi and have a boolean input as to whether to show the front panel or not.  This way, your calling code is cleaner, and you don't have to reproduce the code everytime you want to call the subVI and show the panel.
    If you were to use Untitled2 in another project, then you woud have to go back and look how to implement the showing of the front panel in your other code.  If later, you were to decide you want that VI to be maximized, then you make one change in the VI, and not in every place you ever call it showing the front panel.

Maybe you are looking for

  • Oracle VM for EBS 12.1.3

    Quick question I think. When I tried configuring my EBS 12.1.3 DB and APPS servers I followed the README files included in the respective folders but I think I may have misconfigured them now that I look at the "Oracle VM Templates for E-Business Sui

  • Field name referenced by field symbol

    Hi, I would like to get the field name referenced by a field symbol at rutime. In the code below, besides the type and length of the field, I also would like to get the field names 'AA', 'BB' and 'CC' . Can you please tell me how I can get this infor

  • I would like to unlock my iphone 4s that i recently got from you

    i would like to unlock my iphone 4s that i recently got from you?

  • Having problem with wi-fi printing

    I had a Macbook Pro running 10.6.8, a Time Capsule (TC), and an HP 6980 printer connected via the TC so I could print wirelessly from the laptop. In June, I replaced the Macbook Pro with a newer Macbook Pro running Mavericks (10.9.2).  I was still ab

  • Eject icon shows up for partition I never want to umount

    I've added x-gvfs-show to the fstab entry of my permanently mounted data partition so it shows up in the file manager and in save/open dialogs. It shows up just fine, except gnome thinks its a removeable drive so I see the eject icon next to it in na