[00:02] teward: Sounds like you're talking about RFS, not RFP. [00:02] True but RFP needs a maintainer. With support I can maintain up there [00:03] But i did do an RFP lately that resulted in an RFS [00:03] Also done an ITP lately that wss brand new but also relevant [00:03] But i am late here which pakcages are we talking about? [00:03] (E: out of context ping) [00:05] teward: Pretty much, curious about what packages in UbuntuStudio are missing from Debian. There's at least julia, but what else? This came up when someone was talking about the plans for 32bit going away, since Debian of course doesn't have plans for that yet. [00:05] teward: No, it's generalized. Just pretty much every package I maintain or have had sponsored isn't in Debian because reasons. [00:06] Raysession I think [00:06] Well one of the things with me helping spotcheck is it helps. Put me up as a comaintainer it will assist a bit having an active maintainer. I am hunting DM soon heh [00:07] That would give me the equiv of PPU for my stuff heh. [00:08] Well, Carla was the one that was pointed-out in #ubuntustudio. [00:08] Carla, right. ..What was julia? [00:08] >_> [00:09] "Description-en: high-performance programming language for technical computing" yeah, certainly not that. [00:09] !info carla [00:09] carla (source: carla): audio plugin host. In component universe, is optional. Version 2.0.0-0ubuntu1 (disco), package size 1552 kB, installed size 9346 kB [00:09] Newer version is in Focal. [00:10] That's one that I have direct PPU on. [00:31] Whereas every Ubuntu package in the repos I have upload rights on thanks to Core Dev [00:32] Which is why i help a lot xD [00:51] Eickmeyer[m]: If you can take a look at .... ok forget that. Could you make the postinstall in -controls have the right name and do what the four lines in there say? [00:52] * OvenWerks packaging understanding is not great. [01:05] Eickmeyer[m]: I forgot to add to that file something that removes /etc/xdg/autostart/autojack.desktop if it exists [01:53] OvenWerks: Yeah, we could make a postinstall in -controls. [01:54] Eickmeyer[m]: I put the file in there, can you look at it? [01:54] Sure. [01:55] * Eickmeyer[m] git pulls [01:55] I don't know if it need a #!sh kind of deal or not. [01:58] Yep, definitely needed #! /bin/sh or /bin/bash, whichever you prefer. [01:59] either should work [01:59] Also, probably best to do a "systemctl session-monitor.service" and a "systemctl studio.service" as a best practice. [01:59] maybe not. [02:00] "systemctl enable session-monitor.service" and "systemctl enable studio.service" rather. [02:00] no the ln -s does that. [02:00] It effectively does the symbolic link you're going for. [02:00] but it puts it in the wrong place [02:00] Hmmm.... [02:00] You're right. [02:01] I failed to see there's no /etc/ in that path. [02:01] packages mostly should not be putting stuff in /etc/ which is a local config [02:01] systemd is an exception to that, but that doesn't apply here. [02:02] Also, best practice for packaging is to put those two lines in a "ubuntustudio-controls.links" file [02:03] Though, maybe not in this case since we want that to be in order. [02:03] i.e. the two items are directly related (the mkdir and the ln) [02:04] Well if the ln can have a -* that says create directories as needed [02:05] Nah, I like the way you've done it. [02:05] doesn't seem so. [02:06] Exactly, I don't see a way ln creates directories unless they're links. [02:06] hard links at that. [02:16] OvenWerks: Pushed the change. Was there more? [02:23] build and test I guess :) [02:24] done [02:25] Eickmeyer[m]: I will do an install and then load it and see what other things may need tweaking [02:25] Ok, let me know. [02:25] OvenWerks: Oh, and the file extension was supposed to be .postinst not .postinstall, so I renamed it. [02:26] Easy fix. [02:26] goood [03:19] OvenWerks: I like the UI of -controls. [03:19] Do you feel like the tablet stuff is ready? [03:19] no [03:20] I have set part of that aside to take care of some of these orther problems. [03:20] I can now work on that. [03:24] Cool. So the autostart stuff is finished then? [03:26] I think so... I will have to check. I need to reprint Studio to a usb stick so I can reinstall it and run this package against it. [03:27] Hmm maybe not, I think I have one still. [03:48] Ok [04:11] teward: You're core dev? Will you clean up popcon after Simon's bad merge several cycles back? The package is entirely broken. [04:18] * Eickmeyer[m] grabs popcorn... not the package. [04:33] That's the lazy shortname for it anyway. :D [04:39] remind me what popcorn is lol? [04:39] popcon* [04:39] because not sure if I will be able to 'fix' heh [04:47] git reset --hard [04:47] git push --force [04:48] Actually git squash can do good things too [04:48] Eickmeyer[m]: got the wrong file name :( [04:49] OvenWerks: You or me? [04:51] prolly me [04:56] OvenWerks: I'll blame you. :) [04:57] Seriously, though, I just threw the #! line in there and renamed it. [04:59] Me then. Too much copy and paste [06:47] Eickmeyer[m]: indicater-sound seems to have been removed from studio.... I thought it was there a few days ago. [07:03] Eickmeyer[m]: however, it appears it has been dropped upstream (xfce4-indicator-plugin perhaps had a dep) because I can't find any huge difference from B to F. [07:05] Eickmeyer[m]: we seed indicator-messages, so we have more control over that... [07:15] OvenWerks: https://git.launchpad.net/~ubuntustudio-dev/ubuntu-seeds/+git/ubuntustudio/commit/?id=cd81fcd98228f313268493696ed2446e8ab89f30 - jfyi while Eickmeyer[m] certainly remembers that flipping about of stuff too still. [07:24] krytarik: Ah, that would be it. No matter it is already fixed. [07:25] I will test the fix tomorrow. [17:35] Eickmeyer[m]: That does work... except... I think it kills xfce4-session-manager before it finishes... so a reboot call doesn't happen you just end up logged out.