Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy (cleaned up) xdg icon to src/images #2316

Merged
merged 1 commit into from
Nov 2, 2018

Conversation

ferdnyc
Copy link
Contributor

@ferdnyc ferdnyc commented Nov 2, 2018

PR #2083 cleaned up and optimized the application icon in xdg/openshot-qt.svg, but the old, crufty, bloated version is still in the tree at src/images/openshot.svg.

This change copies the cleaned-up version there, so that the version of the icon being loaded (most importantly) in all of the interface .ui files is the cleaner, optimized SVG.

Eliminates these messages on the console, from OpenShot (actually from QtSvg):

link SVGID_18_-5 hasn't been detected!
link SVGID_18_-5 hasn't been detected!
link SVGID_22_-5 hasn't been detected!
link SVGID_24_-2 hasn't been detected!
link SVGID_24_-2 hasn't been detected!

...which it turns out were due to (real) structural errors in the uncleaned, unoptimized openshot.svg.

PR OpenShot#2083 cleaned up and optimized the application icon
in `xdg/openshot-qt.svg`, but the old, crufty, bloated
version is still in the tree at `src/images/openshot.svg`.

This change copies the cleaned-up version there, so that
the version of the icon being loaded (most importantly)
in all of the interface `.ui` files is the cleaner,
optimized SVG.

Eliminates these log messages from OpenShot:
```
link SVGID_18_-5 hasn't been detected!
link SVGID_18_-5 hasn't been detected!
link SVGID_22_-5 hasn't been detected!
link SVGID_24_-2 hasn't been detected!
link SVGID_24_-2 hasn't been detected!
```
...which it turns out were due to structural errors
in the uncleaned, unoptimized `openshot.svg`.
@DylanC
Copy link
Collaborator

DylanC commented Nov 2, 2018

@ferdnyc - Seems like another safe to merge kinda change. I will spend more time looking/testing the other PR's later.

@DylanC DylanC merged commit 9ecb4fb into OpenShot:develop Nov 2, 2018
@ferdnyc ferdnyc deleted the clean-main-icon branch November 2, 2018 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants