/srv/irclogs.ubuntu.com/2020/02/26/#lubuntu-devel.txt

zacmarioHello, i'm having trouble sending files from my phone to the my pc. I'm using Lubuntu 20.0400:57
wxlover what protocol are you using?00:58
zacmarioI've tried usb and bluetooth.00:58
wxlusb should be a no brainer00:59
wxlwhat phone?00:59
zacmariooh, its a acatel .. forgot the model number00:59
zacmarioone second please00:59
zacmario40woops I disconnected myself01:04
zacmario405044RIt has worked previous versions.*alcatel01:04
zacmario40sorry what a mess01:05
zacmario40alcatel 5044R01:05
wxlwhich previous versions?01:05
zacmario40hm, well I know it worked in 18.0401:05
zacmario40Not sure about 19.10.01:06
zacmario40it did in ubuntu 19.10, but I'm sure there must be something differrent01:06
wxlwell there's a fundamental difference between 18.04 and everythign else after01:06
zacmario40yeah I noticed :)01:07
wxlso the kernel should be the same between the 19.10s01:08
wxlso everything should work01:08
wxlunless there's a file manager issue01:08
zacmario40I think it is01:09
wxltry it out in the latest debian01:10
wxldo you get any errors?01:10
wxltry running in cli and see if there's any output01:11
zacmarioSorry, everytime I try to send the file, my usb tethering shuts off01:12
wxlreduce variables01:12
wxlif you get rid of the tethering, does it work then?01:12
zacmarioNo01:12
zacmariolibmtp error: could not send object info01:13
zacmariohowever I can Create and Remove files fine on the Phone from the PC01:14
zacmarioI just can't send a file01:14
wxlhere's the most recent change related to mtp 01:17
wxlhttps://github.com/lxqt/libfm-qt/commit/4b7896836e868f069009e65ab75051ab64a1d58301:17
wxlprobably not relevant01:17
wxlbut as an example: it's not currently available01:17
wxl(in ubuntu)01:17
wxlthis too https://github.com/lxqt/libfm-qt/commit/7de18bc89b9b47f66de54a7e347bf8d391d44a4801:19
wxlso there's likely problems in the file manager01:19
wxli'd suggest compiling libfm-qt and pcmanfm-qt from the git master and seeing if that doesn't fix it01:19
zacmariook01:23
zacmarioThanks01:23
kc2bezwxl: It looks like we do carry this patch https://github.com/lxqt/libfm-qt/commit/7de18bc89b9b47f66de54a7e347bf8d391d44a4801:23
kc2bezJust not the other one.01:23
wxlah well that's probably the more relevant one anyways01:24
wxlstill, weird01:24
wxli guess the other thing you could do is install another file manager and see if it works in that01:24
zacmarioYeah, I'm not sure I can perform that with out screwing something up01:25
zacmarioI've been using linux for a years now. But I havn't gotten that far01:26
kc2bezThis might be the point where I suggest that KDE connect is pretty great :P01:26
wxlit's pretty easy01:26
zacmarioI havn't tried KDE connect 01:27
kc2bezIt provides more than just file transfers. You can get your notifications on your desktop too. 01:28
wxlor something else like nextcloud, google drive, dropbox, etc01:28
kc2bezThat too ^01:29
zacmarioyeah that does look nice01:30
zacmarioI mean I was really more concerned with reporting a possible bug01:30
zacmarioI might try it01:30
zacmarioand also i need to learn to compile that so01:30
wxlyes!01:31
wxldo that01:31
zacmarioi'll have to check that out01:31
kc2bezAwesome!01:31
wxlpcmanfm-qt is a little difficult that way just in that you need to compile libfm-qt and then compile pcmanfm-qt against that, so there's an extra step but that's not too bad01:31
zacmarioI have compiled things before, but there is usually instructions so I no doubt did it mindlessly01:31
wxlyeah and i''m pretty sure the instructions we have suck01:31
wxlwe meaning lxqt01:32
zacmarioshrugs01:32
zacmarioI do like it better then lxde01:32
kc2bezThat is good to know.01:33
wxlindeed01:33
zacmariooh, 19.10 makes you use wine through the terminal01:33
wxlgiven lxde is DEAD01:33
wxlhuh???01:33
zacmarioi think someone figured that out because its fixed in 2001:33
kc2bezi386 architecture is not enabled in 19.1001:33
kc2bezWe added it to the installer for 20.0401:34
wxloh now i understand01:34
zacmariowine works?01:34
wxlyeah01:34
kc2bezIt should.01:34
zacmarioit does01:34
wxlit's just that ubuntu did something they shouldn't01:34
zacmariojust you cant just click an exe or even right click it01:34
zacmarioyou have to do a wine command01:34
zacmarionot that thats the end of the world01:35
wxlhuh01:35
wxlwell that's potentially a whole different issue01:35
wxli can't remember the last time i used wine01:35
wxlanywho01:35
wxlso here's a thought01:35
wxlinstall dolphin01:36
zacmarioyeah, i mean its fixed in 2001:36
wxlthen you can change your default manager in session settings01:36
zacmariooh really01:36
zacmariocool01:36
zacmarioi mean like pcman just fine01:37
zacmarioi like it better than nautils01:37
wxlerr01:37
wxli guess not session settings01:37
wxlwell whatever01:37
wxlyou don't have to do that anyways01:37
wxlyou can run multiple file managers at one time XD01:37
zacmarioyeah you can01:38
wxlanyways you can use that to test whether or not the problem is in the file manager, or at least you can use it to rule out the kernel as a problem01:38
zacmariooh got yeah01:38
zacmarioi'll look into it01:38
wxlif you want to compile, you'll need to use git to clone the two packages01:38
wxl(from github.com/lxqt/…)01:39
zacmariook, I'll bookmark it. I'm getting sidetrack from my projects. So I'll come back to it01:39
wxlthen you want the build dependencies which `sudo apt build-dep package-name` will take care of01:39
zacmariook, I'll copy that down01:40
wxlthen you got to compile with cmake01:40
wxlwhich they only partially explain XD01:40
wxlhere's the goofy trick you need to know first:01:41
wxlmkdir build; cd build; cmake ..01:41
wxlTHEN you can run make to compile01:41
wxlmake install if you want it installed in your path01:41
zacmariook01:44
zacmariosounds good , thank you.01:44
zacmarioActually, it looks like some updates cameout today for bluetooth..01:45
=== guiverc2 is now known as guiverc
guivercwxl or anyone; is there a better ML for my 'bzr' query (https://lists.ubuntu.com/archives/bazaar/2020q1/076368.html), on IRC it was suggested ML03:34
-lugito:#lubuntu-devel- [T30: Theme GRUB] The_LoudSpeaker (Raman Sarda) commented on the task: https://phab.lubuntu.me/T30#324712:16
lubot<The_LoudSpeaker> ^ wxl12:16
wxl@The_LoudSpeaker let's get that wrapped up and soon given 20.04's impending release18:17
The_LoudSpeakerSure. I am a bit tied up with exams till 8th. This is the first thing on my list after that.18:18
wxlguiverc: glad you brought that back up as that's been on my mind. i'd like to have it finished asap because it would be nice for people to use it in daily testing before we actually NEED it in testing beta/final images18:19
wxlguiverc: personally i would suggest #launchpad18:20
wxloh boy https://discourse.ubuntu.com/t/is-ubuntu-software-going-to-be-remove-for-snap-snap-store/1454219:08
lubot<The_LoudSpeaker> @wxl [<wxl> oh boy https://discourse.ubuntu.com/t/is-ubuntu-software-going-to-be-remov …], Daaaamnnn!19:28
lubot* RikMills tries to care......19:34
lubot<RikMills> nope. can't seem to19:35
-lugito:#lubuntu-devel- [rMANUAL6d698a1b68ee: Add thread checkbox] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL6d698a1b68ee21:14
-lugito:#lubuntu-devel- [rMANUAL57ae01f983cd: Fix indenation] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUAL57ae01f983cd21:22
-lugito:#lubuntu-devel- [rMANUALdf0440c6ea90: Add Exit on closing] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALdf0440c6ea9022:23
-lugito:#lubuntu-devel- [rMANUALf8ac257dd0f8: Add remember position checkbox] lynorian (Lyn Perrine) committed: https://phab.lubuntu.me/rMANUALf8ac257dd0f822:26

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!