QtService icon indicating copy to clipboard operation
QtService copied to clipboard

A platform independent library to easily create system services and use some of their features

Results 14 QtService issues
Sort by recently updated
recently updated
newest added

Hi, I only wasted my time just now to find out how exactly do you plan to offer this project for people (since you are replying to issues) when it...

I used QtService with Qt5 on Mac Intel. Qt official support for Mac ARM start with version 6.x. Do you support Qt6 ?

In the systemd implementation there is a hard-coded dbus object path: const QString SystemdServiceBackend::DBusObjectPath = QStringLiteral("/de/skycoder42/QtService/SystemdServiceBackend"); I can't see any way to change this. Can this be changed into a...

enhancement

it is possible to snap an application that use Qtservice with snapcraft?

There are a few questions.The environment is Centos7 1.I tyied use qt creator ,new qt console application,Create a new project TEST,create TEST.service,Then start it with this command. systemctl start TEST.service。...

1. Cloning sources 2. qmake && make: ... .../QtService/src/service/service.pro:45: Cannot find feature qdep Project ERROR: Failed to load qdep feature! Run 'qdep prfgen --qmake /usr/lib/x86_64-linux-gnu/qt5/bin/qmake' to create it. ... make:...

Sometimes Windows can't start a backend service, the status is always `Starting`. There are logs at that time. ``` qt.service.plugin.windows.backend: waiting for control thread... qt.service.plugin.windows.backend: entered control thread qt.service.plugin.windows.backend: registering...

bug

I have had several issues, and not sure if this is still more, I have the echoservice running from a terminal, using `./echoservice` , it comes up Service running with...

enhancement

Actually, I need get signal when OS sleep/wake up. I think this is useful feature for Qt Service.

enhancement