LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General > LinuxQuestions.org Member Success Stories
User Name
Password
LinuxQuestions.org Member Success Stories Just spent four hours configuring your favorite program? Just figured out a Linux problem that has been stumping you for months?
Post your Linux Success Stories here.

Notices


Reply
  Search this Thread
Old 10-04-2022, 10:33 PM   #1
starkid
Member
 
Registered: Jan 2012
Posts: 91

Rep: Reputation: Disabled
Fix Adobe AIR errors after installing Rosetta Stone in Wine


This solution was used with wine 7.0 and Rosetta Stone 5.0.37 - 43113.

If running Rosetta Stone in Wine gives an error about no application descriptor file, creating the file described below should eliminate that error.

If the error is about initial content that cannot be found, editing the file as described below should eliminate that error.

Copy the example application descriptor file. Copy all text from the large black box (not the small one at the bottom of the page) found here:

https://help.adobe.com/en_US/air/bui...de46-7ff1.html


Paste the text into a file. Find HelloWorld.swf and change it to LocalApp.swf. Name the file application.xml and save it in ~/.wine/drive_c/Program Files (x86)/Rosetta Stone/Rosetta Stone Language Training/META-INF/AIR

Last edited by starkid; 10-04-2022 at 10:37 PM. Reason: adding version info
 
Old 10-04-2022, 10:40 PM   #2
starkid
Member
 
Registered: Jan 2012
Posts: 91

Original Poster
Rep: Reputation: Disabled
Just in case Adobe deletes the web page, here is the sample application descriptor file:

Code:
<?xml version="1.0" encoding="utf-8" ?> 
<application xmlns="http://ns.adobe.com/air/application/3.0"> 
    <id>example.HelloWorld</id> 
    <versionNumber>1.0.1</versionNumber> 
    <filename>Hello World</filename> 
    <name>Example Co. AIR Hello World</name> 
     <description> 
        <text xml:lang="en">This is an example.</text> 
        <text xml:lang="fr">C'est un exemple.</text> 
        <text xml:lang="es">Esto es un ejemplo.</text> 
    </description> 
    <copyright>Copyright (c) 2010 Example Co.</copyright> 
    <initialWindow> 
        <title>Hello World</title> 
        <content> 
            HelloWorld.swf 
        </content> 
    </initialWindow>  
    <icon> 
        <image16x16>icons/smallIcon.png</image16x16> 
        <image32x32>icons/mediumIcon.png</image32x32> 
        <image48x48>icons/bigIcon.png</image48x48> 
        <image128x128>icons/biggerIcon.png</image128x128>  
    </icon> 
</application>
 
  


Reply

Tags
wine



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
rosetta stone in wine mic problems baronobeefdip Linux - Software 7 08-09-2010 10:38 AM
trying to run ripped rosetta stone disk through wine on ubuntu intrepid prcheney Linux - Newbie 1 03-24-2009 11:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General > LinuxQuestions.org Member Success Stories

All times are GMT -5. The time now is 06:19 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration