Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gThumb
Commits
5646bd8b
Commit
5646bd8b
authored
Dec 19, 2019
by
Paolo Bacchilega
Browse files
app icons: name the app icons with the application id
Fixes
#77
parent
1fc0a68a
Changes
7
Hide whitespace changes
Inline
Side-by-side
data/icons/public/hicolor/16x16/apps/
gt
humb-symbolic.svg
→
data/icons/public/hicolor/16x16/apps/
org.gnome.gT
humb-symbolic.svg
View file @
5646bd8b
File moved
data/icons/public/hicolor/16x16/apps/
gt
humb.png
→
data/icons/public/hicolor/16x16/apps/
org.gnome.gT
humb.png
View file @
5646bd8b
File moved
data/icons/public/hicolor/256x256/apps/
gt
humb.png
→
data/icons/public/hicolor/256x256/apps/
org.gnome.gT
humb.png
View file @
5646bd8b
File moved
data/icons/public/hicolor/scalable/apps/
gt
humb.svg
→
data/icons/public/hicolor/scalable/apps/
org.gnome.gT
humb.svg
View file @
5646bd8b
File moved
data/org.gnome.gThumb.Import.desktop.in.in
View file @
5646bd8b
...
...
@@ -6,7 +6,7 @@ Comment=Import the photos on your camera card
Categories=GNOME;GTK;Graphics;Viewer;RasterGraphics;2DGraphics;Photography;
Exec=gthumb --import-photos %U
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
Icon=
gt
humb
Icon=
org.gnome.gT
humb
MimeType=x-content/image-dcf;x-content/image-picturecd;
NoDisplay=true
StartupNotify=true
...
...
data/org.gnome.gThumb.desktop.in.in
View file @
5646bd8b
...
...
@@ -8,7 +8,7 @@ Keywords=Image;Viewer;
Categories=GNOME;GTK;Graphics;Viewer;RasterGraphics;2DGraphics;Photography;
Exec=gthumb %U
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
Icon=
gt
humb
Icon=
org.gnome.gT
humb
MimeType=image/bmp;image/jpeg;image/gif;image/png;image/tiff;image/x-bmp;image/x-ico;image/x-png;image/x-pcx;image/x-tga;image/xpm;image/svg+xml;image/webp;
StartupNotify=true
Terminal=false
...
...
gthumb/gth-browser-actions-callbacks.c
View file @
5646bd8b
...
...
@@ -144,9 +144,9 @@ gth_application_activate_about (GSimpleAction *action,
NULL
);
logo
=
gtk_icon_theme_load_icon
(
gtk_icon_theme_get_for_screen
(
gtk_widget_get_screen
(
GTK_WIDGET
(
window
))),
"
gt
humb"
,
"
org.gnome.gT
humb"
,
128
,
GTK_ICON_LOOKUP_NO_SVG
,
0
,
NULL
);
gtk_show_about_dialog
(
GTK_WINDOW
(
window
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment