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

Freebsd support #1300

Closed
wants to merge 2 commits into from
Closed

Freebsd support #1300

wants to merge 2 commits into from

Conversation

jsm222
Copy link

@jsm222 jsm222 commented Aug 31, 2023

@ManuelSchneid3r
Copy link
Member

@@ -35,7 +35,12 @@ XDG::IconLookup::IconLookup()
if (QFile::exists(path = QDir(basedir).filePath("icons")))
iconDirs_.append(path);

#if defined Q_OS_FREEBSD
path = "/usr/local/share/pixmaps";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the spec explicitly tells to look at /usr/share/pixmaps
https://specifications.freedesktop.org/icon-theme-spec/latest/ar01s03.html

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which does not exist on FreeBSD because of LOCALBASE fsh..

Copy link
Member

@ManuelSchneid3r ManuelSchneid3r Sep 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mhm okay, although not standardized i see no real problem adding it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants