ANoise 0.0.25 will not start on Ubuntu 16.04

Asked by Eric Carvalho

ANoise 0.0.25 doesn't work on Ubuntu 16.04.

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu Xenial Xerus (development branch)
Release: 16.04
Codename: xenial

$ apt-cache policy anoise
anoise:
  Installed: 0.0.25
  Candidate: 0.0.25
  Version table:
 *** 0.0.25 500
        500 http://ppa.launchpad.net/costales/anoise/ubuntu xenial/main amd64 Packages
        500 http://ppa.launchpad.net/costales/anoise/ubuntu xenial/main i386 Packages
        100 /var/lib/dpkg/status

$ anoise
/usr/share/anoise/anoise.py:20: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk, GObject, Gst
/usr/share/anoise/anoise.py:20: PyGIWarning: Gst was imported without specifying a version first. Use gi.require_version('Gst', '1.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk, GObject, Gst
Traceback (most recent call last):
  File "/usr/share/anoise/anoise.py", line 24, in <module>
    from preferences import Preferences
  File "/usr/share/anoise/preferences.py", line 21, in <module>
    from gi.repository import Gtk, WebKit
ImportError: cannot import name WebKit

Installing the package python-webkit doesn't help.

Question information

Language:
English Edit question
Status:
Answered
For:
ANoise Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
costales (costales) said :
#1

I created a bug.
It could be because some beta issue.
Could you install the GUI until the release?
sudo apt-get install anoise-gui
My apologies for this.

--
Sent using Dekko from my Ubuntu device

On Sat, Mar 5, 2016 at 4:57 PM, costales <
<email address hidden>> wrote:

> Question #287931 on ANoise changed:
> https://answers.launchpad.net/anoise/+question/287931
>
> Linked to bug: #1553518
> https://bugs.launchpad.net/bugs/1553518
> "Not works in Ubuntu 16.04"
>
> --
> You received this question notification because you are an answer
> contact for ANoise.
>

Revision history for this message
Wayne Rolfe (s-ubuntu-9) said :
#2

I got it working on Ubuntu 16.04 by doing

sudo apt-get install gir1.2-webkit-3.0

Revision history for this message
costales (costales) said :
#3

Thanks, for that is not fixing the Sound Indicator issue.

Can you help with this problem?

Provide an answer of your own, or ask Eric Carvalho for more information if necessary.

To post a message you must log in.