Errata in software-properties-gtk.desktop
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| software-properties (Ubuntu) |
Undecided
|
Unassigned |
Bug Description
The /usr/share/
We must to replace this line:
Exec=gksu --desktop /usr/share/
with this line:
Exec=gksu --desktop /usr/share/
I attached a trivial patch against /usr/share/
Related branches
- No reviews requested
Ricardo Pérez López (ricardo) wrote : | #1 |
Launchpad Janitor (janitor) wrote : | #3 |
This bug was fixed in the package software-properties - 0.75.8
---------------
software-properties (0.75.8) lucid; urgency=low
[ Michael Vogt ]
* softwarepropert
- do not crash if tranient parent can not be set (LP: #83914)
* debian/
- add man-page (thanks to Gabe Gorelick) LP: #290308
* add-apt-repository:
- better help output (LP: #407779)
- do not crash if setlocale fails (LP: #467369)
* software-
- ensure newly created ppa files are readalbe (LP: #497778)
* data/software-
- fix desktop file location (thanks to Ricardo Pérez López)
LP: #543637
* provide apt-add-repository link (LP: #547194)
* debian/
- add man-page, thanks to Chow Loong Jin (LP: #407779)
* fix lintian warnings
* softwarepropert
- show summary in addition to comment for disabled entries
(LP: #543207)
[ Harald Sitter ]
* [KDE] Fix bug in I18nHelper, where it would trigger a crash if unicode()
to UTF-8 fails. Fallback to latin1 in this case. This for example happens
when the APT keyring contains a key with non-latin characters, which can
happen with PPA keys, since those contain the owner's name.
-- Michael Vogt <email address hidden> Fri, 26 Mar 2010 13:51:20 +0100
Changed in software-properties (Ubuntu): | |
status: | Fix Committed → Fix Released |
Many thanks!