Skip to content

Commit 65f77bc

Browse files
committed
App: modify index.theme
1 parent 67bc322 commit 65f77bc

115 files changed

Lines changed: 35 additions & 38 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

App/Client/CMakeLists.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,19 +154,20 @@ elseif(UNIX AND NOT ANDROID)
154154
# INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/share/applications/RabbitRemoteControl.sh
155155
# DESTINATION ${CMAKE_INSTALL_BINDIR}
156156
# COMPONENT Application)
157-
# Icon path: http://freedesktop.org/wiki/Standards/icon-theme-spec
157+
158+
# Icon path: https://www.freedesktop.org/wiki/Specifications/icon-theme-spec/
158159
# The freedesktop.org standard specifies in which order and directories programs should look for icons:
159160
#
160161
# $HOME/.icons (for backwards compatibility)
161162
# $XDG_DATA_DIRS/icons
162163
# /usr/share/pixmaps
163-
#INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/Resource/icons/rabbit-green/svg/app.svg
164+
#INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/Resource/icons/rabbit-green/scalable/apps/app.svg
164165
# DESTINATION ${CMAKE_INSTALL_DATADIR}/pixmaps
165166
# COMPONENT Application
166167
# RENAME ${APP_ID}.svg)
167168
# Flatpak: https://docs.flatpak.org/en/latest/conventions.html#application-icons
168-
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/Resource/icons/rabbit-green/svg/app.svg
169-
DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps
169+
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/Resource/icons/rabbit-green/scalable/apps/app.svg
170+
DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps/
170171
COMPONENT Application
171172
RENAME ${APP_ID}.svg)
172173

App/Client/Resource/icons/rabbit-black/index.theme

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,21 @@
33
Name=black
44
Comment=black
55
Inherits=breeze
6-
Directories=svg, png, ico
6+
Directories=scalable/apps, png, ico
77

8-
[svg]
8+
[scalable/apps]
99
Size=200
10+
Scale=1
1011
MinSize=16
1112
ManSize=256
1213
Type=Scalable
1314

1415
[png]
1516
Size=200
16-
MinSize=16
17-
ManSize=256
18-
Type=Scalable
17+
Scale=0
18+
Type=Fixed
1919

2020
[ico]
2121
Size=200
22-
MinSize=16
23-
ManSize=256
24-
Type=Scalable
25-
22+
Scale=0
23+
Type=Fixed

App/Client/Resource/icons/rabbit-black/svg/app.svg renamed to App/Client/Resource/icons/rabbit-black/scalable/apps/app.svg

File renamed without changes.

App/Client/Resource/icons/rabbit-black/svg/console.svg renamed to App/Client/Resource/icons/rabbit-black/scalable/apps/console.svg

File renamed without changes.

App/Client/Resource/icons/rabbit-black/svg/edit-connect.svg renamed to App/Client/Resource/icons/rabbit-black/scalable/apps/edit-connect.svg

File renamed without changes.

App/Client/Resource/icons/rabbit-black/svg/eye-off.svg renamed to App/Client/Resource/icons/rabbit-black/scalable/apps/eye-off.svg

File renamed without changes.

App/Client/Resource/icons/rabbit-black/svg/eye-on.svg renamed to App/Client/Resource/icons/rabbit-black/scalable/apps/eye-on.svg

File renamed without changes.

App/Client/Resource/icons/rabbit-black/svg/favorites.svg renamed to App/Client/Resource/icons/rabbit-black/scalable/apps/favorites.svg

File renamed without changes.

App/Client/Resource/icons/rabbit-black/svg/file-transfer-list.svg renamed to App/Client/Resource/icons/rabbit-black/scalable/apps/file-transfer-list.svg

File renamed without changes.

App/Client/Resource/icons/rabbit-black/svg/file-transfer.svg renamed to App/Client/Resource/icons/rabbit-black/scalable/apps/file-transfer.svg

File renamed without changes.

0 commit comments

Comments
 (0)