shundhammer/qdirstat

QApplication file not found or missing

Closed this issue · 3 comments

I couldn't install the qdirstat with yay on my Arch Linux device

Got error that QApplication: No such file or directory

You don't even write what exactly you did, or where you got the QDirStat package from. If it's complaining about QApplication, this sounds very much like you tried to install a source package or tarball.

But one way or the other, this is about a distribution package, not about the QDirStat source code. Please contact the Arch Linux maintainer for QDirStat, or ask in an Arch Linux user forum.

Chances are that you might have completely misunderstood how to use the yay command. And since you are using Arch Linux, did you try the normal thing first, install QDirStat with the pacman command?

You're right, i did misunderstand the yay command. pacman could not find qdirstat so i used git clone. When i did qmake and make it gave me the same error yay did. I will check around with Arch Linux community.

I was able to fix this by reinstalling qt5-base. Not sure why it didnt work before this but I appreciate your time