13 lines
499 B
Text
13 lines
499 B
Text
|
Index: lxqt-session/src/wmselectdialog.cpp
|
||
|
--- lxqt-session/src/wmselectdialog.cpp.orig
|
||
|
+++ lxqt-session/src/wmselectdialog.cpp
|
||
|
@@ -117,7 +117,7 @@ void WmSelectDialog::selectFileDialog(const QModelInde
|
||
|
if (item->data(1, TYPE_ROLE) != SELECT_DLG_TYPE)
|
||
|
return;
|
||
|
|
||
|
- QString fname = QFileDialog::getOpenFileName(this, QString(), QSL("/usr/bin/"));
|
||
|
+ QString fname = QFileDialog::getOpenFileName(this, QString(), QSL("/usr/local/bin/"));
|
||
|
if (fname.isEmpty())
|
||
|
return;
|
||
|
|