Front end for exiftool

I just have ported it, I do still need to do more. It gave me full blank screen in my main window manager, dwm, but with twm, it starts at least :D.

EDIT:
nxjoseph said:
It gave me full blank screen in my main window manager, dwm
It can be fixed with environmental variable: $ _JAVA_AWT_WM_NONREPARENTING=1 jexiftoolgui
 

Attachments

  • 2026-05-05-200128_1366x768_scrot.png
    2026-05-05-200128_1366x768_scrot.png
    92.2 KB · Views: 33
  • 2026-05-05-200117_1366x768_scrot.png
    2026-05-05-200117_1366x768_scrot.png
    88.2 KB · Views: 35
  • 2026-05-05-204928_1366x768_scrot.png
    2026-05-05-204928_1366x768_scrot.png
    143.2 KB · Views: 32
I have attached git patch and the package I built for 14.4-RELEASE.


Don't forget to install dependencies, too.

Code:
$ pkg info jExifToolGUI
jExifToolGUI-2.0.2
Name           : jExifToolGUI
Version        : 2.0.2
Installed on   : Tue May  5 21:23:53 2026 +03
Origin         : graphics/jExifToolGUI
Architecture   : FreeBSD:14:*
Prefix         : /usr/local
Categories     : graphics java
Licenses       : GPLv3+
Maintainer     : nxjoseph@FreeBSD.org
WWW            : https://hvdwolf.github.io/jExifToolGUI/
Comment        : Graphical frontend for ExifTool
Options        :
        DOCS           : on
Annotations    :
        build_timestamp: 2026-05-05T18:15:23+0000
        built_by       : poudriere-git-3.4.6
Flat size      : 19.8MiB
Description    :
jExifToolGUI is a multi-platform java/Swing graphical frontend
for the excellent command-line ExifTool application by Phil Harvey.

$ pkg info -d jExifToolGUI
jExifToolGUI-2.0.2:
        p5-Image-ExifTool-13.36
        openjdk25-25.0.3+9.f.1
        dcraw-9.28_5
 

Attachments

Back
Top