[Bug 1242678] Re: evince cannot render some EPS files

2014-01-28 Thread Till Kamppeter
Reported to Ghostscript upstream as

http://bugs.ghostscript.com/show_bug.cgi?id=694979

** Bug watch added: Ghostscript (AFPL) Bugzilla #694979
   http://bugs.ghostscript.com/show_bug.cgi?id=694979

** Also affects: gs-gpl via
   http://bugs.ghostscript.com/show_bug.cgi?id=694979
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1242678

Title:
  evince cannot render some EPS files

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/1242678/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1242678] Re: evince cannot render some EPS files

2014-01-27 Thread Till Kamppeter
seb, thanks for the hint. By adding a debug fprintf() line to libspectre
/spectre-device.c of the libspectre source package and rebuilding the
package I could discover the Ghostscript command line equivalent to the
libgs call used in libspectre. It is

gs -dMaxBitmap=1000 -dSAFER -dNOPAUSE -dNOPAGEPROMPT -P-
-sDEVICE=display -dTextAlphaBits=4 -dGraphicsAlphaBits=2 -g402x574
-r57,428571x57,40 -dDisplayFormat=6359172
-sDisplayHandle=16#7f974c00d6f0 -c ' /Orientation 3  setpagedevice
.locksafe' -f ~/Documents/M_1_no_of_ppts.eps

Unfortunately, one cannot simply call this on the command line, as the
display output device is used and this seems to send a bitmap to a
specified, existing X window. When rotating the image, only the
resolution and size values change in the command line and also the value
after /Orientation. Odd orientations (3, 1) do not display in evince,
even orientations (2, 0) do.

To run an isolated command line as similar as possible, I tried the
x11 device:

gs -dMaxBitmap=1000 -dSAFER -P- -sDEVICE=x11 -dTextAlphaBits=4
-dGraphicsAlphaBits=2 -g402x574 -r57,428571x57,40 -c '
/Orientation 3  setpagedevice .locksafe' -f
~/Documents/M_1_no_of_ppts.eps

Here the file displayed with all 4 orientations, but the output as wrong
for the odd orientations. For the odd orientations we expect the output
in landscape orientation, but it appears here also in portrait, so all 4
orientations give portrait output. So something seems to be wrong with
how Ghostscript treats this file.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1242678

Title:
  evince cannot render some EPS files

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/1242678/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1242678] Re: evince cannot render some EPS files

2014-01-25 Thread Till Kamppeter
Seb (or someone else who knows about the internals of evince), can you
derive from these console messages whether Ghostscript gets called at
all in these situation or whether they occur due to failing Ghostscript?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1242678

Title:
  evince cannot render some EPS files

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/1242678/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1242678] Re: evince cannot render some EPS files

2014-01-24 Thread Till Kamppeter
** Also affects: ghostscript (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ghostscript (Ubuntu)
 Assignee: (unassigned) = Till Kamppeter (till-kamppeter)

** Changed in: evince (Ubuntu)
 Assignee: Till Kamppeter (till-kamppeter) = (unassigned)

** Changed in: ghostscript (Ubuntu)
   Importance: Undecided = Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1242678

Title:
  evince cannot render some EPS files

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/1242678/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1242678] Re: evince cannot render some EPS files

2014-01-24 Thread Till Kamppeter
Another test file showing the problem is attached to the duplicate bug
1272120.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1242678

Title:
  evince cannot render some EPS files

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/1242678/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1242678] Re: evince cannot render some EPS files

2014-01-24 Thread Till Kamppeter
Could you somehow find out the Ghostscript command lines (or parameter
lists for libgs calls) for both the non-working unrotated case and the
working rotated case? Could you also find out the actual files sent to
Ghostscript for rendering? To post an upstream bug report at Ghostscript
(http://bugs.ghostscript.com/) I would need a way to reproduce the
problem by a pure Ghostscript command line.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1242678

Title:
  evince cannot render some EPS files

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/1242678/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1243484]

2014-01-12 Thread Till Kamppeter
Are the patches fixing pdftocairo the same way as pdftops so that the PS
output of pdftocairo has everything fixed which was fixed in pdftops?

See the following bug report

https://bugs.linuxfoundation.org/show_bug.cgi?id=1176

The rporter tells that all is OK when using pdftops and he gets a wrong
result with pdftocairo.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/1243484

Title:
  Incorrect handling of orientation when printing PDF files

To manage notifications about this bug go to:
https://bugs.launchpad.net/poppler/+bug/1243484/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-10 Thread Till Kamppeter
** Description changed:

  Installing driver for Canon MP160 has worked perfectly from 12.04 to
  13.04, but not anymore in 13.10. The USB printer get detected correctly,
  but when installing the driver via New Printer dialog, only gutenprint
  can be selected and the Installing driver gutenprint dialog just gets
  stuck and nothing happens.
+ 
+ 
+ [IMPACT]
+ 
+ High, as if locally unsupported printers cause a driver download from
+ OpenPrinting the download ends in an infinite loop and cannot be
+ cancelled due to a crashed user interaction thread, blocking system-
+ config-printer completely not allowing a manual setup of the printer.
+ 
+ [TESTCASE]
+ 
+ In a terminal window run the commands
+ 
+ cd /usr/share/system-config-printer/
+ python newprinter.py --setup-printer=file:/tmp/printout 
--devid='MFG:Canon;MDL:MP160;'
+ 
+ Accept to download the offered Gutenprint driver and enter your password
+ when you get asked for it. The download and installation of the
+ Gutenprint package from OpenPrinting will take place and right after
+ that, before closing the progress pop-up, system-config-printer will
+ freeze.
+ 
+ In the terminal output of above commands you can see a crash of one
+ thread:
+ 
+ --
+ Traceback (most recent call last):
+   File /usr/share/system-config-printer/newprinter.py, line 3676, in 
on_tvNPDownloadableDrivers_cursor_changed
+ iter = model.get_iter (path)
+   File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 810, in 
get_iter
+ path = self._coerce_path(path)
+   File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 785, in 
_coerce_path
+ return TreePath(path)
+   File /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py, line 1135, in 
__new__
+ path = :.join(str(val) for val in path)
+ TypeError: 'NoneType' object is not iterable
+ --
+ 
+ Due to this task you cannot get out of the printer setup wizard by
+ clicking Cancel.
+ 
+ With the proposed system-config-printer package neither the crash nor
+ the freeze will happen and both setting up the printer with the package
+ from OpenPrinting and canceling the OpenPrinting download and after that
+ setting up the printer manually will work.
+ 
+ [Regression Potential]
+ 
+ None, as the patch is trivial
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov  5 22:10:02 2013
  InstallationDate: Installed on 2013-10-20 (16 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
-  activity-log-manager  0.9.7-0ubuntu4
-  deja-dup  27.3.1-0ubuntu1
-  gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
-  gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
-  gnome-control-center-unity1.3+13.10.20131004-0ubuntu1
+  activity-log-manager  0.9.7-0ubuntu4
+  deja-dup  27.3.1-0ubuntu1
+  gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
+  gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
+  gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-10 Thread Till Kamppeter
I have uploaded the fix on system-config-printer for Ubuntu Saucy
(13.10) now into the saucy-proposed repository. As soon as it gets
approved instructions for testing the fix get posted here. Please test
the package and report back here as this is required to make the update
an official update for everyone using Saucy.

To the SRU team: debdiff attached.

** Patch added: 
system-config-printer_1.4.2+20130920-0ubuntu1.1_1.4.2+20130920-0ubuntu1.2.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/gutenprint/+bug/1248303/+attachment/3945352/+files/system-config-printer_1.4.2%2B20130920-0ubuntu1.1_1.4.2%2B20130920-0ubuntu1.2.debdiff

** Also affects: gutenprint (Ubuntu Saucy)
   Importance: Undecided
   Status: New

** Also affects: system-config-printer (Ubuntu Saucy)
   Importance: Undecided
   Status: New

** Also affects: gnome-control-center (Ubuntu Saucy)
   Importance: Undecided
   Status: New

** Changed in: gnome-control-center (Ubuntu Saucy)
   Status: New = Invalid

** Changed in: system-config-printer (Ubuntu Saucy)
   Status: New = Fix Committed

** Changed in: system-config-printer (Ubuntu Saucy)
   Importance: Undecided = High

** Changed in: gutenprint (Ubuntu Saucy)
   Importance: Undecided = Low

** Changed in: system-config-printer (Ubuntu)
   Importance: Low = High

** Changed in: system-config-printer (Ubuntu Saucy)
 Assignee: (unassigned) = Till Kamppeter (till-kamppeter)

** Changed in: system-config-printer (Ubuntu Saucy)
Milestone: None = saucy-updates

** Changed in: gutenprint (Ubuntu Saucy)
Milestone: None = saucy-updates

** Changed in: gutenprint (Ubuntu Saucy)
 Assignee: (unassigned) = Till Kamppeter (till-kamppeter)

** Changed in: gutenprint (Ubuntu Saucy)
   Status: New = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-09 Thread Till Kamppeter
Jussi, thank you very much for the testing.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1266762] Re: evince doesn't print pdf files

2014-01-07 Thread Till Kamppeter
Please follow the instructions of the sections CUPS error_log and
Capturing print job data on
https://wiki.ubuntu.com/DebuggingPrintingProblems. If your printer is
connected via USB, follow also the instructions of USB printer does not
print or prints garbage and if your printer is a PostScript printer,
follow also PostScript (PDF) printer chokes on the PostScript (PDF)
coming from Ubuntu. Please attach the resulting files one by one, do
not compress them and do not package them together.

** Changed in: poppler (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/1266762

Title:
  evince doesn't print pdf files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/1266762/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1243484]

2014-01-06 Thread Till Kamppeter
Thank you very much, I have now reverted to my original patch plus a
patch to fix duplex so that in the current Ubuntu package this bug is
fixed. Your patches will go in as part of a later Poppler update (to a
Poppler version which includes the patches).

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/1243484

Title:
  Incorrect handling of orientation when printing PDF files

To manage notifications about this bug go to:
https://bugs.launchpad.net/poppler/+bug/1243484/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1243484]

2014-01-06 Thread Till Kamppeter
Generally, the patches work well, but they have a problem. They break
the ABI. I have backported them into the current Ubuntu package and now
several other packages which use Poppler, like evince, do not work any
more. Is it not possible to solve our problem without ABI change?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/1243484

Title:
  Incorrect handling of orientation when printing PDF files

To manage notifications about this bug go to:
https://bugs.launchpad.net/poppler/+bug/1243484/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-05 Thread Till Kamppeter
** Changed in: gutenprint (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-04 Thread Till Kamppeter
Jussi, thank you very much.

I have discovered the following problems:

1. Infinite loop in system-config-printer. I have prepared a patch and
will soon make it available.

2. Your printer's ID does not match the ID in the current Gutenprint
driver which comes with Ubuntu, leading system=config-printer to search
on the OpenPrinting web site.

3. A bug on the OpenPrinting web site makes an old version of Gutenprint
being downloaded. This version does not actually support your printer.

Can you please tell which model name for your printer is written onto
the printer itself, its packaging, and/or its manual? Is it something
like Canon Pixma MP160, Canon MultiPass MP160, or simply Canon
MP160?

You should be able to make your printer working by clicking Cancel
when you get offered a driver download and then manually assign the
make/model/driver Canon PIXMA MP160 - CUPS+Gutenprint v5.2.9 to it.
Can you try that and tell whether this solves your problem?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-04 Thread Till Kamppeter
Closing gnome-control-center task as g-c-c uses system-config-printer
for automatic driver download.

** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete = Invalid

** Changed in: system-config-printer (Ubuntu)
 Assignee: (unassigned) = Till Kamppeter (till-kamppeter)

** Changed in: system-config-printer (Ubuntu)
   Importance: Undecided = Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-04 Thread Till Kamppeter
Added Gutenprint task as the device ID for the MP160 needs to get
corrected in Gutenprint.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-04 Thread Till Kamppeter
Jussi, thank you. The Cancel does not work because the thread for the
interactive control is crashing. This is also covered by my patch.

** Also affects: gutenprint (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gutenprint (Ubuntu)
 Assignee: (unassigned) = Till Kamppeter (till-kamppeter)

** Changed in: gutenprint (Ubuntu)
   Importance: Undecided = Low

** Changed in: gutenprint (Ubuntu)
   Status: New = Confirmed

** Changed in: system-config-printer (Ubuntu)
   Status: Incomplete = Confirmed

** Changed in: system-config-printer (Ubuntu)
   Status: Confirmed = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-04 Thread Till Kamppeter
** Changed in: system-config-printer (Ubuntu)
   Status: Triaged = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-04 Thread Till Kamppeter
I have fixed the OpenPrinting web server now so that it delivers the
newer Gutenprint version.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-04 Thread Till Kamppeter
jussi, can you try a live CD/USB stick of Trusty (14.04) to see whther
the bug is fixed? Please do a complete system update after booting to
catch the fixed system-config-printer.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-03 Thread Till Kamppeter
One remark, to test setup of an arbitrary printer which you do not
actually have, set FileDevice yes in /etc/cups/cups-files.conf,
restart CUPS and then run the commands:

cd /usr/share/system-config-printer/
python newprinter.py --setup-printer=file:/tmp/printout 
--devid='MFG:Canon;MDL:MP160;'

Replace the terms after MFG: and MDL: by manufacturer and model of the
desired printer.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1248303] Re: Regression: installing gutenprint printer driver fails

2014-01-03 Thread Till Kamppeter
For me I get a correct setup if I had a printer named Canon Pixma
MP630 or Canon Pixma MP160, but I can reproduce the problem described
here if I try to set up a Canon MP160. So if the printer identifies
itself as Canon MP160 and not as Canon Pixma MP160, the current
driver (Gutenprint) contains a wrong printer ID:

till@till:~$ lpinfo -m | grep -i MP160
gutenprint.5.2://bjc-MULTIPASS-MP160/expert Canon PIXMA MP160 - CUPS+Gutenprint 
v5.2.9
[...]

If there exist really two different printers, one Canon MP160 and one
Canon Pixma MP160 only the latter is supported by current Gutenprint
and the old Gutenprint version which is wrongly installed here has a
bug.

Jussi, can you remove the print queue(s) for your printer and then run

system-config-printer --debug 21 | tee log.txt

in a terminal window. Try to set up your printer and when it gets stuck,
please stop with Ctrl+C and attach the log.txt file here. Do not
compress the file.

** Changed in: system-config-printer (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: installing gutenprint printer driver fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1247740] Re: Landscape will not print properly in Libreoffice calc in ubuntu 13.10

2013-12-23 Thread Till Kamppeter
*** This bug is a duplicate of bug 1243484 ***
https://bugs.launchpad.net/bugs/1243484

** This bug has been marked a duplicate of bug 1243484
   Incorrect handling of orientation when printing PDF files

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/1247740

Title:
  Landscape will not print properly in Libreoffice calc in ubuntu 13.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1247740/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1243484] Re: Incorrect handling of orientation when printing PDF files

2013-12-23 Thread Till Kamppeter
The Poppler fix is still under test to make sure that there are no
regressions. See

https://bugs.freedesktop.org/show_bug.cgi?id=72312

As soon as it finalizes I will look into backporting it to 13.10.

** Bug watch added: freedesktop.org Bugzilla #72312
   https://bugs.freedesktop.org/show_bug.cgi?id=72312

** Also affects: poppler via
   https://bugs.freedesktop.org/show_bug.cgi?id=72312
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/1243484

Title:
  Incorrect handling of orientation when printing PDF files

To manage notifications about this bug go to:
https://bugs.launchpad.net/poppler/+bug/1243484/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1177256] Re: Problem to print PDF file with Evince

2013-12-20 Thread Till Kamppeter
Please follow the instructions of the sections CUPS error_log and
Capturing print job data on
https://wiki.ubuntu.com/DebuggingPrintingProblems for both failing and
succeeding jobs.

** Changed in: evince (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1177256

Title:
  Problem to print PDF file with Evince

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1177256/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1243484] Re: Incorrect handling of orientation when printing PDF files

2013-12-19 Thread Till Kamppeter
cups-filters 1.0.43 (with the fix) released upstream.

** Changed in: cups-filters (Ubuntu)
   Status: Incomplete = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/1243484

Title:
  Incorrect handling of orientation when printing PDF files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1243484/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1243484] Re: Incorrect handling of orientation when printing PDF files

2013-12-10 Thread Till Kamppeter
I have now tested your test-tmpl.ps file and dine some fixes on the
pstopdf, pdftopdf, and pdftops filters. Now I get correct results with
it. The fix will get into Ubuntu with the release of cxups-filters
1.0.43. Please test when the package gets available in Trusty (use a
live CD/USB stick or a virtual machine if you do not have Trusty
installed).

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/1243484

Title:
  Incorrect handling of orientation when printing PDF files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1243484/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1243484] Re: Incorrect handling of orientation when printing PDF files

2013-12-05 Thread Till Kamppeter
The problem is caused by the auto rotation done by pdftopdf which makes
the pages rotated to print short-edge-first if the printer requires
this. If your original page is portrait and you request landscape,
pdftopdf rotates it by 90 degrees and after that pdftopdf applies auto
rotation and rotates the page by another 90 degrees putting it upside
down (180 degrees).

Please try the nopdfAutoRotate option:

lp -d queue -o landscape -o nopdfAutoRotate
/usr/share/cups/data/default.pdf

Is this what you are looking for?

All PDF files have already defined geometries for each page and the
auto-rotation of pdftopdf rotates landscape pages when the printer pulls
in the paper only in portrait orientation. So simply sending a PDF file
without the landscape option does usually the right thing.

The landscape option makes more sense if the input data has no ready
layout, like plain text. texttopdf will layout the text on landscape-
oriented pages with this option.

