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

DalekSecteward: Sounds like you're talking about RFS, not RFP.00:02
tewardTrue but RFP needs a maintainer.  With support I can maintain up there00:02
tewardBut i did do an RFP lately that resulted in an RFS00:03
tewardAlso done an ITP lately that wss brand new but also relevant00:03
tewardBut i am late here which pakcages are we talking about?00:03
teward(E: out of context ping)00:03
DalekSecteward: 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
Eickmeyer[m]teward: No, it's generalized. Just pretty much every package I maintain or have had sponsored isn't in Debian because reasons.00:05
tewardRaysession I think00:06
tewardWell 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 heh00:06
tewardThat would give me the equiv of PPU for my stuff heh.00:07
Eickmeyer[m]Well, Carla was the one that was pointed-out in #ubuntustudio.00:08
DalekSecCarla, right.  ..What was julia?00:08
Eickmeyer[m]>_>00:08
DalekSec"Description-en: high-performance programming language for technical computing"  yeah, certainly not that.00:09
Eickmeyer[m]!info carla00:09
ubottucarla (source: carla): audio plugin host. In component universe, is optional. Version 2.0.0-0ubuntu1 (disco), package size 1552 kB, installed size 9346 kB00:09
Eickmeyer[m]Newer version is in Focal.00:09
Eickmeyer[m]That's one that I have direct PPU on.00:10
tewardWhereas every Ubuntu package in the repos I have upload rights on thanks to Core Dev00:31
tewardWhich is why i help a lot xD00:32
OvenWerksEickmeyer[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:51
* OvenWerks packaging understanding is not great.00:52
OvenWerksEickmeyer[m]: I forgot to add to that file something that removes /etc/xdg/autostart/autojack.desktop if it exists01:05
Eickmeyer[m]OvenWerks: Yeah, we could make a postinstall in -controls.01:53
OvenWerksEickmeyer[m]: I put the file in there, can you look at it?01:54
Eickmeyer[m]Sure.01:54
* Eickmeyer[m] git pulls01:55
OvenWerksI don't know if it need a #!sh kind of deal or not.01:55
Eickmeyer[m]Yep, definitely needed #! /bin/sh or /bin/bash, whichever you prefer.01:58
OvenWerkseither should work01:59
Eickmeyer[m]Also, probably best to do a "systemctl session-monitor.service" and a "systemctl studio.service" as a best practice.01:59
OvenWerksmaybe not.01:59
Eickmeyer[m]"systemctl enable session-monitor.service" and "systemctl enable studio.service" rather.02:00
OvenWerksno the ln -s does that.02:00
Eickmeyer[m]It effectively does the symbolic link you're going for.02:00
OvenWerksbut it puts it in the wrong place02:00
Eickmeyer[m]Hmmm....02:00
Eickmeyer[m]You're right.02:00
Eickmeyer[m]I failed to see there's no /etc/ in that path.02:01
OvenWerkspackages mostly should not be putting stuff in /etc/ which is a local config02:01
Eickmeyer[m]systemd is an exception to that, but that doesn't apply here.02:01
Eickmeyer[m]Also, best practice for packaging is to put those two lines in a "ubuntustudio-controls.links" file02:02
Eickmeyer[m]Though, maybe not in this case since we want that to be in order.02:03
Eickmeyer[m]i.e. the two items are directly related (the mkdir and the ln)02:03
OvenWerksWell if the ln can have a -* that says create directories as needed02:04
Eickmeyer[m]Nah, I like the way you've done it.02:05
OvenWerksdoesn't seem so.02:05
Eickmeyer[m]Exactly, I don't see a way ln creates directories unless they're links.02:06
Eickmeyer[m]hard links at that.02:06
Eickmeyer[m]OvenWerks: Pushed the change. Was there more?02:16
OvenWerksbuild and test I guess :)02:23
OvenWerksdone02:24
OvenWerksEickmeyer[m]: I will do an install and then load it and see what other things may need tweaking02:25
Eickmeyer[m]Ok, let me know.02:25
Eickmeyer[m]OvenWerks: Oh, and the file extension was supposed to be .postinst not .postinstall, so I renamed it.02:25
Eickmeyer[m]Easy fix.02:26
OvenWerksgoood02:26
Eickmeyer[m]OvenWerks: I like the UI of -controls.03:19
Eickmeyer[m]Do you feel like the tablet stuff is ready?03:19
OvenWerksno03:19
OvenWerksI have set part of that aside to take care of some of these orther problems.03:20
OvenWerksI can now work on that.03:20
Eickmeyer[m]Cool. So the autostart stuff is finished then?03:24
OvenWerksI 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:26
OvenWerksHmm maybe not, I think I have one still.03:27
Eickmeyer[m]Ok03:48
DalekSecteward: You're core dev?  Will you clean up popcon after Simon's bad merge several cycles back?  The package is entirely broken.04:11
* Eickmeyer[m] grabs popcorn... not the package.04:18
DalekSecThat's the lazy shortname for it anyway. :D04:33
tewardremind me what popcorn is lol?04:39
tewardpopcon*04:39
tewardbecause not sure if I will be able to 'fix' heh04:39
OvenWerksgit reset --hard04:47
OvenWerksgit push --force04:47
OvenWerksActually git squash can do good things too04:48
OvenWerksEickmeyer[m]: got the wrong file name :(04:48
Eickmeyer[m]OvenWerks: You or me?04:49
OvenWerksprolly me04:51
Eickmeyer[m]OvenWerks: I'll blame you. :)04:56
Eickmeyer[m]Seriously, though, I just threw the #! line in there and renamed it.04:57
OvenWerksMe then. Too much copy and paste04:59
OvenWerksEickmeyer[m]: indicater-sound seems to have been removed from studio.... I thought it was there a few days ago.06:47
OvenWerksEickmeyer[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:03
OvenWerksEickmeyer[m]: we seed indicator-messages, so we have more control over that... 07:05
krytarikOvenWerks: 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:15
OvenWerkskrytarik: Ah, that would be it. No matter it is already fixed.07:24
OvenWerksI will test the fix tomorrow.07:25
OvenWerksEickmeyer[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.17:35

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