[Desktop-packages] [Bug 1771880] Re: Seahorse unable to import pkcs12 certificates

2023-12-20 Thread Damjan Jovanovic
Pleasure Sebastien, that's how open-source works, we help each other and
all win :-).

I'm glad you are picking it up at the distro level, but that gcr-3 patch
alone won't fix this issue, as it only comes into play after gnome-
keyring-pkcs11.so is loaded, which won't happen without the gnome-
keyring patch. If you don't like deleting the "enable-in" line, maybe
rather try adding "seahorse" to the list of apps on that line instead?
(You only need to edit /usr/share/p11-kit/modules/gnome-keyring.module
before starting seahorse, which can be done without rebuilding the .deb)

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

Title:
  Seahorse unable to import pkcs12 certificates

Status in seahorse:
  New
Status in gcr package in Ubuntu:
  Fix Committed
Status in gnome-keyring package in Ubuntu:
  Triaged
Status in seahorse package in Ubuntu:
  Triaged
Status in gnome-keyring package in Fedora:
  New
Status in seahorse package in Fedora:
  Unknown

Bug description:
  seahorse 3.20.0-5 / gnome-keyring 3.28.0.2-1ubuntu1.18.04.1 / Ubuntu
  18.04 LTS / GNOME 3.28.1

  When trying to import a certificate into seahorse/gnome-keyring on
  Ubuntu 18.04, seahorse GUI application shows the 'import' button
  greyed out, while mouse hovering the "import" button shows the message
  "Cannot import because there are no compatible importers".

  This problem doesn't occur on Ubuntu 16.04 LTS (Seahorse 3.18.0), as
  I've just tested on my wife's laptop, but happens in my Laptop with
  Ubuntu 18.04 LTS (Seahorse 3.20.0-5).

  Because that problem, it's not possible to digitally sign documents
  with LibreOffice.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1771880] Re: Seahorse unable to import pkcs12 certificates

2023-12-19 Thread Damjan Jovanovic
There are at least 2 bugs here.

One is that gnome-keyring doesn't whitelist Seahorse in
/usr/share/p11-kit/modules/gnome-keyring.module, so its PKCS#11 module
doesn't load inside Seahorse at all, cutting off Seahorse from the
user's certificates. A merge request (with a patch to remove that whole
list and allow loading everywhere) is at
https://gitlab.gnome.org/GNOME/gnome-keyring/-/merge_requests/61.

The other is a gcr-3 regression introduced when they migrated from
autotools to meson, that left out a resource file from the build. A
merge request with my patch is at
https://gitlab.gnome.org/GNOME/gcr/-/merge_requests/134 but I am not
sure whether the gcr team is making any further gcr-3 releases. It's not
yet clear what is happening in future versions, such as gcr-4, as it
deleted that file, and it is presumably moving to Seahorse. Seahorse's
nielsdg/gtk4 branch with that change was last updated mid-2022 and has
not yet been merged to main.

Having applied those patches on Xubuntu 23.04, I can import certificates
perfectly. However after import I have to restart Seahorse to see the
new certificates, which seems like some other bug.

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

Title:
  Seahorse unable to import pkcs12 certificates

Status in seahorse:
  New
Status in gnome-keyring package in Ubuntu:
  Triaged
Status in seahorse package in Ubuntu:
  Triaged
Status in gnome-keyring package in Fedora:
  New
Status in seahorse package in Fedora:
  Unknown

Bug description:
  seahorse 3.20.0-5 / gnome-keyring 3.28.0.2-1ubuntu1.18.04.1 / Ubuntu
  18.04 LTS / GNOME 3.28.1

  When trying to import a certificate into seahorse/gnome-keyring on
  Ubuntu 18.04, seahorse GUI application shows the 'import' button
  greyed out, while mouse hovering the "import" button shows the message
  "Cannot import because there are no compatible importers".

  This problem doesn't occur on Ubuntu 16.04 LTS (Seahorse 3.18.0), as
  I've just tested on my wife's laptop, but happens in my Laptop with
  Ubuntu 18.04 LTS (Seahorse 3.20.0-5).

  Because that problem, it's not possible to digitally sign documents
  with LibreOffice.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1771880] Re: Seahorse unable to import pkcs12 certificates

2023-12-18 Thread Damjan Jovanovic
I am personally working on this issue, you can follow my progress on
https://gitlab.gnome.org/GNOME/seahorse/-/issues/205

