lp://staging/~and471/jockey/fix-386375

Created by Andrew and last modified
Get this branch:
bzr branch lp://staging/~and471/jockey/fix-386375
Only Andrew can upload to this branch. If you are Andrew please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Andrew
Project:
Jockey
Status:
Merged

Recent revisions

572. By Andrew <rugby471@jaunty-toaster>

it works now :-)

571. By Andrew <rugby471@jaunty-toaster>

Fixed bug 386375 by changing:

self.error_message('', str(e).splitlines()[-1])
to
self.error_message('', str(e).split('\n')[-3])

Also patched jokcey-gtk.ui file to not show text in the progress bar (it was left at 0% all the time and so did not look like it was doing anything)

570. By Martin Pitt

jockey-gtk: Check for having $DISPLAY at startup to avoid crashes. (LP: #204134)

569. By Martin Pitt

move X-KDE-autostart-phase: field from menu to autostart .desktop

568. By Martin Pitt

fix application name in setup.py error message

567. By Martin Pitt

release 0.5.3

566. By Martin Pitt

null-merge of Tormod's ATI naming fix (already done)

565. By Martin Pitt

re-introduce proper conversion of D-BUS exceptions

564. By Martin Pitt

bump DistUtilsExtra.auto requirement to >= 2.4 to ensure polkit-1 support

563. By Martin Pitt

ui.py: Fix D-BUS timeout with non-GUI mode

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp://staging/jockey
This branch contains Public information 
Everyone can see this information.

Subscribers