Icon for .desktop file should be installed in usr/share/icons somewhere
Bug #1354082 reported by
Daniel Holbach
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Clock App |
Fix Released
|
High
|
Sergio Schvezov |
Bug Description
daniel@
Icon=share/
daniel@
The file for the app icon should be usr/share/
Related branches
lp://staging/~sergiusens/ubuntu-clock-app/reboot-packaging
- Nekhelesh Ramananthan: Pending requested
-
Diff: 72 lines (+25/-8)2 files modifiedCMakeLists.txt (+19/-6)
manifest.json (+6/-2)
Superseded
for merging
into
lp://staging/ubuntu-clock-app/saucy
- Nekhelesh Ramananthan: Pending requested
-
Diff: 10032 lines (+9531/-0) (has conflicts)91 files modified.bzrignore (+2/-0)
CMakeLists.txt (+82/-0)
COPYING (+674/-0)
README (+9/-0)
README.autopilot (+45/-0)
README.developers (+28/-0)
app/CMakeLists.txt (+24/-0)
app/alarm/AlarmDelegate.qml (+95/-0)
app/alarm/AlarmLabel.qml (+65/-0)
app/alarm/AlarmList.qml (+147/-0)
app/alarm/AlarmPage.qml (+104/-0)
app/alarm/AlarmRepeat.qml (+114/-0)
app/alarm/AlarmSettingsPage.qml (+231/-0)
app/alarm/AlarmSound.qml (+120/-0)
app/alarm/AlarmUtils.qml (+138/-0)
app/alarm/CMakeLists.txt (+6/-0)
app/alarm/EditAlarmPage.qml (+261/-0)
app/clock/CMakeLists.txt (+6/-0)
app/clock/ClockPage.qml (+197/-0)
app/clock/MainClock.qml (+131/-0)
app/components/AnalogMode.qml (+102/-0)
app/components/AnalogShadow.qml (+83/-0)
app/components/Background.qml (+31/-0)
app/components/CMakeLists.txt (+6/-0)
app/components/Clock.qml (+254/-0)
app/components/ClockCircle.qml (+118/-0)
app/components/DigitalMode.qml (+124/-0)
app/components/DigitalShadow.qml (+83/-0)
app/components/PullToAdd.qml (+90/-0)
app/components/Shadow.qml (+44/-0)
app/components/SubtitledListItem.qml (+55/-0)
app/components/Utils.js (+25/-0)
app/graphics/CMakeLists.txt (+8/-0)
app/ubuntu-clock-app.desktop.in (+10/-0)
app/ubuntu-clock-app.qml (+107/-0)
app/upstreamcomponents/CMakeLists.txt (+6/-0)
app/upstreamcomponents/FastScroll.js (+130/-0)
app/upstreamcomponents/FastScroll.qml (+321/-0)
app/upstreamcomponents/ListItemWithActions.qml (+372/-0)
app/upstreamcomponents/ListItemWithActionsCheckBox.qml (+25/-0)
app/upstreamcomponents/MultipleSelectionListView.qml (+199/-0)
app/upstreamcomponents/MultipleSelectionVisualModel.qml (+31/-0)
app/upstreamcomponents/PageWithBottomEdge.qml (+396/-0)
app/upstreamcomponents/README.components (+33/-0)
app/worldclock/CMakeLists.txt (+6/-0)
app/worldclock/UserWorldCityDelegate.qml (+182/-0)
app/worldclock/UserWorldCityList.qml (+145/-0)
app/worldclock/WorldCityList.qml (+205/-0)
app/worldclock/world-city-list.xml (+1383/-0)
backend/CMakeLists.txt (+77/-0)
backend/modules/Alarm/Settings/alarmsettings.cpp (+172/-0)
backend/modules/Alarm/Settings/alarmsettings.h (+104/-0)
backend/modules/Alarm/Settings/backend.cpp (+34/-0)
backend/modules/Alarm/Settings/backend.h (+35/-0)
backend/modules/Alarm/Settings/qmldir (+2/-0)
backend/modules/DateTime/backend.cpp (+34/-0)
backend/modules/DateTime/backend.h (+35/-0)
backend/modules/DateTime/datetime.cpp (+73/-0)
backend/modules/DateTime/datetime.h (+94/-0)
backend/modules/DateTime/qmldir (+2/-0)
backend/modules/Timezone/backend.cpp (+37/-0)
backend/modules/Timezone/backend.h (+35/-0)
backend/modules/Timezone/generictimezonemodel.cpp (+81/-0)
backend/modules/Timezone/generictimezonemodel.h (+58/-0)
backend/modules/Timezone/qmldir (+2/-0)
backend/modules/Timezone/timezonemodel.cpp (+150/-0)
backend/modules/Timezone/timezonemodel.h (+109/-0)
backend/modules/Timezone/xmltimezonemodel.cpp (+139/-0)
backend/modules/Timezone/xmltimezonemodel.h (+54/-0)
debian/changelog (+197/-0)
debian/compat (+1/-0)
debian/control (+42/-0)
debian/copyright (+54/-0)
debian/rules (+20/-0)
debian/source/format (+1/-0)
debian/tests/control (+13/-0)
debian/tests/make-autopilot (+2/-0)
debian/tests/make-test (+2/-0)
debian/ubuntu-clock-app-autopilot.install (+1/-0)
debian/ubuntu-clock-app.install (+2/-0)
manifest.json (+23/-0)
tests/CMakeLists.txt (+1/-0)
tests/autopilot/CMakeLists.txt (+8/-0)
tests/autopilot/run (+13/-0)
tests/autopilot/ubuntu_clock_app/__init__.py (+18/-0)
tests/autopilot/ubuntu_clock_app/emulators.py (+411/-0)
tests/autopilot/ubuntu_clock_app/tests/__init__.py (+138/-0)
tests/autopilot/ubuntu_clock_app/tests/test_alarm.py (+103/-0)
tests/autopilot/ubuntu_clock_app/tests/test_clock.py (+44/-0)
tests/unit/tst_hellocomponent.qml (+49/-0)
ubuntu-clock-app.json (+8/-0)
- Nekhelesh Ramananthan (community): Needs Information
- Ubuntu Phone Apps Jenkins Bot: Pending (continuous-integration) requested
- Daniel Holbach: Pending requested
-
Diff: 221 lines (+50/-62)10 files modifiedCMakeLists.txt (+18/-24)
app/CMakeLists.txt (+11/-5)
app/alarm/CMakeLists.txt (+1/-1)
app/clock/CMakeLists.txt (+1/-1)
app/components/CMakeLists.txt (+1/-1)
app/graphics/CMakeLists.txt (+5/-3)
app/worldclock/CMakeLists.txt (+1/-1)
backend/CMakeLists.txt (+10/-8)
cmake/Click.cmake (+0/-17)
manifest.json (+2/-1)
Superseded
for merging
into
lp://staging/ubuntu-clock-app
- Ubuntu Phone Apps Jenkins Bot: Needs Fixing (continuous-integration)
- Nekhelesh Ramananthan: Pending requested
- Daniel Holbach: Pending requested
-
Diff: 613 lines (+368/-65)22 files modifiedCMakeLists.txt (+20/-26)
app/CMakeLists.txt (+11/-5)
app/alarm/CMakeLists.txt (+1/-1)
app/clock/CMakeLists.txt (+1/-1)
app/components/CMakeLists.txt (+1/-1)
app/graphics/CMakeLists.txt (+5/-3)
app/worldclock/CMakeLists.txt (+1/-1)
backend/CMakeLists.txt (+10/-8)
cmake/Click.cmake (+0/-17)
debian/changelog (+181/-0)
debian/compat (+1/-0)
debian/control (+40/-0)
debian/copyright (+54/-0)
debian/rules (+17/-0)
debian/source/format (+1/-0)
debian/tests/control (+12/-0)
debian/tests/make-autopilot (+2/-0)
debian/tests/make-test (+2/-0)
debian/ubuntu-clock-app-autopilot.install (+1/-0)
debian/ubuntu-clock-app.install (+2/-0)
manifest.json (+2/-1)
tests/autopilot/run (+3/-1)
Changed in ubuntu-clock-app: | |
assignee: | nobody → Sergio Schvezov (sergiusens) |
status: | Confirmed → Fix Committed |
Changed in ubuntu-clock-app: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Marking as high priority as this is blocking replacing the old clock app with the new clock app in the default images.