nutty not working after intall on ubutnu 16.04

Bug #1763935 reported by kandhaswamy
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Nutty
Fix Released
Undecided
Unassigned

Bug Description

error message

[_LOG_LEVEL_INFO 17:51:55.948927] Application.vala:153: Nutty version: 0.9
[_LOG_LEVEL_INFO 17:51:55.948981] Application.vala:155: Kernel version: 4.13.0-38-generic
Failed to register: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Connection ":1.290" is not allowed to own the service "org.nutty" due to AppArmor policy

Revision history for this message
Siddhartha Das (bablu-boy) wrote :

Are you getting the above error on installing Nutty from a Snap.Although I develop Nutty for Elementary OS, it should install and work fine on Ubuntu as well.

Try installing from a PPA to see if it works:
sudo add-apt-repository ppa:elementary-os/stable
sudo apt-get update

sudo add-apt-repository ppa:bablu-boy/nutty.0.1
sudo apt-get update
sudo apt-get install nutty

If Nutty installs fine, then you can remove the elementary ppa.

I'm working on Nutty at the moment and one of the targets is to make it available as a Flatpak for easy cross distro installation (Snap is a bit problematic).

Another option is to build from source:
sudo apt-get build-dep granite-demo
git clone https://github.com/babluboy/nutty.git
sudo apt-get install cmake debhelper libgee-0.8-dev libgtk-3-dev valac libgranite-dev libsqlite3-dev libxml2 libxml2-dev libnotify-dev
cd nutty
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ../
make
sudo make install

Revision history for this message
kandhaswamy (todox) wrote :

installing from a PPA to see if it works:
sudo add-apt-repository ppa:elementary-os/stable
sudo apt-get update

sudo add-apt-repository ppa:bablu-boy/nutty.0.1
sudo apt-get update
sudo apt-get install nutty

it works thank a lot.

Changed in nutty:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.