So far it looks like there are a number of bugs; a simplified picture
looks something like this:

 seahorse: gcr_import_button_add_parsed()gnome-keyring: 
gkr-tool-import: on_parser_parsed()
  ||
  |+---+
  ||
  vv
 gcr: gcr_importer_create_for_parsed()
  |
  v
 gcr: iface->create_for_parsed()
  |
  v
 gcr: _gcr_pkcs11_importer_create_for_parsed()
  |  ^ |
  v  | v
 gcr: list_all_slots()gcr: is_slot_importable() for p11-kit-trust.so
 (loads PKCS#11 modules,  (prints: "token is not importable: %s: write 
protected")
  enumerates their slots)
  |  ^  | ^
  v  |  v |  remote procedure call
 p11-kit-trust.so  gnome-keyring-pkcs11.so  --> 
gnome-keyring-daemon
  |  ^ (disabled by blacklist)  |
  v  |  v
 trust policy module
gnome2-store (I kid you not)
  |  ^  |
  v  |  v
 read-only system CA certificates   
~/.local/share/keyrings/user.keystore
 and blacklist  (fails to 
find a section)


Wish me luck...

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

Title:
  Seahorse unable to import pkcs12 certificates

Status in seahorse:
  New
Status in gnome-keyring package in Ubuntu:
  Triaged
Status in seahorse package in Ubuntu:
  Triaged
Status in gnome-keyring package in Fedora:
  New
Status in seahorse package in Fedora:
  Unknown

Bug description:
  seahorse 3.20.0-5 / gnome-keyring 3.28.0.2-1ubuntu1.18.04.1 / Ubuntu
  18.04 LTS / GNOME 3.28.1

  When trying to import a certificate into seahorse/gnome-keyring on
  Ubuntu 18.04, seahorse GUI application shows the 'import' button
  greyed out, while mouse hovering the "import" button shows the message
  "Cannot import because there are no compatible importers".

  This problem doesn't occur on Ubuntu 16.04 LTS (Seahorse 3.18.0), as
  I've just tested on my wife's laptop, but happens in my Laptop with
  Ubuntu 18.04 LTS (Seahorse 3.20.0-5).

  Because that problem, it's not possible to digitally sign documents
  with LibreOffice.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1699772] Re: linux-image-4.10.0-24-generic, linux-image-4.8.0-56-generic, linux-image-4.4.0-81-generic, linux-image-3.13.0-121-generic Regression: many user-space apps crashing

2017-06-29 Thread Damjan Jovanovic
4.4.0-83 fixes Eclipse, but LibreOffice Base still crashes with JDBC
drivers.

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

Title:
  linux-image-4.10.0-24-generic, linux-image-4.8.0-56-generic, linux-
  image-4.4.0-81-generic, linux-image-3.13.0-121-generic Regression:
  many user-space apps crashing

Status in commons-daemon package in Ubuntu:
  Confirmed
Status in eclipse package in Ubuntu:
  Confirmed
Status in imagej package in Ubuntu:
  Confirmed
Status in libreoffice package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in octave package in Ubuntu:
  Confirmed
Status in python-jpype package in Ubuntu:
  Confirmed
Status in rustc package in Ubuntu:
  Confirmed
Status in scilab package in Ubuntu:
  Confirmed
Status in linux package in Debian:
  Confirmed

Bug description:
  Distribution: Ubuntu 16.04 x64 (Flavour: KDE Neon User Edition 5.10)

  linux-image-4.4.0-81-generic appears to contain a regression, probably
  related to the CVE-2017-1000364 fix backport / patch.

  Using this kernel, the Oracle Java browser plugin always crashes
  during stack-related actions on initialization. This means, the plugin
  completely stopped working.

  
  It works perfectly fine in linux-image-4.4.0-79-generic (vurlerable to 
CVE-2017-1000364) as well as linux-image-4.11.6-041106-generic, which also 
contains a fix for CVE-2017-1000364.


  uname -a:

  > Linux Zweiblum 4.4.0-81-generic #104-Ubuntu SMP Wed Jun 14 08:17:06
  UTC 2017 x86_64 x86_64 x86_64 GNU/Linux


  I tested Oracle Java 1.8 u131 as well as 1.6 u64 in Firefox 51.0.1 as
  well as Iceweasel / Firefox/3.5.16 in a chroot.

  Using linux-image-4.4.0-81-generic it crashes in all combinations
  while with both other kernels it works.

  
  I was not able to obtain any detailed crash information from Firefox 51.0.1, 
