You are not logged in.
Pages: 1
hhh@amd64:~$ bl-exit
Traceback (most recent call last):
File "/usr/bin/bl-exit", line 11, in <module>
import dbus
ImportError: No module named dbus
hhh@amd64:~$ apt-cache policy python-dbus
python-dbus:
Installed: (none)
Candidate: 1.2.0-2+b3
Version table:
1.2.0-2+b3 0
500 http://httpredir.debian.org/debian/ jessie/main amd64 Packages
hhh@amd64:~$ sudo apt install python-dbus
[sudo] password for hhh:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
python-dbus-dev
Suggested packages:
python-dbus-doc python-dbus-dbg
The following NEW packages will be installed:
python-dbus python-dbus-dev
0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
Need to get 301 kB of archives.
After this operation, 659 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Here's how this happened in my case...
New install. I decide not to run bl-welcome yet, but instead fixed mute/audio issues by replacing volti with volumeicon-alsa as described on the forums, then I purged volti and xfce4-volumed and ran apt-get --purge autoremove. This removed the python-dbus packages (it was there because of volti). When I then ran bl-welcome to upgrade the system, bl-exit broke. Reinstalling python-dbus fixes it instantly.
I'm guessing the recent changes in bl-exit added this dependency?
Last edited by nobody (2016-07-03 05:01:47)
I don't care what you do at home. Would you care to explain?
Offline
python-dbus is now a required dependency of bl-exit and was missing from the list of package deps. Pull request at https://github.com/BunsenLabs/bunsen-utilities/pull/44.
Offline
^Thanks, nobody.
I don't care what you do at home. Would you care to explain?
Offline
Updated bunsen-utilities has been uploaded; closing.
Offline
Thanks for taking care of that, nobody.
Offline
Pages: 1