Skip to content

Commit

Permalink
[GNU/Linux] Remove gksu dependency #585
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Laurendeau committed Aug 6, 2018
1 parent bc28ffa commit 4dd857a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/gimx-launcher.cpp
Expand Up @@ -1425,7 +1425,7 @@ void launcherFrame::OnButtonStartClick(wxCommandEvent& event __attribute__((unus
return;
}

wxString stopService = wxT("gksudo --message \"stop bluetooth service\" -- bash -c \"service bluetooth stop\"");
wxString stopService = wxT("systemctl stop bluetooth");

if(wxExecute(stopService, wxEXEC_SYNC))
{
Expand Down

0 comments on commit 4dd857a

Please sign in to comment.