Ok.. I finally got around to installing devilspie2 and running through this very clear tutorial. Of course, it is not working. However, all my reading leads to 3 year old articles and troubleshooting.
Question 1:
Is devilspie2 still applicable / compatible with gnome version 3.36.8 on ubuntu 20.04 running X11 window manager?
Assuming it is still applicable / compatible... (github repository still active https://github.com/dsalt/devilspie2)
Question 2:
What am I doing wrong? My script(s) have no effect on windows of any applications:
debug_print("Application: " .. get_application_name())
debug_print("Window: " .. get_window_name());
if (get_window_name() == "gedit") then
set_window_workspace(8);
end
if (get_window_name() == "Mozilla Firefox") then
set_window_geometry(50, 100, 800, 600);
end
devilspie2 --debug runs without problem and confirms that is reading the file that contains my scripts
Using scripts from folder: /home/user/.config/devilspie2
------------
List of Lua files handling "window_open" events in folder:
/home/user/.config/devilspie2/debug.lua
List of Lua files handling "window_close" events in folder:
List of Lua files handling "window_focus" events in folder:
List of Lua files handling "window_blur" events in folder:
------------
I can find no errors in my system logs related to devilspie2 and/or lua
I have restarted display-manager and I have fully rebooted... no effect.
Any tips?
Additional Info
This my list of installed gnome-extensions in case there is some sort of conflict someone can recognize:
