The package lacks a .desktop file
Bug #693879 reported by
Roberto Alsina
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntuone-control-panel (Ubuntu) |
Fix Released
|
High
|
Natalia Bidart |
Bug Description
Binary package hint: ubuntuone-
A standards compliant .desktop file should be added for the next release.
Related branches
lp:~nataliabidart/ubuntu/natty/ubuntuone-control-panel/ubuntuone-control-panel-0.5.1
- Daniel Holbach (community): Approve
-
Diff: 3757 lines (+2468/-591)27 files modifiedPKG-INFO (+1/-1)
data/account.ui (+0/-197)
data/applications.ui (+0/-13)
data/dashboard.ui (+197/-0)
data/install.ui (+51/-0)
data/management.ui (+7/-7)
data/services.ui (+69/-0)
debian/changelog (+36/-0)
debian/control (+4/-2)
debian/ubuntuone-control-panel-gtk.install (+1/-0)
po/POTFILES.in (+5/-2)
pylintrc (+1/-1)
setup.py (+1/-1)
ubuntuone-control-panel-gtk.desktop.in (+14/-0)
ubuntuone/controlpanel/backend.py (+53/-1)
ubuntuone/controlpanel/dbus_service.py (+88/-0)
ubuntuone/controlpanel/gtk/gui.py (+315/-27)
ubuntuone/controlpanel/gtk/package_manager.py (+60/-0)
ubuntuone/controlpanel/gtk/tests/__init__.py (+151/-0)
ubuntuone/controlpanel/gtk/tests/test_gui.py (+573/-158)
ubuntuone/controlpanel/gtk/tests/test_package_manager.py (+177/-0)
ubuntuone/controlpanel/integrationtests/test_dbus_service.py (+99/-7)
ubuntuone/controlpanel/logger.py (+2/-5)
ubuntuone/controlpanel/replication_client.py (+115/-0)
ubuntuone/controlpanel/tests/__init__.py (+152/-4)
ubuntuone/controlpanel/tests/test_backend.py (+136/-165)
ubuntuone/controlpanel/tests/test_replication_client.py (+160/-0)
Changed in ubuntuone-control-panel (Ubuntu): | |
status: | New → Confirmed |
Changed in ubuntuone-control-panel (Ubuntu): | |
status: | Confirmed → Triaged |
importance: | Undecided → High |
assignee: | nobody → Naty Bidart (nataliabidart) |
To post a comment you must log in.
This bug was fixed in the package ubuntuone- control- panel - 0.5.1-0ubuntu1
--------------- control- panel (0.5.1-0ubuntu1) natty; urgency=low
ubuntuone-
* New upstream release (0.5.1):
[ Natalia B. Bidart <email address hidden>]
- Desktopcouch replication service is accessed in the GTK+ UI through the
backend using its DBus service (LP: #696782).
- Desktopcouch replication service is managed in the backend and exposed in
the DBus service (LP: #696782).
* New upstream release (0.5.0): files/disable_ files to backend + dbus service. hanged.
[ Natalia B. Bidart <email address hidden> ]
- renamed Account to Dashboard.
- renamed Applications to Services.
- added enable_
- added a new dbus signal FileSyncStatusC
- desktopcouch replication exclusion layer is acceded directly on the GUI.
We should later move that to the backend.
- a new module package_manager was added to the gtk package, since we need
to do some deeper work to abstract that manager from the toolkit (since it
uses a gtk progress bar) (LP: #673673).
- a new widget InstallPackage that provides package installation.
- widgets FilesService and DesktopcouchService that can be re used as
needed.
- ServicesPanel checks for depenencies and creates widget as necessary (LP:
#673672).
* debian/control (LP: #693798): control- panel now Recommneds ubuntuone- control- panel-gui control- panel-gtk now Provides ubuntuone- control- panel-gui
- ubuntuone-
- ubuntuone-
- bumped required version of ubuntuone-client to >= 1.5.2
* debian/ ubuntuone- control- panel-gtk. install (LP: #693879):
- provide the .desktop file for the GTK UI
-- Natalia Bidart (nessita) <email address hidden> Fri, 07 Jan 2011 17:09:35 -0300