diff options
author | Jesper Schmitz Mouridsen <jsm@FreeBSD.org> | 2020-01-29 14:22:22 +0000 |
---|---|---|
committer | Jesper Schmitz Mouridsen <jsm@FreeBSD.org> | 2020-01-29 14:22:22 +0000 |
commit | 586b77bee16757a842f39c1caa19b4c9d4961688 (patch) | |
tree | d44d1cc2f12356081d3cb59e63048e381f97a02c /x11/albert/files/patch-src_app_settingswidget_settingswidget.cpp | |
parent | Update to 2.10.56 (diff) |
New port x11/albert
Albert is a fast and flexible keyboard launcher
Approved by: lwhsu
Differential Revision: https://reviews.freebsd.org/D23367
Diffstat (limited to 'x11/albert/files/patch-src_app_settingswidget_settingswidget.cpp')
-rw-r--r-- | x11/albert/files/patch-src_app_settingswidget_settingswidget.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/albert/files/patch-src_app_settingswidget_settingswidget.cpp b/x11/albert/files/patch-src_app_settingswidget_settingswidget.cpp new file mode 100644 index 000000000000..39192fac99b1 --- /dev/null +++ b/x11/albert/files/patch-src_app_settingswidget_settingswidget.cpp @@ -0,0 +1,11 @@ +--- src/app/settingswidget/settingswidget.cpp.orig 2018-12-31 18:07:36 UTC ++++ src/app/settingswidget/settingswidget.cpp +@@ -89,7 +89,7 @@ Core::SettingsWidget::SettingsWidget(ExtensionManager + connect(ui.checkBox_telemetry, &QCheckBox::toggled, this, [this](bool checked){ telemetry_->enable(checked); }); + + // AUTOSTART +-#ifdef Q_OS_LINUX ++#if defined Q_OS_LINUX || defined Q_OS_FREEBSD + QString desktopfile_path = QStandardPaths::locate(QStandardPaths::ApplicationsLocation, + "albert.desktop", + QStandardPaths::LocateFile); |