Bug 276401 - No CMake check for oxygen-icons
Summary: No CMake check for oxygen-icons
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: git master
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: 4.2.0
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-24 17:45 UTC by David
Modified: 2011-09-20 15:06 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David 2011-06-24 17:45:37 UTC
Version:           git master (using Devel) 
OS:                Linux

I built KDevelop on top of a completely built-from-source KDE (kdelibs, kde-workspace, kdevplatform). The configuration and build process for KDevelop finished successfully. However, when I executed KDevelop, there were no icons on any of the buttons, making it look quite strange!

I solved this problem by building oxygen-icons-4.6.3 from the KDE sources. I believe there should be a check+error in the KDevelop CMake if these icons are not found.

Reproducible: Didn't try
Comment 1 Milian Wolff 2011-06-25 10:01:12 UTC
a build-time check on a runtime dependency makes no sense.

furthermore you could - theoretically - use a different icon theme, assuming they would have the required icons. Anyhow, this is definitely nothing that needs to be enforced.