Skip to content

Commit

Permalink
fix volctl autostart content
Browse files Browse the repository at this point in the history
  • Loading branch information
FreaxMATE committed Oct 9, 2021
1 parent 8cef9dc commit dab4b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mate-layouts
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ class MateLayouts:
if not self.process_running('volctl'):
pid = subprocess.Popen(['volctl'], stdout=DEVNULL, stderr=DEVNULL).pid
if not self.autostart_exists('volctl.desktop'):
self.create_autostart('volctl.desktop', __MATE_VOLUME_CONTROL_STATUS_ICON__)
self.create_autostart('volctl.desktop', __VOLCTL_ICON__)
elif volumecontrol == 'mate-volume-control-status-icon':
self.kill_process('volctl')
self.remove_autostart('volctl.desktop')
Expand Down

0 comments on commit dab4b04

Please sign in to comment.