Time Nick Message 01:55 DoyleChris where is minetest server stored on a linux install, Im trying to move my mods and world over to a fresh linux install 02:21 NathanS21 Heya, I was just going to work on that email for you. 02:22 NathanS21 All your configuration stuff should be in ~/.minetest 02:26 DoyleChris i found it and got it running 02:26 NathanS21 Excellent 02:27 DoyleChris i just get a few outdated errors 02:27 NathanS21 You get the old world working? 02:28 DoyleChris 2019-07-22 22:21:38: WARNING[Server]: Call to deprecated function 'getpos', please use 'get_pos' at /home/christopher/.minetest/mods/areas/hud.lua:8 02:28 DoyleChris yes 02:28 NathanS21 That's good. 02:29 NathanS21 A simple find/replace search should fix those errors quickly for you. 09:05 DrFrankenstone is there a way to set a node's param 2 without setting the whole node, or using a voxel_manip? (I'm using set_node() but just checking whether there's a better way) 09:09 rubenwardy Swap nodw 09:09 rubenwardy Won't wipe neta 09:27 DrFrankenstone thanks 11:11 Zeth_ Can somebody explain to me why is it that windows version works fine regardless of current keyboard layout, while linux version gets all sorts of messed up when you have non-US layout? more importantly 11:13 sfan5 differences in keyboard handling by platform 11:13 sfan5 qwertz works for me on linux though 11:14 Zeth_ yeah, the problem isn't qwertz on it's own, it's the fact that czech layout by default replaces 1234567890 row with accented letters such as +ěščřžýáíé respectively. One way around it would be using keycodes instead of keysyms... 11:15 Zeth_ At least that approach worked for me with dwm 11:16 Zeth_ although this might be an irrlicht issue rather than minetest itself...Apparently this was fixed in new version, of course the current version of minetest is still using the old version...so my guess is to try and compile from source myself and...well...hope for the best.