flatpak

Can't Select Home Directory for JDK because IntelliJ can't see it?

故事扮演 提交于 2020-01-11 10:41:44
问题 My system is Linux Mint 18.3 Cinnamon 64-bit. I've installed IntelliJ-IDEA and Default-jdk (openjdk-8-jdk) using the software manager. I can see what I believe to be the JDK folder under either /usr/lib/jvm/java-1.8.0-openjdk-amd64 or /etc/java-8-openjdk when browsing with the file manager (Nemo) or the terminal. But it doesn't matter because IntelliJ can't see either folder anyway. In fact, when trying to Select Home Directory for JDK , IntelliJ only seems to have visibility to 14 sub

Can't Select Home Directory for JDK because IntelliJ can't see it?

◇◆丶佛笑我妖孽 提交于 2020-01-11 10:41:35
问题 My system is Linux Mint 18.3 Cinnamon 64-bit. I've installed IntelliJ-IDEA and Default-jdk (openjdk-8-jdk) using the software manager. I can see what I believe to be the JDK folder under either /usr/lib/jvm/java-1.8.0-openjdk-amd64 or /etc/java-8-openjdk when browsing with the file manager (Nemo) or the terminal. But it doesn't matter because IntelliJ can't see either folder anyway. In fact, when trying to Select Home Directory for JDK , IntelliJ only seems to have visibility to 14 sub

Flatpak (flatpak-build) fatal error when building submodules

橙三吉。 提交于 2019-12-24 09:08:15
问题 Following on from here, when using OpenSUSE Tumbleweed I cannot get flatpak-builder to compile submodule dependencies. I first noticed this issue when developing a console application within Gnome Builder using the Vala dependencies Gee and GXml. As a test, I have installed org.gnome.Books.json and issued the following command (as documented here): $ flatpak-builder --repo=repo books-app org.gnome.Books.json The outcome is the same as I observed when developing my own application, the fatal

Flatpak Meson Not Finding Vala Libraries From Gnome Builder

随声附和 提交于 2019-12-01 06:59:26
From Linux, I'm using Meson (0.44.0) within Gnome Builder (3.26.4) for a console program that will use Gee and GXml. My intent is to write this in Genie. When I use Meson within Gnome Builder it fails but the same succeeds when invoked from the command line using valac (0.38.8) as follows: valac --pkg=gtk+-3.0 --pkg=gee-0.8 --pkg=gxml-0.16 main.gs There is no error from the above. I've tried setting up meson.build with gee and gxml as dependency and alternatively as vala_args . Same error. Checking pkg-config, I get the following: $ pkg-config --libs gxml-0.16 -L/usr/local/lib64 -lgxml-0.16

Flatpak Meson Not Finding Vala Libraries From Gnome Builder

元气小坏坏 提交于 2019-12-01 05:24:04
问题 From Linux, I'm using Meson (0.44.0) within Gnome Builder (3.26.4) for a console program that will use Gee and GXml. My intent is to write this in Genie. When I use Meson within Gnome Builder it fails but the same succeeds when invoked from the command line using valac (0.38.8) as follows: valac --pkg=gtk+-3.0 --pkg=gee-0.8 --pkg=gxml-0.16 main.gs There is no error from the above. I've tried setting up meson.build with gee and gxml as dependency and alternatively as vala_args . Same error.