diff options
author | Victor A. Santos <[email protected]> | 2020-03-31 20:17:24 -0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-01 11:51:03 +0200 |
commit | 05544d4a0b9da80ef205ef46ac59dc5f705d0665 (patch) | |
tree | 82980830863e9ad8ea1227589e7354485ca22b2b | |
parent | a0155176377532493b3c7d503c7136b71996c8d4 (diff) | |
download | mate-power-manager-05544d4a0b9da80ef205ef46ac59dc5f705d0665.tar.bz2 mate-power-manager-05544d4a0b9da80ef205ef46ac59dc5f705d0665.tar.xz |
Remove unused entry from autostart
Fix #327.
Remove the unused Categories= entry from
the autostart dekstop file. This empty entry
and no semicolon causes the OnlyShowIn= entry
to be appended to Categories= entry.
-rw-r--r-- | data/mate-power-manager.desktop.in.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/data/mate-power-manager.desktop.in.in b/data/mate-power-manager.desktop.in.in index 79ff3f1..ed32775 100644 --- a/data/mate-power-manager.desktop.in.in +++ b/data/mate-power-manager.desktop.in.in @@ -6,8 +6,6 @@ Icon=mate-power-manager Exec=mate-power-manager Terminal=false Type=Application -# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! -Categories= OnlyShowIn=MATE; X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=mate-power-manager |