WineHQ
Paint Shop Pro 7.x



Category: Main > Multimedia > Graphics > Graphics Editing > Paint Shop Pro > 7.x


NamePaint Shop Pro
Version7.x
License  
URLhttp://www.jasc.com
Votes  
RatingGold
Wine Version1.2.1
Maintainers of this version:
No maintainers. Volunteer today!
Description

This is version 7 of Paint Shop Pro.­

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results (selected in 'Test Results' table below)

What works
Nothing...yet


What does not
Everything.


What was not tested
Everything after starting - was already installed on Windows partition.


Additional Comments

DID NOT INSTALL
Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
ShowUbuntu 10.04 "Lucid" (+ variants like Kubuntu)Nov 28 20101.2.1 Yes Yes Silver an anonymous user 
ShowLinux Mint 9 "Isadora"Nov 16 20101.2.1 Yes Yes Gold an anonymous user 
ShowopenSUSE 11.2Apr 23 20101.1.40 Yes Yes Silver an anonymous user 
ShowUbuntu 9.04 "Jaunty" (+ variants like Kubuntu)Dec 30 20091.1.34 Yes Yes Gold an anonymous user 
ShowUbuntu 9.04 "Jaunty" (+ variants like Kubuntu)Apr 08 20091.1.18 Yes Yes Silver an anonymous user 


Known bugs
Bug # Description Status Resolution Other apps affected

 
Native alternatives for non-windows platforms
There are some good alternatives to this application that might exist for your platform. You'll find a list on the main page of this application.

 
Wacom tablets

2013-05-03 Admin note: the information below was posted in a user comment in 2006, and may not be applicable to current systems. It is being left here for the benefit of anyone who might wish to test and/or update it.


Ok - the problem isn't with PSP or wine, the problem is with the xorg.conf file. There's a configuration in there for Wacom drawing tablets, which is what's causing the "input device not found" error. (the "err:region:CombineRgn Invalid rgn=(nil)" message can be ignored.)

To fix in ubuntu:

in a terminal, type

sudo gedit /etc/X11/xorg.conf

(don't just click on the text editor and open from the GUI, as you'll only have read-only rights to the file.)

Once inside the file, put a '#' in front of the following:

InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"

Then do the same thing with the following entries:

--------------------->8----------------

Section "InputDevice"

# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"

# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"

# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection


 




   << Back

Page loaded in 0.12333 seconds.