1
0
Fork 0
Commit graph

6 commits

Author SHA1 Message Date
Jaroslav Škarvada
16d4acbaca
Project renamed to TuneD
The 'D' is now capital to clarify pronunciation.

DBus service name is kept as '/Tuned' not to break
backward compatibility.

This will also need update of downstream tests
which rely on the specific output strings containing
the name.

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2021-05-17 22:09:02 +02:00
Felix Schnizlein
ab0797ae27 Change desktop menu category for tuned-gui
Change from not sufficient category 'System' to well known category
'Settings;HardwareSettings'.
2017-07-07 18:57:14 +02:00
gustavo panizzo
c139e6e01e fix lintian warnings on desktop file 2017-05-12 14:17:02 +02:00
Evgeni Golov
0a2cfd4b4d drop the encoding keyword from the desktop file
it's deprecated:
 https://specifications.freedesktop.org/desktop-entry-spec/1.0/apc.html
2017-04-22 15:09:21 +02:00
Jaroslav Škarvada
325dd17ee5 tuned-gui: fixed pkexec to work from GNOME Shell
GNOME Shell doesn't seem to run applications through the shell or with some
persistent parent, thus pkexec cannot be execed over the original tuned-gui
process, because it wouldn't pass the pkexec getppid check. The check is
there to ensure that the pkexec will not be owned by the init process.

This fix runs the pkexec as a child process. The minor drawback is that
there will be two tuned-gui processes - the original process running under
the user and the pkexeced process running under the root. The original
process will effectively do nothing, it will just wait for the pkexeced
process to exit.

Resolves: rhbz#1377896

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2016-09-21 16:43:39 +02:00
Jaroslav Škarvada
8c07abca27 Added tuned icon and desktop file for GUI
Icon provided by Mariia Leonova <mleonova@redhat.com>.

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2016-03-22 17:11:42 +01:00