Cannot see 'tick boxes' and other contents when installed programmes using Wine. Is there any other


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu Cannot see 'tick boxes' and other contents when installed programmes using Wine. Is there any other
# 1  
Old 10-14-2010
Error Cannot see 'tick boxes' and other contents when installed programmes using Wine. Is there any other

Hi!

I have installed ubuntu out of an error, a bit of frustration, a bit of annoyance and a bit of excitement! I am (was!) a windows user. I had windows 7 on my laptop. You might already know how famous windows is with nasty viruses. I got one too! Had no option but to get rid of the whole OS. I installed ubuntu - mainly because it was free! But the main factor was, google said, it's not that hard to learn using ubuntu! So I had to give it a go after being annoyed at Windows - it ruined my documents! Rant over.

So now, I have ubuntu. Love it to bits. Like the new things I am finding. Few things I am very used to in Windows are:
  • Microsoft Office
  • Driving test (UK) on CD
  • VPN Client at my Uni
  • Minitab and SPSS softwares at Uni
  • My Seagate hard-drive which is password encrypted
  • and few more..


but the once listed above are major and daily used programmes (when I had windows!) My university does not support anything to do with Linux so this forum is THE hope for me!


I found WINEHQ over the internet. Installed it. I don't know if I have correct packages etc with it. But it mostly runs all my .exe formats when I tried to install them. It installed Minitab perfectly and so it did with Spotify. What it din't install well is my Driving test (UK) CD and Microsoft Office - It installed them but the 'tick boxes' and some other contents are not visible at all. It opens a grayish windows like box with nothing written in it! It runs the CD but with a huge gray screen and nothing to read or click on it!!


It din't install SPSS and gave me string of errors! And same was the case with VPN!


