This is version 7 of Paint Shop Pro.
Application Details:
Version: | 7.x |
License: | |
URL: | http://www.jasc.com |
Votes: | 0 |
Latest Rating: | Platinum |
Latest Wine Version Tested: | 1.7.30 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
I'm Testing PSP version 7.04, shareware, under XFCE4 desktop env.
I don't have an original version of the program so it shows the annoyng splash screen that reminds the end of trial version (even if this is the first install)
Using wincfg and setting to windows Xp allows to edit/select/crop images.
I can also see layers and tool
Copy and Paste works, but only from the file menu.
What does not
The main problem is pressing buttons on the toolbar
They remain selected so you may select more than one tool at once.
And so nothing works.
The way to use them is to press again a tool once you have finisced to use it.
Workarounds
What was not tested
Maybe using a registered version of psp 7 may be useful.
The splashscreen makes it almost unusable, since it never disappears.
Hardware tested
Graphics:
Additional Comments
I hope you could understand my bad english.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | openSUSE Factory i686 | Nov 15 2014 | 1.7.30 | Yes | Yes | Platinum | Maik Wagner | ||
Show | zz Do not use | Nov 12 2014 | 1.6.1 | No | Not installable | Garbage | an anonymous user | ||
Show | Linux Mint 16 "Petra" x86_64 | May 15 2014 | 1.6.1 | Yes | Yes | Platinum | an anonymous user | ||
Show | Ubuntu 10.04 "Lucid" i386 (+ variants like Kubuntu) | Nov 28 2010 | 1.2.1 | Yes | Yes | Silver | an anonymous user | ||
Show | Linux Mint 9 "Isadora" | Nov 16 2010 | 1.2.1 | Yes | Yes | Gold | an anonymous user |
Bug # | Description | Status | Resolution | Other apps affected |
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
Comments for this application have been disabled because there are no maintainers.