File: PROBLEMS

package info (click to toggle)
quiteinsane 0.10-14
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,520 kB
  • ctags: 2,620
  • sloc: cpp: 33,911; sh: 10,668; perl: 1,892; makefile: 442; ansic: 323; python: 258
file content (37 lines) | stat: -rw-r--r-- 1,154 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Known Problems:

++++++++++++++++++++++++++++++++++++++++++++++

When saving in XPM format, the image depth is currently reduced to 8 bit.
This is related to a bug (or at least a limitation) in all versions of
Qt2.2.x before Qt2.2.2.

++++++++++++++++++++++++++++++++++++++++++++++

There are currently *no* warnings when saving in a specific image format
results in a loss of information, like loss of color information when
saving a 24bit RGB as grayscale.

++++++++++++++++++++++++++++++++++++++++++++++

Strange problems with dragging images to the Gimp under IceWM...
As soon as you move the mouse over the Gimps toolbox, the cursor starts
flickering...
Sometimes dropping works, sometimes it doesn't...

++++++++++++++++++++++++++++++++++++++++++++++

If you get an error message like
"g++:/usr/local/lib/.libs/libsane.so: No such file or directory"
while trying to build QuiteInsane, do the following:

Open the file "libsane.la" with an editor. You normally can find this
file under /usr/lib or /usr/local/lib, depending on where you've
installed SANE.
Change the line
"installed=no"
to
"installed=yes"
and retry.
This should solve the problem.