PDA

View Full Version : [ubuntu] etext coursesmart



olayak
October 24th, 2010, 10:34 PM
has anyone been able to use coursesmart's bookshelf through wine on any linux distro?
http://www.coursesmart.com/

i have to read my etext through their bookshelf program, but i don't want to load into win just to do that!

thanks!

carl.davis
October 25th, 2010, 12:42 AM
Have you tried to launch the program with wine?

https://help.ubuntu.com/community/Wine

daveincanada
November 9th, 2010, 03:29 AM
Have you tried to launch the program with wine?

https://help.ubuntu.com/community/Wine

When you try to launch with wine, the following error message appears:

The file '/home/dave/Downloads/setup.exe' is not marked as executable. If this was downloaded or copied from an untrusted source, it may be dangerous to run. For more details, read about the executable bit.

Is there any way around this?

daveincanada
November 9th, 2010, 03:35 AM
has anyone been able to use coursesmart's bookshelf through wine on any linux distro?
http://www.coursesmart.com/

i have to read my etext through their bookshelf program, but i don't want to load into win just to do that!

thanks!

Hey just found this after looking around a bit:

How to install untrusted software
Sometimes you will have a good reason for installing software which is not part of the trusted Ubuntu repository system. If you need to do this then right click on the file and under the file permissions select the box marked 'Allow executing the file as a program'. You will now be allowed to (try and) install the file as a program.
If the file you want to run is on read-only media, like a cd, then you will have to copy it to your desktop before following the instructions noted above.

TLDR: Right click-->Properties-->Permissions-->Allow executing file as program

cboxhero
November 9th, 2010, 03:48 AM
To run Windows programs
Just go into a terminal and type


wine (Your Program).exe
without the parenthesise.

daveincanada
November 10th, 2010, 01:00 PM
To run Windows programs
Just go into a terminal and type


wine (Your Program).exe
without the parenthesise.

It won't run it, the cursor does its "working" thing and nothing happens. Any suggestions?

casper911ca
January 26th, 2011, 04:56 AM
I was having issues with Coursesmart Bookshelf as well. I found that installing Mono through wine did not solve the issue, wine still tells me to install Mono

fixme:actctx:parse_manifest_buffer root element is L"asmv1:assembly", not <assembly>
wine: Install the Windows version of Mono to run .NET executables
.

A Gentoo forum reply offered some possible insight.
http://wine.1045685.n5.nabble.com/coursesmart-bookshelf-on-gentoo-td1713381.html


The program is using Windows Presentation Foundation, which is not
implemented in mono. You may have better luck installing dotnet30 with
winetricks.

I have yet to attempt this. Winetricks was not available in the synaptic repos that I currently use [Main, Universe, Multiverse, Restricted].