mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 00:27:36 +00:00
Terminate mainloop after error message when trying to start it in daemon mode.
This commit is contained in:
parent
545c423b61
commit
9549dfdd3e
1 changed files with 1 additions and 0 deletions
|
@ -595,6 +595,7 @@ static gboolean startup ( G_GNUC_UNUSED gpointer data )
|
|||
// Daemon mode
|
||||
fprintf ( stderr, "Rofi daemon mode is now removed.\n" );
|
||||
fprintf ( stderr, "Please use your window manager binding functionality or xbindkeys to replace it.\n" );
|
||||
g_main_loop_quit ( main_loop );
|
||||
}
|
||||
|
||||
return G_SOURCE_REMOVE;
|
||||
|
|
Loading…
Reference in a new issue