Project

General

Profile

unexist.dev

subtle

Assorted tidbits and projects

GIMP dialogs not showing up

Added by a j almost 13 years ago

Hi,

I have subtle-hg installed, and use GIMP 2.7. There seems to be a problem with opening certain dialogs. For example, when I go to Color > Brightness/Contrast, the window that usually shows up to adjust the settings does not show up in subtle at all.

Do I need to modify my config for subtle, or is this a problem with gimp-devel?

config:

tag "gimp_image" do
  match   :role => "gimp-image-window" 
  gravity :gimp_image
end

tag "gimp_toolbox" do
  match   :role => "gimp-toolbox$" 
  gravity :gimp_toolbox
end

tag "gimp_dock" do
  match   :role => "gimp-dock" 
  gravity :gimp_dock
end


Replies (1)

RE: GIMP dialogs not showing up - Added by Christoph Kappel almost 13 years ago

Hey,

yes and no - gimp lacks a consistent naming of many dialog windows including all filter windows. I opened a ticket and supplied a patch, it is included in current master now.

https://bugzilla.gnome.org/show_bug.cgi?id=645456

The dialog windows appear, but on your default view. Either install the 2.7 master, add tags for these windows or wait for 2.8 which solves both.

    (1-1/1)