-
selsta
.merge+ 3601
-
xmr-pr
Added
-
Guest64
i want to ask ask at #monero but i'll ask here as im not registered user
-
Guest64
where is defined genesis block timestamp
-
Guest64
on blockchain.cpp or elsewhere
-
moneromooo
either blockchain.cpp or cryptonote_core.cpp
-
Guest64
for what is "struct tm timestamp" on account.cpp
-
moneromooo
For the account creation time.
-
Guest64
how to get timestamp for block 3333
-
moneromooo
print_block 3333
-
Guest64
ah
-
Guest64
genesis block has timestamp 0
-
Guest64
daemon decide block rate on cryptonote_core.cpp ?
-
Guest6033
hello
-
tobtoht
hey
-
Guest6033
any news about installing qt6
-
selsta
are you also interested in qr?
-
Guest6033
qr scanner yes not working on linux
-
Guest6033
is any fix about that?
-
selsta
-
selsta
but the camera has to work so not linux
-
Guest6033
yes i think is about rights
-
Guest6033
on android works
-
Guest6033
there is <uses-permission android:name="android.permission.CAMERA"/> on androidmanifest
-
Guest6033
smth like this must exist for linux too
-
tobtoht
linux support for the qr scanner is unlikely to happen any time soon
-
tobtoht
there was a discussion a few days ago with details as to why
-
Guest6033
why?
-
Guest6033
when
-
tobtoht
28th
-
Guest6033
i can not understand what is worst
-
Guest6033
trying to use qt6 or gstreamer
-
Guest6033
both choices are shi....
-
tobtoht
one thing you can try if you don't care about the qr scanner and just want a GUI build with Qt6
-
tobtoht
is to use a rolling release distro as your base image and just install all the build dependencies
-
tobtoht
that way you can focus on getting GUI to compile with Qt6 instead of getting Qt6 to compile
-
Guest6033
interesting
-
Guest6033
the part of qt6 that dont install is 2part
paste.debian.net/1203082
-
Guest6033
your docker works because featherwallet dont need 2part
-
tobtoht
you don't need to split up the qt builds btw
-
tobtoht
just add the missing modules to the first part
-
Guest6033
the same compile dont work
-
tobtoht
like I said before, it's probably a qt bug
-
tobtoht
retry your build with --no-cache, since it might be fixed already
-
tobtoht
otherwise take to the qt issue tracker and see if others are running into it
-
Guest6033
ok
-
selsta
linux gui scanner should work fine if installed using local dependencies without docker
-
selsta
only static docker build makes issues
-
tobtoht
yes
-
selsta
some issue with org.qt-project.qt.camera service
-
selsta
don't have exact error message written down
-
Guest6033
wait i copy for u
-
Guest6033
-
tobtoht
^ It's because gstreamer is missing