Go to file
Dirk Stoecker 41d9c982e5 Accepting request 607695 from home:theMarix:Games
I would like to add to and maintain the gamemode package in Factory and use games:tools as a development project.

I am aware that this package is currently not suited for inclusion in Factory as is, as it contains two suppressed lintian errors:
1. It adds a D-Bus service
2. It adds a new Polkit rule
Both of these will require audit bugs to be filed to the security team which I plan to do once the package is in games:tools.

OBS-URL: https://build.opensuse.org/request/show/607695
OBS-URL: https://build.opensuse.org/package/show/games:tools/gamemode?expand=0&rev=1
2018-05-18 17:04:59 +00:00
_service Accepting request 607695 from home:theMarix:Games 2018-05-18 17:04:59 +00:00
_servicedata Accepting request 607695 from home:theMarix:Games 2018-05-18 17:04:59 +00:00
.gitattributes Accepting request 607695 from home:theMarix:Games 2018-05-18 17:04:59 +00:00
.gitignore Accepting request 607695 from home:theMarix:Games 2018-05-18 17:04:59 +00:00
gamemode-1.1.tar.xz Accepting request 607695 from home:theMarix:Games 2018-05-18 17:04:59 +00:00
gamemode-rpmlintrc Accepting request 607695 from home:theMarix:Games 2018-05-18 17:04:59 +00:00
gamemode.changes Accepting request 607695 from home:theMarix:Games 2018-05-18 17:04:59 +00:00
gamemode.spec Accepting request 607695 from home:theMarix:Games 2018-05-18 17:04:59 +00:00
README.openSUSE Accepting request 607695 from home:theMarix:Games 2018-05-18 17:04:59 +00:00

Launching the GameMode Daemon
=============================

The GameMode daemon is configured as a D-Bus daemon and will launch
automatically on access by the first client. This is different from the set-up
documented in the source repository which requires the user to enable and start
a Systemd unit shipped with the daemon.

Reloading the GameMode configuration file
=========================================

As the daemon is started as a D-Bus service no explicit reload command is
available. To force the daemon to reload the configuration it must be stopped
for which there are two main options.

1. Logout of your current session.
2. Request the daemon to exit by running `killall gamemoded`.

On next use the daemon will be restarted by D-Bus and read any updated
configuration.