lp://staging/~albertomilone/jockey/pkg-version-ubuntu
- Get this branch:
- bzr branch lp://staging/~albertomilone/jockey/pkg-version-ubuntu
Branch merges
- Martin Pitt: Disapprove
-
Diff: 201 lines (+54/-3)10 files modifieddata/handlers/nvidia.py (+7/-0)
debian/changelog (+14/-1)
gtk/jockey-gtk (+1/-1)
jockey/backend.py (+1/-0)
jockey/handlers.py (+9/-0)
jockey/oslib.py (+11/-0)
jockey/ui.py (+5/-1)
kde/jockey-kde (+2/-0)
tests/backend.py (+2/-0)
tests/handlers.py (+2/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 415. By Alberto Milone
-
* jockey/oslib.py:
- Implement the package_version() method so that we
can get the version of a package from apt.
* data/handlers/nvidia. py:
- Implement the pkg_version() method so that we can
show the version of the driver instead of being
limited to the information carried by the version
attribute. For example, in the case of the
nvidia-current package, self.version is an
unlocalised and therefore rather confusing string
i.e. current when it should really be something
like 195 (LP: #543176). - 413. By Alberto Milone
-
* data/handlers/
nvidia. py:
- Do not check that the module is loaded in enabled(), as this is
what we should do in used(). Just make sure that the module and
its alias are not blacklisted. This prevents Jockey from claiming
that the installation of nvidia driver failed when when it
didn't (LP: #552653). - 410. By Alberto Milone
-
* data/handlers/
fglrx.py:
- Re-enable the fglrx handler and make it use the alternatives system
(LP: #496225).
* data/handlers/nvidia. py:
- See if the module alias is loaded and then check what module it
corresponds to in order to see if it's really enabled (LP: #547066).
This involved overriding the enabled() and the used() methods. - 408. By Martin Pitt
-
debian/control: Revert the python-
distutils- extra build dependency bump,
not necessary any more with the fix above. - 407. By Martin Pitt
-
Merge fixed KDE .ui file from trunk, thanks Jonathan Thomas! This fixes
the crash on jockey-kde startup.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/jockey