[09:49] m4skin: 13 [09:50] thanks [10:40] elopio,could you please take a look at my task https://codein.withgoogle.com/dashboard/task-instances/5911781492916224/ [11:40] last day rush :-) [11:46] :) [11:46] Always :) [14:46] popey: hi [14:46] elopio: hi [14:47] ive successfully packaged the python snap: pyradio [14:47] i need to ask the snapchat admin to fork my repository [14:48] snapcrafters*** [14:48] lol snapchat [14:48] hehe [14:48] i need to pull it on my github [14:48] its locally in the folder pyradio-snap [14:49] elopio: you there? [14:49] how do i put in on github to allow the admin to make the pull request ? [14:49] have you made the call for testing? [14:49] wait you had [14:49] but you can ping popey to help you with that ^ [14:50] Like you already pinged him XD [14:50] yea haha [14:50] btw konrad11901 the one you were looking for is now online hehe [14:50] popey: https://forum.snapcraft.io/t/call-for-testing-pyradio-snap/3537 [14:51] Accelerator: I know :D [14:51] btw is the deadline to submit the task passed ? [14:51] hi! [14:51] looking! [14:52] great ! [14:52] popey: hi! since you have bigger experience than me in almost everything, can you suggest something that is available both in GNOME Software AND Snap Store? [14:52] and is quite light [14:53] konrad11901: pulsemixer [14:54] popey: I see that it's not available in GNOME Software :( [14:54] huh, it should be if you search for it [14:56] popey: https://i.imgur.com/vg70k6k.png [14:57] oh umm [14:57] I see that other people are able to find it [14:57] popey: is mine good ? [14:57] maybe it's because I'm on bionic [15:03] elopio,could you please task a look at my task https://codein.withgoogle.com/dashboard/task-instances/5911781492916224/ [15:05] sorry, I got disconnected, bad internet here today [15:06] popey: should i send you the link again ? [15:06] no, iam replying on the forum [15:06] just had to wait till my connection came back :) [15:07] replied... [15:07] konrad11901: interesting! [15:07] popey: on my pc its running with the audio [15:07] the radio is playing [15:07] Nissaar: are you sure you're running the snap? "snap run pyradio"? [15:08] i ran only: pyradio --play [15:08] i bet you have it in your path [15:08] what happens if you run "which pyradio"? [15:08] bet it's not /snap/bin/pyradio [15:08] yes im running it in the path ive built [15:08] right, run the snap [15:09] "snap run pyradio" [15:09] it opens the interface to play the radio [15:09] konrad11901: i don't understand - @flexiondotorg does pulsemixer show up for you in gnome software? [15:09] Nissaar: choose one and press enter [15:09] flexiondotorg: https://i.imgur.com/vg70k6k.png from konrad11901 [15:10] it plays with the sound [15:10] popey: the radio plays [15:12] popey: im pushing it into the beta channel again just in case [15:12] popey: had a busy day yesterday and didn't have a chance to deal with this request for more time which i would have granted. anything we can do at this point? https://codein.withgoogle.com/dashboard/task-instances/5208549753880576/ [15:13] * popey looks [15:13] popey: ill add the stage-packages you mentionned, build it again, and release it on the beta channel again [15:15] wxl: not a lot you can do now I think. [15:15] k thx for looking… [15:21] popey: ive already rreleased it again. can you please look into it now ? [15:21] yup [15:22] it says revision 5 of pyradio rleased [15:25] are you sure you added pulseaudio to the plugs? [15:25] yes [15:25] snap interfaces pyradio shows no pulseaudio interface connected [15:26] https://paste.ubuntu.com/26398408/ [15:26] https://www.irccloud.com/pastebin/oAGMxxmA/ [15:27] stage-packages should say "libpulse0" not pulseaudio, as I said on the forum [15:27] ahhh okay. im on it. thx [15:29] np :) [15:33] popey: fixed [15:35] still not playing here. Looks like you're shipping mplayer in your snap, which likely wants x11. [15:35] This has turned out to be a complex snap, for what it does! [15:35] popey: yes it seemed easy but it isnt [15:36] popey: you must have mplayer installed to be able to play [15:36] and vlc also [15:36] i have both and that won't work [15:36] the snap won't see them outside the snap [15:36] but having them inside the snap should work [15:37] but then it needs x11 plug [15:37] i should add another plug then ? [15:37] how is it working on my laptop ? i dnt have any other software installed :( [15:37] you can try adding x11 [15:37] snappy-debug.security scanlog [15:38] run that, then in another terminal run "snap run pyradio" and see if it work [15:38] I dont understand why it works for you, unless you're running "pyradio" [15:38] you need to be sure you're running the snapped version, not any other version [15:38] even with snap run pyradio its running [15:39] popey:snappy-debug.security: command not foundsnappy-debug.security: command not found [15:39] oh, sorry, you have to install it, "sudo snap install snappy-debug" [15:43] popey: https://paste.ubuntu.com/26398492/ [15:45] yeah, as expected [15:45] popey: what should i do ? [15:46] test it with x11 [15:46] how ? [15:46] popey :ah edit snapcraft.yaml and rebuild and so on ? [15:47] yes [15:47] im on it [15:49] elopio,could you please task a look at my task https://codein.withgoogle.com/dashboard/task-instances/5911781492916224/ [15:50] popey: https://paste.ubuntu.com/26398532/ [15:50] try pushing and I'll test here [15:51] its processing... should be ready in a few minutes. im going to have dinner [15:51] popey: brb in abt 20 min [15:51] ok [16:05] popey: back [16:05] popey: https://paste.ubuntu.com/26398628/ [16:06] ugh, x11 interface requires a desktop file. [16:06] you might be able to get away with making an empty pyradio.desktop in snap/gui ... [16:06] try it [16:07] popey :uhm can you explain a bit more ? [16:08] x11 plug assumes you're making a graphical desktop application (which you're not) and the store enforces that, and said you _must_ ship a .desktop file [16:08] which is a file desktop apps usually ship which tell the desktop (unity, gnome) how to launch your application [16:08] the file should be in snap/gui/pyradio.desktop [16:08] and you _may_ be able to ship it empty in your snap, to work around the store requirement [16:08] or you could add just a few lines like this:- [16:09] https://www.irccloud.com/pastebin/VFGwXWKt/ [16:12] popey: https://paste.ubuntu.com/26398674/ [16:13] shpuld i change the version to 1.3.2 as my snap ? [16:13] did you rebuild it? [16:16] yes [16:16] popey:https://paste.ubuntu.com/26398696/ [16:16] and the desktop file is called pyradio.desktop and is in snap/gui ? [16:17] aha! [16:17] popey: yes it is [16:18] approved it! [16:18] (the snap) [16:19] you need to release it to a channel [16:19] popey: i release it to beta ? [16:19] yeah [16:21] popey: https://paste.ubuntu.com/26398718/ [16:21] you dont need to push [16:21] just release [16:22] snapcraft release pyradio 8 beta [16:22] what command should i type ?\ [16:22] ^ that [16:23] ahh ok ok sry didnt see that [16:23] popey: revision 8 is not approved [16:25] bah, it's complaining about the desktop file again [16:25] one moment [16:27] Seems it didn't like the desktop file [16:27] the file is snap/gui/pyradio.desktop ? [16:28] popey: https://imgur.com/a/miwMP [16:29] it needs to be pyradio.desktop [16:29] in the terminal, make sure it's pyradio.desktop (no capitals) [16:30] why should it be in the tterminal ? [16:30] because if you double click a .desktop file in nautilus, nautilus can mangle it [16:31] ive modified the file name [16:31] ive tried push [16:31] ive tried release [16:32] im obtaining the ssame errors [16:32] did you rebuild? [16:32] you have to rebuild the snap whenever you change the desktop file [16:32] yes [16:32] im rebuilding again [16:34] popey: same errors [16:36] popey: https://paste.ubuntu.com/26398781/ [16:36] in the terminal, can you run "ls -l snap/gui" ? [16:37] no such file or directory [16:37] popey: https://imgur.com/a/miwMP [16:37] the file is in the path in the screenshot [16:37] hang on [16:37] in the directory where you're doing the snap creation [16:37] ~/pyradio-snap [16:37] yes ? [16:37] you should have a snap directory, and in that a gui directory, and in _that_ the desktop file [16:38] ahhh okaaaaaaaay [16:38] :) [16:38] dnnt understand that part [16:38] I wondered why it could never find it :D [16:39] popey: https://imgur.com/a/wtH3b [16:39] is it good ? [16:39] ya! [16:42] popey: https://paste.ubuntu.com/26398808/ aaaaaaarrrrrrrggggghhhhhh [16:42] no thats fine [16:42] i can fiddle teh store to allow that [16:42] yaaaaaaay [16:44] Progress! :D [16:44] "Could not find 'Exec=' in desktop file lint-snap-v2_desktop_file (pyradio.desktop.desktop)" [16:45] So add one line to the desktop file, "Exec=pyradio", rebuild, re-upload [16:45] popey: under name ? [16:45] at the bottom [16:45] just add an extra line [16:45] don't put the quotes in [16:46] I appreciate this is a bit more painful than it should be :) [16:46] [Desktop Entry] Version=1.0 Name=pyradio Exec=pyradio [16:46] But this is amazingly good feedback [16:46] yes [16:46] we will improve our documentation as a result of this! [16:46] yay. at least i helped in something xD [16:49] it failed the same way. says the exec line is missing [16:50] yes i received that too [16:50] those are separate lines, right? [16:50] yes separate lines [16:50] ive rebuild [16:51] your desktop file is called pyradio.desktop.desktop [16:51] (this is what i said about nautilus mangling the file) [16:51] you need to rename it, but don't use nautilus. [16:51] mv snap/gui/pyradio.desktop.desktop snap/gui/pyradio.desktop [16:51] don't double click it in nautilus [16:52] and then rebuild [16:59] it released !!!!!! [16:59] popey: here's the call https://forum.snapcraft.io/t/call-for-testing-pyradio-snap/3537/7 [16:59] yay [17:00] \o/ it works [17:00] popey: now what should i do so that you can fork and tranfer the name ? [17:02] https://github.com/snapcrafters/fork-and-rename-me [17:02] fork that and rename it to pyradio (or do you already have a git repo?) [17:02] popey:https://forum.snapcraft.io/t/call-for-testing-pyradio-snap/3537/7 [17:02] popey:https://github.com/Nissaar/Pyradio-snap-creation [17:02] awesome. [17:03] I will pm you an address to email, ask them to transfer to snapcrafters [17:03] popey: right thanks [17:03] Once that's done, I'll import the repo into snapcrafters [17:04] im on it [17:04] Nice work [17:05] popey: should i submit the link ? [17:05] uhm ive one question [17:05] submit what link where? [17:05] i should upload the files in this:https://github.com/Nissaar/Pyradio-snap-creation right ? [17:05] the github link in the mail ? [17:06] yeah, that wouldn't hurt :) [17:08] popey: i cannot upload the files in my forked repository [17:08] which files? [17:09] it only needs the snapcraft.yaml and the desktop file, surely? [17:14] popey: ive sent the mail [17:14] great! [17:16] Nissaar: feel free to submit the gci task now :) [17:16] you dont need to wait for the rename/import [17:17] popey:https://codein.withgoogle.com/dashboard/task-instances/5353633833025536/ [17:18] popey: thank you very much [17:18] Thanks [17:31] popey: how may contact you i want to package other snaps after gci ? [17:32] on irc or via the email address I gave you earlier :) [17:32] the irc chat will still be on ? [17:32] ok thx [17:33] well, I will always be on irc :) so you can pm me [17:33] we also have a #snappy channel :) [17:33] and the forum [17:33] ok ill try to work when i have free time [17:34] thank you very much :D [17:45] kyrofa: Are you free?...Could you review my task?