holylobster / nuntius-linux

Nuntius delivers notifications from your phone or tablet to your computer
GNU General Public License v2.0
216 stars 25 forks source link

Initial run seems to check for /usr/local/libexec/nuntius/createcert.sh #53

Open muelli opened 9 years ago

muelli commented 9 years ago
/nuntius 
obtained bluez profile manager

** (nuntius:23492): WARNING **: application.vala:229: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: Method "RegisterProfile" with signature "osa{sv}" on interface "org.bluez.ProfileManager1" doesn't exist

Error: Failed to execute child process "/usr/local/libexec/nuntius/createcert.sh" (No such file or directory)

** (nuntius:23492): WARNING **: application.vala:282: Failed to load certificate: Failed to open file '/home/muelli/.config/nuntius/nuntius.key': No such file or directory

I haven't install into /usr/local/ so it doesn't find the createcert script.

flyingrub commented 9 years ago

You need to install it with sudo make install then run with nuntius

claudiopastorini commented 8 years ago

So the list of commands are:

$ sh autogen.sh $ sudo make $ sudo make install

I did this and now it is working correctly. Why don't you add this lines into the readme file and into the scirpt that suggests only make?