but Iceweasel 3.5.16 crashed completely, allowing me to obtain a stack trace 
which shows the relation to stack operations performed by the plugin, even 
without proper debug symbols:

  
  > (gdb) bt full
  > #0  0x7fa06d805307 in _expand_stack_to(unsigned char*) () from 
/opt/java-8-oracle/jre/lib/amd64/server/libjvm.so
  > No symbol table info available.
  > #1  0x7fa06d8053ae in os::Linux::manually_expand_stack(JavaThread*, 
unsigned char*) ()
  >from /opt/java-8-oracle/jre/lib/amd64/server/libjvm.so
  > No symbol table info available.
  > #2  0x7fa06d80cf0b in JVM_handle_linux_signal () from 
/opt/java-8-oracle/jre/lib/amd64/server/libjvm.so
  > No symbol table info available.
  > #3  0x7fa06d802e13 in signalHandler(int, siginfo*, void*) () from 
/opt/java-8-oracle/jre/lib/amd64/server/libjvm.so
  > No symbol table info available.
  > #4  

  
  I first assumed a bug in the Java plugin, but it works fine in Linux 4.11.6.

  
  The crash will be triggered by any applet, for example the test applet at:

  * https://java.com/en/download/installed8.jsp

  
  I'm running the Ubuntu 16.04 based KDE Neon distribution which somehow 
apparently does not allow me to use apport to report this bug:

  > $ LANG= apport-cli linux-image-4.4.0-81-generic
  > 
  > *** Collecting problem information
  > 
  > The collected information can be sent to the developers to improve the
  > application. This might take a few minutes.
  > .
  > 
  > *** Problem in linux-image-4.4.0-81-generic
  > 
  > The problem cannot be reported:
  > 
  > This is not an official KDE package. Please remove any third party package 
and try again.

  If someone can tell me how to get apport working for this package, I
  can use it to collect additional information, but (unfortunately?) the
  problem should be fairly easy to reproduce...

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1699772] Re: linux-image-4.4.0-81-generic Regression: Oracle Java plugin crashes

2017-06-23 Thread Damjan Jovanovic
This is a ***MASSIVE REGRESSION*** affecting many or even all native
applications that use the Java Invocation API, including at least
Eclipse (crashes a few seconds after startup), and LibreOffice Base with
any JDBC database connector (instant crash as soon as it tries to load
the JVM).

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

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

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

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

Title:
  linux-image-4.4.0-81-generic Regression: Oracle Java plugin crashes

Status in eclipse package in Ubuntu:
  New
Status in imagej package in Ubuntu:
  New
Status in libreoffice package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Distribution: Ubuntu 16.04 x64 (Flavour: KDE Neon User Edition 5.10)

  linux-image-4.4.0-81-generic appears to contain a regression, probably
  related to the CVE-2017-1000364 fix backport / patch.

  Using this kernel, the Oracle Java browser plugin always crashes
  during stack-related actions on initialization. This means, the plugin
  completely stopped working.

  
  It works perfectly fine in linux-image-4.4.0-79-generic (vurlerable to 
CVE-2017-1000364) as well as linux-image-4.11.6-041106-generic, which also 
contains a fix for CVE-2017-1000364.


  uname -a:

  > Linux Zweiblum 4.4.0-81-generic #104-Ubuntu SMP Wed Jun 14 08:17:06
  UTC 2017 x86_64 x86_64 x86_64 GNU/Linux


  I tested Oracle Java 1.8 u131 as well as 1.6 u64 in Firefox 51.0.1 as
  well as Iceweasel / Firefox/3.5.16 in a chroot.

  Using linux-image-4.4.0-81-generic it crashes in all combinations
  while with both other kernels it works.

  
  I was not able to obtain any detailed crash information from Firefox 51.0.1, 
but Iceweasel 3.5.16 crashed completely, allowing me to obtain a stack trace 
which shows the relation to stack operations performed by the plugin, even 
without proper debug symbols:

  
  > (gdb) bt full
  > #0  0x7fa06d805307 in _expand_stack_to(unsigned char*) () from 
