Closed star-buck closed 6 years ago
I'm shooting for Friday. I spent all day today taking down Christmas lights, tree, etc..
This might actually take me into Monday. There were some technical issues at the office so I had to bring the computer I use to work on Netrunner Rolling home with me. I apologize for any inconvenience.
Lets make sure everyhting is updated to latest Plasma 5.11.5 then though. It should be monday then, as we're running close to hit 5.12 before release otherwise.
Plasma 5.11.5 is still in Manjaro testing ATM, I'm not sure when it will be moved to Manjaro stable, hopefully this weekend. Plasma 5.12 isn't even in Arch staging, testing or even kde-unstable yet. Yes I plan on working on our Netrunner packages all weekend, and spinning a new ISO once finished. AT&T is switching their equipment and lines in the area where my office is to fiber. They told me my Internet would be going up and down during the work for up to a week, this caused me to move everything to home for now.
Just to let you know what's going on on my end. I spun an ISO locally on my end that's still using our netrunner-testing repo so I can test the changes. Once I'm satisfied, I will begin moving our updated packages from our netrunner-testing repo to our netrunner repo so I can spin an RC ISO. The reason behind this is once I merge these packages, existing users will be upgraded to the 1208.1 RC level.
The ISO has all changes so far? If I test and its good, you move packages into live and respin?
On Jan 7, 2018 08:33, "James Kittsmiller" notifications@github.com wrote:
Just to let you know what's going on on my end. I spun an ISO that's still using our netrunner-testing repo locally on my end so I can test the changes. Once I'm satisfied, I will begin moving our updated packages from our netrunner-testing repo to our netrunner repo so I can spin an RC ISO. The reason behind this is once I merge these packages, existing users will be upgraded to the 1208.1 RC level.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/netrunner-rolling/2018.01-issues/issues/3#issuecomment-355834683, or mute the thread https://github.com/notifications/unsubscribe-auth/AAzRhslnqLZ2rKNTkBCTPsspwLt9pdJnks5tIPHlgaJpZM4RL0N2 .
Yes, that's the idea.. ;) I will upload the new ISO that I have as beta2 then so you can test as well.
I will let you know once it's uploaded. I have a calamares installation test running in my vbox session atm slowing my system down.
OK beta2 is now on the server. You can call it an RC1 if you like, but it is still using the netrunner-testing repo.
beta2 is fine, you're right about only calling it rc once we use real live repo.
On Jan 7, 2018 10:21, "James Kittsmiller" notifications@github.com wrote:
OK beta2 is now on the server. You can call it an RC1 if you like, but it is still using netrunner-testing.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/netrunner-rolling/2018.01-issues/issues/3#issuecomment-355841683, or mute the thread https://github.com/notifications/unsubscribe-auth/AAzRhhMkk7LbOl0DjMG4LaDcAjmmnrrhks5tIQs8gaJpZM4RL0N2 .
On my test the large on-screen keyboard is back. I did remove it from the package list, now I need to figure out what is pulling it in anyway before I spin another ISO .
Never mind, I actually forgot to do that one. Luckily that one is a really easy fix. Just need to remove the qt5-virtualkeyboard package.
I'll do a beta 3 later tonight to include the couple of changes I've found. Remove qt5-virtual keyboard (used by sddm onscreen keyboard, kwin-wayland, etc.) Add a nsswitch.conf (upstream change) Disable manjaro settings manager notifications in live mode (upstream change)
beta2 ISO is already GREAT! :100:
I would suggest to install yarock packagedefault, but not recommend package vlc and use mpv as backend (see yarock ticket for all settings and configuration)
There are no recommends in Arch, only depends and optdepends. All I did was pull the PKGBUILD from the aur and build it for the repo, I'll need to take a closer look at the PKGBUILD and modify it for this. Maybe I can repackage it without vlc as a dependency or make vlc an optional dependency instead, this will require looking at yarock's build files to see if vlc is needed at compile time.
No, its fine already, it suggests vlc, but i can leave it unticked and install yarock fine without it!
On Jan 7, 2018 15:21, "James Kittsmiller" notifications@github.com wrote:
There are no recommends in Arch, only depends and optdepends. All I did was pull the PKGBUILD from the aur and build it for the repo, I'll need to take a closer look at the PKGBUILD and modify it for this. Maybe I can repackage it without vlc as a dependency or make vlc an optional dependency instead, this will require looking at yarock's build files to see if vlc is needed at compile time.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/netrunner-rolling/2018.01-issues/issues/3#issuecomment-355861459, or mute the thread https://github.com/notifications/unsubscribe-auth/AAzRhu9p4jOZVMuHBUSpGsoo1r2HEJsGks5tIVF1gaJpZM4RL0N2 .
So its optdepends, thats fine as is!
On Jan 7, 2018 15:24, "Clemens Toennies" starbuck@netrunner-os.com wrote:
No, its fine already, it suggests vlc, but i can leave it unticked and install yarock fine without it!
On Jan 7, 2018 15:21, "James Kittsmiller" notifications@github.com wrote:
There are no recommends in Arch, only depends and optdepends. All I did was pull the PKGBUILD from the aur and build it for the repo, I'll need to take a closer look at the PKGBUILD and modify it for this. Maybe I can repackage it without vlc as a dependency or make vlc an optional dependency instead, this will require looking at yarock's build files to see if vlc is needed at compile time.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/netrunner-rolling/2018.01-issues/issues/3#issuecomment-355861459, or mute the thread https://github.com/notifications/unsubscribe-auth/AAzRhu9p4jOZVMuHBUSpGsoo1r2HEJsGks5tIVF1gaJpZM4RL0N2 .
I just looked, and vlc as well as mpv are both just makedepends and optdepends, so we are good. Smplayer already depends on mpv and uses it by default. However, I'll add mpv to the packagelist as well just in case we ever decide to remove smplayer.
Actually yarock-qt5 uses phonon-qt5 by default, so that would mean it's using gstreammer by default. The other two (mpv and vlc) are completely optional.
Beta3 now on the server. Added yarock-qt5 with settings..
All remaining things from beta2 fixed?
On Jan 8, 2018 09:40, "James Kittsmiller" notifications@github.com wrote:
Beta3 now on the server. Added yarock-qt5 with settings..
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/netrunner-rolling/2018.01-issues/issues/3#issuecomment-356038417, or mute the thread https://github.com/notifications/unsubscribe-auth/AAzRhj-Oq6ik3PmQnhNwqzEGsXt4p9Sfks5tIlMCgaJpZM4RL0N2 .
Fixed? I added yarock for you to test, other than that and fixing the virtual keyboard thing, I'm not sure what you mean?
@NuLogicSystems : Happy New Year James!
Any ETA for ISO?