0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-16 18:22:54 +00:00
Files
termux-packages/x11-packages/lxqt-config/liblxqt-config-cursor-crtheme.cpp.patch

12 lines
558 B
Diff

--- a/liblxqt-config-cursor/crtheme.cpp
+++ b/liblxqt-config-cursor/crtheme.cpp
@@ -309,7 +309,7 @@
QString name, inherits;
QString path = QDir::home().absolutePath() + QStringLiteral("/.icons/default/index.theme");
if(! QFile::exists(path))
- path = QStringLiteral("/usr/share/icons/default/index.theme");
+ path = QStringLiteral("@TERMUX_PREFIX@/share/icons/default/index.theme");
if(! QFile::exists(path))
return QString();
QSettings cursorTheme(path, QSettings::IniFormat);