Page 2 of 2

Re: [Linux] luk3yx's unofficial Minetest snap.

PostPosted: Thu Jan 05, 2017 08:51
by ClaudiusMinimus
luk3yx wrote:
+ Previous message

This is what happens when I run the same debugging command:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
luk3yx@example:~$ snap run --shell minetest-luk3yx
luk3yx@example:/home/luk3yx$

It launched another shell, with the confinement and environment variables of my snap.

I can conclude that this is an upstream bug, possibly with your build of snapd, and not with my snap. However, you could attempt to update your underlying system, in your case, Linux Mint.
I am sorry I can't provide a definite fix for this issue.

I have found the corresponding bug report here.


Thank you, I search on this before but found nothing, but upon further searching I found that snap support for LinuxMint probably won't happen until LM 18.2, Thank you for all your help!

Re: [Linux] luk3yx's unofficial Minetest snap.

PostPosted: Thu Jan 05, 2017 18:53
by luk3yx
ClaudiusMinimus wrote:Thank you, I search on this before but found nothing, but upon further searching I found that snap support for LinuxMint probably won't happen until LM 18.2, Thank you for all your help!

If you want to run my snap, however are not concerned about the snap being sandboxed, use this script.
https://github.com/luk3yx/insecuresnaprun
Once this script is placed somewhere, change the Minetest launcher's command to this (modify as required):
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
/path/to/insecure/snap/run minetest-luk3yx

Re: [Linux] luk3yx's unofficial Minetest snap.

PostPosted: Thu Jan 05, 2017 18:55
by luk3yx
BBmine wrote:I did
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
snap run minetest-luk3yx

but it's still 0.4.14.

I also tried updating.
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
error: cannot refresh "minetest-luk3yx": snap "minetest-luk3yx" has no updates available

Is the Minetest version 0.4.14 or 0.4.14-dev?
Also, can you give me the output of this?
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
snap list | grep minetest-luk3yx

Re: [Linux] luk3yx's unofficial Minetest snap.

PostPosted: Fri Jan 06, 2017 01:19
by BBmine
luk3yx wrote:
BBmine wrote:I did
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
snap run minetest-luk3yx

but it's still 0.4.14.

I also tried updating.
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
error: cannot refresh "minetest-luk3yx": snap "minetest-luk3yx" has no updates available

Is the Minetest version 0.4.14 or 0.4.14-dev?
Also, can you give me the output of this?
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
snap list | grep minetest-luk3yx

0.4.14, no dev. I did notice today that I have 2 Minetests, one has no version number, and the other is 0.4.14 (The one from the debian repositories.)

Re: [Linux] luk3yx's unofficial Minetest snap.

PostPosted: Fri Jan 06, 2017 02:06
by luk3yx
BBmine wrote:.4.14, no dev. I did notice today that I have 2 Minetests, one has no version number, and the other is 0.4.14 (The one from the debian repositories.)

Well, that is not my snap then. Can you please execute the commands I stated in the last post?
Edit: My snap is probably the one you claim has no version number. Look under the credits tab for the version number.

Re: [Linux] luk3yx's unofficial Minetest snap.

PostPosted: Fri Mar 17, 2017 16:26
by ClaudiusMinimus
I am happy to let you know that your snap is now fully supported by Linux Mint 18.x

I was wondering if it is possible at this time to install version: "0.4.16"? If so, do I use the "--devmode" option?