[Bug 1577223] Re: Crash when opening specific file

2016-05-02 Thread bastik
multiedit plugin causes the error.

I couldn't trim the file sufficiently to share it here, but I can send
it by email for the purpose of bug fixing.

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

Title:
  Crash when opening specific file

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

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


[Bug 1577223] [NEW] Crash when opening specific file

2016-05-01 Thread bastik
Public bug reported:

Gedit crashes when opening a certain file (both from command line and
GUI):

$ gedit NOTES.txt 
**
ERROR:../../gi/pygi-argument.c:1586:_pygi_argument_to_object: code should not 
be reached
Aborted (core dumped)

Other files (also from the same directory) work fine. Copying the file
to a file with same content, but different file name will trigger the
bug also for the new file.

Ubuntu 15.10, gedit 3.10.4-0ubuntu13

** Affects: gedit (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Crash when opening specific file

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

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


[Bug 1301158] Re: nm-applet icon invisible

2014-04-10 Thread bastik
Same here (also XFCE). Upgraded from saucy to trusty on 2014-04-06,
everything up to date and working. Booting today (2014-04-10) and the
nm-applet icon is not visible. Killing and restarting nm-applet from the
command line does not help.

$ lsb_release -rd
Description:Ubuntu Trusty Tahr (development branch)
Release:14.04
$ apt-cache policy network-manager
network-manager:
  Installed: 0.9.8.8-0ubuntu5
  Candidate: 0.9.8.8-0ubuntu5

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

Title:
  nm-applet icon invisible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1301158/+subscriptions

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


[Bug 1110138] Re: Unity: wrong window dimensions / location in Java applications

2013-02-10 Thread bastik
Thanks Sam, compiz is great, I appreciate your work!

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

Title:
  Unity: wrong window dimensions / location in Java applications

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

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


[Bug 1110138] Re: Unity: wrong window dimensions / location in Java applications

2013-02-06 Thread bastik
** Also affects: compiz
   Importance: Undecided
   Status: New

** Description changed:

  In Java applications, the functions to set and get window dimensions and
  position do not work as expected. This problem is only observed in Unity
  but not gnome, Win., etc.
  
  Details:
  
  * Call setSize(200, 200) and setLocation(300,400) for a JDialog object.
  
  * If you call getSize() and getLocation() directly after making the
  JDialog visible, the result will be (200,200) and (300,400). Calling
  getSize() and getLocation() again, a split second later, the result is
  now (200,200) and (301,428). In both cases, the values are wrong, the
  size and location is actually (202,229) and (300,400) as shown by a
  screen capture.
  
  Consequences:
  
  * If the dialog is designed to reach to the bottom of the screen, the
  lower end will be cut off about 30 pixel, so the window needs to be
  moved by the user each time to see the lower button row (e.g. settings
  dialog in netbeans on medium resolution screen).
  
  * In applications that save and restore window position and size, the
  window will move down 28 pixel each time it is opened an closed (e.g.
  JOSM, preference dialog).
  
  Expected behavior:
  
  * The result of getLocation() should be constant for one window unless
  the user moves the window
  
  * setSize(dx,dy) should not set the size of the content pane, but the
  size of the entire window, including window decorations
  
  * be consistent for all Window objects, e.g. in the attached sample, the
  JFrame works correctly, but the JDialog shows the described bug
  
  Output of the sample code (press button click, then press button
  click2):
  
  dlg.getLocationOnScreen()=java.awt.Point[x=300,y=400]
  dlg.getLocationOnScreen()=java.awt.Point[x=301,y=428]
  
  Note: Both getLocation() and getLocationOnScreen() return the same
  values.
  
  Observed for the following Java versions:
  
  java version 1.6.0_24
  OpenJDK Runtime Environment (IcedTea6 1.11.5) (6b24-1.11.5-0ubuntu1~12.10.1)
  OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
  
  and
  
  java version 1.7.0_09
  OpenJDK Runtime Environment (IcedTea7 2.3.4) (7u9-2.3.4-0ubuntu1.12.10.1)
  OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)
  
  Ubuntu 12.10
  
  unity-6.12.0-0ubuntu0.2