/opt/java-8-oracle/jre/lib/amd64/server/libjvm.so
  > No symbol table info available.
  > #1  0x7fa06d8053ae in os::Linux::manually_expand_stack(JavaThread*, 
unsigned char*) ()
  >from /opt/java-8-oracle/jre/lib/amd64/server/libjvm.so
  > No symbol table info available.
  > #2  0x7fa06d80cf0b in JVM_handle_linux_signal () from 
/opt/java-8-oracle/jre/lib/amd64/server/libjvm.so
  > No symbol table info available.
  > #3  0x7fa06d802e13 in signalHandler(int, siginfo*, void*) () from 
/opt/java-8-oracle/jre/lib/amd64/server/libjvm.so
  > No symbol table info available.
  > #4  

  
  I first assumed a bug in the Java plugin, but it works fine in Linux 4.11.6.

  
  The crash will be triggered by any applet, for example the test applet at:

  * https://java.com/en/download/installed8.jsp

  
  I'm running the Ubuntu 16.04 based KDE Neon distribution which somehow 
apparently does not allow me to use apport to report this bug:

  > $ LANG= apport-cli linux-image-4.4.0-81-generic
  > 
  > *** Collecting problem information
  > 
  > The collected information can be sent to the developers to improve the
  > application. This might take a few minutes.
  > .
  > 
  > *** Problem in linux-image-4.4.0-81-generic
  > 
  > The problem cannot be reported:
  > 
  > This is not an official KDE package. Please remove any third party package 
and try again.

  If someone can tell me how to get apport working for this package, I
  can use it to collect additional information, but (unfortunately?) the
  problem should be fairly easy to reproduce...

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 260918]

2013-01-26 Thread Damjan Jovanovic
Fwink creates a NullRenderer. It adds it to the filter graph. On the
CaptureGraphBuilder2, it calls RenderStream(), asking it to link the
preview pin to the the default renderer. Then it calls RenderStream()
again, asking it to link the output pin to the NullRenderer. Finally it
adds the sample grabber in front of the NullRenderer, allowing it to
take photos.

Since the camera doesn't have a preview pin, CaptureGraphBuilder2 must
support the SmartTeeFilter which creates one by duplicating the output
pin. Wine's doesn't have that filter. Furthermore, Wine's
CaptureGraphBuilder2 doesn't even link the pins correctly. With my patch
above, it at least links both to the NullRenderer, allowing Fwink to
take photos, but not show preview video (since that needs the
SmartTeeFilter).

Those that believe Fwink worked before must have been using native qcap?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gst-plugins-good0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/260918

Title:
  needed: libv4l and associated application patches (or gspca stopped
  working in 2.6.27)

Status in Adobe Flash Plugin Tools:
  Won't Fix
Status in Cheese Camera Application:
  Unknown
Status in Ekiga Voice Over IP Suite:
  Fix Released
Status in The Mozilla Firefox Browser:
  Invalid
Status in GStreamer Plugins (Good):
  Fix Released
Status in The GStreamer Multimedia Framework:
  Fix Released
Status in KDE Non-Linear Video Editor:
  Fix Released
Status in Kopete:
  Fix Released
Status in Medibuntu:
  Fix Released
Status in Open Source Computer Vision library:
  Unknown
Status in VLC media player:
  Fix Released
Status in Wine:
  Confirmed
Status in “amsn” package in Ubuntu:
  Fix Released
Status in “came” package in Ubuntu:
  Fix Released
Status in “camorama” package in Ubuntu:
  Confirmed
Status in “camstream” package in Ubuntu:
  Fix Released
Status in “cheese” package in Ubuntu:
  Invalid
Status in “ekiga” package in Ubuntu:
  Invalid
Status in “gst-plugins-good0.10” package in Ubuntu:
  Fix Released
Status in “libv4l” package in Ubuntu:
  Fix Committed
Status in “mplayer” package in Ubuntu:
  Fix Released
Status in “pwlib” package in Ubuntu:
  Fix Released
Status in “vlc” package in Ubuntu:
  Fix Released
Status in “xawtv” package in Ubuntu:
  Fix Released
Status in “amsn” source package in Lucid:
  New
Status in “came” source package in Lucid:
  New
Status in “camorama” source package in Lucid:
  New
Status in “camstream” source package in Lucid:
  New
Status in “cheese” source package in Lucid:
  Invalid
Status in “ekiga” source package in Lucid:
  New
Status in “gst-plugins-good0.10” source package in Lucid:
  New
Status in “libv4l” source package in Lucid:
  New
Status in “mplayer” source package in Lucid:
  New
Status in “pwlib” source package in Lucid:
  New
Status in “vlc” source package in Lucid:
  New
Status in “xawtv” source package in Lucid:
  New
Status in “amsn” source package in Intrepid:
  Fix Released
Status in “came” source package in Intrepid:
  Fix Released
Status in “camorama” source package in Intrepid:
  Invalid
Status in “camstream” source package in Intrepid:
  Invalid
Status in “cheese” source package in Intrepid:
  Invalid
Status in “ekiga” source package in Intrepid:
  Invalid
Status in “gst-plugins-good0.10” source package in Intrepid:
  Fix Released
Status in “libv4l” source package in Intrepid:
  Fix Released
Status in “mplayer” source package in Intrepid:
  Won't Fix
Status in “pwlib” source package in Intrepid:
  Fix Released
Status in “vlc” source package in Intrepid:
  Won't Fix
Status in “xawtv” source package in Intrepid:
  Fix Released
Status in “camorama” package in Debian:
  Fix Released
Status in “gst-plugins-good0.10” package in Fedora:
  Fix Released
Status in “pwlib” package in Fedora:
  Fix Released
Status in “xawtv” package in Fedora:
  Fix Released

Bug description:
  libv4l is a user-space library used by several applications in order
  to convert webcam streams in user-space instead of kernel-space. As
  gspca is included in 2.6.27 this is needed in order to (re)support a
  multitude of webcams supported with ordinary applications.

  See http://hansdegoede.livejournal.com/3636.html for a more complete
  description of the software.

  The latest version is 0.4.0 and is available from
  http://people.atrpms.net/~hdegoede/

To manage notifications about this bug go to:
https://bugs.launchpad.net/adobe-flash-plugin-tools/+bug/260918/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 260918]

