All commands work like expected, it change icon and create new .desktop file for silent or general when you press again on the icon. It just leave empty icon with same text on the desktop. In the version with sudo usage all work like should to work, it also updated desktop icon and text.
(update soon)



#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
int main()
{
setuid( 0 );
system( "systemctl restart aliendalvik.service");
return 0;
}
| The Following User Says Thank You to Schturman For This Useful Post: | ||



| The Following User Says Thank You to JjyKs For This Useful Post: | ||