mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-11 13:09:18 +00:00
12 lines
459 B
Plaintext
12 lines
459 B
Plaintext
--- a/src/gui/platform/unix/qgenericunixthemes.cpp
|
|
+++ b/src/gui/platform/unix/qgenericunixthemes.cpp
|
|
@@ -454,7 +454,7 @@
|
|
QStringList QGenericUnixTheme::iconFallbackPaths()
|
|
{
|
|
QStringList paths;
|
|
- const QFileInfo pixmapsIconsDir(QStringLiteral("/usr/share/pixmaps"));
|
|
+ const QFileInfo pixmapsIconsDir(QStringLiteral("@TERMUX_PREFIX@/share/pixmaps"));
|
|
if (pixmapsIconsDir.isDir())
|
|
paths.append(pixmapsIconsDir.absoluteFilePath());
|
|
|