Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Remove executable bit #249
+0
−0
Conversation
|
@bluesabre Those are for Launcher for Unity Shell on Ubuntu. If you remove those Launcher will look ugly (unless incorporated as css). See the pull request here shimmerproject#224 |
|
@khurshid-alam The files are not removed. They are only made non-executable. Since SVGs and PNGs should not contain executable code, this is desired. It also removes several warnings when packaging the icon theme for Debian-based systems. |
added a commit
that referenced
this pull request
Sep 16, 2015
satya164
merged commit 5cccc5b
into
numixproject:master
Sep 16, 2015
1 check passed
hound
No violations found. Woof!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bluesabre commentedSep 11, 2015
This commit removes the executable bit from .svg and .png, neither of which should have it.