Page 1 of 1

Ubuntu installation!

Posted: Fri Feb 24, 2023 4:21 pm
by momen
Hello,

I have downloaded the Linux version "https://www.blomp.com/wp-content/Downlo ... all-0.9.13" and the file is downloaded with the file name "BlompInstall-0.9.13" without any file extension

Could you help me to install it in my Ubuntu?

I really appreciate any help you can provide.

Regards,
Momen

Re: Ubuntu installation!

Posted: Mon Feb 27, 2023 5:56 am
by BlompSupport
Hello there,

Of course, we can help you.
I have forwarded your request to our Blomp team and they will provide you with help as soon as they can.

Thank you for your patience Blomper,
We will be with you in no time :)

Re: Ubuntu installation!

Posted: Tue Feb 28, 2023 8:05 am
by BlompSupport
Hello there,

Our programmers have reached back to us.
They are suggesting you run these two commands (ideally not as root):

In the directory you have downloaded it:

chmod 555 ./BlompInstall-0.9.13
./BlompInstall-0.9.13

You will need his GUI running.

Re: Ubuntu installation!

Posted: Sun Mar 05, 2023 4:59 am
by momen
Thank you for your support.

I have tried the provided steps but I have got this error after the installation process ended and the application isn't found

My OS: Ubuntu 21.10

$ ./BlompInstall-0.9.13
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
[259194] Warning: QString::arg: Argument missing: Launch Blomp, Blomp
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.

(Blomp:22646): GLib-GIO-ERROR **: 11:56:11.062: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'

Re: Ubuntu installation!

Posted: Wed Mar 08, 2023 3:31 am
by BlompSupport
Hello again, you can try:

From the command line:

QT_QPA_PLATFORM=wayland ./BlompInstall-0.9.13

Assuming you are using bash as your shell.