forked from GNOME/seahorse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We can use "avatar-default-symbolic", which is provided by the XDG icon spec, so it should work for everyone. It's also nicer for non-installed environments (such as when developing).
- Loading branch information
Showing
5 changed files
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ foreach size: [ 22, 48 ] | |
|
||
# ..../apps | ||
icon_subfolder = join_paths('hicolor', icon_size_str, 'apps') | ||
foreach private_icon: [ 'key', 'key-personal', 'key-ssh', 'person' ] | ||
foreach private_icon: [ 'key', 'key-personal', 'key-ssh' ] | ||
install_data( | ||
join_paths(icon_subfolder, 'seahorse-@[email protected]'.format(private_icon)), | ||
install_dir: join_paths(private_icons_install_dir, icon_subfolder), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters