*** zbenjamin is now known as Guest87166 | 02:13 | |
*** zbenjamin_ is now known as zbenjamin | 02:13 | |
*** frinring_ is now known as frinring | 08:55 | |
Marzanna | Does anyone use any cryptocurrency wallet on SailfishOS? | 11:05 |
---|---|---|
juhaj | Ouch, looks like the camera on my AquaFish (now JollaC) died: every program trying to use it ends up segfaulting | 12:05 |
juhaj | What's the best way to copy everything to another identical phone? Including installed Android software and jolla login etc? | 12:06 |
abranson | juhaj: all the android apps and data are in /home/.android/data | 12:07 |
juhaj | abranson: So a simple rsync should do the trick? | 12:07 |
juhaj | No, it won't, as packages from jolla/warehoues are in /usr and other places like that. | 12:08 |
juhaj | Backup&restore? | 12:08 |
juhaj | (restore on the other phone, that is) | 12:08 |
PeperJohnny | iirc you can sync them somehow with warehouse(openrepos) | 12:09 |
PeperJohnny | config and stuff is in home/nemo | 12:09 |
PeperJohnny | But i haven't tried it | 12:10 |
juhaj | PeperJohnny: Cannot find anything like that in there, excepy some rsync scripts, but I can do that without more software, just need to make sure I rsync enough stuff | 12:20 |
juhaj | probably just rsync -vau --exclude=/proc --exclude=/sys --exclude=/media --exclude=/dev --exclude=/mnt --exclude=/tmp /* root@newphone:/ | 12:29 |
pketo | I doubt how well that will work out | 12:39 |
juhaj | pketo: What's wrong with that? Did I miss an --exclude? (I already noticed I missed /.config and /.fs-resized | 13:05 |
pketo | I don't know if there is anything wrong with it, it just looks a bit questionable to me :) | 13:09 |
pketo | I would probably rsync just home, and get list of repos and packages and reinstall those on the new device | 13:11 |
juhaj | Hmm... that sounds like a viable alternative if the backup&restore has sorted out the jolla accounts and stuff. How do I get those lists from pkcon, though? | 13:37 |
juhaj | Or, wait a sec, it should be ok to rsync /etc, right? Does that not contain the repo lists? Then I just need package lists :) | 13:38 |
mal | juhaj: I think "rpm -qa" should list installed packages | 14:06 |
*** svartoyg_afk is now known as svartoyg | 15:13 | |
*** svartoyg is now known as svartoyg_afk | 15:19 | |
attah | Any good and preferably approved way of invoking other apps? | 16:51 |
r0kk3rz | dbus? | 16:56 |
r0kk3rz | xdg-open? | 16:57 |
Dakon | everyone suggesting system() will be shot :P | 16:58 |
ol | Be a real man! Use fork(); exec(); | 17:23 |
kimmoli | proc.startDetached("/usr/bin/xdg-open" , QStringList() << desktopFilename); | 17:30 |
attah | that looks fancy, will try after dinner :) | 17:31 |
kimmoli | https://github.com/kimmoli/tohkbd2/blob/master/user-daemon/src/applauncher.cpp#L14 | 17:31 |
attah | and yet again i can't get away with pure qml... i need to stop being so naive | 17:32 |
kimmoli | depends what you want to start, certain ones can be started over dbus | 17:36 |
r0kk3rz | i think theres also an open function for qml | 18:02 |
attah | Yes, well.. i'm interacting with Jupii for DLNA playback | 18:02 |
attah | There is Qt.openUrlExternally | 18:03 |
attah | I added jupii:// to its desktop file sp it worked with xdg-open, but no luck with Qt.openUrlExternally | 18:04 |
attah | anyway... it should perhaps take care of fronting itself | 18:04 |
kimmoli | try resolve and .deskotp file? | 18:04 |
attah | resolve? Qt.resolvedUrl? | 18:06 |
kimmoli | onClicked: Qt.openUrlExternally(Qt.resolvedUrl("/usr/share/applications/someapp.desktop")) | 18:09 |
kimmoli | works | 18:09 |
attah | oh, that's what you meant | 18:09 |
attah | i was being stupid and still thinking "jupii://" | 18:10 |
r0kk3rz | it would seem better to use something like dlna:// if its a dlna resource you want to open | 18:11 |
attah | But could the app itself "front" itself? | 18:11 |
attah | true | 18:11 |
r0kk3rz | attah: what do you mean front itself? | 18:11 |
attah | maximize or whatever | 18:11 |
r0kk3rz | yeah | 18:11 |
attah | "open" from being backgrounded | 18:11 |
attah | please do tell | 18:12 |
r0kk3rz | hmm, did i put that into sirensong, i dont remember | 18:12 |
r0kk3rz | iirc theres a qmlapp->activatewindow or something | 18:13 |
attah | thanks, will look in to that | 18:14 |
kimmoli | but that is not good design if it happens without user interaction | 18:15 |
kimmoli | calling .desktop will bring the app to front. unless there is X-Nemo-Single-Instance=no | 18:17 |
kimmoli | tested with gistpud https://gist.github.com/kimmoli/34aa44ade8bb247c7be083829640f2b9 | 18:19 |
attah | Good, thanks... no, it's supposed to be "in response" to telling it to play something | 18:26 |
*** SpeedEvil is now known as Guest93627 | 21:00 | |
*** BitEvil is now known as SpeedEvil | 23:12 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!