Skip to content

Commit

Permalink
fix: use dci icons replace svg icons
Browse files Browse the repository at this point in the history
As title.

Log: Use dci icons.
Bug: https://pms.uniontech.com/bug-view-298681.html
  • Loading branch information
rb-union authored and deepin-bot[bot] committed Jan 10, 2025
1 parent b7c62ec commit c320a78
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/dde-dock-plugins/shotstart/res.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<file>res/screenshot-dark.svg</file>
<file>res/screenshot.svg</file>
<file>res/screen-recording.svg</file>
<file>res/dcc-shot-start-plugin.dci</file>
</qresource>
</RCC>
Binary file not shown.
4 changes: 3 additions & 1 deletion src/dde-dock-plugins/shotstart/shotstart.pro
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ isEmpty(PREFIX) {
target.path = $$PREFIX/lib/dde-dock/plugins/
file.files += $$PWD/com.deepin.dde.dock.module.shot-start-plugin.gschema.xml
file.path += $$PREFIX/share/glib-2.0/schemas/
shoticon.files += $$PWD/res/dcc-shot-start-plugin.dci
shoticon.path += /usr/share/dde-dock/icons/dcc-setting/

INSTALLS += target file
INSTALLS += target file shoticon
RESOURCES += res.qrc
1 change: 1 addition & 0 deletions src/dde-dock-plugins/shotstartrecord/res.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
<file>res/status-screen-record.svg</file>
<file>res/status-screen-record-dark.svg</file>
<file>res/shot-start-record-plugin.svg</file>
<file>res/dcc-shot-start-record-plugin.dci</file>
</qresource>
</RCC>
Binary file not shown.
2 changes: 1 addition & 1 deletion src/dde-dock-plugins/shotstartrecord/shotstartrecord.pro
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ SOURCES += \
target.path = /usr/lib/dde-dock/plugins/
file.files += $$PWD/com.deepin.dde.dock.module.shot-start-record-plugin.gschema.xml
file.path += /usr/share/glib-2.0/schemas/
recordicon.files += $$PWD/res/shot-start-record-plugin.svg
recordicon.files += $$PWD/res/dcc-shot-start-record-plugin.dci
recordicon.path += /usr/share/dde-dock/icons/dcc-setting/

INSTALLS += target file recordicon
Expand Down

0 comments on commit c320a78

Please sign in to comment.