Bug 452419 - not installed
Summary: not installed
Status: RESOLVED NOT A BUG
Alias: None
Product: systemdgenie
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Neon Linux
: NOR normal
Target Milestone: ---
Assignee: Ragnar Thomsen
URL:
Keywords:
: 452421 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-04-09 04:47 UTC by toxictech
Modified: 2022-04-09 08:54 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description toxictech 2022-04-09 04:47:01 UTC
SUMMARY
i was able to compile from source with no problems, as well as install, my problem is upon entering the command "systemdgenie", i get "systemdgenie: command not found". Does this program no longer work, or have i messed up along the way somehow? 
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. compile and run systemdgenie comand from terminal
2. 
3. 

OBSERVED RESULT
command not found

EXPECTED RESULT
use of systemdgenie

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.24.4
KDE Frameworks Version: 5.92.0
Qt Version: 5.15.3

ADDITIONAL INFORMATION
Installing in /home/toxictech/Downloads/systemdgenie-0.99.0/build/`kf5-config'. Run /home/toxictech/Downloads/systemdgenie-0.99.0/prefix.sh to set the environment for SYSTEMD-GENIE.
fatal: not a git repository (or any of the parent directories): .git
-- Checking for module 'libsystemd>=209'
--   Found libsystemd, version 245
-- The following OPTIONAL packages have been found:

 * KF5Codecs (required version >= 5.92.0)
 * KF5Config (required version >= 5.92.0)
 * KF5WidgetsAddons (required version >= 5.92.0)
 * KF5ConfigWidgets (required version >= 5.92.0)

-- The following REQUIRED packages have been found:

 * ECM (required version >= 5.15.0)
 * Qt5Gui
 * Qt5 (required version >= 5.4.0)
 * KF5Crash (required version >= 5.15.0)
 * Gettext
 * KF5I18n (required version >= 5.15.0)
 * KF5CoreAddons (required version >= 5.92.0)
 * KF5Auth (required version >= 5.92.0)
 * Qt5DBus (required version >= 5.15.2)
 * Qt5Widgets (required version >= 5.15.2)
 * KF5XmlGui (required version >= 5.15.0)
 * KF5 (required version >= 5.15.0)
 * Qt5Core
 * PkgConfig

-- Configuring done
-- Generating done
-- Build files have been written to: /home/toxictech/Downloads/systemdgenie-0.99.0


toxictech@Master:~/Downloads/systemdgenie-0.99.0$ make
[  7%] Automatic MOC for target systemdgenie
[  7%] Built target systemdgenie_autogen
[ 14%] Generating ui_mainwindow.h
[ 21%] Building CXX object src/CMakeFiles/systemdgenie.dir/systemdgenie_autogen/mocs_compilation.cpp.o
In file included from /home/toxictech/Downloads/systemdgenie-0.99.0/src/systemdgenie_autogen/EWIEGA46WW/../../mainwindow.h:23,
                 from /home/toxictech/Downloads/systemdgenie-0.99.0/src/systemdgenie_autogen/EWIEGA46WW/moc_mainwindow.cpp:10,
                 from /home/toxictech/Downloads/systemdgenie-0.99.0/src/systemdgenie_autogen/mocs_compilation.cpp:2:
/home/toxictech/Downloads/systemdgenie-0.99.0/src/systemdgenie_autogen/EWIEGA46WW/../../sortfilterunitmodel.h:38:10: warning: ‘virtual bool SortFilterUnitModel::filterAcceptsRow(int, const QModelIndex&) const’ can be marked override [-Wsuggest-override]
   38 |     bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const;
      |          ^~~~~~~~~~~~~~~~
In file included from /home/toxictech/Downloads/systemdgenie-0.99.0/src/systemdgenie_autogen/EWIEGA46WW/../../mainwindow.h:24,
                 from /home/toxictech/Downloads/systemdgenie-0.99.0/src/systemdgenie_autogen/EWIEGA46WW/moc_mainwindow.cpp:10,
                 from /home/toxictech/Downloads/systemdgenie-0.99.0/src/systemdgenie_autogen/mocs_compilation.cpp:2:
/home/toxictech/Downloads/systemdgenie-0.99.0/src/systemdgenie_autogen/EWIEGA46WW/../../unitmodel.h:32:9: warning: ‘virtual int UnitModel::rowCount(const QModelIndex&) const’ can be marked override [-Wsuggest-override]
   32 |     int rowCount(const QModelIndex & parent = QModelIndex()) const;
      |         ^~~~~~~~
/home/toxictech/Downloads/systemdgenie-0.99.0/src/systemdgenie_autogen/EWIEGA46WW/../../unitmodel.h:33:9: warning: ‘virtual int UnitModel::columnCount(const QModelIndex&) const’ can be marked override [-Wsuggest-override]
   33 |     int columnCount(const QModelIndex & parent = QModelIndex()) const;
      |         ^~~~~~~~~~~
/home/toxictech/Downloads/systemdgenie-0.99.0/src/systemdgenie_autogen/EWIEGA46WW/../../unitmodel.h:34:14: warning: ‘virtual QVariant UnitModel::headerData(int, Qt::Orientation, int) const’ can be marked override [-Wsuggest-override]
   34 |     QVariant headerData(int section, Qt::Orientation orientation, int role) const;
      |              ^~~~~~~~~~
/home/toxictech/Downloads/systemdgenie-0.99.0/src/systemdgenie_autogen/EWIEGA46WW/../../unitmodel.h:35:14: warning: ‘virtual QVariant UnitModel::data(const QModelIndex&, int) const’ can be marked override [-Wsuggest-override]
   35 |     QVariant data(const QModelIndex & index, int role = Qt::DisplayRole) const;
      |              ^~~~
In file included from /home/toxictech/Downloads/systemdgenie-0.99.0/src/systemdgenie_autogen/EWIEGA46WW/moc_mainwindow.cpp:10,
                 from /home/toxictech/Downloads/systemdgenie-0.99.0/src/systemdgenie_autogen/mocs_compilation.cpp:2:
/home/toxictech/Downloads/systemdgenie-0.99.0/src/systemdgenie_autogen/EWIEGA46WW/../../mainwindow.h:109:10: warning: ‘virtual bool MainWindow::eventFilter(QObject*, QEvent*)’ can be marked override [-Wsuggest-override]
  109 |     bool eventFilter(QObject *, QEvent*);
      |          ^~~~~~~~~~~
[ 28%] Building CXX object src/CMakeFiles/systemdgenie.dir/main.cpp.o
In file included from /home/toxictech/Downloads/systemdgenie-0.99.0/src/mainwindow.h:23,
                 from /home/toxictech/Downloads/systemdgenie-0.99.0/src/main.cpp:19:
/home/toxictech/Downloads/systemdgenie-0.99.0/src/sortfilterunitmodel.h:38:10: warning: ‘virtual bool SortFilterUnitModel::filterAcceptsRow(int, const QModelIndex&) const’ can be marked override [-Wsuggest-override]
   38 |     bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const;
      |          ^~~~~~~~~~~~~~~~
In file included from /home/toxictech/Downloads/systemdgenie-0.99.0/src/mainwindow.h:24,
                 from /home/toxictech/Downloads/systemdgenie-0.99.0/src/main.cpp:19:
/home/toxictech/Downloads/systemdgenie-0.99.0/src/unitmodel.h:32:9: warning: ‘virtual int UnitModel::rowCount(const QModelIndex&) const’ can be marked override [-Wsuggest-override]
   32 |     int rowCount(const QModelIndex & parent = QModelIndex()) const;
      |         ^~~~~~~~
/home/toxictech/Downloads/systemdgenie-0.99.0/src/unitmodel.h:33:9: warning: ‘virtual int UnitModel::columnCount(const QModelIndex&) const’ can be marked override [-Wsuggest-override]
   33 |     int columnCount(const QModelIndex & parent = QModelIndex()) const;
      |         ^~~~~~~~~~~
/home/toxictech/Downloads/systemdgenie-0.99.0/src/unitmodel.h:34:14: warning: ‘virtual QVariant UnitModel::headerData(int, Qt::Orientation, int) const’ can be marked override [-Wsuggest-override]
   34 |     QVariant headerData(int section, Qt::Orientation orientation, int role) const;
      |              ^~~~~~~~~~
/home/toxictech/Downloads/systemdgenie-0.99.0/src/unitmodel.h:35:14: warning: ‘virtual QVariant UnitModel::data(const QModelIndex&, int) const’ can be marked override [-Wsuggest-override]
   35 |     QVariant data(const QModelIndex & index, int role = Qt::DisplayRole) const;
      |              ^~~~
In file included from /home/toxictech/Downloads/systemdgenie-0.99.0/src/main.cpp:19:
/home/toxictech/Downloads/systemdgenie-0.99.0/src/mainwindow.h:109:10: warning: ‘virtual bool MainWindow::eventFilter(QObject*, QEvent*)’ can be marked override [-Wsuggest-override]
  109 |     bool eventFilter(QObject *, QEvent*);
      |          ^~~~~~~~~~~
[ 35%] Building CXX object src/CMakeFiles/systemdgenie.dir/mainwindow.cpp.o
In file included from /home/toxictech/Downloads/systemdgenie-0.99.0/src/mainwindow.h:23,
                 from /home/toxictech/Downloads/systemdgenie-0.99.0/src/mainwindow.cpp:18:
/home/toxictech/Downloads/systemdgenie-0.99.0/src/sortfilterunitmodel.h:38:10: warning: ‘virtual bool SortFilterUnitModel::filterAcceptsRow(int, const QModelIndex&) const’ can be marked override [-Wsuggest-override]
   38 |     bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const;
      |          ^~~~~~~~~~~~~~~~
In file included from /home/toxictech/Downloads/systemdgenie-0.99.0/src/mainwindow.h:24,
                 from /home/toxictech/Downloads/systemdgenie-0.99.0/src/mainwindow.cpp:18:
/home/toxictech/Downloads/systemdgenie-0.99.0/src/unitmodel.h:32:9: warning: ‘virtual int UnitModel::rowCount(const QModelIndex&) const’ can be marked override [-Wsuggest-override]
   32 |     int rowCount(const QModelIndex & parent = QModelIndex()) const;
      |         ^~~~~~~~
/home/toxictech/Downloads/systemdgenie-0.99.0/src/unitmodel.h:33:9: warning: ‘virtual int UnitModel::columnCount(const QModelIndex&) const’ can be marked override [-Wsuggest-override]
   33 |     int columnCount(const QModelIndex & parent = QModelIndex()) const;
      |         ^~~~~~~~~~~
/home/toxictech/Downloads/systemdgenie-0.99.0/src/unitmodel.h:34:14: warning: ‘virtual QVariant UnitModel::headerData(int, Qt::Orientation, int) const’ can be marked override [-Wsuggest-override]
   34 |     QVariant headerData(int section, Qt::Orientation orientation, int role) const;
      |              ^~~~~~~~~~
/home/toxictech/Downloads/systemdgenie-0.99.0/src/unitmodel.h:35:14: warning: ‘virtual QVariant UnitModel::data(const QModelIndex&, int) const’ can be marked override [-Wsuggest-override]
   35 |     QVariant data(const QModelIndex & index, int role = Qt::DisplayRole) const;
      |              ^~~~
In file included from /home/toxictech/Downloads/systemdgenie-0.99.0/src/mainwindow.cpp:18:
/home/toxictech/Downloads/systemdgenie-0.99.0/src/mainwindow.h:109:10: warning: ‘virtual bool MainWindow::eventFilter(QObject*, QEvent*)’ can be marked override [-Wsuggest-override]
  109 |     bool eventFilter(QObject *, QEvent*);
      |          ^~~~~~~~~~~
In file included from /home/toxictech/Downloads/systemdgenie-0.99.0/src/mainwindow.cpp:21:
/usr/include/KF5/KAuth/KAuth:15:146: note: #pragma message: Deprecated header. Since 5.92, use #include <KAuth/Action>/<KAuth/ActionReply>/<KAuth/ExecuteJob>/<KAuth/HelperSupport> instead
   15 | se #include <KAuth/Action>/<KAuth/ActionReply>/<KAuth/ExecuteJob>/<KAuth/HelperSupport> instead")
      |                                                                                                 ^

/home/toxictech/Downloads/systemdgenie-0.99.0/src/mainwindow.cpp: In member function ‘void MainWindow::setupActions()’:
/home/toxictech/Downloads/systemdgenie-0.99.0/src/mainwindow.cpp:1092:106: warning: ‘void QSignalMapper::mapped(const QString&)’ is deprecated: Use QSignalMapper::mappedString(const QString&) instead [-Wdeprecated-declarations]
 1092 |     connect(unitActionMapper, static_cast<void (QSignalMapper::*)(const QString&)>(&QSignalMapper::mapped),
      |                                                                                                          ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtCore:207,
                 from /usr/include/x86_64-linux-gnu/qt5/QtDBus/QtDBusDepends:3,
                 from /usr/include/x86_64-linux-gnu/qt5/QtDBus/QtDBus:3,
                 from /home/toxictech/Downloads/systemdgenie-0.99.0/src/mainwindow.cpp:32:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qsignalmapper.h:73:10: note: declared here
   73 |     void mapped(const QString &);
      |          ^~~~~~
/home/toxictech/Downloads/systemdgenie-0.99.0/src/mainwindow.cpp:1092:106: warning: ‘void QSignalMapper::mapped(const QString&)’ is deprecated: Use QSignalMapper::mappedString(const QString&) instead [-Wdeprecated-declarations]
 1092 |     connect(unitActionMapper, static_cast<void (QSignalMapper::*)(const QString&)>(&QSignalMapper::mapped),
      |                                                                                                          ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtCore:207,
                 from /usr/include/x86_64-linux-gnu/qt5/QtDBus/QtDBusDepends:3,
                 from /usr/include/x86_64-linux-gnu/qt5/QtDBus/QtDBus:3,
                 from /home/toxictech/Downloads/systemdgenie-0.99.0/src/mainwindow.cpp:32:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qsignalmapper.h:73:10: note: declared here
   73 |     void mapped(const QString &);
      |          ^~~~~~
/home/toxictech/Downloads/systemdgenie-0.99.0/src/mainwindow.cpp:1113:108: warning: ‘void QSignalMapper::mapped(const QString&)’ is deprecated: Use QSignalMapper::mappedString(const QString&) instead [-Wdeprecated-declarations]
 1113 |     connect(systemDaemonMapper, static_cast<void (QSignalMapper::*)(const QString&)>(&QSignalMapper::mapped),
      |                                                                                                            ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtCore:207,
                 from /usr/include/x86_64-linux-gnu/qt5/QtDBus/QtDBusDepends:3,
                 from /usr/include/x86_64-linux-gnu/qt5/QtDBus/QtDBus:3,
                 from /home/toxictech/Downloads/systemdgenie-0.99.0/src/mainwindow.cpp:32:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qsignalmapper.h:73:10: note: declared here
   73 |     void mapped(const QString &);
      |          ^~~~~~
/home/toxictech/Downloads/systemdgenie-0.99.0/src/mainwindow.cpp:1113:108: warning: ‘void QSignalMapper::mapped(const QString&)’ is deprecated: Use QSignalMapper::mappedString(const QString&) instead [-Wdeprecated-declarations]
 1113 |     connect(systemDaemonMapper, static_cast<void (QSignalMapper::*)(const QString&)>(&QSignalMapper::mapped),
      |                                                                                                            ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtCore:207,
                 from /usr/include/x86_64-linux-gnu/qt5/QtDBus/QtDBusDepends:3,
                 from /usr/include/x86_64-linux-gnu/qt5/QtDBus/QtDBus:3,
                 from /home/toxictech/Downloads/systemdgenie-0.99.0/src/mainwindow.cpp:32:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qsignalmapper.h:73:10: note: declared here
   73 |     void mapped(const QString &);
      |          ^~~~~~
/home/toxictech/Downloads/systemdgenie-0.99.0/src/mainwindow.cpp:1134:106: warning: ‘void QSignalMapper::mapped(const QString&)’ is deprecated: Use QSignalMapper::mappedString(const QString&) instead [-Wdeprecated-declarations]
 1134 |     connect(userDaemonMapper, static_cast<void (QSignalMapper::*)(const QString&)>(&QSignalMapper::mapped),
      |                                                                                                          ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtCore:207,
                 from /usr/include/x86_64-linux-gnu/qt5/QtDBus/QtDBusDepends:3,
                 from /usr/include/x86_64-linux-gnu/qt5/QtDBus/QtDBus:3,
                 from /home/toxictech/Downloads/systemdgenie-0.99.0/src/mainwindow.cpp:32:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qsignalmapper.h:73:10: note: declared here
   73 |     void mapped(const QString &);
      |          ^~~~~~
/home/toxictech/Downloads/systemdgenie-0.99.0/src/mainwindow.cpp:1134:106: warning: ‘void QSignalMapper::mapped(const QString&)’ is deprecated: Use QSignalMapper::mappedString(const QString&) instead [-Wdeprecated-declarations]
 1134 |     connect(userDaemonMapper, static_cast<void (QSignalMapper::*)(const QString&)>(&QSignalMapper::mapped),
      |                                                                                                          ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtCore:207,
                 from /usr/include/x86_64-linux-gnu/qt5/QtDBus/QtDBusDepends:3,
                 from /usr/include/x86_64-linux-gnu/qt5/QtDBus/QtDBus:3,
                 from /home/toxictech/Downloads/systemdgenie-0.99.0/src/mainwindow.cpp:32:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qsignalmapper.h:73:10: note: declared here
   73 |     void mapped(const QString &);
      |          ^~~~~~
/home/toxictech/Downloads/systemdgenie-0.99.0/src/mainwindow.cpp:1178:109: warning: ‘void QSignalMapper::mapped(const QString&)’ is deprecated: Use QSignalMapper::mappedString(const QString&) instead [-Wdeprecated-declarations]
 1178 |     connect(sessionActionMapper, static_cast<void (QSignalMapper::*)(const QString&)>(&QSignalMapper::mapped),
      |                                                                                                             ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtCore:207,
                 from /usr/include/x86_64-linux-gnu/qt5/QtDBus/QtDBusDepends:3,
                 from /usr/include/x86_64-linux-gnu/qt5/QtDBus/QtDBus:3,
                 from /home/toxictech/Downloads/systemdgenie-0.99.0/src/mainwindow.cpp:32:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qsignalmapper.h:73:10: note: declared here
   73 |     void mapped(const QString &);
      |          ^~~~~~
/home/toxictech/Downloads/systemdgenie-0.99.0/src/mainwindow.cpp:1178:109: warning: ‘void QSignalMapper::mapped(const QString&)’ is deprecated: Use QSignalMapper::mappedString(const QString&) instead [-Wdeprecated-declarations]
 1178 |     connect(sessionActionMapper, static_cast<void (QSignalMapper::*)(const QString&)>(&QSignalMapper::mapped),
      |                                                                                                             ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtCore:207,
                 from /usr/include/x86_64-linux-gnu/qt5/QtDBus/QtDBusDepends:3,
                 from /usr/include/x86_64-linux-gnu/qt5/QtDBus/QtDBus:3,
                 from /home/toxictech/Downloads/systemdgenie-0.99.0/src/mainwindow.cpp:32:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qsignalmapper.h:73:10: note: declared here
   73 |     void mapped(const QString &);
      |          ^~~~~~
[ 42%] Building CXX object src/CMakeFiles/systemdgenie.dir/unitmodel.cpp.o
In file included from /home/toxictech/Downloads/systemdgenie-0.99.0/src/unitmodel.cpp:18:
/home/toxictech/Downloads/systemdgenie-0.99.0/src/unitmodel.h:32:9: warning: ‘virtual int UnitModel::rowCount(const QModelIndex&) const’ can be marked override [-Wsuggest-override]
   32 |     int rowCount(const QModelIndex & parent = QModelIndex()) const;
      |         ^~~~~~~~
/home/toxictech/Downloads/systemdgenie-0.99.0/src/unitmodel.h:33:9: warning: ‘virtual int UnitModel::columnCount(const QModelIndex&) const’ can be marked override [-Wsuggest-override]
   33 |     int columnCount(const QModelIndex & parent = QModelIndex()) const;
      |         ^~~~~~~~~~~
/home/toxictech/Downloads/systemdgenie-0.99.0/src/unitmodel.h:34:14: warning: ‘virtual QVariant UnitModel::headerData(int, Qt::Orientation, int) const’ can be marked override [-Wsuggest-override]
   34 |     QVariant headerData(int section, Qt::Orientation orientation, int role) const;
      |              ^~~~~~~~~~
/home/toxictech/Downloads/systemdgenie-0.99.0/src/unitmodel.h:35:14: warning: ‘virtual QVariant UnitModel::data(const QModelIndex&, int) const’ can be marked override [-Wsuggest-override]
   35 |     QVariant data(const QModelIndex & index, int role = Qt::DisplayRole) const;
      |              ^~~~
[ 50%] Building CXX object src/CMakeFiles/systemdgenie.dir/sortfilterunitmodel.cpp.o
In file included from /home/toxictech/Downloads/systemdgenie-0.99.0/src/sortfilterunitmodel.cpp:18:
/home/toxictech/Downloads/systemdgenie-0.99.0/src/sortfilterunitmodel.h:38:10: warning: ‘virtual bool SortFilterUnitModel::filterAcceptsRow(int, const QModelIndex&) const’ can be marked override [-Wsuggest-override]
   38 |     bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const;
      |          ^~~~~~~~~~~~~~~~
[ 57%] Linking CXX executable systemdgenie
[ 57%] Built target systemdgenie
[ 64%] Automatic MOC for target systemdgeniehelper
[ 64%] Built target systemdgeniehelper_autogen
[ 71%] Building CXX object src/helper/CMakeFiles/systemdgeniehelper.dir/systemdgeniehelper_autogen/mocs_compilation.cpp.o
In file included from /home/toxictech/Downloads/systemdgenie-0.99.0/src/helper/systemdgeniehelper_autogen/EWIEGA46WW/../../helper.h:21,
                 from /home/toxictech/Downloads/systemdgenie-0.99.0/src/helper/systemdgeniehelper_autogen/EWIEGA46WW/moc_helper.cpp:10,
                 from /home/toxictech/Downloads/systemdgenie-0.99.0/src/helper/systemdgeniehelper_autogen/mocs_compilation.cpp:2:
/usr/include/KF5/KAuth/KAuth:15:146: note: #pragma message: Deprecated header. Since 5.92, use #include <KAuth/Action>/<KAuth/ActionReply>/<KAuth/ExecuteJob>/<KAuth/HelperSupport> instead
   15 | se #include <KAuth/Action>/<KAuth/ActionReply>/<KAuth/ExecuteJob>/<KAuth/HelperSupport> instead")
      |                                                                                                 ^

[ 78%] Building CXX object src/helper/CMakeFiles/systemdgeniehelper.dir/helper.cpp.o
In file included from /home/toxictech/Downloads/systemdgenie-0.99.0/src/helper/helper.h:21,
                 from /home/toxictech/Downloads/systemdgenie-0.99.0/src/helper/helper.cpp:18:
/usr/include/KF5/KAuth/KAuth:15:146: note: #pragma message: Deprecated header. Since 5.92, use #include <KAuth/Action>/<KAuth/ActionReply>/<KAuth/ExecuteJob>/<KAuth/HelperSupport> instead
   15 | se #include <KAuth/Action>/<KAuth/ActionReply>/<KAuth/ExecuteJob>/<KAuth/HelperSupport> instead")
      |                                                                                                 ^

[ 85%] Linking CXX executable systemdgeniehelper
[ 85%] Built target systemdgeniehelper
[ 92%] Generating org.kde.kcontrol.systemdgenie.policy
[100%] actions for org.kde.kcontrol.systemdgenie
[100%] Built target org.kde.kcontrol.systemdgenie.policy-customtarget

toxictech@Master:~/Downloads/systemdgenie-0.99.0$ sudo make install
[sudo] password for toxictech: 
[  7%] Automatic MOC for target systemdgenie
[  7%] Built target systemdgenie_autogen
[ 57%] Built target systemdgenie
[ 64%] Automatic MOC for target systemdgeniehelper
[ 64%] Built target systemdgeniehelper_autogen
[ 85%] Built target systemdgeniehelper
[ 92%] actions for org.kde.kcontrol.systemdgenie
[100%] Built target org.kde.kcontrol.systemdgenie.policy-customtarget
Install the project...
-- Install configuration: ""
-- Up-to-date: /home/toxictech/Downloads/systemdgenie-0.99.0/build/`kf5-config'/bin/systemdgenie
-- Up-to-date: /home/toxictech/Downloads/systemdgenie-0.99.0/build/`kf5-config'/share/kxmlgui5/systemdgenie/systemdgenieui.rc
-- Up-to-date: /home/toxictech/Downloads/systemdgenie-0.99.0/build/`kf5-config'/share/applications/org.kde.systemdgenie.desktop
-- Up-to-date: /home/toxictech/Downloads/systemdgenie-0.99.0/build/`kf5-config'/lib/kauth/libexec/systemdgeniehelper
-- Up-to-date: /home/toxictech/Downloads/systemdgenie-0.99.0/build/`kf5-config'/share/dbus-1/system.d/org.kde.kcontrol.systemdgenie.conf
-- Up-to-date: /home/toxictech/Downloads/systemdgenie-0.99.0/build/`kf5-config'/share/dbus-1/system-services/org.kde.kcontrol.systemdgenie.service
-- Installing: /usr/share/polkit-1/actions/org.kde.kcontrol.systemdgenie.policy
toxictech@Master:~/Downloads/systemdgenie-0.99.0$ ls
build           cmake_install.cmake  CTestTestfile.cmake   Makefile     prefix.sh  systemdgenie_version.h
CMakeCache.txt  CMakeLists.txt       ecm_uninstall.cmake   Messages.sh  README.md
CMakeFiles      COPYING              install_manifest.txt  NEWS         src
toxictech@Master:~/Downloads/systemdgenie-0.99.0$ systemdgenie
systemdgenie: command not found
toxictech@Master:~/Downloads/systemdgenie-0.99.0$ systemdgenie
systemdgenie: command not found
toxictech@Master:~/Downloads/systemdgenie-0.99.0$ less install_manifest.txt 
toxictech@Master:~/Downloads/systemdgenie-0.99.0$ make install
[  7%] Automatic MOC for target systemdgenie
[  7%] Built target systemdgenie_autogen
[ 57%] Built target systemdgenie
[ 64%] Automatic MOC for target systemdgeniehelper
[ 64%] Built target systemdgeniehelper_autogen
[ 85%] Built target systemdgeniehelper
[ 92%] actions for org.kde.kcontrol.systemdgenie
[100%] Built target org.kde.kcontrol.systemdgenie.policy-customtarget
Install the project...
-- Install configuration: ""
-- Up-to-date: /home/toxictech/Downloads/systemdgenie-0.99.0/build/`kf5-config'/bin/systemdgenie
-- Up-to-date: /home/toxictech/Downloads/systemdgenie-0.99.0/build/`kf5-config'/share/kxmlgui5/systemdgenie/systemdgenieui.rc
-- Up-to-date: /home/toxictech/Downloads/systemdgenie-0.99.0/build/`kf5-config'/share/applications/org.kde.systemdgenie.desktop
-- Up-to-date: /home/toxictech/Downloads/systemdgenie-0.99.0/build/`kf5-config'/lib/kauth/libexec/systemdgeniehelper
-- Up-to-date: /home/toxictech/Downloads/systemdgenie-0.99.0/build/`kf5-config'/share/dbus-1/system.d/org.kde.kcontrol.systemdgenie.conf
-- Up-to-date: /home/toxictech/Downloads/systemdgenie-0.99.0/build/`kf5-config'/share/dbus-1/system-services/org.kde.kcontrol.systemdgenie.service
-- Up-to-date: /usr/share/polkit-1/actions/org.kde.kcontrol.systemdgenie.policy
CMake Error at src/helper/cmake_install.cmake:82 (file):
  file INSTALL cannot set permissions on
  "/usr/share/polkit-1/actions/org.kde.kcontrol.systemdgenie.policy":
  Operation not permitted.
Call Stack (most recent call first):
  src/cmake_install.cmake:75 (include)
  cmake_install.cmake:47 (include)


make: *** [Makefile:110: install] Error 1
toxictech@Master:~/Downloads/systemdgenie-0.99.0$ sudo make install
[  7%] Automatic MOC for target systemdgenie
[  7%] Built target systemdgenie_autogen
[ 57%] Built target systemdgenie
[ 64%] Automatic MOC for target systemdgeniehelper
[ 64%] Built target systemdgeniehelper_autogen
[ 85%] Built target systemdgeniehelper
[ 92%] actions for org.kde.kcontrol.systemdgenie
[100%] Built target org.kde.kcontrol.systemdgenie.policy-customtarget
Install the project...
-- Install configuration: ""
-- Up-to-date: /home/toxictech/Downloads/systemdgenie-0.99.0/build/`kf5-config'/bin/systemdgenie
-- Up-to-date: /home/toxictech/Downloads/systemdgenie-0.99.0/build/`kf5-config'/share/kxmlgui5/systemdgenie/systemdgenieui.rc
-- Up-to-date: /home/toxictech/Downloads/systemdgenie-0.99.0/build/`kf5-config'/share/applications/org.kde.systemdgenie.desktop
-- Up-to-date: /home/toxictech/Downloads/systemdgenie-0.99.0/build/`kf5-config'/lib/kauth/libexec/systemdgeniehelper
-- Up-to-date: /home/toxictech/Downloads/systemdgenie-0.99.0/build/`kf5-config'/share/dbus-1/system.d/org.kde.kcontrol.systemdgenie.conf
-- Up-to-date: /home/toxictech/Downloads/systemdgenie-0.99.0/build/`kf5-config'/share/dbus-1/system-services/org.kde.kcontrol.systemdgenie.service
-- Up-to-date: /usr/share/polkit-1/actions/org.kde.kcontrol.systemdgenie.policy

toxictech@Master:~/Downloads/systemdgenie-0.99.0$ systemdgenie
systemdgenie: command not found
Comment 1 Antonio Rojas 2022-04-09 08:54:08 UTC
You need to call the full path, or add the path where the binary is installed to your $PATH
Comment 2 Antonio Rojas 2022-04-09 08:54:33 UTC
*** Bug 452421 has been marked as a duplicate of this bug. ***