So why are you using the landscape option in your particular case?

So for text files it would make more sense if pdftopdf ignores the
landscape option as texttopdf is already doing the job. For PDF files
you usually decide in the desktop application whether it should be
landscape-oriented, so here pdftopdf applying a landscape option is
also not of much sense.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/1243484

Title:
  Incorrect handling of orientation when printing PDF files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1243484/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1243484] Re: Incorrect handling of orientation when printing PDF files

2013-12-05 Thread Till Kamppeter
PostScript files are also readily layouted documents as PDF files. So if
you create something printable from a desktop app which still sends
print jobs in PostScript, you also determine in the app whether the
pages are landscape- or portrait-oriented. So on PostScript jobs the
landscape option also does not make much sense.

And as I said, for plain text landscape should determine the layout
used by texttopdf.

Can you attach PostScript (or PDF) files where your customers would use
the landscape option? And can you tell me why they use the landscape
option? Are their printers holding A4 paper to be printed long-edge
first? Or are there other reasons?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/1243484

Title:
  Incorrect handling of orientation when printing PDF files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1243484/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1243484] Re: Incorrect handling of orientation when printing PDF files

2013-12-05 Thread Till Kamppeter
The landscape option is a shortcut for the IPP standard option
orientation-requested=3 and RFC 2911
(http://tools.ietf.org/search/rfc2911) tells about the meaning of
orientation-requested=...:

--
   This attribute indicates the desired orientation for printed print-
   stream pages; it does not describe the orientation of the client-
   supplied print-stream pages.

   For some document formats (such as 'application/postscript'), the
   desired orientation of the print-stream pages is specified within the
   document data.  This information is generated by a device driver
   prior to the submission of the print job.  Other document formats
   (such as 'text/plain') do not include the notion of desired
   orientation within the document data.  In the latter case it is
   possible for the Printer object to bind the desired orientation to
   the document data after it has been submitted.  It is expected that a
   Printer object would only support orientations-requested for some
   document formats (e.g., 'text/plain' or 'text/html') but not others
   (e.g., 'application/postscript').  This is no different than any
   other Job Template attribute since section 4.2, item 1, points out
   that a Printer object may support or not support any Job Template
   attribute based on the document format supplied by the client.
   However, a special mention is made here since it is very likely that
   a Printer object will support orientation-requested for only a
   subset of the supported document formats.
--

Following this, pdftopdf should ignore landscape and orientation-
requested and texttopdf and imagetopdf should use it for layouting the
job. To server special, size-less PostScript files, the landscape and
orientation-requested should also be taken by the pstopdf filter and
swap width and length of the page size supplied to Ghostscript for the
PS-PDF conversion. WDYT?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/1243484

Title:
  Incorrect handling of orientation when printing PDF files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1243484/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1247740] Re: Landscape will not print properly in Libreoffice calc in ubuntu 13.10

2013-12-03 Thread Till Kamppeter
** Package changed: cups (Ubuntu) = cups-filters (Ubuntu)

** Also affects: poppler (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: poppler (Ubuntu)
   Status: New = Incomplete

** Changed in: poppler (Ubuntu)
   Importance: Undecided = Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/1247740

Title:
  Landscape will not print properly in Libreoffice calc in ubuntu 13.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1247740/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1247740] Re: Landscape will not print properly in Libreoffice calc in ubuntu 13.10

2013-12-03 Thread Till Kamppeter
Can be caused by Poppler, I am currently investigating this.

Please follow the instructions of the sections CUPS error_log and
Capturing print job data on
https://wiki.ubuntu.com/DebuggingPrintingProblems. Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/1247740

Title:
  Landscape will not print properly in Libreoffice calc in ubuntu 13.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1247740/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1243484] Re: Incorrect handling of orientation when printing PDF files

2013-12-03 Thread Till Kamppeter
Can be caused by Poppler, I am currently investigating this.

Please follow the instructions of the sections CUPS error_log and
Capturing print job data on
https://wiki.ubuntu.com/DebuggingPrintingProblems. Thanks.

** Also affects: poppler (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: poppler (Ubuntu)
   Status: New = Incomplete

** Changed in: cups-filters (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/1243484

Title:
  Incorrect handling of orientation when printing PDF files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1243484/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1248303] Re: Regression: cannot install driver for Canon MP160

2013-11-08 Thread Till Kamppeter
Jussi, can you set up your printer with system-config-printer? To try
run

system-config-printer

in a terminal window, click the button to add a new printer, select your
printer from the detected ones and go through the steps to finish.

** Changed in: gnome-control-center (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: cannot install driver for Canon MP160

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1248303] Re: Regression: cannot install driver for Canon MP160

2013-11-08 Thread Till Kamppeter
** Also affects: system-config-printer (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1248303

Title:
  Regression: cannot install driver for Canon MP160

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1248303/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1202198] Re: gnome-settings daemon notifies as error an info message

2013-11-06 Thread Till Kamppeter
The system-config-printer part which is most probably used here is
/usr/share/system-config-printer/scp-dbus-service.py. Usually it is
started with the rights of the client user via D-Bus (D-Bus session
service AFAIK). Try running

/usr/share/system-config-printer/scp-dbus-service.py --debug

in a terminal window and after that the GNOME settings app and watch the
output in the terminal.

** Changed in: gnome-settings-daemon (Ubuntu)
 Assignee: Till Kamppeter (till-kamppeter) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1202198

Title:
  gnome-settings daemon notifies as error an info message

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1202198/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1202198] Re: gnome-settings daemon notifies as error an info message

2013-11-06 Thread Till Kamppeter
How can I call the g-s-d printing plugin from the command line?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1202198

Title:
  gnome-settings daemon notifies as error an info message

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1202198/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1202198] Re: gnome-settings daemon notifies as error an info message

2013-11-06 Thread Till Kamppeter
Tim, how do I get debug logging of /usr/share/system-config-printer/scp-
dbus-service.py when gnome-settings-daemon and/or GNOME's printer setup
tool interacts with scp-dbus-service.py?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1202198

Title:
  gnome-settings daemon notifies as error an info message

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1202198/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1202198] Re: gnome-settings daemon notifies as error an info message

2013-11-06 Thread Till Kamppeter
Seb, so I have to switch to a gnome-fallback session so that I can start
the plugin out of the System Settings and restart the gnome-settings-
daemon in debug mode before starting the plugin?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1202198

Title:
  gnome-settings daemon notifies as error an info message

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1202198/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1227173] Re: On every startup Onboard asks for enabling accessibility

2013-09-23 Thread Till Kamppeter
I think we should simply stay in a11y mode all the time.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1227173

Title:
  On every startup Onboard asks for enabling accessibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1227173/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1227173] Re: On every startup Onboard asks for enabling accessibility

2013-09-23 Thread Till Kamppeter
I have done gsettings set org.gnome.settings-daemon.plugins.a11y-
settings active false currently and I have checked that it is actually
set this way via gsettings get org.gnome.settings-daemon.plugins.a11y-
settings active, but when starting Onboard after login the dialog
asking whether I want to use a11y mode still appears.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1227173

Title:
  On every startup Onboard asks for enabling accessibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1227173/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1227173] Re: On every startup Onboard asks for enabling accessibility

2013-09-23 Thread Till Kamppeter
Now I have rebooted due to a Bluetooth problem and after rebooting after
every login starting Onboard does not pop up the dialog any more. Seems
that the reboot has fixed this.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1227173

Title:
  On every startup Onboard asks for enabling accessibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1227173/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1227173] Re: On every startup Onboard asks for enabling accessibility

2013-09-23 Thread Till Kamppeter
I have now tried more three times and the dialog still appears.

gsettings get org.gnome.settings-daemon.plugins.a11y-settings active
still gives false.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1227173

Title:
  On every startup Onboard asks for enabling accessibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1227173/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1227173] Re: On every startup Onboard asks for enabling accessibility

2013-09-22 Thread Till Kamppeter
Nothing found in the logs.

I had also further login failures later, so probably the problems are
independent.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1227173

Title:
  On every startup Onboard asks for enabling accessibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1227173/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1227173] Re: On every startup Onboard asks for enabling accessibility

2013-09-21 Thread Till Kamppeter
I have made another important observation:

If I run

gsettings set org.gnome.settings-daemon.plugins.a11y-settings active
false

the dialog asking to activate accessibility goes away, but the login
very often fails, I have to enter my password in lightdm 5 or 6 times
until succeeding a login.

After running

gsettings set org.gnome.settings-daemon.plugins.a11y-settings active
true

the logins succed again.

Failed logins give an .xsession-errors like this

