qdore / Mutate

A simple launcher inspired by Alfred for ubuntu and Fedora.
MIT License
1.28k stars 98 forks source link

Fix shutdown.sh #137

Open oliveiraev opened 7 years ago

oliveiraev commented 7 years ago

Parameters for gnome-session-quit was incorrect.

Changed to --power-off as of http://manpages.ubuntu.com/manpages/zesty/man1/gnome-session-quit.1.html and https://github.com/GNOME/gnome-session/blob/master/tools/gnome-session-quit.c

hvmzx commented 7 years ago

I see that you were active recently,

If you add Mutate to the auto start-up programs, it will launch and also will execute and show the bar every boot Do you have any idea how to have Mutate activated on start-up without having that bar pop up?

oliveiraev commented 7 years ago

I see that you were active recently,

If you add Mutate to the auto start-up programs, it will launch and also will execute and show the bar every boot Do you have any idea how to have Mutate activated on start-up without having that bar pop up?

sorry for taking too long to reply.

You can start mutate with the switch --hidden as of #57, #64 and #66