Skip to content

Commit

Permalink
data/nemo.desktop.in: fix icon
Browse files Browse the repository at this point in the history
Replace icon "folder" with "system-file-manager". Issue #1686 discussed
already, that it should not use "folder" to follow free desktop
standards, and it was changed to "nemo" in 5d4ca0 ("Rename Nemo icon
from places to nemo"). It looks like it was changed back by accident in
099421 ("l10n: Update POT file and generate files").

Change it to "system-file-manager", because that makes it pick up a nice
icon with the default GNOME theme. Adjust "generate_additional_file"
too, so it won't get overwritten by a accident again.
  • Loading branch information
ollieparanoid authored and mtwebster committed Sep 25, 2020
1 parent 3795d63 commit ce0c83a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/nemo.desktop.in
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Comment[zh_CN]=访问和组织文件
Comment[zh_HK]=存取與組織檔案
Comment[zh_TW]=存取並組織檔案
Exec=nemo %U
Icon=folder
Icon=system-file-manager
# Translators: these are keywords of the file manager
Keywords=folders;filesystem;explorer;
Terminal=false
Expand Down
2 changes: 1 addition & 1 deletion generate_additional_file
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ prefix = """[Desktop Entry]
"""

suffix = """Exec=nemo %U
Icon=folder
Icon=system-file-manager
# Translators: these are keywords of the file manager
Keywords=folders;filesystem;explorer;
Terminal=false
Expand Down

0 comments on commit ce0c83a

Please sign in to comment.