bugdevilspie2 - Bugs: bug #54595, Devilspie2 needs to be restarted...

 
 

bug #54595: Devilspie2 needs to be restarted to arrange Gimp 2.x windows

Submitter:  None
Submitted:  Thu 30 Aug 2018 03:39:24 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 30 Aug 2018 03:39:24 AM UTC, original submission:  

I have two monitors and want my tool windows on my right monitor and the main window with the image I'm working on, on my left.

Here is my script:

if (get_application_name()=="GNU Image Manipulation Program") then
set_window_position(100,100)
maximize();
end
if (get_window_name()=="Undo") then
set_window_position(3300,0)
end
if (get_window_name()=="Toolbox - Tool Options") then
set_window_position(1901,0)
end
if (get_window_name()=="Layers") then
set_window_position(2210,0)
end
if (get_window_name()=="Brushes") then
set_window_position(2665,0)
end
if (get_window_name()=="New Layer") then
set_window_position(2100,200)
end

This works PERFECTLY, thank you! 

The problem is though, I have to re-run Devilspie2 to get it to arrange them.  Which is a little painful.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-3230.
Corresponding source code