+ 
+ update: same behavior in gnome classic with compiz running

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

Title:
  Unity: wrong window dimensions / location in Java applications

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

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


[Bug 1110138] Re: Unity: wrong window dimensions / location in Java applications

2013-02-01 Thread bastik
select package

** Package changed: ubuntu = openjdk-7 (Ubuntu)

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

Title:
  Unity: wrong window dimensions / location in Java applications

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

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


[Bug 1110138] [NEW] Unity: wrong window dimensions / location in Java applications

2013-01-30 Thread bastik
Public bug reported:

In Java applications, the functions to set and get window dimensions and
position do not work as expected. This problem is only observed in Unity
but not gnome, Win., etc.

Details:

* Call setSize(200, 200) and setLocation(300,400) for a JDialog object.

* If you call getSize() and getLocation() directly after making the
JDialog visible, the result will be (200,200) and (300,400). Calling
getSize() and getLocation() again, a split second later, the result is
now (200,200) and (301,428). In both cases, the values are wrong, the
size and location is actually (202,229) and (300,400) as shown by a
screen capture.

Consequences:

* If the dialog is designed to reach to the bottom of the screen, the
lower end will be cut off about 30 pixel, so the window needs to be
moved by the user each time to see the lower button row (e.g. settings
dialog in netbeans on medium resolution screen).

* In applications that save and restore window position and size, the
window will move down 28 pixel each time it is opened an closed (e.g.
JOSM, preference dialog).

Expected behavior:

* The result of getLocation() should be constant for one window unless
the user moves the window

* setSize(dx,dy) should not set the size of the content pane, but the
size of the entire window, including window decorations

* be consistent for all Window objects, e.g. in the attached sample, the
JFrame works correctly, but the JDialog shows the described bug

Output of the sample code (press button click, then press button
click2):

dlg.getLocationOnScreen()=java.awt.Point[x=300,y=400]
dlg.getLocationOnScreen()=java.awt.Point[x=301,y=428]

Note: Both getLocation() and getLocationOnScreen() return the same
values.

Observed for the following Java versions:

java version 1.6.0_24
OpenJDK Runtime Environment (IcedTea6 1.11.5) (6b24-1.11.5-0ubuntu1~12.10.1)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)

and

java version 1.7.0_09
OpenJDK Runtime Environment (IcedTea7 2.3.4) (7u9-2.3.4-0ubuntu1.12.10.1)
OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)

Ubuntu 12.10

unity-6.12.0-0ubuntu0.2

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: java unity

** Attachment added: minimal sample code demonstrating the problem
   
https://bugs.launchpad.net/bugs/1110138/+attachment/3507165/+files/GeometryUnity.java

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

Title:
  Unity: wrong window dimensions / location in Java applications

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

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


[Bug 930354] [NEW] lower case vorbis comment name not recognized

2012-02-10 Thread bastik
Public bug reported:

When processing a *.ogg file with existing vorbis comment tags, lower
case tag keys aren't recognized.

According to the vorbis comment specification, the tag names are case
insensitive.

Using  lltag version 0.14.3-2 on Ubuntu Natty.

How to reproduce:

$ vorbiscomment -w test.ogg -t 'tracknumber=2'
$ vorbiscomment -l test.ogg 
tracknumber=2
$ lltag -n 2 test.ogg 

Processing file test.ogg...
Current tag values are:
  NUMBER: 2
  Tracknumber: 2
  Use these tag values [yaPCEDZROnqQ] (default is yes, h for help) ? y
  Tagging.
$ vorbiscomment -l test.ogg 
TRACKNUMBER=2
tracknumber=2

