horsicq / Detect-It-Easy

Program for determining types of files for Windows, Linux and MacOS.

Home Page:http://ntinfo.biz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gui has some problems

asukaminato0721 opened this issue · comments

It was fine before analysis.

image

but become weird after analyze

image

I installed it from aur.


I tried with Appimage

image

same problem.

commented

Hello! Thanks for the report! I will take a look.

BTW can you resize the main window?

commented

I am using Ubuntu not Arch. :( BTW could you test the program? https://github.com/horsicq/XPEViewer

Here is the portable AppImage version: https://github.com/horsicq/XPEViewer/releases/tag/0.04

Is there gui problems too?

I have resized the main window, but those frames: Sections, Time date stamp, and Size of image don't change.

image

XPEViewer works well


I found that aur hasn't it, so I made a PKGBUILD, feel free to use or publish it to aur.

pkgname=xpeviewer
pkgver=0.04
pkgrel=1
pkgdesc='PE file viewer/editor for Windows, Linux and MacOS.'
arch=(x86_64)
url="https://horsicq.github.io"
license=('MIT')
depends=('glibc')
options=('!emptydirs' '!strip')
source=("${pkgname}-${pkgver}.deb::https://github.com/horsicq/XPEViewer/releases/download/${pkgver}/xpeviewer_${pkgver}_Debian_11_amd64.deb"
        "LICENSE")
sha256sums=('6b184eef05b5cabedb6a5b2704dc6f0d23ee4c373d2894210b0aad40f8cec080'
            'f78bf193f3aebf1225e4b5be12f7184178ca4fa3a3d3444e2ac933d86af9dc68')

package() {
    tar -xJf data.tar.xz -C "${pkgdir}"/

	install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
commented

Thanks a lot for the testing! It will be fixed in the next version of DiE.

Thanks a lot for the PKGBUILD file too!