SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue