You are not logged in.

#1 2016-03-09 08:20:06

Naik
Member
From: the edge of insanity
Registered: 2015-10-03
Posts: 328

assertion error on volti (BunSid)

Hello Folks,

trying to launch volti the other day i saw it won't start.
the problem seem to be an "Assertion Error" (assert dbus.version >= (0, 80, 0)) as to be seen here.
For me the simple (though very dirty) solution was to comment out line 27 in /usr/lib/volti/volti.run and so far no further errors occurred.
since this file will be probably be replaced when the updated version comes along, i think it is save to live like this till then.


UPDATE:

this morning (i think it was due to some kind of python package being updated) volti rendered unusable again, still proclaiming the installed version of python-dbus is too low. well it certainly is not and all solutions to make volti skip this test failed for me. (see the newer bug-report for more information).
Since i am lost in the fields of programming python to find a solution by myself, i decided to replace it with volumeicon, untill volti is updated (or i got used to it and decide to stick to it)


I hope i could help.
have a nice day!

naik --greetz

Last edited by Naik (2016-03-14 10:50:37)


"Kaum macht [Mensch]* es richtig, funktioniert es sofort!"
BL-Kitchen Codeberg

Offline

#2 2016-04-01 22:46:22

cloverskull
Member
Registered: 2015-10-01
Posts: 348

Re: assertion error on volti (BunSid)

See this thread for a good solution. For the lazy:
-snip-
Change this:

import dbus._version

to this:

from _dbus_bindings import __version__

Offline

#3 2016-04-03 11:24:11

Naik
Member
From: the edge of insanity
Registered: 2015-10-03
Posts: 328

Re: assertion error on volti (BunSid)

This works like a charm.
great, thank you!

edit: I will still not mark this thread as solved untill volti is updated in the sources or an official patch is released, if this is fine withe forum rules.

naik --greetz

Last edited by Naik (2016-04-03 11:26:03)


"Kaum macht [Mensch]* es richtig, funktioniert es sofort!"
BL-Kitchen Codeberg

Offline

Board footer

Powered by FluxBB