devilspie2-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Devilspie2-discuss] Wrong workspace count


From: Nikos Balkanas
Subject: [Devilspie2-discuss] Wrong workspace count
Date: Sun, 17 Mar 2019 07:40:28 +0200

Hi,

I'm using devilspie2 0.31 in ubuntu 14.04. Recently I have upgraded my devilspie installation to devilspie2. It seems, my dektop is not recognized correctly:

get_workspace_count();

-> 1

I use a 2x2 virtual desktop
Despite that, devilspie2 seems to place correctly (most of the time) my browser:
elseif (role == "browser") then
    set_viewport(2);
    maximize();
end
But not my mp3 player clementine:
elseif (application == "Clementine") then
   set_viewport(3);
I do have 4 workspaces, which i assume are numbered 1-4. This will not generate an error, but will place clementine in workspace 1 not 3:( What's more using:
    set_window_workspace(3);
will generate the warning:
** (devilspie2:10925): WARNING **: Workspace number 3 does not exist!

What gives? How can I get devilspie2 to recognize the correct number of workspaces (4) and how can I place clementine to my 3rd desktop?

TIA,
Nikos



reply via email to

[Prev in Thread] Current Thread [Next in Thread]