** Affects: lltag (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  lower case vorbis comment name not recognized

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

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


[Bug 817709] Re: missing buttons: pi, arcsin, arccos, arctan, arsinh, ...

2011-08-02 Thread bastik
Thanks for your answer.

You are right, the π is there. I think I couldn't find it because in the
default font, it looks like a box with the bottom part removed. Usually,
it is typeset more curvy.

Thanks for the hint with Ctrl+I, it works well. However, it is a hidden
feature and I think it is not accessible enough. There should be a non-
shortcut way to activate this function. Either a menu item or a button
^-1. The easiest solution would be to add arcsin, ... to the list of
extra functions under the f(x) button in advanced mode (possibly in a
submenu trigonometry).

This is the default calculator in Ubuntu, so on a fresh system, I would
like it to just work, i. e. it should be intuitive and there should be
no need to read the documentation first. (Although this is never a bad
idea.)

Allowing arcsin to be entered manually would be nice as well. Personally
I prefer plain text input over some advanced formatting and UTF-8
characters like √ and ×. (But it seems to be done well, I can copy 
past without problems.)

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

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

Title:
  missing buttons: pi, arcsin, arccos, arctan, arsinh,...

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

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

[Bug 817709] Re: missing buttons: pi, arcsin, arccos, arctan, arsinh, ...

2011-08-02 Thread bastik
I'd like to add, that sin⁻¹(x) is not a very nice notation because it
conflicts with sin²(x) witch, I think, is much more common.

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

Title:
  missing buttons: pi, arcsin, arccos, arctan, arsinh,...

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

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

[Bug 817709] Re: missing buttons: pi, arcsin, arccos, arctan, arsinh, ...

2011-08-02 Thread bastik
 Well, there is a x-¹ button which does the same as Ctrl+I…

See, this button is very misleading. I never thought, that x could
also stand for a function and not only for a number. You have one button
that does completely different things.

2⁻¹  = 0.5
sin⁻¹0.5 = 30
sin²30 = 0.25
and:
sin⁻²0.5  = 900

The last one is very questionable, there are only 2 possible
interpretations for sin⁻²0.5: Either 1/(sin²0.5) or arcsin(arcsin(0.5)),
but not a mixture of both concepts (multiplicative inverse and
compositional inverse).

 Allowing arcsin to be entered manually would be nice as well.
 Yes, I agree. As I said before, the documentation says that it is
 possible to enter asin which does however not work. So what about
 making the report specifically about this issue (and suggest arcsin
 instead of/in addition to asin which is more a programming language
 name)?

Ok, sounds good.

 I'd like to add, that sin⁻¹(x) is not a very nice notation because it
 conflicts with sin²(x) witch, I think, is much more common.
 Actually I do think it is ok as it is, IMO most people will read
 sin⁻¹(x) as arcsin and sin²(x) as the square of the function value --

I agree, that most people would recognize it correctly. It's just
strange to use both conflicting styles at the same time.

 to me the latter always felt more wrong (why not just write sin(x)²
 ?).

If you write sin λ without the parentheses, sin λ² would too much look
like sin(λ²).

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

Title:
  missing buttons: pi, arcsin, arccos, arctan, arsinh,...

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

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

[Bug 817709] [NEW] missing buttons: pi, arcsin, arccos, arctan, arsinh, ...

2011-07-28 Thread bastik
Public bug reported:

I think this is more of a feature request, but anyway:

I was unable to convert degrees to radians (with full precision). First
I tried to get the value of pi, but couldn't find it in either of the
available modes. To work around this, I tried 4*arctan(1), but this
didn't work either, because it won't accept the arctan function.

IMHO, pi and arctan are basic features, that many people would expect to
find on a pocket calculator.

Thanks for the good work!

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: gcalctool 6.0.1~git20110421-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-11.47-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic i686
Architecture: i386
Date: Thu Jul 28 21:43:53 2011
ExecutablePath: /usr/bin/gcalctool
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gcalctool
UpgradeStatus: No upgrade log present (probably fresh install)
XsessionErrors: (process:9368): Gtk-WARNING **: Locale not supported by C 
library.

** Affects: gcalctool (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug apport-lpi i386 natty

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

Title:
  missing buttons: pi, arcsin, arccos, arctan, arsinh,...

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

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


[Bug 817709] Re: missing buttons: pi, arcsin, arccos, arctan, arsinh, ...

2011-07-28 Thread bastik
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/817709

Title:
  missing buttons: pi, arcsin, arccos, arctan, arsinh,...

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

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


[Bug 809878] Re: Wireless network graphics card stop working after upgrade to 2.6.38-10

2011-07-20 Thread bastik
Installed 2.6.38-11 from -proposed and the issues are gone, thanks!

Don't know how to install 2.6.38-10.46, sorry (wasn't available after
apt-get update).

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

Title:
  Wireless network  graphics card stop working after upgrade to
  2.6.38-10

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

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


[Bug 809878] [NEW] Wireless network graphics card stop working after upgrade to 2.6.38-10

2011-07-13 Thread bastik
Public bug reported:

natty - after automatic upgrade from 2.6.38.8.22 to 2.6.38.10.25, the
graphics card (ATI Mobility Radeon X600) stops working. (Unity won't
start, instead Gnome 2 is loaded.) I am using xserver-xorg-video-radeon
driver.

Also, the Network is down. (Indicator in panel shows empty segment.)

When booting the old kernel, everything works.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Wireless network  graphics card stop working after upgrade to
  2.6.38-10

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

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


[Bug 809878] Re: Wireless network graphics card stop working after upgrade to 2.6.38-10

2011-07-13 Thread bastik
** Attachment added: output of ubuntu-bug linux on 2.6.38-10
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/809878/+attachment/2205515/+files/ubuntu-bug_linux_2.6.38-10.txt

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

Title:
  Wireless network  graphics card stop working after upgrade to
  2.6.38-10

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

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


[Bug 509061] Re: packaging of webkitimageqt

2010-12-19 Thread bastik
James Michael DuPont wrote:
 What about landsat.
 warper.geothings.net works  ?

Yes and yes.

 Whatever you do, please make sure that people who follow the osm
 instructions know what to do to use custom wms layers.

 What do you mean by that? Where is the documentation lacking?

 
 Well at the time the osm docs talked about compiling things yourself etc, I
 have not looked in a long time.
 

You still need to compile for Mac OS.

 Also for the balkans, the yahoo images are better than bing, bing is
 useless
 there.

 Can you point me to a location?

 
 prishtina kosovo.
 42° 39′ 48″ N, 21° 9′
 44http://toolserver.org/%7Egeohack/geohack.php?pagename=Pri%C5%A1tinalanguage=deparams=42.6633_N_21.1622_E_dim:1_region:RS-25_type:city%2855%29

Thanks

 I guess I am totally out of date. Thanks for the info.
 If there is good alternatives, then fine. I dont care, it served its purpose
 at the time.

I take it as a compliment, because it means we are moving forward... :)

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