Script for cjkv started at run_im.
Script for default started at run_im.
init: at-spi2-registryd main process ended, respawning
init: at-spi2-registryd main process ended, respawning
init: at-spi2-registryd main process ended, respawning
init: at-spi2-registryd main process ended, respawning
init: at-spi2-registryd main process ended, respawning
init: at-spi2-registryd main process ended, respawning
init: at-spi2-registryd main process ended, respawning
init: at-spi2-registryd main process ended, respawning
init: at-spi2-registryd main process ended, respawning
init: at-spi2-registryd main process ended, respawning
init: at-spi2-registryd respawning too fast, stopped
init: gnome-settings-daemon main process (5110) terminated with status 1
init: gnome-session main process (5128) terminated with status 1
init: unity-panel-service main process (5137) terminated with status 1
init: logrotate pre-start process (5055) killed by TERM signal

Succeeded logins give the following .xsession-errors:

Script for cjkv started at run_im.
Script for default started at run_im.
init: at-spi2-registryd main process ended, respawning
init: at-spi2-registryd main process ended, respawning
init: at-spi2-registryd main process ended, respawning
init: at-spi2-registryd main process ended, respawning
init: at-spi2-registryd main process ended, respawning
init: at-spi2-registryd main process ended, respawning
init: at-spi2-registryd main process ended, respawning
init: at-spi2-registryd main process ended, respawning
init: at-spi2-registryd main process ended, respawning
init: at-spi2-registryd main process ended, respawning
init: at-spi2-registryd respawning too fast, stopped

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1227173

Title:
  On every startup Onboard asks for enabling accessibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1227173/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1227173] Re: On every startup Onboard asks for enabling accessibility

2013-09-21 Thread Till Kamppeter
For the at-spi2 messages I have also reported bug 1228567.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1227173

Title:
  On every startup Onboard asks for enabling accessibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1227173/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1227173] Re: On every startup Onboard asks for enabling accessibility

2013-09-20 Thread Till Kamppeter
This does not work at all, the setting change is silently rejected:

till@till-twist:~$ gsettings get 
org.gnome.settings-daemon.plugins.a11y-settings active
true
till@till-twist:~$ gsettings set 
org.gnome.settings-daemon.plugins.a11y-settings active false
till@till-twist:~$ gsettings get 
org.gnome.settings-daemon.plugins.a11y-settings active
false
till@till-twist:~$ 

And due to this I still get the dialog.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1227173

Title:
  On every startup Onboard asks for enabling accessibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1227173/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1227173] Re: On every startup Onboard asks for enabling accessibility

2013-09-20 Thread Till Kamppeter
Problem was that I have entered the gsettings commands SSHed in from
another machine. Now I have tried again on the machine's own screen and
the switching works, but now I cannot log in any more. .xsession-errors
contains

Script for cjkv started at run_im.
Script for default started at run_im.
init: gnome-settings-daemon main process (2964) terminated with status 1
init: gnome-session main process (2971) terminated with status 1
init: unity-panel-service main process (2973) terminated with status 1

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1227173

Title:
  On every startup Onboard asks for enabling accessibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1227173/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1227173] Re: On every startup Onboard asks for enabling accessibility

2013-09-20 Thread Till Kamppeter
Now, after doing it again and again, it started to work.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1227173

Title:
  On every startup Onboard asks for enabling accessibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1227173/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1227173] Re: On every startup Onboard asks for enabling accessibility

2013-09-19 Thread Till Kamppeter
As I use Onboard as stabdard way to do text input in tablet (=touch-
screen-only) mode the onscreen keyboard is not an accessibility feature
but a facility for all users. This means that it should not require any
special accessibility settings.

I start it with a script which gets triggered by the ACPI signal for the
transition from laptop mode into tablet mode and kill it also by a
script on the ACPI signal of switching from tablet mode to laptop mode.

See the ACPI config files, scripts, and how this all works in bug
1210823.

The command to start Onboard used by the script is

sudo -iu $user onboard 

$user is the user logged in to the desktop and also the variables
DISPLAY and XAUTHORITY are set properly, so that the script which is
running as root can open the keyboard on the user's display and running
as the user.

I have configured Onboard to use auto-hide mode via the GUI
configuration panel of Onboard.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1227173

Title:
  On every startup Onboard asks for enabling accessibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1227173/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1227173] Re: On every startup Onboard asks for enabling accessibility

2013-09-19 Thread Till Kamppeter
So for tablet mode one could perhaps activate auto-hide and
accessibility mode via gsettings, so that the question does not appear
at all, as users would not know what this is good for.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1227173

Title:
  On every startup Onboard asks for enabling accessibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1227173/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1227173] [NEW] On every startup Onboard asks for enabling accessibility

2013-09-18 Thread Till Kamppeter
Public bug reported:

I have a Lenovo Thinkpad Twist convertible ultrabook. The tablet mode
(touchscreen-only operation, keyboard folded away) gets continuously
working better.

I use Onboard as on-screen keyboard to do text input on my convertible
in tablet mode (see bug 1210823). This works very well but there is an
awkwardness on startup. Every time when Onboard is started (in my case
by the laptop/tablet mode switcher script) a dialog pops up which reads:

--
Enabling auto-show requires Gnome Accessibility

Onboard can turn on accessibility now, however it is recommended that
you log out and back in for it to reach its full potential.

Enable accessibility now?
--

It gives me a No and a Yes button to answer. I click Yes to get
the keyboard. Then the keyboard works correctly for the rest of the
session (I have set it to show when I am in a text field and to hide
otherwise). It does not ask when I switch to laptop mode (which kills
Onboard) and back to tablet mode (restarts Onboard), but If I log out
and log in again, it asks again.

So it seems that it is not saved to be kept over sessions that I have
answered Yes to activate accessibility mode. So I am not sure whether
really Onboard is the culprit or perhaps gnome-control-center or gnome-
settings-daemon.

** Affects: gnome-control-center (Ubuntu)
 Importance: High
 Status: New

** Affects: gnome-settings-daemon (Ubuntu)
 Importance: High
 Status: New

** Affects: onboard (Ubuntu)
 Importance: High
 Status: New

