danielbarry

Results 13 comments of danielbarry

# Task Manager In `/usr/share/applications`: ``` sudo mv xfce4-taskmanager.desktop xfce4-taskmanager.desktop.bak sudo cp xfce4-taskmanager.desktop.bak task-manager.desktop ``` The change the `Exec` to: ``` Exec=taskmgr ```

@SmolBepis05 I patched mine to launch a program (Debian) as a workaround. In `shell/taskband/src/systray/network.c` , I updated the `on_widget_notif_button_press_event` function: ```c++ static void on_widget_notif_button_press_event( WINTC_UNUSED(GtkWidget* self), GdkEventButton* event, WINTC_UNUSED(gpointer user_data)...

@rozniak I took a look at this, from what I understand (but was unable to test) is that GtkEventBox is eating the tooltip. I think it might work to instead...