Should ship a PNG icon instead of using the theme
Bug #1365408 reported by
Michał Sawicz
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Application Launcher |
Fix Released
|
High
|
Ted Gould | ||
Ubuntu UX |
Fix Released
|
High
|
Matthieu James | ||
address-book-app (Ubuntu) |
Fix Released
|
High
|
Renato Araujo Oliveira Filho | ||
dialer-app (Ubuntu) |
Fix Released
|
High
|
Gustavo Pichorim Boiko | ||
dialer-app (Ubuntu RTM) |
Fix Released
|
Undecided
|
Unassigned | ||
indicator-messages (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
mediaplayer-app (Ubuntu) |
Fix Released
|
High
|
Renato Araujo Oliveira Filho | ||
mediaplayer-app (Ubuntu RTM) |
Fix Released
|
Undecided
|
Unassigned | ||
messaging-app (Ubuntu) |
Fix Released
|
High
|
Tiago Salem Herrmann | ||
messaging-app (Ubuntu RTM) |
Fix Released
|
Undecided
|
Unassigned | ||
sync-monitor (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
ubuntu-app-launch (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
ubuntu-system-settings (Ubuntu) |
Fix Released
|
High
|
Ken VanDine | ||
webbrowser-app (Ubuntu) |
Fix Released
|
High
|
Olivier Tilloy |
Bug Description
By design request, all apps, click or not, should ship their own icon as PNG instead of using icons from the theme.
Please download the respective icon from http://
Related branches
lp://staging/~ken-vandine/ubuntu-system-settings/lp1365408
- PS Jenkins bot: Approve (continuous-integration)
- Mathieu Trudel-Lapierre (community): Approve
-
Diff: 26 lines (+2/-1)2 files modifiedCMakeLists.txt (+1/-0)
ubuntu-system-settings.desktop.in.in (+1/-1)
lp://staging/~larsu/indicator-messages/lp1365408
- Ted Gould (community): Approve
- Renato Araujo Oliveira Filho (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 55 lines (+29/-3)1 file modifiedsrc/im-application-list.c (+29/-3)
lp://staging/~renatofilho/address-book-app/fix-1365408
- Tiago Salem Herrmann (community): Approve
- PS Jenkins bot: Needs Fixing (continuous-integration)
-
Diff: 346 lines (+170/-128)5 files modifieddata/CMakeLists.txt (+5/-7)
data/address-book-app.desktop.in.in (+2/-1)
data/address-book-app.svg (+0/-120)
src/artwork/CMakeLists.txt (+2/-0)
src/artwork/address-book-app-symbolic.svg (+161/-0)
lp://staging/~renatofilho/mediaplayer-app/fix-1365408
Approved
for merging
into
lp://staging/mediaplayer-app
- PS Jenkins bot: Approve (continuous-integration)
- Ubuntu Phablet Team: Pending requested
-
Diff: 1055 lines (+194/-695)11 files modifiedCMakeLists.txt (+1/-2)
config.h.in (+1/-1)
data/CMakeLists.txt (+9/-8)
data/mediaplayer-app-symbolic.svg (+129/-0)
data/mediaplayer-app.desktop.in.in (+3/-1)
data/mediaplayer-app.svg (+0/-620)
debian/mediaplayer-app.install (+2/-2)
desktop/CMakeLists.txt (+0/-2)
po/mediaplayer-app.pot (+6/-1)
src/qml/player/Controls.qml (+42/-58)
src/qml/player/TimeLine.qml (+1/-0)
lp://staging/~renatofilho/address-book-app/release-18-09-2014
- Bill Filler (community): Approve
- PS Jenkins bot: Approve (continuous-integration)
-
Diff: 5912 lines (+1370/-1270)74 files modifieddata/CMakeLists.txt (+5/-7)
data/address-book-app.desktop.in.in (+2/-1)
data/address-book-app.svg (+0/-120)
po/CMakeLists.txt (+12/-0)
po/address-book-app.pot (+15/-15)
po/am.po (+12/-8)
po/ar.po (+12/-8)
po/ast.po (+12/-8)
po/az.po (+0/-342)
po/bg.po (+12/-8)
po/bn.po (+9/-8)
po/br.po (+12/-8)
po/ca.po (+12/-8)
po/ckb.po (+12/-8)
po/cs.po (+12/-8)
po/da.po (+12/-8)
po/de.po (+12/-8)
po/el.po (+12/-8)
po/en_AU.po (+12/-8)
po/en_GB.po (+12/-8)
po/es.po (+12/-8)
po/eu.po (+12/-8)
po/fa.po (+12/-8)
po/fi.po (+12/-8)
po/fr.po (+12/-8)
po/gd.po (+14/-11)
po/gl.po (+12/-8)
po/he.po (+12/-8)
po/hr.po (+9/-8)
po/hu.po (+12/-8)
po/is.po (+12/-9)
po/it.po (+12/-8)
po/ja.po (+12/-8)
po/km.po (+12/-8)
po/ko.po (+12/-8)
po/lv.po (+12/-8)
po/ms.po (+12/-8)
po/my.po (+12/-8)
po/nb.po (+12/-8)
po/nl.po (+12/-8)
po/pl.po (+12/-8)
po/pt.po (+12/-8)
po/pt_BR.po (+13/-9)
po/ro.po (+12/-8)
po/ru.po (+12/-8)
po/sl.po (+12/-8)
po/sr.po (+12/-8)
po/sv.po (+12/-9)
po/ta.po (+9/-8)
po/tr.po (+12/-8)
po/ug.po (+12/-8)
po/uk.po (+12/-8)
po/zh_CN.po (+12/-8)
po/zh_HK.po (+12/-8)
po/zh_TW.po (+12/-8)
src/artwork/CMakeLists.txt (+2/-0)
src/artwork/address-book-app-symbolic.svg (+161/-0)
src/imports/ContactList/ContactListPage.qml (+35/-1)
src/imports/ContactView/ContactView.qml (+20/-35)
src/imports/Ubuntu/Contacts/ActionButton.qml (+4/-3)
src/imports/Ubuntu/Contacts/ContactDelegate.qml (+1/-0)
src/imports/Ubuntu/Contacts/ContactDetailAvatarView.qml (+45/-3)
src/imports/Ubuntu/Contacts/ContactPreviewPage.qml (+0/-1)
src/imports/Ubuntu/Contacts/ListItemWithActions.qml (+81/-32)
src/imports/Ubuntu/Contacts/PageWithBottomEdge.qml (+162/-153)
tests/autopilot/address_book_app/__init__.py (+3/-11)
tests/autopilot/address_book_app/pages/_common.py (+1/-0)
tests/autopilot/address_book_app/pages/_contact_list_page.py (+93/-91)
tests/autopilot/address_book_app/tests/__init__.py (+1/-2)
tests/autopilot/address_book_app/tests/test_create_new_from_uri.py (+0/-1)
tests/autopilot/address_book_app/tests/test_delete_contact.py (+49/-38)
tests/autopilot/address_book_app/tests/test_multiple_pick_mode.py (+2/-1)
tests/autopilot/address_book_app/tests/test_single_pick_mode.py (+2/-1)
tests/qml/tst_ListWithActions.qml (+92/-14)
lp://staging/~ted/ubuntu-app-launch/lp1365408-symbolic-icon
- Charles Kerr (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 144 lines (+61/-25)1 file modifieddesktop-hook.c (+61/-25)
lp://staging/~osomon/webbrowser-app/png-icon
- Ken VanDine: Approve
- PS Jenkins bot: Approve (continuous-integration)
- Ubuntu Core Development Team: Pending requested
-
Diff: 1559 lines (+5/-1497)5 files modifiedCMakeLists.txt (+2/-4)
debian/copyright (+1/-1)
debian/webbrowser-app.install (+1/-2)
src/app/webbrowser/webbrowser-app.desktop.in.in (+1/-1)
webbrowser-app.svg (+0/-1489)
lp://staging/~boiko/dialer-app/ship_icon
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Tiago Salem Herrmann (community): Approve
-
Diff: 15 lines (+1/-1)1 file modifiedsrc/dialer-app.desktop.in.in (+1/-1)
lp://staging/~boiko/messaging-app/ship_icon
- Tiago Salem Herrmann (community): Approve
-
Diff: 15 lines (+1/-1)1 file modifiedsrc/messaging-app.desktop.in.in (+1/-1)
no longer affects: | webbrowser-app |
Changed in ubuntu-ux: | |
assignee: | nobody → Matthieu James (tiheum) |
importance: | Undecided → High |
status: | New → Fix Committed |
Changed in ubuntu-system-settings (Ubuntu): | |
assignee: | nobody → Ken VanDine (ken-vandine) |
importance: | Undecided → High |
status: | New → Confirmed |
tags: | added: rtm14 |
tags: | added: touch-2014-09-25 |
Changed in sync-monitor (Ubuntu): | |
status: | New → Invalid |
Changed in webbrowser-app (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Olivier Tilloy (osomon) |
Changed in messaging-app (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Tiago Salem Herrmann (tiagosh) |
Changed in mediaplayer-app (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Renato Araujo Oliveira Filho (renatofilho) |
Changed in dialer-app (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Gustavo Pichorim Boiko (boiko) |
Changed in address-book-app (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Renato Araujo Oliveira Filho (renatofilho) |
Changed in address-book-app (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in mediaplayer-app (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in ubuntu-system-settings (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in address-book-app (Ubuntu): | |
status: | In Progress → Fix Committed |
Changed in address-book-app (Ubuntu): | |
status: | Fix Committed → Fix Released |
Changed in webbrowser-app (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in ubuntu-app-launch: | |
status: | Confirmed → Fix Released |
Changed in dialer-app (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in messaging-app (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in messaging-app (Ubuntu RTM): | |
status: | New → In Progress |
Changed in dialer-app (Ubuntu RTM): | |
status: | New → In Progress |
Changed in ubuntu-ux: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Thanks Michał, do you know in what directory we should install those icons? /usr/share/pixmaps or in the icon theme?