** Also affects: gnome-settings-daemon (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: gnome-control-center (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gnome-settings-daemon (Ubuntu)
   Importance: Undecided = High

** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided = High

** Changed in: gnome-settings-daemon (Ubuntu)
Milestone: None = ubuntu-13.10

** Changed in: gnome-control-center (Ubuntu)
Milestone: None = ubuntu-13.10

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1227173

Title:
  On every startup Onboard asks for enabling accessibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1227173/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1212621] Re: cannot print duplex

2013-08-29 Thread Till Kamppeter
It seems that Fast Draft and double-sided cannot be combined with A4
Borderless on this printer. The GTK print dialog (this is the print
dialog of evince) handles this badly:

1. If option settings conflict with others, the other options should not
get simply removed from the dialog, instead, each pair of conflicting
settings should be marked as such (I think it was this way formerly).

2. Changes in the print dialog to reflect option setting conflicts
should appear immediately when selecting the conflicting setting, not
only after printing (wasting paper) and re-opening the dialog.

karl, Zwylicht, please attach the PPDs of your printers
(/etc/cups/ppd/*.ppd) to this bug report (do not compress them and do
not pack them together). This way the GTK developers can test the
bahavior of the dialog and fix it.


** Package changed: evince (Ubuntu) = gtk+3.0 (Ubuntu)

** Changed in: gtk+3.0 (Ubuntu)
   Importance: Undecided = High

** Summary changed:

- cannot print duplex
+ Duplex option disappearing in the GTK print dialog

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1212621

Title:
  Duplex option disappearing in the GTK print dialog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1212621/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1153517] Re: evince does not save filled PDF forms

2013-08-16 Thread Till Kamppeter
Now I can save filled forms via Save a copy ... in evince, but it
would be great if the interface had also Save now.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1153517

Title:
  evince does not save filled PDF forms

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/1153517/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1210753] [NEW] Movie Player in full screen mode not controllable via touch screen

2013-08-10 Thread Till Kamppeter
Public bug reported:

I have a Lenovo Thinkpad Twist convertible ultrabook. The tablet mode
(touchscreen-only operation, keyboard folded away) get continuously
working better.

Now I have hit a bug in the movie player. I double-click (double-tap) a
video in Nautilus and the movie player pops up with the video. As long
as I leave the movie player being a window I can easily control the
video with the touch screen. If I click the full-screen button, the
video plays full-screen as expected, but I cannot leave full-screen mode
with any touch operation and I also cannot make an operation panel to
control the video show up via the touch screen.

I am on Saucy with the standard Unity deesktop.

** Affects: totem (Ubuntu)
 Importance: High
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1210753

Title:
  Movie Player in full screen mode not controllable via touch screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1210753/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1210753] Re: Movie Player in full screen mode not controllable via touch screen

2013-08-10 Thread Till Kamppeter
It is not impossible to operate the full-screen video by touch screen
but it is not intuitive. I always tried to tap the screen to get an
operation panel and this did not work. I have to swipe over the screen
(equivalent to moving the mouse) to get the panel. Then all works. The
panel stays long enough to go to it with the finger to control the
video. What should be done to make operation intuitive is to already pop
up the panel with a tap (equivalent to left click) onto an arbitrary
point of the screen.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1210753

Title:
  Movie Player in full screen mode not controllable via touch screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1210753/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1208535] [NEW] gvfsd-mtp crashed with SIGFPE in g_hash_table_lookup_node()

2013-08-05 Thread Till Kamppeter
Public bug reported:

Occured when unmounting the Nexus 7 (running Android 4.3) by clicking
the eject symbol in the Nautilus window.

ProblemType: Crash
DistroRelease: Ubuntu 13.10
Package: gvfs-backends 1.17.2-0ubuntu5
Uname: Linux 3.11.0-031100rc3-generic x86_64
ApportVersion: 2.12-0ubuntu2
Architecture: amd64
CrashCounter: 1
Date: Mon Aug  5 18:23:23 2013
ExecutablePath: /usr/lib/gvfs/gvfsd-mtp
InstallationDate: Installed on 2013-06-05 (61 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130605)
MarkForUpload: True
ProcCmdline: /usr/lib/gvfs/gvfsd-mtp --spawner :1.4 /org/gtk/gvfs/exec_spaw/2
Signal: 8
SourcePackage: gvfs
StacktraceTop:
 g_hash_table_lookup () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 ?? ()
 ?? ()
 g_vfs_job_run () from /usr/lib/x86_64-linux-gnu/gvfs/libgvfsdaemon.so
 ?? () from /usr/lib/x86_64-linux-gnu/gvfs/libgvfsdaemon.so
Title: gvfsd-mtp crashed with SIGFPE in g_hash_table_lookup()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

** Affects: gvfs (Ubuntu)
 Importance: Medium
 Status: New


** Tags: amd64 apport-crash saucy third-party-packages

** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1208535

Title:
  gvfsd-mtp crashed with SIGFPE in g_hash_table_lookup_node()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1208535/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1071922] Re: double tap does not open folders or files in Nautilus

2013-04-02 Thread Till Kamppeter
I can confirm that double-tap works on the touch screen of the Lenovo
Thinpad Twist with Raring.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1071922

Title:
  double tap does not open folders or files in Nautilus

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1071922/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1153517] Re: evince does not save filled PDF forms

2013-03-26 Thread Till Kamppeter
According to the upstream bug report this is a Poppler bug, fixed in
0.22.x. Can Ubuntu Raring be updated to 0.22.x or the fix be backported
to Raring?

Adding Poppler task.
 

** Also affects: poppler (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: poppler (Ubuntu)
   Status: New = Triaged

** Changed in: poppler (Ubuntu)
   Importance: Undecided = High

** Changed in: poppler (Ubuntu)
Milestone: None = ubuntu-13.04

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1153517

Title:
  evince does not save filled PDF forms

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/1153517/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1114661] Re: hpcups messes up space after exclamation mark

2013-03-20 Thread Till Kamppeter
Can everyone with the problem please print the file with the Print to
file printer choice in the print dialog and with PDF as output format.
Then please attach the original and the resulting PDF. Thanks.

** Changed in: hplip (Ubuntu)
   Status: New = Invalid

** Changed in: evince (Ubuntu)
   Importance: Undecided = High

** Changed in: evince (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1114661

Title:
  hpcups messes up space after exclamation mark

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1114661/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1153517] Re: evince does not save filled PDF forms

2013-03-11 Thread Till Kamppeter
** Bug watch added: GNOME Bug Tracker #695615
   https://bugzilla.gnome.org/show_bug.cgi?id=695615

** Also affects: evince via
   https://bugzilla.gnome.org/show_bug.cgi?id=695615
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1153517

Title:
  evince does not save filled PDF forms

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/1153517/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1153517] [NEW] evince does not save filled PDF forms

2013-03-11 Thread Till Kamppeter
Public bug reported:

This looks very similar to bug 153428, but it does not seem to be
exactly the same.

I am on Raring and open the attached PDF file with a form. I can fill in
the form without problems, but if I want to save the form (there is only
Save a copy ... not Save, as already complained about in bug 153428)
I get the error message

The file could not be saved as 
Document is encrypted

The issuer of the form has explicitly allowed to save the filled form.
Adobe Reader on 32-bit Precise saves it without problems and with the
filled fields (and I can load the saved form with evince on my Raring
box and print it with the filled data).

** Affects: evince
 Importance: Unknown
 Status: Unknown

** Affects: evince (Ubuntu)
 Importance: High
 Status: New

** Attachment added: V0100.pdf
   https://bugs.launchpad.net/bugs/1153517/+attachment/3567966/+files/V0100.pdf

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1153517

Title:
  evince does not save filled PDF forms

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/1153517/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1130448] Re: system-config-printer-gnome don't detect a hp-4500 all-in-one series printer plugged on a NAS (usb) shared with samba.

2013-03-06 Thread Till Kamppeter
system-config-printer by itself works, but the new GNOME tool does not,
perhaps it is the following bug:
https://bugzilla.gnome.org/show_bug.cgi?id=695286

Moving to gnome-control-center ...

** Bug watch added: GNOME Bug Tracker #695286
   https://bugzilla.gnome.org/show_bug.cgi?id=695286

** Package changed: system-config-printer (Ubuntu) = gnome-control-
center (Ubuntu)

** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided = High

** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete = New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1130448

Title:
  system-config-printer-gnome don't detect a hp-4500 all-in-one series
  printer plugged on a NAS (usb) shared with samba.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1130448/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1116513] Re: /usr/lib/cups/filter/pdftops failed

2013-02-11 Thread Till Kamppeter
Following the previous comment this problem is a Poppler bug and fixed
in current Poppler. Poppler 0.22.x will most probably get into Raring,
but note that the pdftops CUPS filter uses GhostScript in newer Ubuntu
versions, so the problem is probably solved at least from Quantal on.
For older Ubuntu versions where the pdftops CUPS filter still uses
Poppler we should perhaps consider backporting the Poppler fix.

Moving to Poppler ...

Sylvia, thank you for finding out this.


** Package changed: cups-filters (Ubuntu) = poppler (Ubuntu)

** Changed in: poppler (Ubuntu)
   Importance: Undecided = High

** Changed in: poppler (Ubuntu)
   Status: Incomplete = Triaged

** Changed in: poppler (Ubuntu)
Milestone: None = ubuntu-13.04-feature-freeze

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/1116513

Title:
  /usr/lib/cups/filter/pdftops failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/1116513/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1115669] Re: GNOME Printer Setup Tool: List of discovered printers should better describe duplicate entries

2013-02-05 Thread Till Kamppeter
** Bug watch added: GNOME Bug Tracker #693183
   https://bugzilla.gnome.org/show_bug.cgi?id=693183

** Also affects: gnome-control-center via
   https://bugzilla.gnome.org/show_bug.cgi?id=693183
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1115669

Title:
  GNOME Printer Setup Tool: List of discovered printers should better
  describe duplicate entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1115669/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1115653] Re: GNOME Printer Setup Tool: Printers are discovered only through a hard-coded list of CUPS backends

2013-02-05 Thread Till Kamppeter
** Bug watch added: GNOME Bug Tracker #693182
   https://bugzilla.gnome.org/show_bug.cgi?id=693182

** Also affects: gnome-control-center via
   https://bugzilla.gnome.org/show_bug.cgi?id=693182
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1115653

Title:
  GNOME Printer Setup Tool: Printers are discovered only through a hard-
  coded list of CUPS backends

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1115653/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1115691] Re: GNOME Printer Setup Tool: While printer discovery is running, printer selection is returned to the first in the list many times

2013-02-05 Thread Till Kamppeter
** Bug watch added: GNOME Bug Tracker #693185
   https://bugzilla.gnome.org/show_bug.cgi?id=693185

** Also affects: gnome-control-center via
   https://bugzilla.gnome.org/show_bug.cgi?id=693185
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1115691

Title:
  GNOME Printer Setup Tool: While printer discovery is running, printer
  selection is returned to the first in the list many times

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1115691/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1115683] Re: GNOME Printer Setup Tool: Show manufacturer names in the list of discovered printers

2013-02-05 Thread Till Kamppeter
** Bug watch added: GNOME Bug Tracker #693184
   https://bugzilla.gnome.org/show_bug.cgi?id=693184

** Also affects: gnome-control-center via
   https://bugzilla.gnome.org/show_bug.cgi?id=693184
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1115683

Title:
  GNOME Printer Setup Tool: Show manufacturer names in the list of
  discovered printers

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1115683/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1115701] Re: GNOME Printer Setup Tool: HP printers discovered by both usb and hp CUPS backends - Two indistinguishable entries in the list of discovered printers

2013-02-05 Thread Till Kamppeter
** Bug watch added: GNOME Bug Tracker #693186
   https://bugzilla.gnome.org/show_bug.cgi?id=693186

** Also affects: gnome-control-center via
   https://bugzilla.gnome.org/show_bug.cgi?id=693186
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1115701

Title:
  GNOME Printer Setup Tool: HP printers discovered by both usb and hp
  CUPS backends - Two indistinguishable entries in the list of
  discovered printers

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1115701/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1115717] Re: GNOME Printer Setup Tool: GetBestDrivers D-Bus method of system-config-printer is called twice during the setup of one printer

2013-02-05 Thread Till Kamppeter
** Bug watch added: GNOME Bug Tracker #693188
   https://bugzilla.gnome.org/show_bug.cgi?id=693188

** Changed in: gnome-control-center
   Importance: Undecided = Unknown

** Changed in: gnome-control-center
   Status: New = Unknown

** Changed in: gnome-control-center
 Remote watch: None = GNOME Bug Tracker #693188

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1115717

Title:
  GNOME Printer Setup Tool: GetBestDrivers D-Bus method of system-
  config-printer is called twice during the setup of one printer

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1115717/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1115703] Re: GNOME Printer Setup Tool: - button deletes printers without confirmation

2013-02-05 Thread Till Kamppeter
** Bug watch added: GNOME Bug Tracker #693187
   https://bugzilla.gnome.org/show_bug.cgi?id=693187

** Changed in: gnome-control-center
   Importance: Undecided = Unknown

** Changed in: gnome-control-center
   Status: New = Unknown

** Changed in: gnome-control-center
 Remote watch: None = GNOME Bug Tracker #693187

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1115703

Title:
  GNOME Printer Setup Tool: - button deletes printers without
  confirmation

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1115703/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1115653] [NEW] GNOME Printer Setup Tool: Printers are discovered only through a hard-coded list of CUPS backends

2013-02-04 Thread Till Kamppeter
Public bug reported:

For development of printing infrastructure I use a test CUPS backend
(attached, to be installed in /usr/lib/cups/backend/ and to be made
executable) reporting printers as detected which in reality do not
exist, so that I do not need the actual printer models for the test.
Other users use manufacturer-supplied printer drivers which bring their
own CUPS backends, and Ubuntu also ships the hpfax backend which is
not in the hard-coded list.

The source code of gnome-control-center, file panels/printers/pp-utils.c
contains

--
[...]
static void
get_device_attributes_async_scb (GHashTable *result,
 gpointeruser_data)
{
  [...]
  const gchar *backends[] =
{hpfax, ncp, beh, bluetooth, snmp,
 dnssd, hp, ipp, lpd, parallel,
 serial, socket, usb, NULL};
  [...]
--

and tests show that the tool is actually only discovering printers
through these backends. It is easy to make CUPS using all backends for
detecting printers, one can do it by a single function call. Other
printer setup tools do it this way and I expect gnome-control-center to
also use all CUPS backends, so that users who use special backends can
set up their printers.

** Affects: gnome-control-center (Ubuntu)
 Importance: High
 Status: New

** Attachment added: /usr/lib/cups/backend/testbackend
   
https://bugs.launchpad.net/bugs/1115653/+attachment/3514989/+files/testbackend

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1115653

Title:
  GNOME Printer Setup Tool: Printers are discovered only through a hard-
  coded list of CUPS backends

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1115653/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1115669] [NEW] GNOME Printer Setup Tool: List of discovered printers should better describe duplicate entries

2013-02-04 Thread Till Kamppeter
Public bug reported:

When adding a printer a list of discovered printers is shown. If there
are duplicate entries, for example if the same network printer is
discovered with different network protocols (LPD, IPP, ...), these
entries are usually grouped into one by using the D-Bus service of
system-config-printer. system-config-printer groups entries coming from
the network connection of the printer and groups entries coming from the
USB connection of the printer, but it does not group network results
with USB results, as system-config-printer separates them by a tree
view. This means that when one connects one printer by both network and
USB one gets two entries, one generated from all appearances under the
discovered network printers and one from all appearances under the
discovered USB printers (and if theis printer does Bluetooth there would
be a third entry). Now the g-c-c printer tool lists these entries as

model name
model name-2

This way the user does not know which is the network printer and which
is the USB printer. The results dhould look like

model name (USB)
model name (Network)

To reproduce connect a printer with both network and USB (or Bluetooth)
input by both network and USB, then try to set it up with the preferred
connection type.

** Affects: gnome-control-center (Ubuntu)
 Importance: High
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1115669

Title:
  GNOME Printer Setup Tool: List of discovered printers should better
  describe duplicate entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1115669/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1115683] [NEW] GNOME Printer Setup Tool: Show manufacturer names in the list of discovered printers

2013-02-04 Thread Till Kamppeter
Public bug reported:

When I add a printer with the printer setup tool of GNOME Control Center
I get a list like

Artisan 710
PX-B700
CLP-300
FooJet
LaserJet

It would be much easier for the user when he gets

Epson Artisan 710
Epson PX-B700
Samsung CLP-300
Acme FooJet
HP LaserJet

** Affects: gnome-control-center (Ubuntu)
 Importance: High
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1115683

Title:
  GNOME Printer Setup Tool: Show manufacturer names in the list of
  discovered printers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1115683/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1115691] [NEW] GNOME Printer Setup Tool: While printer discovery is running, printer selection is returned to the first in the list many times

2013-02-04 Thread Till Kamppeter
Public bug reported:

When I add a new printer, first the printer discovery happens. An empty
list appears and at the bottom a spinner is showing that some work is
done, then in the list window at first the local (USB) printers appear
and several seconds later the network printers. When I want to set up a
local printer I click on it as soon as it appears and do not wait for
the discovery process to finish. Now during the discovery process the
list is updated every few seconds and whenever this happens the
selection jumps back to the first entry in the list. If this happens
between selecting the desired printer and clicking the OK button, the
first entry in the list gets added and not the desired one.

What has to be done is keeping the selection on the entry which the user
has clicked all the time, also during the updates of the list, so that
if the user clicks OK at any time the entry he has selected gets used.

To reproduce, connect at least two local (USB) printers and have also at
least one network or Bluetooth printer. Select the second local printer
before the network and/or Bluetooth printers appear. Observe the list,
after some seconds the selection goes back to the first entry.

** Affects: gnome-control-center (Ubuntu)
 Importance: High
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1115691

Title:
  GNOME Printer Setup Tool: While printer discovery is running, printer
  selection is returned to the first in the list many times

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1115691/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1115703] [NEW] GNOME Printer Setup Tool: - button deletes printers without confirmation

2013-02-04 Thread Till Kamppeter
Public bug reported:

If I click the - button in the printer setup tool the selected printer
gets immediately removed, without any confirmation pop-up.

One can easily remove the wrong printer or easily click - instead of
+, so it happens easily that one accidentally removes a print queue.

** Affects: gnome-control-center (Ubuntu)
 Importance: Critical
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1115703

Title:
  GNOME Printer Setup Tool: - button deletes printers without
  confirmation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1115703/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1115701] [NEW] GNOME Printer Setup Tool: HP printers discovered by both usb and hp CUPS backends - Two indistinguishable entries in the list of discovered printers

2013-02-04 Thread Till Kamppeter
Public bug reported:

I have several HP printers. If I connect one of them via USB and click
the + button to add a new printer in GNOME's printer setup tool, I get
two entries where a user will not see the difference:

HP-LaserJet-3390
HP-LaserJet-3390-2

To find out why I got two entries, I added two print queues, one using
the first entry, another using the second entry. Then I ran the command

lpstat -v

and got

device for HP-LaserJet-3390: usb://HP/LaserJet%203390?serial=00CNMJP81545
device for HP-LaserJet-3390-2: hp:/usb/HP_LaserJet_3390?serial=00CNMJP81545

So the first comes from the HP LaserJet 3390 discovered via the usb
CUPS backend and the second from the same printer via the hp backend.

The preferred backend is the latter, as it is made by HP especially for
HP printers. Therefore there should be only one entry, using the hp
backend. system-config-printer does this correctly, so usingf the D-Bus
service of system-config-printer one should be able to join these
entries to one using the hp backend.

Note that this is not a duplicate of bug 1115669. That bug is about
making duplicate entries distinguishable, this bug is about making the
hp backend used with HP printers.

** Affects: gnome-control-center (Ubuntu)
 Importance: High
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1115701

Title:
  GNOME Printer Setup Tool: HP printers discovered by both usb and hp
  CUPS backends - Two indistinguishable entries in the list of
  discovered printers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1115701/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1115717] [NEW] GNOME Printer Setup Tool: GetBestDrivers D-Bus method of system-config-printer is called twice during the setup of one printer

2013-02-04 Thread Till Kamppeter
Public bug reported:

When I set up a new printer the procedure to find the best driver,
GetBestDrivers of system-config-printer's D-Bus service is called twice.
This one sees especially if one sets up a printer for which no driver is
available. One sees this by the Searching for Drivers wait pop-up
(system-config-printer 1.3.11+20120807-0ubuntu12 needed, Raring fully
updated) appearing twice.

** Affects: gnome-control-center (Ubuntu)
 Importance: High
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1115717

Title:
  GNOME Printer Setup Tool: GetBestDrivers D-Bus method of system-
  config-printer is called twice during the setup of one printer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1115717/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1115717] Re: GNOME Printer Setup Tool: GetBestDrivers D-Bus method of system-config-printer is called twice during the setup of one printer

2013-02-04 Thread Till Kamppeter
This is a regression compared to Quantal. There system-config-printer
was used which did it correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1115717

Title:
  GNOME Printer Setup Tool: GetBestDrivers D-Bus method of system-
  config-printer is called twice during the setup of one printer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1115717/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1115703] Re: GNOME Printer Setup Tool: - button deletes printers without confirmation

2013-02-04 Thread Till Kamppeter
This is a regression compared to Quantal. There system-config-printer
was used which did it correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1115703

Title:
  GNOME Printer Setup Tool: - button deletes printers without
  confirmation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1115703/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1115701] Re: GNOME Printer Setup Tool: HP printers discovered by both usb and hp CUPS backends - Two indistinguishable entries in the list of discovered printers

2013-02-04 Thread Till Kamppeter
This is a regression compared to Quantal. There system-config-printer
was used which did it correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1115701

Title:
  GNOME Printer Setup Tool: HP printers discovered by both usb and hp
  CUPS backends - Two indistinguishable entries in the list of
  discovered printers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1115701/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1115691] Re: GNOME Printer Setup Tool: While printer discovery is running, printer selection is returned to the first in the list many times

2013-02-04 Thread Till Kamppeter
This is a regression compared to Quantal. There system-config-printer
was used which did it correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1115691

Title:
  GNOME Printer Setup Tool: While printer discovery is running, printer
  selection is returned to the first in the list many times

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1115691/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1115683] Re: GNOME Printer Setup Tool: Show manufacturer names in the list of discovered printers

2013-02-04 Thread Till Kamppeter
This is a regression compared to Quantal. There system-config-printer
was used which did it correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1115683

Title:
  GNOME Printer Setup Tool: Show manufacturer names in the list of
  discovered printers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1115683/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1115669] Re: GNOME Printer Setup Tool: List of discovered printers should better describe duplicate entries

2013-02-04 Thread Till Kamppeter
This is a regression compared to Quantal. There system-config-printer
was used which did it correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1115669

Title:
  GNOME Printer Setup Tool: List of discovered printers should better
  describe duplicate entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1115669/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1115653] Re: GNOME Printer Setup Tool: Printers are discovered only through a hard-coded list of CUPS backends

2013-02-04 Thread Till Kamppeter
This is a regression compared to Quantal. There system-config-printer
was used which did it correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1115653

Title:
  GNOME Printer Setup Tool: Printers are discovered only through a hard-
  coded list of CUPS backends

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1115653/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1112443] [NEW] gnome-control-center crashed with SIGSEGV in g_type_instance_get_private()

2013-02-01 Thread Till Kamppeter
Public bug reported:

.

ProblemType: Crash
DistroRelease: Ubuntu 13.04
Package: gnome-control-center 1:3.6.3-0ubuntu12
Uname: Linux 3.1.10-9-nexus7 armv7l
ApportVersion: 2.8-0ubuntu3
Architecture: armhf
Date: Fri Feb  1 12:52:19 2013
ExecutablePath: /usr/bin/gnome-control-center
MarkForUpload: True
ProcCmdline: gnome-control-center --overview
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: gnome-control-center
StacktraceTop:
 ?? () from /usr/lib/libgnome-bluetooth.so.11
 g_type_instance_get_private () from 
/usr/lib/arm-linux-gnueabihf/libgobject-2.0.so.0
 ?? ()
 ?? ()
Title: gnome-control-center crashed with SIGSEGV in 
g_type_instance_get_private()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
usr_lib_gnome-control-center:
 activity-log-manager-control-center 0.9.4-0ubuntu6.1
 deja-dup25.3-0ubuntu1
 gnome-control-center-signon 0.1.2bzr12.12.05-0ubuntu1
 gnome-control-center-unity  1.2-0ubuntu1
 indicator-datetime  12.10.3daily13.01.25-0ubuntu1

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash armhf need-armhf-retrace raring running-unity

** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1112443

Title:
  gnome-control-center crashed with SIGSEGV in
  g_type_instance_get_private()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1112443/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1101213] Re: G-c-c printing doesn't allow you to select a hp printer

2013-01-23 Thread Till Kamppeter
As system-config-printer works, it must be a bug in the GNOME printer
setup tool.

I have never done anything on the code of the tool. Marek Kasik from Red
Hat is working on it upstream. I have informed him now.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1101213

Title:
  G-c-c printing doesn't allow you to select a hp printer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1101213/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1101213] Re: G-c-c printing doesn't allow you to select a hp printer

2013-01-23 Thread Till Kamppeter
Reported problem upstream:

https://bugzilla.gnome.org/show_bug.cgi?id=692376


** Bug watch added: GNOME Bug Tracker #692376
   https://bugzilla.gnome.org/show_bug.cgi?id=692376

** Also affects: gnome-control-center via
   https://bugzilla.gnome.org/show_bug.cgi?id=692376
   Importance: Unknown
   Status: Unknown

** Changed in: gnome-control-center (Ubuntu)
   Importance: Low = High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1101213

Title:
  G-c-c printing doesn't allow you to select a hp printer

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1101213/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1101213] Re: G-c-c printing doesn't allow you to select a hp printer

2013-01-23 Thread Till Kamppeter
Upstream fix is already committed:

http://cgit.freedesktop.org/cups-pk-
helper/commit/?id=f00aee0b43c31e94087668b23b72e873c660de5e

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1101213

Title:
  G-c-c printing doesn't allow you to select a hp printer

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1101213/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1083396] Re: Evince ignores b/w printing with Canon MP280

2012-11-28 Thread Till Kamppeter
Looking into your error_log makes the iompression that all works
correctly. The job is sent with a grayscale option and the option is
correctly applied to the driver. If the printout is still color than the
bug is in Canon's (closed-source) printer driver. Please report the
problem to Canon.

Closing as this is not a Ubuntu bug.

** Changed in: evince (Ubuntu)
   Status: Incomplete = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1083396

Title:
  Evince ignores b/w printing with Canon MP280

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1083396/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1082519] Re: GTK Print dialog needs to support Bonjour broadcasting of remote printers

2012-11-27 Thread Till Kamppeter
** Changed in: gtk+2.0 (Ubuntu)
Milestone: None = ubuntu-13.04-feature-freeze

** Changed in: gtk+3.0 (Ubuntu)
Milestone: None = ubuntu-13.04-feature-freeze

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1082519

Title:
  GTK Print dialog needs to support Bonjour broadcasting of remote
  printers

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/1082519/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1083396] Re: Evince ignores b/w printing with Canon MP280

2012-11-27 Thread Till Kamppeter
Please follow the instructions of the sections CUPS error_log and
Capturing print job data on
https://wiki.ubuntu.com/DebuggingPrintingProblems.

** Changed in: evince (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1083396

Title:
  Evince ignores b/w printing with Canon MP280

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1083396/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1082519] [NEW] GTK Print dialog needs to support Bonjour broadcasting of remote printers

2012-11-23 Thread Till Kamppeter
Public bug reported:

CUPS upstream dropped the CUPS broadcasting/browsing mechanism to automatically
discover shared remote printers beginning from 1.6.x. Replacement is
Bonjour-based broadcasting odf the shared printers by CUPS and on the client
side the application's print dialogs are responsible for browsing these
broadcasts and listing the remote printers appropriately. CUPS even provides a
library function for that now.

See

https://blueprints.launchpad.net/ubuntu/+spec/desktop-r-cups-bonjour-
browsing

I wrote there:

--
The CUPS Browsing/Broadcasting mechanism which made print queues shared on
remote CUPS servers automatically visible for the local CUPS daemon and so for
local applications got dropped upstream from CUPS 1.6.x on. Ubpstream has
replaced this functionality by Bonjour-based broadcasting (under Linux
implemented via Avahi), an OS-indpendent PWG (Printing Working Group) standard,
but this lacks the implementation of browsing on the client side making the
printers on remote CUPS servers not automatically appearing any more.

Ubuntu Quantal's CUPS has a mega patch to forward-port this functionality from
the old CUPS for one cycle, to avoid regressions. We cannot carry such a patch
eternally, and we should follow upstream and the PWG standards.

So in Ubuntu Raring we need the real solution which means that the print
dialogs (upstream-recommended solution) or the CUPS daemon (how I like to have
it) takes the new Bonjour (Avahi) broadcasts to display the shared remote CUPS
queues automatically. The browsing functionality is implemented in the CUPS
library (libcups) from CUPS 1.6.x on, but there is currently no production code
using these functions.

Upstream expects the print dialogs to use the new library functions for
displaying the new queues. This would require modifications and upstream
submissions for GTK, Qt, and LibreOffice at least and this does not safely
cover all existing applications which have CUPS-aware print dialogs and
therefore listed the remote queues before. Especially printing from the command
line would not be covered.

The better approach would be modifying the CUPS daemon so that it uses the new
library function to find the remote queues and advertize them like its own
local queues. Where the CUPS daemon needs to be patched for that we could
probably derive from Quantal's CUPS Broadcasting/Browsing forward port patch.
The new Bonjour browsing patch being based on the new standard way of Bonjour
broadcasting has probably good chances to be accepted upstream.

This feature does not only prevent a regression, but it also helps to more
easily access printers connected to Mac OS X machines (they broadcasted
Bonjour-only all the time) and also for mobile Ubuntu devices. Usually you do
not have connected printers to tablets or phones and you carry them around
between different local networks, so here it is especially important that they
automatically pick up the print queues in the local network.
--

Such a patch to the CUPS daemon or an extra daemon to do the browsing and
add/remove queues appropriately in the local CUPS environment is also not the
best solution but a way to avoid regressions with legacy apps.

The real intention from upstream is that all print dialogs browse the print
queues available on the local network via Bonjour (under Linux implemented by
Avahi), where print queues on the local network are CUPS queues from Linux and
Mac OS X but also IPP printers which broadcast themselves via Bonjour (IPP
Everywhere printers). Printing on iOS devices (iPhone, iPad, iPod Touch)
already works this way. These devices do not allow the setup of local queues at
all and they discovcer available print queues via Bonjour.

For this the CUPS library has even special functions, see as sample code the
program

cups/testcups.c

to be called as follows:

cups/testcups enum 1

enum makes it enumerating printers and the number is the number of seconds to
Bonjour-browse for network printers.

The library function is the function cupsEnumDests() in cups/dest.c. For
Bonjour browsing it must be called with a non-zero value for the msec
parameter.

This feature in the print dialogs is VERY urgent because:

- This is how CUPS upstream and also the PWG (Printing Working Group,
  http://www.pwg.org/) expects how network printing with automatic
  queue discovery works.

- This is less resource-consuming on mobile devices which do not have
  local print queues. avahi-daemon is running anyway and the CUPS
  daemon does not need to be running when there are no local queues.

- CUPS upstream would not most probably not accept patches on the CUPS
  daemon to browse for Bonjour-advertized queues and let them appear
  like local queues.

** Affects: gtk
 Importance: Unknown
 Status: Unknown

** Affects: gtk+2.0 (Ubuntu)
 Importance: High
 Status: New

** Affects: gtk+3.0 (Ubuntu)
 Importance: High
 Status: New

** Changed in: gtk+3.0 (Ubuntu)
 

[Bug 1080656] Re: bluetooth-wizard crashes when the name of a discovered device is NULL

2012-11-21 Thread Till Kamppeter
Note that the problem also occurs on Intel-based PCs, so until the
bluetoothd crasher on the Nexus 7 is fixed it can be investigated on the
PC platform. Probably the fix is even the same on both platforms.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1080656

Title:
  bluetooth-wizard crashes when the name of a discovered device is NULL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-nexus7/+bug/1080656/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1080656] [NEW] bluetooth-wizard crashes when the name of a discovered device is NULL

2012-11-19 Thread Till Kamppeter
Public bug reported:

If you scan for pairing-ready Bluetooth devices and one of the device's
names is NULL, bluetooth-wizard shows the alias based on the devices
address, like 00-26-55-09-6A-9C (and bt-adapter -d of bluez-tools
shows Name: (null)). If you click on such an entry in bluetooth-wizard
(or move the selection to such an entry with the cursor keys), the
wizard simply crashes, making it impossible to pair this device.

I observed this in Quantal both on a standard 64-bit Intel PC and on the Nexus 
7.
--- 
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
DistroRelease: Ubuntu 12.10
InstallationDate: Installed on 2012-07-27 (115 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120724.2)
MarkForUpload: True
Package: gnome-bluetooth 3.6.0-0ubuntu1
PackageArchitecture: amd64
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Tags:  quantal running-unity
Uname: Linux 3.5.0-18-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
--- 
ApportVersion: 2.6.1-0ubuntu3
Architecture: armhf
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-newark-quantal-armhf-20121026-1
DistroRelease: Ubuntu 12.10
Package: gnome-bluetooth 3.6.0-0ubuntu1
PackageArchitecture: armhf
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Tags:  quantal running-unity
Uname: Linux 3.1.10-6-nexus7 armv7l
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dialout dip lpadmin nopasswdlogin plugdev sudo

** Affects: gnome-bluetooth (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-collected quantal running-unity

** Package changed: cups (Ubuntu) = gnome-bluetooth (Ubuntu)

** Tags added: apport-collected quantal running-unity

** Description changed:

  If you scan for pairing-ready Bluetooth devices and one of the device's
  names is NULL, bluetooth-wizard shows the alias based on the devices
  address, like 00-26-55-09-6A-9C (and bt-adapter -d of bluez-tools
  shows Name: (null)). If you click on such an entry in bluetooth-wizard
  (or move the selection to such an entry with the cursor keys), the
  wizard simply crashes, making it impossible to pair this device.
  
- I observed this in Quantal both on a standard 64-bit Intel PC and on the
- Nexus 7.
+ I observed this in Quantal both on a standard 64-bit Intel PC and on the 
Nexus 7.
+ --- 
+ ApportVersion: 2.6.1-0ubuntu6
+ Architecture: amd64
+ DistroRelease: Ubuntu 12.10
+ InstallationDate: Installed on 2012-07-27 (115 days ago)
+ InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120724.2)
+ MarkForUpload: True
+ Package: gnome-bluetooth 3.6.0-0ubuntu1
+ PackageArchitecture: amd64
+ ProcEnviron:
+  TERM=xterm
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=set
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
+ Tags:  quantal running-unity
+ Uname: Linux 3.5.0-18-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1080656

Title:
  bluetooth-wizard crashes when the name of a discovered device is NULL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/1080656/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1080656] Dependencies.txt

2012-11-19 Thread Till Kamppeter
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1080656/+attachment/3438496/+files/Dependencies.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1080656

Title:
  bluetooth-wizard crashes when the name of a discovered device is NULL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/1080656/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1080656] Re: bluetooth-wizard crashes when the name of a discovered device is NULL

2012-11-19 Thread Till Kamppeter
apport information

** Description changed:

  If you scan for pairing-ready Bluetooth devices and one of the device's
  names is NULL, bluetooth-wizard shows the alias based on the devices
  address, like 00-26-55-09-6A-9C (and bt-adapter -d of bluez-tools
  shows Name: (null)). If you click on such an entry in bluetooth-wizard
  (or move the selection to such an entry with the cursor keys), the
  wizard simply crashes, making it impossible to pair this device.
  
  I observed this in Quantal both on a standard 64-bit Intel PC and on the 
Nexus 7.
  --- 
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: amd64
  DistroRelease: Ubuntu 12.10
  InstallationDate: Installed on 2012-07-27 (115 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120724.2)
  MarkForUpload: True
  Package: gnome-bluetooth 3.6.0-0ubuntu1
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
  Tags:  quantal running-unity
  Uname: Linux 3.5.0-18-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
+ --- 
+ ApportVersion: 2.6.1-0ubuntu3
+ Architecture: armhf
+ DistributionChannelDescriptor:
+  # This is a distribution channel descriptor
+  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
+  canonical-oem-newark-quantal-armhf-20121026-1
+ DistroRelease: Ubuntu 12.10
+ Package: gnome-bluetooth 3.6.0-0ubuntu1
+ PackageArchitecture: armhf
+ ProcEnviron:
+  TERM=xterm
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=set
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ Tags:  quantal running-unity
+ Uname: Linux 3.1.10-6-nexus7 armv7l
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dialout dip lpadmin nopasswdlogin plugdev sudo

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1080656/+attachment/3438497/+files/Dependencies.txt

** Changed in: gnome-bluetooth (Ubuntu)
   Importance: Undecided = High

** Also affects: ubuntu-nexus7
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1080656

Title:
  bluetooth-wizard crashes when the name of a discovered device is NULL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-nexus7/+bug/1080656/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1042111] Re: gs can't render some fonts. Example was created with 10.04

2012-09-26 Thread Till Kamppeter
For me the file displays correctly in evince and gs on Quantal and fails
in both evince and gs in Precise.

Marking as fixed in Quantal. I can ask the Ghostscript developers
whether the change which solves this is a simple patch and if so, isuue
an SRU for Precise.


** Changed in: evince (Ubuntu)
   Status: New = Fix Released

** Changed in: ghostscript (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1042111

Title:
  gs can't render some fonts. Example was created with 10.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1042111/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1042111] Re: gs can't render some fonts. Example was created with 10.04

2012-09-26 Thread Till Kamppeter
Chris, thank you very much.

** Also affects: evince (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: ghostscript (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: evince (Ubuntu Precise)
   Status: New = Invalid

** Changed in: ghostscript (Ubuntu Precise)
   Status: New = Triaged

** Changed in: ghostscript (Ubuntu Precise)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1042111

Title:
  gs can't render some fonts. Example was created with 10.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1042111/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


<    1   2   3   4   5   6   7   8   9   10   >