07:49:35 Good afternoon. Who can I contact about adding a link to the exchange on the Merchants page? To add an exchange that accepts Monero to your list. 09:06:10 could anyone tell me how the monero: URI is actually used? 09:13:25 For this uri to open the monero gui wallet in linux, I believe it would require the existence of a monero wallet .desktop file to be registered, but I don't see one in the tarball. Is the user expected to create their own .desktop file? 09:38:40 hmm. I'm not sure this will even work. I made a .desktop file and it launches the monero gui wallet, but when clicking a uri link, it launches a new instance that runs concurrently with the one already running. 09:45:25 https://matrix.monero.social/_matrix/media/v1/download/matrix.org/RMUDYyFCjpLVYMESHWLTgKnS 09:46:18 https://paste.debian.net/1303971/ 09:46:48 https://matrix.monero.social/_matrix/media/v1/download/matrix.org/IxiNwNIWRdUjvPWwwCTsFyPw 09:47:02 the above is the icon (you can use your own or skip the thing entirely) 09:48:54 (probably you were already able to create the desktip file...) 09:50:19 Thanks. FYI, https://paste.debian.net sucks for copy/pasting. It copies the line number. 09:51:39 ok, but I think you had done that already. 09:51:40 BTW If I have an instance open and then click here (in the URI): https://ccs.getmonero.org/donate/ 09:51:40 I get 2 instances as well 09:55:15 great. I guess it's just an afterthought at the moment. 09:55:35 does it even populate fields to make a payment? 09:57:13 nope. Maybe because I have a password for the wallet, and the first thing it asks me is the password, but then values are not populated 09:57:53 it works with phone, though 09:58:25 When touching it, it asks me by which app it should open it and then XMR address is populated 10:09:54 I see. Thanks for the feedback. 10:10:28 Exception in main! the options configuration file contains an invalid line 'prune-blockchain' 10:10:38 but why 12:03:43 I'm trying to build a statically linked monerod (release v0.18) inside a docker ubuntu container (tried 22.04 and latest) and I getting this error during linking: /usr/lib/x86_64-linux-gnu/libunbound.a(val_secalgo.o): in function `verify_canonrrset': 12:03:43 (.text+0x932): undefined reference to `nettle_ed25519_sha512_verify' 12:04:24 I have installed all nettle related packages in addition to the dependencies from the git README 12:11:36 you can try to use depends build system 12:11:58 it will build all the dependencies for you 12:12:18 selsta: thank you, will do 12:12:33 https://github.com/monero-project/monero/blob/master/Dockerfile#L30 12:12:59 that's an example dockerfile 12:17:05 selsta: oh, hadn't notice that is uses the portable build in the dockerfile 12:17:15 *noticed that it uses