Globally add application

I want to globally add an application to all my user's applications menu...Is there a file/command to edit/run that I can do this?

You can do it using File Browser:
1) log in to JDS as root
2) open File Browser and type applications-all-users:/// in Location bar
3) after you hit Enter, File Browser will take you to the folder where the global menu is defined - you can start creating folders and launchers
Regards,
Maciej

Similar Messages

  • How to add applications of Agent-managed-Device

    Hello,
    we just can´t get the Application-Monitoring get to work. We followed dozens of guides and read hundreds of forum-posts about it but nobody seems to have our problem.
    So here´s the thing:
    We downloaded/installed the "Application Monitoring" MP.
    Klicking on the "Applications" view in this MP, there is no data shown.
    We sure know that you first HAVE TO add Applications, but
    HOW?
    There is no option in Authoring or Administration.
    You can´t even select which devices OM should scan for Applications.
    Before I forget: We do NOT want to monitor local processes.
    First, we got that to work and second, it´s pointless anyway(you can see with your bare eyes if a process is running or not...)
    Thanks in advance for your help guys! We are really lost here.
    P.S. We´re from Germany, so please excuse spelling-mistakes etc.

    Hi,
    What sort of monitoring do you want for your application?
    APM integrated to SCOM 2012 is only for managed applications (.NET and Java), and it also suits well (and actually is intended for this purpose) for your custom apps monitoring, not only for Microsoft apps as you wrote. But these should be .NET/Java-stack
    based apps.
    Except of APM SCOM provides more other monitoring capabilities, some of which could be used to monitor third-party unmanaged apps:
    - Web Application Availability Monitoring
    http://technet.microsoft.com/en-us/library/hh881883.aspx
    - Web Application Transaction Monitoring
    http://technet.microsoft.com/en-us/library/hh457553.aspx
    - GSM Monitoring
    http://blogs.technet.com/b/momteam/archive/2012/06/19/global-service-monitor-for-system-center-2012-observing-application-availability-from-an-outside-in-perspective.aspx
    - Windows Service Monitoring
    http://technet.microsoft.com/en-us/library/hh457595.aspx
    - Process Monitoring
    http://technet.microsoft.com/en-us/library/hh457551.aspx
    - Monitoring capabilities provided by specific MPs (for example, SharePoint 2010 MP, BizTalk MP, etc)
    http://unofficialsystemcentercatalog.wordpress.com/2012/12/27/operations-manager-is-there-a-management-pack-for/
    - etc
    As you see SCOM brings much, but APM, the current forum branch is dedicated to, is only for managed code apps, because it works as profiling wrapping the calls of your application. The profiling is not applicable to unmanaged (for example, plain C++)
    code.
    Igor Savchenko, VIAcode Consulting LLC (http://www.viacode.com/)

  • Error-page tag not valid in global-web-application.xml ?

    Hi!
    From what I understand about the global-web-application.xml file in Oracle's documentation, the content of the web-app tag should be inherited to all web application as a web.xml content.
    One of the web.xml tags is error-page, which contains the page url for the standard return codes (404, 500, and so on).
    If I put the error-page on the web.xml inside a web application, it works as expected.
    But if I don't put this tag inside the web applicaction, but in the global-web-applicacion.xml (web-app) tag, it doesn't work.
    We are testing the 404 error page, but I don't know if it is because the application server can't find the error page or because the global-web-application.xml isn't being inherited correctly.
    Where is this file supposed to be looked for? Or the only way to do this is by writing the configuration on all web applications?
    We are using 9.0.3
    Franco Catrin L.
    TUXPAN

    Just refreshing... Does anyone have any idea?
    Daniel.

  • How to add application to sidebar in lion?

    sounds like a stupid question.
    used to could add applications to sidebar, now if i try drag and drop apps or app alias into sidebar, it won't expand betwwen icons and allow room. just wants to add (move) it into the default folders.
    adding personal folders still works, just not apps.
    what gives?
    curious too, how can i add a space bar between groupings of like folders on sidebar?

  • Using Composite Application Framework to deliver global HR applications

    Hello,
    I'm new to Composite applications but have experience with Web development and Web services.
    Our business case is the following:
    - Working on HR applications
    - The customer is a group made of 3 companies.
    - We have 2 separate back-end system, one global for the group and one dedicated the company
    - Some HR business processes need to be performed on both the global and the company system.  Exemple: Hire of an employee.  Depending on the company the employee will work for, some data needs to be created on the company system and on the global system
    I believe this can be achieved with Composite Application Framework.  I guess, front-end application has to be build (using Composite Designer?).  What I don't know is what type of technology is used to build the front-end application?
    Finally, the idea behind this is to replace the current solution: multiple interfaces between the group system and the company system.
    Thanks for your feedback, any suggestion or tip would be most than welcome!
    Laurent

    While I was searching the web for some answers, I found out you can create web based composite applications using web dynpros for Java.
    Is it possible to do so with web dynpro for ABAP?  I guess we can build an abap web dynpro application that connects to different web services from different back-ends to retrieve and update data.  Can anyone confirm this?
    Thanks,
    Laurent

  • How do I add applications to the startup items?

    I see a folder under system:startupitems, but I cannot modify it.

    To run an application automatically at startup use Login Items of Accounts preferences. StartupItems folders are for special types of items. Not used for what you want.
    Open Accounts preferences, click on the Login Items tab. Click the [+] button to add an item. A file Open dialog will appear. Locate the app you wish to add and click on the Open button.

  • AUR - add application.desktop

    Hello Folks,
    There's an program (OpenSCAD) in the AUR which does not provide any .desktop file to add the program to the start menu or however you call that thing.
    Now I tried to do that myself so I can submit a patch. Therefore, I took a look to another program (slic3r) from the AUR which does have a working .desktop file.
    First, the "working" program, slic3r:
    PKGBUILD:
    pkgname=slic3r-git
    pkgver=20120901
    pkgrel=1
    pkgdesc="Slic3r is an STL-to-GCODE translator for RepRap 3D printers, aiming to be a modern and fast alternative to Skeinforge."
    arch=('any')
    url="http://slic3r.org/"
    license=('GPL')
    depends=('perl' 'perl-moo' 'perl-moo' 'perl-boost-geometry-utils' 'perl-math-clipper' 'perl-math-convexhull' 'perl-math-geometry-voronoi' 'perl-math-planepath')
    makedepends=('git')
    optdepends=('perl-wx: GUI support'
    'perl-growl-gntp: notifications support via growl'
    'perl-net-dbus: notifications support via any dbus-based notifier'
    'perl-xml-sax: Additive Manufacturing File Format (AMF) support')
    provides=('slic3r')
    conflicts=('slic3r')
    source=('slic3r.desktop')
    md5sums=('c997a07f658061d29b221cf7fd07ff97')
    _gitroot="git://github.com/alexrj/Slic3r"
    _gitname="Slic3r"
    build() {
    cd "$srcdir"
    msg "Connecting to GIT server...."
    if [ -d $_gitname ] ; then
    cd $_gitname && git pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot $_gitname
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    rm -rf "$srcdir/$_gitname-build"
    git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
    cd "$srcdir/$_gitname-build"
    # ENV for perl
    export PERL_MM_USE_DEFAULT=0 PERL_AUTOINSTALL="--skipdeps" \
    PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
    PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
    MODULEBUILDRC=/dev/null SLIC3R_NO_AUTO=1
    # Nasty fix for useless Growl dependency ... please post in comment real fix, if u know one ;)
    # sed -i "s/ 'Growl/\#&/" Build.PL
    msg " ⚠ DO NOT respond to any question with 'yes'. Report a bug in comment instead.\n"
    # Cuz cpan will install fixes to $HOME ... which is not the point of this package
    # Build stage
    { /usr/bin/perl Build.PL &&
    ./Build &&
    ./Build test &&
    ./Build install; } || return 1
    # Icons " current Build.PL is not really geared for installation "
    install -d $pkgdir/usr/bin/vendor_perl/var
    install -m 644 $srcdir/$_gitname-build/var/* $pkgdir/usr/bin/vendor_perl/var/
    install -d $pkgdir/usr/share/applications
    install -m 644 $srcdir/slic3r.desktop $pkgdir/usr/share/applications/
    .desktop:
    [Desktop Entry]
    Name=Slic3r
    Comment=STL-to-GCODE translator for RepRap printers
    Exec=slic3r.pl --gui
    Icon=/usr/bin/vendor_perl/var/Slic3r_128px.png
    Terminal=0
    Type=Application
    Encoding=UTF-8
    Categories=Development;Application;
    Now here's what I tried with OpenSCAD:
    PKGBUILD
    # Maintainer: Pierre DOUCET <pierre at equinoxefr.org>
    pkgname=openscad
    pkgver=2011.12
    pkgrel=1
    pkgdesc="OpenSCAD is a software for creating solid 3D CAD objects."
    arch=('i686' 'x86_64')
    license=('GPLv2')
    url="http://openscad.org/"
    source=("https://github.com/downloads/openscad/openscad/${pkgname}-${pkgver}.src.tar.gz" "openscad.desktop")
    md5sums=('4acd522ccdf368c081e916bd280df260' 'b1e704b3d37f83c293598fcfd5dcd8cc')
    depends=('qt' 'cgal' 'eigen' 'opencsg' 'bison' 'flex' 'gcc')
    build() {
    cd ${srcdir}/${pkgname}-${pkgver}
    qmake || return 1
    make || return 1
    install -D openscad $pkgdir/usr/bin/openscad
    install -m 644 $srcdir/openscad.desktop $pkgdir/usr/share/applications/
    .desktop
    [Desktop Entry]
    Name=OpenSCAD
    Comment=software for creating solid 3D CAD objects
    Exec=openscad
    #Icon=/usr/bin/vendor_perl/var/Slic3r_128px.png
    Terminal=0
    Type=Application
    Encoding=UTF-8
    Categories=Graphics;Application;
    Here's the output from makepkg -si
    ==> Making package: openscad 2011.12-1 (Wed Sep 19 10:39:54 CEST 2012)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Found openscad-2011.12.src.tar.gz
    -> Found openscad.desktop
    ==> Validating source files with md5sums...
    openscad-2011.12.src.tar.gz ... Passed
    openscad.desktop ... Passed
    ==> Extracting Sources...
    -> Extracting openscad-2011.12.src.tar.gz with bsdtar
    ==> Removing existing pkg/ directory...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    make: Nothing to be done for `first'.
    install: target ‘/home/tectu/build/openscad/pkg/usr/share/applications/’ is not a directory: No such file or directory
    ==> ERROR: A failure occurred in build().
    Aborting...
    Can anybody tell me what I am doing wrong?
    ~ Tectu

    Your install command is failing - the error message tells you exactly what's wrong, and the solution is in the slic3r PKGBUILD that you used for inspiration.
    I would, however, suggest a thorough examination of the install man page, as there is a better way to do it.

  • Add Applications for New User to Dock

    Hi,
    I'm running a Server through a local account on an Imac controlling 10 Imacs and 12 Emacs for a Music dep. I recently set up some more Emacs running 10.4.11 for a different department. They're all networked fine and I've allowed access to applications for users through Legacy.
    I can't figure out how to add an application or a folder onto the dock for a user where the application exists on the Emac but not on the Imac. The only applications or folders I can access are those available to the local user on the Imac. It's not an option to install the application onto the Imac
    Any help much appreciated,
    Muppetto

    So when the "Art GCSE" Open Directory user logs in, you want the "~/Documents/Art GCSE" folder to show up in the dock? If so...
    Log into the "Art GCSE" user on a client machine that has Workgroup Manager installed on it. When logged in as that user, open WGM (and authenticate to WGM as diradmin, not as that user). Select the user from the users list, go to Preferences > Dock > Dock Items. Select "Always" and choose the items you would like to always appear in the dock for that user. Under the "Documents and Folders" area, choose the "Art GCSE" folder.
    Try this out and post back with any questions!

  • IPhone SDK - How to add application files and folders to Xcode?

    I want to package a folder with data specific to my app. The data is just a bunch of binary files in proprietary format.
    These files should be installed under /Documents folder of the application. The files themselves will be in a folder called say Data. So when i run the app from Xcode i want it to copy the files to
    /Documents/Data folder under the bundlePath.
    There could be a file called data.dat under the Data folder.
    So in my application i want to be able to use the NSFileHandle interface or the standard C fopen() function to access the file /Documents/Data/data.dat .
    How can i do this using Xcode? Is there a tool one needs to use to create an install package?
    Any help would be greatly appreciated.
    -TRS

    If you look at the SQLiteBooks example, it shows and example of installing some extra data (books.sql) into the documents folder. Look at the function createEditableCopyOfDatabaseIfNeeded in AppDelegate.m
    You should also add in the starting/static data files in the build process in XCode - you can probably add to, or create another build step that will copy the files from your host machine into the app bundle.

  • Add Applications to Desktop Dock

    I have set up additional accounts for our kids on my MacBook Pro.  When logging onto their accounts the dock at bottom of desktop screen only shows Finder, Application Folder, Docs Folder, Shared Folder & Trash.  When I try to drag an application icon to the left side of the doc for shortcut clicking, it will add it to the left but then remove it when I close the application.  How can I get selected application icons to stay over on the left side so they are easily there when my kids logon to their accounts?

    I just tried that and it stays in the Dock (left side) while app is open but when I log out and log back in the icon is no longer in the Dock (left side).  I have to go back through the app folder and re-open it.  On my main (admin) account login the icons stay in the left side regardless of whether it's open or not.  This is what I'm trying to accomplish for kids' desktop so that they don't have to go searching for appropriate apps.

  • How do I add applications when they are denied?

    Every time I go to open an e-mail, I get a message stating "Your browser must have Flash 9.0 or higher installed to add this application." However, I cannot download this application. At times, I get other messages stating that I need to tell my browser to allow access (such as to att.net), but I don't know how to do this. Any help is appreciated.

    1.Download the Flash setup file from here: <br />
    [http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player.exe Adobe Flash - Plugin version]. <br />
    Save it to your Desktop.<br />
    2. Close Firefox using File > Exit <br />
    then check the Task Manager > Processes tab to make sure '''firefox.exe''' is closed, <br />
    {XP: Ctrl+Alt+Del = Processes tab}
    3. Then run the Flash setup file from your Desktop.

  • Add application into oracle EBS R12

    Hi ,
    I have a requirement which tells to add my own application (which was developed already) into oracle EBS R12. I have no idea with OA Framework.
    Need to show up a link in Oracle EBS , clicking a link should run my application.
    Currently application is running under tomcat server.
    Please help,
    Thanks in advance,
    Nithya

    The original poster is asking a bigger question about integrating another application into EBS, which is a long road...
    But, the basics of adding a new custom top to R12 are spelled out in m/l note 270519.1

  • I cant add application or custom interaction with button panel?

    application interaction and custom interaction doesnt appear :s  what will i do???

    You can add interactions using the Interactions panel -- visible to the right in your screenshot, just above the Properties panel.
    If that doesn't answer your question, please reply back with more details about what you're trying to do.  What do you mean by "custom interaction"?
    - Peter

  • FDM Add Application Error

    Hi,
    I have installed and confgired the FDM Server. (Busy following the FDM OBE document).
    When I try to create an application it asks for a "Path" under the General tab. I point to the local installation of FDM which is "D:\Hyperion\products\FinancialDataQuality" but I get the = Error: The Data path is invalid.
    Any ideas would be welcomed.
    G

    Hi,
    Found the answer. I should have said "New" application and now chosen "Add"
    Thanks you
    G

  • Add application to "My Own" folder

    Hey Peeps,
    I've just bought a new microSD card and the previous card had a few applications in the "my own" folder. One is a *.swf file and i would like to add them back into that folder so i can run them from this folder.
    This is using a Nokia 5500 Sport phone
    Any ideas?
    Regards
    AdamMessage Edited by viperpurple on 15-May-200711:42 PM

    Try the File Manager in PC Suite or any card reader that supports micro-sd's.
    All those who believe in psychokinesis raise my hand.

Maybe you are looking for

  • Randomly hang in Crystal Reports for Visual Studio 2005

    after a certain number of prints  (PrintMyDoc) the application hangs on the line of code shown below the void is PrintMyDoc private ConnectionInfo CreateConnectionInfo(string User, string Password, string Server, string Database)             Connecti

  • Completely Frozen iTouch after 3.1.2 Upgrade

    Yeah, I'm not too happy about this. Besides the fact that it wiped everything clean off my iTouch in order to upgrade, it's now frozen. All the screen simply shows is the Apple Symbol and then a loading bar underneath, which is frozen as well. When c

  • Texas Hold'em bug : last 2 tables crash and take your money

    I just encountered a pretty nasty bug with with the Hold'em game. After accumulating around 300k I went to try my luck at the 50k table. The game took me back to the menu of the Hold'em game. I tried again, same thing. I decided to try the last table

  • Other servers vs. .Mac

    Like so many so many others in here I'm in the throes of slow page loading by my friends using PC's (and customers). I'm curious if those of you who have mastered uploading your sites to other servers have faster-loading pages...and is that, perhaps,

  • I want to email some photos, after i click send, a warning window opens with no text. help?

    i want to email some photos, after i click send, a warning window opens with no text. help?