[REQUEST] mesa-apps package description

I think mesa-apps description must contain words glxinfo and glxgears, so people can easily find these useful apps

+1
Even if 3D isn't working for me atm -> see this post
Cheerio Sigi

Similar Messages

  • How to send a packaging request with a multiline description

    If I try to send a package request with this metadata description:
    <dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">First Line
    Second Line</dc:description>
    Notice there is a carriage return between "First Line" and "Second Line".
    Then, the server will return a E_ADEPT_DISTRIBUTOR_AUTH error.
    If I remove the carriage return the packaging is done well.
    I would like to know how to send the multiline description or if it is not posible.
    Thanks in advance.

    Hi,
    It's not the faxformat in ITCPO.
    What I figured out by comparing my program with another program (printout of balance sheets) is that this other program is able to fax or to print but not at the same execution. When you execute the balance sheet program in order to fax, the sapscript formular is created with the printer POSTSCPT (driver: POST) and code page 1117. When you execute it for printouts another printer can be choosen and the code page is 1110.
    Could this be the problem of not beeing able to fax an existing spool (sapscript) request? Or is there a way to convert the OTFDATA from code page 1110 to 1117?
    Cheers,
    Thomas

  • WP8.1 Universal : Error Image does not have a candidate in main app package while creating a package

    Hi everyone : 
    I just finished an universal app was gonna publish it on the store, on windows 8.1 no problem
    On Windows Phone 8.1 I got error when creating the app package for every images I declared in the app manifest
     "App manifest references the image 'Assets\Tiles\StoreLogo.png' which does not have a candidate in main app package"
    Here is a par of my manifest with my assets
    <m3:VisualElements DisplayName="Spirit Of Metal" Square150x150Logo="Assets\Tiles\Square150x150Logo.png" Square44x44Logo="Assets\Tiles\Square44x44Logo.png" Description="SoM.WindowsPhone" ForegroundText="light" BackgroundColor="transparent">
    <m3:LockScreen Notification="badgeAndTileText" BadgeLogo="Assets\BadgeLogos\BadgeLogo.png" />
    <m3:DefaultTile Square71x71Logo="Assets\Tiles\Square71x71Logo.png" Wide310x150Logo="Assets\Tiles\Wide310x150Logo.png" DefaultSize="square150x150Logo">
    <m3:ShowNameOnTiles>
    <m3:ShowOn Tile="square150x150Logo" />
    <m3:ShowOn Tile="wide310x150Logo" />
    </m3:ShowNameOnTiles>
    </m3:DefaultTile>
    <m3:ApplicationView MinWidth="width320" />
    <!--Used in XAML Designer. DO NOT REMOVE-->
    <m3:InitialRotationPreference>
    <m3:Rotation Preference="portrait" />
    </m3:InitialRotationPreference>
    </m3:VisualElements>
    I made clean, delete tempory files, restart visual studio, delete and add the picture again, open the
    manifest file to check manualy the path (it is correct with backslash)... without result.
    Finaly I found a fix :  generate app bundle at never, as my app has no specific
    assets in other language I don't understand why. 
    Is this a bug (and I would like to report it) or is there a reason to this exception ? 
    Regards

    I cannot reproduce this.  Can you create a very simple repro of this issue and post to OneDrive?
    Jeff Sanders (MSFT)
    @jsandersrocks - Windows Store Developer Solutions
    @WSDevSol
    Getting Started With Windows Azure Mobile Services development?
    Click here
    Getting Started With Windows Phone or Store app development?
    Click here
    My Team Blog: Windows Store & Phone Developer Solutions
    My Blog: Http Client Protocol Issues (and other fun stuff I support)

  • Issue while running a custom package:ORA-20100: File o2670336.tmp creation for FND_FILE failed.You will find more information on the cause of the error in request log. in Package PA_OPPORTUNITY_MGT_PVT Procedure modify_project_attributes ORA-20100: File o

    Hi Guys,
    We have created a custom package where in we are trying to call the standard API's of Oracle projects i.e PA_PROJECT_PUB.When we are trying to call these APIs we are facing the below issue.
    We have tried testing in two instances ,Initially it worked in both instances.
    Using the same API's multiple times we tested the same data set in these instances.
    For the first few runs it works fine.But when we go on using the same API's again and again for our testing we face now and then the below issue.
    Standard API's
    =========
    add_task
    update_project
    change_structure_status
    create_draft_plan
    Error:
    ORA-20100: File o2670336.tmp creation for FND_FILE failed.You will find more information on the cause of the error in request log. in Package PA_OPPORTUNITY_MGT_PVT Procedure modify_project_attributes ORA-20100: File o2670336.tmp creation for FND_FILE failed.
    You will find more information on the cause of the error in request log. in Package PA_PROJECT_PUB Procedure update_project:ORA-0000: normal, successful completionError while publishing the task
    Please let us know if anyone of has come across the same situation.
    Regards,
    Vijay

    But have issue only with validating invoice batch. I followed metalink ID's 605542.1, 167990.1,261693.1,1088553.1,749491.1, 461271.1 and few more.Was this working before? If yes, any changes have been done recently?
    Please see if these docs help.
    APXAPRVL: Invoice Validation Errors With MSG-00001 and REP-1419 [ID 333305.1]
    Invoice Validation Errors When Others:101505:Non-Oracle Exception Rep-1419 [ID 464125.1]
    Invoice Validation Fails with REP-1419 Error in Ap_approval_matched_pkg.Execute_matched_checks [ID 293425.1]
    Invoice Validation Failing On Fnd_file Could Not Write To File L0202306.Tmp [ID 461520.1]
    Invoice Validation (APPRVL) Errors ORA-20001 APP-SQLAP-10000 PSA_FUNDS_CONTROL_PKG.glxfck [ID 463184.1]
    Validate Invoice Error With ORA-20001: APP-SQLAP-10000: AP_FUNDS_CONTROL_PKG.Calc_QV [ID 432702.1]
    Invoice Validation Program Is Erroring Out [ID 382844.1]
    Error On Validation Of Invoices From Previous Periods [ID 412814.1]
    Thanks,
    Hussein

  • Exception handling in App. package PeopleCode

    Hi,
    I am accessing a table that is on remote database using DBLink for an update/insert operation using SQLExec. I am trying to implement exception handling to account for the scenario where the remote database is offline so that transaction can continue. However when I use the try-catch block in the app. package PeopleCode somehow the processing does not seem to move forward from the error. The App. pacakage code is triggered by the handler of the service operation. The goal is to simply skip the SQLExec if the table is not available. I am not sure if there is any limitation to the fatal SQL errors which the try-catch can handle.
    As expected i get below error when running select on a view which has remote table in the SQL developer as remote database is down.
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    Has anyone enconutered similar issue with exception handling and best way to move forward in this scenario.
    Any response is much appreciated.
    Thanks,
    Gireesh

    I did this with PL/SQL once. Basically, you want to know if the remote database is available before you execute SQL against it. Here is my function. You can then SQLExec something like select 'x' from dual where my_package.link_available('the_link_name') = 1. If you get a result, then the db link is active. If you don't, it is not active.
    FUNCTION LINK_AVAILABLE(pv_name VARCHAR2)
      RETURN NUMBER AS
            lv_result PLS_INTEGER;
            lv_name   VARCHAR2(128);
        BEGIN
            lv_name := UPPER(pv_name);
            -- parameter check to avoid SQL injection with dynamic SQL below
            -- if the following selects no rows, it will fall through to exception
            -- and return 0;
            SELECT 1
              INTO lv_result
              FROM ALL_DB_LINKS
             WHERE DB_LINK = lv_name;
            -- if we made it this far, then the parameter was a valid db link name
            -- execute SQL to test
            EXECUTE IMMEDIATE 'SELECT 1 FROM PS_INSTALLATION@' || lv_name INTO lv_result;
            RETURN lv_result;
        EXCEPTION
            WHEN OTHERS THEN
                RETURN 0;
      END LINK_AVAILABLE;

  • Captivate 7 App packager Browser does not support some of the content message

    Hi
    I have succesfully creating a training app using the app packager for IOS (and to a certain extent android), however when you start the app a message starts up saying :"This browser does not support some of the content in the file you are trying to view.  Use IE 9 or later, Safari 5.1 or later etc. "  The interesting thing is that I am using the latest versions of both safari and chrome?
    I checked out the javascript and and althouth there is an "if then" test, clearly it is not testing correctly.  Has someone got a fix for this e.g. modifications to the code to make it work?
    Regards
    Mark

    Hi Phani
    Attached please find the ini file as requested.
    I look forward to your response.
    Kind regards
    Mark
    Geometric Progression
    Cutting thru complexity
    Tel:   (+2721) 794 8332 or (0861) 000-615
    Fax:   (+27 11) 252 8089 
    Website:  <http://www.gpifm.com/> http://www.gpifm.com
    Authorised FSP (Licence No: 43224)
    Bankseta accredited (No:557066)
    BOTA accredited
    <http://lnkd.in/sybY4S> linkedin3

  • How can I make Adobe Captivate 7 App Packager use 3.3.0 version of PhoneBuild?

    How can I make Adobe Captivate 7 App Packager use 3.3.0 version of PhoneBuild rather than the 2.5.0 version?  I tried following the instructions to upgrade PhoneBuild to version 3.3.0 - seemed to work, but Captivate is still outputting using 2.5.

    I tried that recently but could not find a way out.
    However, I figured out that we can upload the HTML5 zip file directly to the PhoneGap and build the app. This not only makes it a 3.3.0 version by default, it will also allow you to change the default app name, description, and most importantly the icon of the app.
    Sreekanth

  • Using Captivate 7 app packager, Android sound is muted

    Hi
    I am currently using capitvate 7 and running windows 8.  When I create a html5 project and then create an app using the app packager, the IOS app comes out great, however although the Android content loads up, there is no sound.  Is there a setting I need to change?
    Regards
    Mark

    I have confirmed that the audio files play back natively...  I have even gone in and converted them to OGGs and updated the captivate .js files associated with the mp3s.  See:http://forums.adobe.com/message/5396809
    Kind of frustrated, I think this description needs an overhaul.
    "Adobe Captivate App Packager is a cross-platform application that helps you enrich Adobe Captivate HTML5 content by embedding animations created in Adobe Edge Animate or any other HTML5 authoring tool. This application also helps you package the courses as native apps for multiple devices and platforms using the Adobe Phone Gap Service."
    Also seems odd to be tailoring your mobile exports to a company that basically killed Flash... [end of vent]

  • GNOME 2.0 Desktop - required package descriptions

    We're planning to begin experimenting with the GNOME desktop on some SPARC machines running Solaris 8. I'm trying to find a description of the packages included in the list of "Additional Packages" that get installed by the GNOME Install Wizard. My searches on the SUN website have all ended up in the GNOME installation guide... with no package descriptions provided. Where can I find descriptions of these required packages?

    Personally I think JDS3 is a bit awkward and
    certainly not as nice to use as Gnome2. I was
    disappointed to see the CDE apps menu has disappeared
    too, I had to figure out where certain apps are on
    the HDD, something I never thought to do in the past.
    Specifically I was looking for SMC, which I
    eventually found in /usr/sadm/bin/smc.
    I was under the impression from Sun's own
    documentation, that Gnome would be the replacement
    for CDE, I figured they'd included it with latter
    Solaris9 installs as a stop gap. I also noticed that
    when I installed Solaris10, I saw a message box
    mention KDE a few times so I expected to see an
    option for KDE as well. Dunno if it's hidden away
    somewhere but I'd sure like to know what it was all
    about.I wonder whether one can get rid of some of the JDS stuff and just use the GNOME part. I never understood why so many of the desktop environments try to immitate Windows even to the extent that there is a launch (aka start) button.
    Matthias

  • App update descriptions no longer showing in iTunes 12.0.1

    Greetings,
    Since updating to Yosemite and iTunes 12.0.1.26, the app update descriptions do not show.
    Any app screen would look like this:
    Main file info is readable, but no text about the update.
    Others having the same issue?

    Same here - since updating to Yosemite (with iTunes 12.0.1.26).  I'm surprised it hasn't gotten patched yet.  I guess they're bundling several fixes before pushing out the first update to Yosemite.

  • Failed to install win 8.1 app package on Windows 10

    Hi all,
    The app package complied with VS2013 on Windows 8.1 fails to install on Windows 10.  This is expected ??
    The package could be successfully  installed on Window 8.1, bug failed on Windows 10. Here is the screen shot.

    Hi Dong,
    The error message you show give you instructions for looking up the activity ID.  Please so that and let us know the result.
    Jeff Sanders (MSFT)
    @jsandersrocks - Windows Store Developer Solutions
    @WSDevSol
    Getting Started With Windows Azure Mobile Services development?
    Click here
    Getting Started With Windows Phone or Store app development?
    Click here
    My Team Blog: Windows Store & Phone Developer Solutions
    My Blog: Http Client Protocol Issues (and other fun stuff I support)
    Hi Jeff,
    I got the log, paste it here.  Thanks.
    PS C:\Users\dong> Get-AppxLog -ActivityID a1fac9b5-6bd0-0003-b06a-29a4d06bd001
    Time                      ID           Message
    4/2/2015 9:37:26 AM       301          The calling process is C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
    4/2/2015 9:37:26 AM       604          Started deployment Add operation on a package with main parameter: file:///D:/pr
                                           ojects/win81app/AppPackages/win81app/win81app_1.0.0.0_Win32_Test/win81app_1.0.0.
                                           0_Win32.appx, dependency parameters: file:///D:/projects/win81app/AppPackages/wi
                                           n81app/win81app_1.0.0.0_Win32_Test/Dependencies/x86/Microsoft.VCLibs.x86.12.00.a
                                           ppx, file:///D:/projects/win81app/AppPackages/win81app/win81app_1.0.0.0_Win32_Te
                                           st/Dependencies/x64/Microsoft.VCLibs.x64.12.00.appx and Options:
                                           ForceApplicationShutdownOption. See
                                           http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app
                                           deployment issues.
    4/2/2015 9:37:26 AM       157          The app package signature was validated for core content of the app package
                                           published by CN=dong. Payload won't be validated until the files are read.
    4/2/2015 9:37:26 AM       170          The streaming reader was created successfully for app package
                                           fec010c0-306b-4e7e-88fd-52bdfdcb8fda_1.0.0.0_x86__92cw22eayst0g.
    4/2/2015 9:37:26 AM       157          The app package signature was validated for core content of the app package
                                           published by CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond,
                                           S=Washington, C=US. Payload won't be validated until the files are read.
    4/2/2015 9:37:26 AM       170          The streaming reader was created successfully for app package
                                           Microsoft.VCLibs.120.00_12.0.21005.1_x86__8wekyb3d8bbwe.
    4/2/2015 9:37:26 AM       157          The app package signature was validated for core content of the app package
                                           published by CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond,
                                           S=Washington, C=US. Payload won't be validated until the files are read.
    4/2/2015 9:37:26 AM       170          The streaming reader was created successfully for app package
                                           Microsoft.VCLibs.120.00_12.0.21005.1_x64__8wekyb3d8bbwe.
    4/2/2015 9:37:26 AM       10002        Creating Resiliency File C:\ProgramData\Microsoft\Windows\AppRepository\4f281c8e
                                           -bfc1-465e-bd8d-538fd2991196_S-1-5-21-1213812938-303559523-3196125145-1000_3.rsl
                                           c for Add Operation on Package
                                           fec010c0-306b-4e7e-88fd-52bdfdcb8fda_1.0.0.0_x86__92cw22eayst0g.
    4/2/2015 9:37:26 AM       607          Deployment Add operation on package
                                           fec010c0-306b-4e7e-88fd-52bdfdcb8fda_1.0.0.0_x86__92cw22eayst0g has been
                                           de-queued and is running for user WIN-TNFE02CEC5L\dong.
    4/2/2015 9:37:26 AM       613          Adding uri to the list of Uris: file:///D:/projects/win81app/AppPackages/win81ap
                                           p/win81app_1.0.0.0_Win32_Test/win81app_1.0.0.0_Win32.appx.
    4/2/2015 9:37:26 AM       613          Adding uri to the list of Uris: file:///D:/projects/win81app/AppPackages/win81ap
                                           p/win81app_1.0.0.0_Win32_Test/Dependencies/x86/Microsoft.VCLibs.x86.12.00.appx.
    4/2/2015 9:37:26 AM       613          Adding uri to the list of Uris: file:///D:/projects/win81app/AppPackages/win81ap
                                           p/win81app_1.0.0.0_Win32_Test/Dependencies/x64/Microsoft.VCLibs.x64.12.00.appx.
    4/2/2015 9:37:26 AM       605          The last successful state reached was BundleProcessed. Failure occurred before
                                           reaching the next state Indexed.
    4/2/2015 9:37:26 AM       401          Deployment Add operation with target volume C: on Package
                                           fec010c0-306b-4e7e-88fd-52bdfdcb8fda_1.0.0.0_x86__92cw22eayst0g from:  (file:///
                                           D:/projects/win81app/AppPackages/win81app/win81app_1.0.0.0_Win32_Test/win81app_1
                                           .0.0.0_Win32.appx)  failed with error 0x80073CF9. See
                                           http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app
                                           deployment issues.
    4/2/2015 9:37:26 AM       404          AppX Deployment operation failed for package
                                           fec010c0-306b-4e7e-88fd-52bdfdcb8fda_1.0.0.0_x86__92cw22eayst0g with error
                                           0x80073CF9. The specific error text for this failure is: Deployment Add
                                           operation with target volume C: on Package
                                           fec010c0-306b-4e7e-88fd-52bdfdcb8fda_1.0.0.0_x86__92cw22eayst0g from:  (file:///
                                           D:/projects/win81app/AppPackages/win81app/win81app_1.0.0.0_Win32_Test/win81app_1
                                           .0.0.0_Win32.appx)  failed with error 0x80073CF9. See
                                           http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app
                                           deployment issues.
    PS C:\Users\dong>
    Regards.
    Dong.

  • IE 8 Thin App package in not working on system with IE 10 installed

    We have published IE8 thin app package for our users. But today I noticed that after upgrading IE browser to version 10 it is not working. when we launch the application on system with IE 8 than it is working fine.
    It crashes on systems with IE10. Any idea why it is happening?
    Regards,
    VST

    Download the offline installer here: http://fpdownload.macromedia.com/get/flashplayer/current/licensing/mac/install_flash_playe r_11_osx.dmg
    If it won't download directly, right click and "Save as"
    Go to: Mac HD/Library/Internet Plugins
    Trash the Flash Player.plugin file from there
    Go to: Mac HD/Library/Application Support/Adobe
    Trash the Flash Player folder (the whole folder)
    Empty the trash
    Reboot
    Mount the DMG and run the installer.
    BEFORE opening any Flash content in Safari, open Safari>Preferences, and check the Security tab to make sure "Allow all other plugins" is checked.

  • Looking for Documentation on PeopleSoft Delivered App Packages.

    Hey Guys,
    Do anyone know whether PeopleSoft provide documentation for the Delivered App Packages.
    I'm expecting something like Java documentation, we get complete documentation like complete list of classes, respective methods, properties, and relation with other classes and packages.
    It would be really helpful, if there is any documentation something similar for PeopleSoft Delivered Packages too.
    Thanks in advance.
    -M

    I've been looking for something similar. There is some interesting stuff around the CDM for PeopleSoft CRM:
    http://bloggingaboutoracleapplications.org/creating-peoplesoft-crm-worker-using-cdm-classes/
    However nothing as comprehensive as JavaDoc for PeopleSoft - well that I know of anyway.

  • 'Install App for SharePoint' There were errors when validating the App Package

    Hello,
    When testing with an app, I tried to add an
    app event receiver before learning that remote event receiver are not allowed with
    Sharepoint-hosted app. So I reseted the Handle app installed and
    Web Project properties of my project and tried to redeploy and this error occurred :
    'Install App for SharePoint' There were errors when validating the App Package
    Something other than the project's properties have been modified but I don't know what.

    I think the best way to figure real reason out is to look at ULS logs.
    This is example, what I had:
    Unexpected        App Packaging: CreatePackage: Unexpected exception: There were errors when validating the App package: There were errors when validating the App Package. Other warnings / errors associated with this
    exception:  The current version of SharePoint is less than the SharePointMinVersion specified in the app manifest. CurrentVersion='15.0.4693.1000', SharePointMinVersion='16.0.0.0'.

  • Bundles can't contain multiple app packages error

    Hi All,
    I am building an universal windows application targeting to multiple platforms x86,x64 and ARM.
    However when i build my project in TFS i get following exception
    "D:\Builds\22\MDWindowsClient\MDWindowsClient_dev\src\MDWindowsClient\MDWindowsClient.Windows\MDWindowsClient.Windows.csproj" (default target) (2) ->
    (_CreateBundle target) ->
    MakeAppx : error : Error info: error 80080204: The package with file name "MDWindowsClient.Windows_1.0.0.9_x86_Debug.appx" and package full name "SMDWindowsClient_1.0.0.9_x64__8cggqpkfn886j" is not valid in the bundle because the bundle also contains the package with file name "SMDWindowsClient.Windows_1.0.0.9_x64_Debug.appx" and package full name "SMDWindowsClient_1.0.0.9_x64__8cggqpkfn886j" which applies to the same processor architecture. Bundles can't contain multiple app packages for the same processor architecture, or an architecture-neutral app package with any architecture-specific app package. [D:\Builds\22\SMDWindowsClient\SMDWindowsClient_dev\src\SMDWindowsClient\SMDWindowsClient.Windows\SMDWindowsClient.Windows.csproj]
    MakeAppx : error : Bundle creation failed. [D:\Builds\22\MDWindowsClient\MDWindowsClient_dev\src\MDWindowsClient\MDWindowsClient.Windows\MDWindowsClient.Windows.csproj]
    MakeAppx : error : 0x80080204 - The specified package format is not valid: The package manifest is not valid. [D:\Builds\22\MDWindowsClient\MDWindowsClient_dev\src\MDWindowsClient\MDWindowsClient.Windows\MDWindowsClient.Windows.csproj]
    Already this kind of error was reported here https://social.msdn.microsoft.com/Forums/vstudio/en-US/ce255209-a94b-41c1-97f6-4659f5844ce3/how-to-create-a-windows-store-bundle-by-tfs-2013-build-system?forum=tfsbuildBut found no solution to this problem
    Any help will be hugely appreciated.
    Best Regards,
    Saurav

    Hi Saurav,  
    Thanks for your post.
    Your application is Windows Store application? And you can manually build(using MSBuild) your application on build agent machine successfully?
    As this is a reproduced issue and posted to feedback site, but there’s no a solution in that old feedback and it be closed, so please resubmit this issue to Microsoft Connect Feedback portal at:
    https://connect.microsoft.com/VisualStudio Microsoft engineers will evaluate them seriously. 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • How can I set up source IP routing

    This is on a recent Macbook Pro, OSX 10.8 Mountain Lion. Maybe the question really belongs in a "networking" or "operating system" subforum. A Linux example is: ip rule add priority 32700 from 10.45.37.70 table 240   ip route add default via 10.45.37

  • How do I stop iMessage from automatically opening my conversation with a person when they message me?

    iMessage problem on my ipod. Whenever someone messages me on imessage and my ipod is locked it'll come up on my lock screen and even if I don't swipe the message, imessage automatically pops up and opens the conversation. How do I stop this?

  • OIM Email Notification issue with custom E-mail user attribute

    Hi All, We have a requirement where we need to send e-mail notification programmatically after a OIM account is created for the user through trusted reconciliation. Post process event handler is being used for this. We have created our own Custom Not

  • Converting all PNG to PDF in a folder

    This sounds like a problem fit for an Automator solution, but I don't know if this is possible: Recursively traverse all files in a folder (incl sub folders), finding all PNG files and converting them to PDFs. Then finally created a single ZIP file h

  • Dip to White Transition and Shadow / Highlight creates flickering. Workaround?

    Here's what my layers look like: Top - Adjustment Layer including MANUAL Shadow / Highlight with some static values - - video clip 1 - dip to white - video clip 2 - dip to white - video clip 3 - etc... - Bottom When it renders, there is a discolorati