2013-01-21 Thread Damjan Jovanovic
MSN Messenger is now Skype, Yahoo Messenger crashes on login (#32695),
iSpQ9 won't install due to MSI problems
(https://bugs.launchpad.net/ubuntu/+source/wine1.2/+bug/614546), so how
do you even test this?

Otherwise I've made changes that allow VLC on Wine to capture video from
my webcam, please retest with the latest Git or Wine version 1.4.2 when
it comes out.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gst-plugins-good0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/260918

Title:
  needed: libv4l and associated application patches (or gspca stopped
  working in 2.6.27)

Status in Adobe Flash Plugin Tools:
  Won't Fix
Status in Cheese Camera Application:
  Unknown
Status in Ekiga Voice Over IP Suite:
  Fix Released
Status in The Mozilla Firefox Browser:
  Invalid
Status in GStreamer Plugins (Good):
  Fix Released
Status in The GStreamer Multimedia Framework:
  Fix Released
Status in KDE Non-Linear Video Editor:
  Fix Released
Status in Kopete:
  Fix Released
Status in Medibuntu:
  Fix Released
Status in Open Source Computer Vision library:
  Unknown
Status in VLC media player:
  Fix Released
Status in Wine:
  Confirmed
Status in “amsn” package in Ubuntu:
  Fix Released
Status in “came” package in Ubuntu:
  Fix Released
Status in “camorama” package in Ubuntu:
  Confirmed
Status in “camstream” package in Ubuntu:
  Fix Released
Status in “cheese” package in Ubuntu:
  Invalid
Status in “ekiga” package in Ubuntu:
  Invalid
Status in “gst-plugins-good0.10” package in Ubuntu:
  Fix Released
Status in “libv4l” package in Ubuntu:
  Fix Committed
Status in “mplayer” package in Ubuntu:
  Fix Released
Status in “pwlib” package in Ubuntu:
  Fix Released
Status in “vlc” package in Ubuntu:
  Fix Released
Status in “xawtv” package in Ubuntu:
  Fix Released
Status in “amsn” source package in Lucid:
  New
Status in “came” source package in Lucid:
  New
Status in “camorama” source package in Lucid:
  New
Status in “camstream” source package in Lucid:
  New
Status in “cheese” source package in Lucid:
  Invalid
Status in “ekiga” source package in Lucid:
  New
Status in “gst-plugins-good0.10” source package in Lucid:
  New
Status in “libv4l” source package in Lucid:
  New
Status in “mplayer” source package in Lucid:
  New
Status in “pwlib” source package in Lucid:
  New
Status in “vlc” source package in Lucid:
  New
Status in “xawtv” source package in Lucid:
  New
Status in “amsn” source package in Intrepid:
  Fix Released
Status in “came” source package in Intrepid:
  Fix Released
Status in “camorama” source package in Intrepid:
  Invalid
Status in “camstream” source package in Intrepid:
  Invalid
Status in “cheese” source package in Intrepid:
  Invalid
Status in “ekiga” source package in Intrepid:
  Invalid
Status in “gst-plugins-good0.10” source package in Intrepid:
  Fix Released
Status in “libv4l” source package in Intrepid:
  Fix Released
Status in “mplayer” source package in Intrepid:
  Won't Fix
Status in “pwlib” source package in Intrepid:
  Fix Released
Status in “vlc” source package in Intrepid:
  Won't Fix
Status in “xawtv” source package in Intrepid:
  Fix Released
Status in “camorama” package in Debian:
  Fix Released
Status in “gst-plugins-good0.10” package in Fedora:
  Fix Released
Status in “pwlib” package in Fedora:
  Fix Released
Status in “xawtv” package in Fedora:
  Fix Released

Bug description:
  libv4l is a user-space library used by several applications in order
  to convert webcam streams in user-space instead of kernel-space. As
  gspca is included in 2.6.27 this is needed in order to (re)support a
  multitude of webcams supported with ordinary applications.

  See http://hansdegoede.livejournal.com/3636.html for a more complete
  description of the software.

  The latest version is 0.4.0 and is available from
  http://people.atrpms.net/~hdegoede/

To manage notifications about this bug go to:
https://bugs.launchpad.net/adobe-flash-plugin-tools/+bug/260918/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 260918]

2013-01-21 Thread Damjan Jovanovic
(In reply to comment #29)
 (In reply to comment #28)
  MSN Messenger is now Skype, Yahoo Messenger crashes on login (#32695), iSpQ9
  won't install due to MSI problems
  (https://bugs.launchpad.net/ubuntu/+source/wine1.2/+bug/614546), so how do 
  you
  even test this?
  
  Otherwise I've made changes that allow VLC on Wine to capture video from my
  webcam, please retest with the latest Git or Wine version 1.4.2 when it 
  comes
  out.
 
 Will wait for Wine 1.4.2 and test ispq again. Thanks

Actually you can test with 1.5.22 as well.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gst-plugins-good0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/260918

Title:
  needed: libv4l and associated application patches (or gspca stopped
  working in 2.6.27)

Status in Adobe Flash Plugin Tools:
  Won't Fix
Status in Cheese Camera Application:
  Unknown
Status in Ekiga Voice Over IP Suite:
  Fix Released
Status in The Mozilla Firefox Browser:
  Invalid
Status in GStreamer Plugins (Good):
  Fix Released
Status in The GStreamer Multimedia Framework:
  Fix Released
Status in KDE Non-Linear Video Editor:
  Fix Released
Status in Kopete:
  Fix Released
Status in Medibuntu:
  Fix Released
Status in Open Source Computer Vision library:
  Unknown
Status in VLC media player:
  Fix Released
Status in Wine:
  Confirmed
Status in “amsn” package in Ubuntu:
  Fix Released
Status in “came” package in Ubuntu:
  Fix Released
Status in “camorama” package in Ubuntu:
  Confirmed
Status in “camstream” package in Ubuntu:
  Fix Released
Status in “cheese” package in Ubuntu:
  Invalid
Status in “ekiga” package in Ubuntu:
  Invalid
Status in “gst-plugins-good0.10” package in Ubuntu:
  Fix Released
Status in “libv4l” package in Ubuntu:
  Fix Committed
Status in “mplayer” package in Ubuntu:
  Fix Released
Status in “pwlib” package in Ubuntu:
  Fix Released
Status in “vlc” package in Ubuntu:
  Fix Released
Status in “xawtv” package in Ubuntu:
  Fix Released
Status in “amsn” source package in Lucid:
  New
Status in “came” source package in Lucid:
  New
Status in “camorama” source package in Lucid:
  New
Status in “camstream” source package in Lucid:
  New
Status in “cheese” source package in Lucid:
  Invalid
Status in “ekiga” source package in Lucid:
  New
Status in “gst-plugins-good0.10” source package in Lucid:
  New
Status in “libv4l” source package in Lucid:
  New
Status in “mplayer” source package in Lucid:
  New
Status in “pwlib” source package in Lucid:
  New
Status in “vlc” source package in Lucid:
  New
Status in “xawtv” source package in Lucid:
  New
Status in “amsn” source package in Intrepid:
  Fix Released
Status in “came” source package in Intrepid:
  Fix Released
Status in “camorama” source package in Intrepid:
  Invalid
Status in “camstream” source package in Intrepid:
  Invalid
Status in “cheese” source package in Intrepid:
  Invalid
Status in “ekiga” source package in Intrepid:
  Invalid
Status in “gst-plugins-good0.10” source package in Intrepid:
  Fix Released
Status in “libv4l” source package in Intrepid:
  Fix Released
Status in “mplayer” source package in Intrepid:
  Won't Fix
Status in “pwlib” source package in Intrepid:
  Fix Released
Status in “vlc” source package in Intrepid:
  Won't Fix
Status in “xawtv” source package in Intrepid:
  Fix Released
Status in “camorama” package in Debian:
  Fix Released
Status in “gst-plugins-good0.10” package in Fedora:
  Fix Released
Status in “pwlib” package in Fedora:
  Fix Released
Status in “xawtv” package in Fedora:
  Fix Released

Bug description:
  libv4l is a user-space library used by several applications in order
  to convert webcam streams in user-space instead of kernel-space. As
  gspca is included in 2.6.27 this is needed in order to (re)support a
  multitude of webcams supported with ordinary applications.

  See http://hansdegoede.livejournal.com/3636.html for a more complete
  description of the software.

  The latest version is 0.4.0 and is available from
  http://people.atrpms.net/~hdegoede/

To manage notifications about this bug go to:
https://bugs.launchpad.net/adobe-flash-plugin-tools/+bug/260918/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 260918]

2013-01-21 Thread Damjan Jovanovic
Created attachment 43230
Patch to render even if the output pin is NULL

I tested it before my patches, and Fwink didn't work. I actually just
wrote a patch that gets it to start. Doesn't seem to generate proper
photos though, I suspect that gdiplus interpolation 7 fixme.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gst-plugins-good0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/260918

Title:
  needed: libv4l and associated application patches (or gspca stopped
  working in 2.6.27)

Status in Adobe Flash Plugin Tools:
  Won't Fix
Status in Cheese Camera Application:
  Unknown
Status in Ekiga Voice Over IP Suite:
  Fix Released
Status in The Mozilla Firefox Browser:
  Invalid
Status in GStreamer Plugins (Good):
  Fix Released
Status in The GStreamer Multimedia Framework:
  Fix Released
Status in KDE Non-Linear Video Editor:
  Fix Released
Status in Kopete:
  Fix Released
Status in Medibuntu:
  Fix Released
Status in Open Source Computer Vision library:
  Unknown
Status in VLC media player:
  Fix Released
Status in Wine:
  Confirmed
Status in “amsn” package in Ubuntu:
  Fix Released
Status in “came” package in Ubuntu:
  Fix Released
Status in “camorama” package in Ubuntu:
  Confirmed
Status in “camstream” package in Ubuntu:
  Fix Released
Status in “cheese” package in Ubuntu:
  Invalid
Status in “ekiga” package in Ubuntu:
  Invalid
Status in “gst-plugins-good0.10” package in Ubuntu:
  Fix Released
Status in “libv4l” package in Ubuntu:
  Fix Committed
Status in “mplayer” package in Ubuntu:
  Fix Released
Status in “pwlib” package in Ubuntu:
  Fix Released
Status in “vlc” package in Ubuntu:
  Fix Released
Status in “xawtv” package in Ubuntu:
  Fix Released
Status in “amsn” source package in Lucid:
  New
Status in “came” source package in Lucid:
  New
Status in “camorama” source package in Lucid:
  New
Status in “camstream” source package in Lucid:
  New
Status in “cheese” source package in Lucid:
  Invalid
Status in “ekiga” source package in Lucid:
  New
Status in “gst-plugins-good0.10” source package in Lucid:
  New
Status in “libv4l” source package in Lucid:
  New
Status in “mplayer” source package in Lucid:
  New
Status in “pwlib” source package in Lucid:
  New
Status in “vlc” source package in Lucid:
  New
Status in “xawtv” source package in Lucid:
  New
Status in “amsn” source package in Intrepid:
  Fix Released
Status in “came” source package in Intrepid:
  Fix Released
Status in “camorama” source package in Intrepid:
  Invalid
Status in “camstream” source package in Intrepid:
  Invalid
Status in “cheese” source package in Intrepid:
  Invalid
Status in “ekiga” source package in Intrepid:
  Invalid
Status in “gst-plugins-good0.10” source package in Intrepid:
  Fix Released
Status in “libv4l” source package in Intrepid:
  Fix Released
Status in “mplayer” source package in Intrepid:
  Won't Fix
Status in “pwlib” source package in Intrepid:
  Fix Released
Status in “vlc” source package in Intrepid:
  Won't Fix
Status in “xawtv” source package in Intrepid:
  Fix Released
Status in “camorama” package in Debian:
  Fix Released
Status in “gst-plugins-good0.10” package in Fedora:
  Fix Released
Status in “pwlib” package in Fedora:
  Fix Released
Status in “xawtv” package in Fedora:
  Fix Released

Bug description:
  libv4l is a user-space library used by several applications in order
  to convert webcam streams in user-space instead of kernel-space. As
  gspca is included in 2.6.27 this is needed in order to (re)support a
  multitude of webcams supported with ordinary applications.

  See http://hansdegoede.livejournal.com/3636.html for a more complete
  description of the software.

  The latest version is 0.4.0 and is available from
  http://people.atrpms.net/~hdegoede/

To manage notifications about this bug go to:
https://bugs.launchpad.net/adobe-flash-plugin-tools/+bug/260918/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 868034] Re: Huawei E220 can't connect on Ubuntu 11.10

2011-11-04 Thread Damjan Jovanovic
Sleepy John you're the man! This is what Ubuntu needs more of: working
hardware.

Later on I'm going to dig up the workarounds for the old regression and
see if they also work now. I see that udisks is polling /dev/sr0 - this
did play a role before.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/868034

Title:
  Huawei E220 can't connect on Ubuntu 11.10

Status in “network-manager” package in Ubuntu:
  Confirmed

Bug description:
  I'm using Ubuntu in my HP Pavilion dv6745tx laptop. I cannot connect
  the Huawei E220 usb modem since 11.10 beta1 (now I'm in beta2). There
  is  no problem in natty.

  I have found this in syslog

  Oct  5 07:10:51 ubuntu NetworkManager[1681]: info Activation (ttyUSB0) 
starting connection 'Dialog GSM Postpaid'
  Oct  5 07:10:51 ubuntu NetworkManager[1681]: info (ttyUSB0): device state 
change: disconnected - prepare (reason 'none') [30 40 0]
  Oct  5 07:10:51 ubuntu NetworkManager[1681]: info Activation (ttyUSB0) 
Stage 1 of 5 (Device Prepare) scheduled...
  Oct  5 07:10:51 ubuntu NetworkManager[1681]: info Activation (ttyUSB0) 
Stage 1 of 5 (Device Prepare) started...
  Oct  5 07:10:51 ubuntu NetworkManager[1681]: info Activation (ttyUSB0) 
Stage 1 of 5 (Device Prepare) complete.
  Oct  5 07:10:58 ubuntu NetworkManager[1681]: warn GSM connection failed: 
(32) Sending command failed: 'Resource temporarily unavailable'
  Oct  5 07:10:58 ubuntu NetworkManager[1681]: info (ttyUSB0): device state 
change: prepare - failed (reason 'unknown') [40 120 1]
  Oct  5 07:10:58 ubuntu NetworkManager[1681]: warn Activation (ttyUSB0) 
failed.
  Oct  5 07:10:58 ubuntu NetworkManager[1681]: info (ttyUSB0): device state 
change: failed - disconnected (reason 'none') [120 30 0]
  Oct  5 07:10:58 ubuntu NetworkManager[1681]: info (ttyUSB0): deactivating 
device (reason: 0).
  Oct  5 07:10:58 ubuntu NetworkManager[1681]: nm_system_iface_flush_routes: 
assertion `ifindex  0' failed
  Oct  5 07:10:58 ubuntu NetworkManager[1681]: nm_system_iface_flush_addresses: 
assertion `ifindex  0' failed

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp