Bug 401299

Summary: Icons for executable applications inappropriately look like documents
Product: [Plasma] Breeze Reporter: Nate Graham <nate>
Component: IconsAssignee: visual-design
Status: CONFIRMED ---    
Severity: normal CC: kainz.a, noahadvs
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Nate Graham 2018-11-22 02:56:38 UTC
Right now we use a document-style icon to represent executable applications, which seems inappropriate. This is probably okay for executable *scripts*, since they're also text files, but it seems wrong for executable *applications.* Here are the icons that suffer from this issue:

application-x-executable
application-x-java-applet
application-x-ms-dos
application-x-macbinary

Soon enough we're going to have an icon for AppImage apps too: https://phabricator.kde.org/D17086

Let's define a new style that says, "I'm an executable application!"
Comment 1 Nate Graham 2018-12-26 20:05:38 UTC
Some more:
- application-x-sharedlib
- application-ms-dos-executable
Comment 2 Nate Graham 2019-01-13 16:20:34 UTC
Git commit 33ca64ca5c0da682ba5e6177a5578d1487e38c0e by Nate Graham, on behalf of Rafael Brandmaier.
Committed on 13/01/2019 at 16:11.
Pushed by ngraham into branch 'master'.

Add Kotlin (.kt) mimetype icons

Summary:

FIXED-IN: 5.54

Add an icon for Kotlin files (.kt).

Test Plan: {F6547502}

Reviewers: #vdg, ngraham, ndavis

Reviewed By: #vdg, ngraham, ndavis

Subscribers: alex-l, ngraham, kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D18199

A  +1    -0    icons-dark/mimetypes/16/text-x-kotlin.svg
A  +1    -0    icons-dark/mimetypes/22/text-x-kotlin.svg
A  +1    -0    icons-dark/mimetypes/32/text-x-kotlin.svg
A  +1    -0    icons-dark/mimetypes/64/text-x-kotlin.svg
A  +1    -0    icons/mimetypes/16/text-x-kotlin.svg
A  +1    -0    icons/mimetypes/22/text-x-kotlin.svg
A  +1    -0    icons/mimetypes/32/text-x-kotlin.svg
A  +1    -0    icons/mimetypes/64/text-x-kotlin.svg

https://commits.kde.org/breeze-icons/33ca64ca5c0da682ba5e6177a5578d1487e38c0e
Comment 3 Nate Graham 2019-01-13 18:10:43 UTC
That patch closed the wrong bug. Re-opening.