Could be related to the issue fixed with the patch associated with this
pull request (included below)...

https://github.com/GNOME/brasero/pull/3/commits/6a2b21f6823bb458ec9aea4278c6659c9d404f51

I've patched mine and the unpatched version shows the dvdcss plugin
disabled (unchecked). With the patch the plugin is checked as enabled.

In any event, I'm able to copy a dvd in Ubuntu 16.04 after applying the
patch which, btw, just removes a check for a symbol which is no longer
exported from the new version of libdvdcss.so.2

diff --git a/plugins/dvdcss/burn-dvdcss.c b/plugins/dvdcss/burn-dvdcss.c
index 133b8d5..f6895b8 100644
--- a/plugins/dvdcss/burn-dvdcss.c
+++ b/plugins/dvdcss/burn-dvdcss.c
@@ -95,9 +95,6 @@ brasero_dvdcss_library_init (BraseroPlugin *plugin)
        if (!module)
                goto error_doesnt_exist;

-       if (!g_module_symbol (module, "dvdcss_interface_2", &address))
-               goto error_version;
-
        if (!g_module_symbol (module, "dvdcss_open", &address))
                goto error_version;
        dvdcss_open = address;

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

Title:
  Brasero can't find libdvdcss when going from Ubuntu 14.04 to 16.04

Status in brasero package in Ubuntu:
  In Progress

Bug description:
  * Impact
  the libcss plugin can't be enable with the current libdvdcss version

  * Test case
  - install libdvdcss
  - start brasero
  - go to the plugins dialog, enable the libdvdcss plugin

  * Regression potential
  none, the plugin was not loading at all and it's only its loader being changed

  --------

  "I recently updated one of my rigs from 14.04 to 16.04. After
  upgrading Brasero tells me that it can't find libdvdcss. VLC play an
  inserted DVD, I see libdvdcss in /usr/lib/x86_64-linux gnu. However, i
  didn't see it simply in /usr/lib/ so I created a link there. Still
  didn't work, so I copied an older libdvdcss to /usr/lib. Still no joy.

  I checked to see what versions of libdvdcss I had installed - 2.2.0 in
  /usr/lib/x86_64-linux, 2.1.0 in /usr/lib * mv'ed the.2.1.0 to
  x86_64-linux * rm'ed the sym links to 2.2.0 * new sym link to 2.1.0 *
  works. "

  Originally reported here :

  
https://www.reddit.com/r/Ubuntu/comments/4h4pcn/anybody_using_brasero_to_rip_dvds_in_1604/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/1577268/+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

Reply via email to