BestImageViewer / geeqie

claiming to be the best image viewer / photo collection browser
http://www.geeqie.org/
GNU General Public License v2.0
475 stars 78 forks source link

rename image dialog not displaying properly #1192

Closed idnael closed 1 year ago

idnael commented 1 year ago

ISSUE TYPE

"Geeqie 2.1+git20230928-363f6df2 GTK3"
geeqie 2.1+git20230928-363f6df2

  Directories
    gq_appdir            : share/geeqie
    gq_bindir            : share/doc/geeqie
    gq_helpdir           : share/doc/geeqie
    gq_htmldir           : share/doc/geeqie/html
    gq_localedir         : share/locale

  Debugging
    developer mode       : extended stacktrace:
                           NO
    execinfo             : stacktrace supported:
                           YES

  Configuration
    archive              : libarchive >=3.4.0 not found - archive files e.g. .zip supported::
                           NO
    cms                  : lcms2>=2.0 not found - color management supported:
                           NO
    djvu                 : ddjvuapi >=2.5.27 not found - djvu files supported:
                           NO
    print preview        : print preview supported:
                           YES
    execinfo             : stacktrace supported:
                           YES
    exiv2                : image metadata processed by exiv2:
                           YES
    gps-map-champlain    : champlain-0.12 >=0.12 not found - GPS map displayed:
                           NO
    gps-map-champlain-gtk: champlain-gtk-0.12 >=0.12 not found - GPS map displayed:
                           NO
    heif                 : libheif >=1.3.2 not found - heif files supported:
                           NO
    j2k                  : libopenjp2 >=2.3.0 not found - j2k files supported:
                           NO
    jpeg                 : jpeg files supported:
                           YES
    jpegxl               : libjxl >=0.3.7 not found - jpegxl files supported:
                           NO
    libraw               : libraw >=0.20 not found - .cr3 files supported:
                           NO
    lua                  : lua >=5.3 not found - lua supported:
                           NO
    pdf                  : poppler-glib >=0.62 not found - pdf files supported:
                           NO
    spell                : gspell-1 >=1.6 not found - spelling checks enabled
                           NO
    tiff                 : tiff files supported:
                           YES
    videothumbnailer     : libvideothumbnailer >=2.1.0 not found - thumbnails of video files supported
                           NO
    webp                 : libwebp >=0.6.1 not found - webp files supported:
                           NO

  Documentation
    README               : README.html created:
                           YES
    nl_langinfo          : first weekday depends on locale:
                           YES
    help                 : yelp-build not found - Help files created:
                           NO
    lua-api              : doxygen not found - lua-api help file created:
                           NO
    ChangeLog            : ChangeLog, ChangeLog.html created:
                           YES

  Testing
    xvfb                 : Test runs:
                           NO
    shellcheck           : Test runs:
                           NO
    gtk-builder-tool xvfb: Test runs:
                           NO
    Image tests          : Test runs:
                           NO
    Code Correctness     : Test runs:
                           NO
    lua                  : Test runs:
                           NO

Found ninja-1.10.1 at /usr/bin/ninja

Using Linux Mint 21.1 Vera

SUMMARY

The rename image dialog doesn't display properly

STEPS TO REPRODUCE

The Rename dialog isn't sizing properly. I need to manually resize it to be able to see the textfields and the buttons.

I first saw this problem with Geeqie 1.7.2, and it still exists in 2.1 which I compiled from source. Before resizing: geeqie--20230928_154243

After resizing: geeqie--20230928_154255

idnael commented 1 year ago

to temporary fix the issue, I'm running this devilspie script:

(if (is (window_name) "Rename - Geeqie")
         (begin
             (geometry "1100x650")
         )       
)
caclark commented 1 year ago

There is an option - Edit/Preferences/Windows/Remember Dialog Window Positions.

The default setting for this is "off".

Would the use of that option be sufficient to solve your problem?

idnael commented 1 year ago

yes, it solves the problem. thanks