diff options
author | Steve Zesch <[email protected]> | 2012-04-20 19:48:25 -0300 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-04-20 19:48:25 -0300 |
commit | 734859edfa29328f33675901c455c15d03bc0052 (patch) | |
tree | 346c799d513fa02c23966c0658740563fa6c4189 /cpufreq | |
parent | f36ab4333ed4d5afca8b38c29073e79d5f3790c6 (diff) | |
download | mate-applets-734859edfa29328f33675901c455c15d03bc0052.tar.bz2 mate-applets-734859edfa29328f33675901c455c15d03bc0052.tar.xz |
Fixes https://github.com/mate-desktop/mate-desktop/issues/10
Diffstat (limited to 'cpufreq')
-rw-r--r-- | cpufreq/src/cpufreq-selector/org.mate.CPUFreqSelector.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpufreq/src/cpufreq-selector/org.mate.CPUFreqSelector.service.in b/cpufreq/src/cpufreq-selector/org.mate.CPUFreqSelector.service.in index e402df2e..4ec514c4 100644 --- a/cpufreq/src/cpufreq-selector/org.mate.CPUFreqSelector.service.in +++ b/cpufreq/src/cpufreq-selector/org.mate.CPUFreqSelector.service.in @@ -1,4 +1,4 @@ [D-BUS Service] Name=org.mate.CPUFreqSelector -Exec=@BINDIR@/cpufreq-selector +Exec=@BINDIR@/mate-cpufreq-selector User=root |