Title:
  packaging of webkitimageqt 

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

[Bug 509061] Re: packaging of webkitimageqt

2010-12-17 Thread bastik
Why is this still needed?

First of all, Yahoo Imagery is more or less obsolete since we can trace
from Bing aerial imagery, which has better coverage and resolution at
most places. Second you can install gnome-web-photo_0.3-0ubuntu2 instead
and it works the same way. (Yes, you need to downgrade to the version
from Intrepid, newer versions do not work with josm, see
http://wiki.openstreetmap.org/wiki/JOSM/Plugins/WMSPlugin.)

(Typo by OP: this is for wmsplugin/imagery (which is no longer a plugin)
and not for validator (also not a plugin any more).)

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

Title:
  packaging of webkitimageqt 

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


[Bug 509061] Re: packaging of webkitimageqt

2010-12-17 Thread bastik
 I dont use bing. This is needed for custom WMS layers.

Standard wms and tms work out of the box, this is only required for the
html:http://...; kind of imagery source (e.g. yahoo).

 If there is an alternative package, then update the osm docs.

What's wrong with the docs at
http://wiki.openstreetmap.org/wiki/JOSM/Plugins/WMSPlugin ?

 Why do we need kde when we have gnome?

webkitimageqt and gnome-web-photo fulfil exactly the same task in this
case: load a url, render the content and output it in image format. If
there is any practical difference, you should point it out.

 That is not the question why does it take one more than one year for a
package to be integrated?

(not responsible for this)

 Whatever you do, please make sure that people who follow the osm
instructions know what to do to use custom wms layers.

What do you mean by that? Where is the documentation lacking?

 Also for the balkans, the yahoo images are better than bing, bing is useless
there.

Can you point me to a location?

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

Title:
  packaging of webkitimageqt 

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