You are not logged in.

#1 2016-07-03 01:46:10

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,074
Website

[DONE] bl-exit; no dbus error

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

#2 2016-07-03 03:23:51

nobody
The Great
Registered: 2015-08-10
Posts: 3,655

Re: [DONE] bl-exit; no dbus error

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

#3 2016-07-03 03:49:55

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,074
Website

Re: [DONE] bl-exit; no dbus error

^Thanks, nobody.


I don't care what you do at home. Would you care to explain?

Offline

#4 2016-07-03 05:02:08

nobody
The Great
Registered: 2015-08-10
Posts: 3,655

Re: [DONE] bl-exit; no dbus error

Updated bunsen-utilities has been uploaded; closing.

Offline

#5 2016-07-03 08:50:08

xaos52
The Good Doctor
From: Planet of the @pes
Registered: 2015-09-30
Posts: 695

Re: [DONE] bl-exit; no dbus error

Thanks for taking care of that, nobody.

Offline

Board footer

Powered by FluxBB