13 lines
512 B
Text
13 lines
512 B
Text
|
Index: lxqt-config-session/autostartedit.cpp
|
||
|
--- lxqt-config-session/autostartedit.cpp.orig
|
||
|
+++ lxqt-config-session/autostartedit.cpp
|
||
|
@@ -58,7 +58,7 @@ bool AutoStartEdit::needTray()
|
||
|
|
||
|
void AutoStartEdit::browse()
|
||
|
{
|
||
|
- QString filePath = QFileDialog::getOpenFileName(this, tr("Select Application"), QSL("/usr/bin/"));
|
||
|
+ QString filePath = QFileDialog::getOpenFileName(this, tr("Select Application"), QSL("${LOCALBASE}/bin/"));
|
||
|
if (!filePath.isEmpty())
|
||
|
ui->commandEdit->setText(filePath);
|
||
|
}
|