As for my hard-drive - it doesn't like it! It doesn't mount it! (I guess because it's got a Seagate manager.exe that needs to be installed). So I tried Wine to see if it installs. It installed the setup but then does nothing! Can't mount it! I am guessing it's because of encryption, but is there no way around it?


I don't have Windows anymore on my laptop. I don't intend to ever go back to windows! But these are some key programmes I need daily with my project, studies and work! If I can get them working, I can save myself from living terrible computing life with Windows! Smilie


Please help me!!


Ps: As my name says, I am a complete noob with Linux language, terminal commands, etc. If there is a solution, please can you give me a step by step noob language guide? I hope there is someone out there who will save me from going back to Windows.. I love Ubuntu, please save me from Windows!!


Fingers crossed....
# 2  
Old 10-14-2010
WINE is fighting an uphill battle against the ever-changing Windows API (sometimes you'll find it runs older Windows programs better than modern Windows does!) and frequently has problems installing new software. It also has limitations it can't exceed -- it's not an emulator. It uses Linux stand-ins for Windows libraries instead of using Windows device drivers. Meaning Windows device drivers and other kernel-level code simply can't be installed or used. That probably includes your proprietary Seagate encryption software.

Using Linux means adopting more portable, often different programs to do what you need. IE and Outlook and Office are Windows programs, for example, but Firefox, Thunderbird, and OOffice work in both. Your Seagate thing is Windows-specific, but Truecrypt runs on both. There might be a Linux client for your VPN but if your university won't tell you what protocol they use that'd be very difficult to guessify into working. SPSS, I suspect, you're out of luck on. Older versions of SPSS might run better(and having dealt with SPSS a little, I've found that old versions do much more than their crippled "new" versions, not less!) etc, etc, etc. You'd probably benefit from using portable alternatives to proprietary things even if you're stuck with Windows.

Another alternative would be getting something like a VMWARE virtual machine running inside your Linux box, in which you could install Windows inside to use those niggling Windows-only things WINE can't run. That really would be an emulator and should handle them fine.

Linux is not, hasn't ever been, and cannot be "FreeWindowsXP". If you want to run Windows programs, run Windows. Would you buy a Mac and expect it to run all your non-Mac software?

Last edited by Corona688; 10-14-2010 at 03:14 PM..
This User Gave Thanks to Corona688 For This Post:
# 3  
Old 10-15-2010
I had problems with some programs under Wine. According to their documentation, you can substitute native DLLs for some of the generic Wine DLL's if they are available. That may help on somethings.

I went back to Office 2003 for some Powerpoint presentations that we do at church. I just couldn't get OO to do them right without screwing the fonts up. 2002 PP runs perfectly under Wine.

As far as your other productivity stuff... Linux alternatives are better. Your choice of calendar, mail, photo editors, music creation and burning software.
And for you gamers, there are a TON of cool, very entertaining choices in every genre.
# 4  
Old 11-18-2010
I've come up with another scenario that works even better. I reinstalled Ubuntu on the whole drive (I was dual-booting with Vista). I created a VM in Virtual Box to run Vista and one to run Win 7. I've loaded Office 2007 on the Vista VM and it runs perfectly. Some guys at work were doing that for Windows specific tools they needed and it does work really well.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Programming

Ardunio Tick-Tock DS1307 RTC Shield Basics

This arrived in the mail from China a few days ago and, for the small money, has been a lot of fun. Clock Shield RTC module DS1307 module Multifunction Expansion Board with 4 Digit Display Light Sensor and Thermistor For Arduino This board is a lot of fun for a few bucks. It has a low... (1 Reply)
Discussion started by: Neo
1 Replies

2. UNIX for Beginners Questions & Answers

Bash find version of an installed application but if none is found set variable to App Not Installed

Hello Forum, I'm issuing a one line bash command to look for the version of an installed application and saving the result to a variable like so: APP=application --version But if the application is not installed I want to return to my variable that the Application is not installed. So I'm... (2 Replies)
Discussion started by: greavette
2 Replies

3. Answers to Frequently Asked Questions

Running Turbo-cad and circuit wizard programmes.

Hi. i am new to Linux. i have a Turbo-cad and circuit wizard programme on CD that I want to install and run. I keep getting the message I do not have an auto-run programme. Do I need to install specific drivers for this? What programme do I need? (1 Reply)
Discussion started by: Alfred Kruger
1 Replies

4. Shell Programming and Scripting

Convert tick to new lines

i can convert ticks to new lines using something like this: tr '`' '\n' < filename or tr "\`" "\n" < filename or vice versa tr '\n' '`' < filename or tr "\n" "\`" < filename however, this command seems to not work the same on every system. it works on ubuntu, and it works on redhat... (4 Replies)
Discussion started by: SkySmart
4 Replies

5. Windows & DOS: Issues & Discussions

Clock doesn't tick

This is a strange one, I've never seen anything like it; the realtime clock doesn't tick while the computer's idle, only when you're watching it. Leave for 3 hours and it'll be 3 hours off. It still advances when it's off however, or the time would be far more incorrect than it is. About all... (10 Replies)
Discussion started by: Corona688
10 Replies

6. Red Hat

Trouble with installed / not installed rpm unixODBC/libodbc.so.1

Hey there, i run 1: on my server (RHEL 6) and getting response that the libodbc is not installed. If i use yum for installation, it tells me, there is no package like this ( 2: ). Since in the description of Definiens is mentioned that the Run-time dependency is unixODBC (libodbc.so.1), I assume... (2 Replies)
Discussion started by: rkirsten
2 Replies

7. Programming

USing two seperate programmes on same FIFO

hi this is a problem statement i have tried real hard but could not come up with a satisfactory program can someone help you are to create a pair of programs that do the following in this order: 1 one of the program creates a FIFO which another program should be able to write into 2 the... (2 Replies)
Discussion started by: puneetparnani
2 Replies

8. Shell Programming and Scripting

Replacing contents in a file from multiple programmes

Hi All, I have a query on Perl. I have a text file which has 3 lines, i want to only replace the first line with my replaced text and keep the rest of the text. FOr eg Before change --> echo:a:pending echo:b:pending echo:c:pending After change ---> echo:a:done echo:b:pending... (1 Reply)
Discussion started by: tosatesh
1 Replies

9. Linux

kernel:how to modify and read the tick rate:HZ

hi, one of our customer is facing an issue with jiffies wrap up. on a 32 bit machine, the variable jiffies count upto 472 days. the customer's server was up for 472 days ('uptime') and to reproduce the same, i tried to change the variable HZ in linux-2.6..23.9/include/asm-i386/param.h from... (0 Replies)
Discussion started by: amit4g
0 Replies

10. Programming

text boxes, radio buttons , check boxes in c++ on unix

Hi ! Please tell me how to get radio buttons, text boxes , check boxes , option buttons , pull down menus in C++ on Unix. I think it would be done using curses.h ..but that's all i know. TIA, Devyani. (3 Replies)
Discussion started by: devy8
3 Replies
Login or Register to Ask a Question