Quick and dirty has is to create a symlink between new file name
`libpython2loader.so` (see
https://packages.ubuntu.com/eoan/amd64/libpeas-1.0-python2loader/filelist
) and expected old one (see
https://packages.ubuntu.com/disco/amd64/libpeas-1.0-python2loader/filelist
):

```
sudo ln -s /usr/lib/x86_64-linux-gnu/libpeas-1.0/loaders/libpython2loader.so 
/usr/lib/x86_64-linux-gnu/libpeas-1.0/loaders/libpythonloader.so
```

** Summary changed:

- Unable to enable plugins 9External tools, Python Console, Quick Open, 
Snippets) because of missed 
/usr/lib/x86_64-linux-gnu/libpeas-1.0/loaders/libpythonloader.so
+ Unable to enable plugins External tools, Python Console, Quick Open, 
Snippets) because of missed 
/usr/lib/x86_64-linux-gnu/libpeas-1.0/loaders/libpythonloader.so

** Description changed:

  Steps to reproduce:
  1. Install Ubuntu 19.10
  2. Launch Pluma
  3. Go to Edit -> Preferences, switch to Plugins tab
  4. Try enable all plugins by checking their checkmarks
  
  Expected results:
  * all plugins are enabled without errors or warnings;
  
  Actual results:
  * plugin(s) are not enabled, show the following errors in `pluma`'s terminal:
  
  ```
- $ pluma 
+ $ pluma
  
  (pluma:1685): libpeas-WARNING **: 19:20:59.204: Failed to load module
  'pythonloader': /usr/lib/x86_64-linux-
  gnu/libpeas-1.0/loaders/libpythonloader.so: cannot open shared object
  file: No such file or directory
  
  (pluma:1685): libpeas-WARNING **: 19:20:59.205: Could not load plugin loader 
'python'
  ```
  
  Note: in previous releases the `libpythonloader.so` was located in
  libpeas-1.0-python2loader package (see
  
https://packages.ubuntu.com/search?suite=disco&arch=amd64&mode=exactfilename&searchon=contents&keywords=libpythonloader.so
- ) but it is missed in 19.10 repository.
+ ) but this file is missed in 19.10 repository.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: pluma 1.22.2-0ubuntu1
  ProcVersionSignature: Ubuntu 5.3.0-13.14-generic 5.3.0
  Uname: Linux 5.3.0-13-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu7
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Sat Oct  5 19:23:02 2019
  InstallationDate: Installed on 2019-10-05 (0 days ago)
  InstallationMedia: Ubuntu-MATE 19.10 "Eoan Ermine" - Beta amd64 (20191004)
  SourcePackage: pluma
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Unable to enable plugins External tools, Python Console, Quick Open,
  Snippets) because of missed /usr/lib/x86_64-linux-
  gnu/libpeas-1.0/loaders/libpythonloader.so

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

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

Reply via email to