Who is this opensauce everyone is talking about?

|
spageti011 2022-09-20 16:42:17
isn’t he opensource?
E T 2022-09-20 16:43:10
Who is this opensauce everyone is talking about?!
feigned_ignorance 2022-09-20 16:45:29
spageti011 2022-09-20 16:42:17
isn’t he opensource?

Discord is a proprietary, cross-platform, all-in-one voice and text chat application

feigned_ignorance 2022-09-20 16:47:43
prepare() {
cd $_pkgname

sed -i “s|Exec=.*|Exec=/usr/bin/$pkgname|” $pkgname.desktop
echo ‘Path=/usr/bin’ >> $pkgname.desktop
}

package() {
# Install the app
install -d “$pkgdir”/opt/$pkgname
cp -a $_pkgname/. “$pkgdir”/opt/$pkgname

chmod 755 “$pkgdir”/opt/$pkgname/$_pkgname

grazzolini 2022-09-20 16:48:25
spageti011 2022-09-20 16:42:17
isn’t he opensource?

There are plenty of proprietary apps on the Arch official repos. Chrome isn’t there because chromium is, it’s that simple

spageti011 2022-09-20 16:49:31
is there a difference or it is taken from their website too
grazzolini 2022-09-20 16:50:22
spageti011 2022-09-20 16:49:31
is there a difference or it is taken from their website too

This is something a simple google search can answer pretty quickly.

spageti011 2022-09-20 16:52:09
which of those
spageti011 2022-09-20 16:52:27
basic ones
DumbMahreeo 2022-09-20 16:53:45
@spageti011 Arch distributes a good amount of proprietary software, if you want a completely Free/Libre distro then you can check out Parabola, which is based on Arch
spageti011 2022-09-20 16:54:08
DumbMahreeo 2022-09-20 16:53:45
@spageti011 Arch distributes a good amount of proprietary software, if you want a completely Free/Libre distro then you can check out Parabola, which is based on Arch

lfs

feigned_ignorance 2022-09-20 16:56:32
DumbMahreeo 2022-09-20 16:53:45
@spageti011 Arch distributes a good amount of proprietary software, if you want a completely Free/Libre distro then you can check out Parabola, which is based on Arch

theres no proprietary software on my arch machine

feigned_ignorance 2022-09-20 16:56:57
except nvidia lol
rockmonstr 2022-09-20 16:57:35
feigned_ignorance 2022-09-20 16:56:32
theres no proprietary software on my arch machine

firmware tho

DumbMahreeo 2022-09-20 16:57:38
feigned_ignorance 2022-09-20 16:56:32
theres no proprietary software on my arch machine

The Kernel has proprietary blobs

DumbMahreeo 2022-09-20 16:58:00
Ofc you can install the Libre kernel
rockmonstr 2022-09-20 16:58:34
microcode
DumbMahreeo 2022-09-20 16:58:38
feigned_ignorance 2022-09-20 16:56:32
theres no proprietary software on my arch machine

Also this doesn’t change the fact that Arch does distribute proprietary software

David Makarov 2022-09-20 17:34:37
Hello! I’ve installed Arch on my new laptop (dual boot with Windows 11). Interface – KDE Plasma. It worked, until i installed nvidia drivers, card is rtx 3080 ti. Then after reboot, screen freezes on booting sequence. Can you help pls? I can provide all necessary info
Isidore Winterhalt 2022-09-20 17:35:06
yeah, nvidia is a bitch
grazzolini 2022-09-20 17:36:06
David Makarov 2022-09-20 17:34:37
Hello! I’ve installed Arch on my new laptop (dual boot with Windows 11). Interface – KDE Plasma. It worked, until i installed nvidia drivers, card is rtx 3080 ti. Then after reboot, screen freezes on booting sequence. Can you help pls? I can provide all necessary info

lspci | grep -e VGA -e 3D -e Display

ariefr 2022-09-20 17:36:12
Isidore Winterhalt 2022-09-20 17:35:06
yeah, nvidia is a bitch

nah, nvidia’s fine, I’m looking forward to get my hands on better nvidia

David Makarov 2022-09-20 17:39:13
archlinuxgroup-616290.jpg

David Makarov 2022-09-20 17:41:33
Right now I’ve booted USB with Arch so I can have access. Without it I am stuck on boot
grazzolini 2022-09-20 17:42:23
David Makarov 2022-09-20 17:39:13
archlinuxgroup-616290.jpg

You need to put the nvidia modules on mkinitcpio configuration for early loading, I bet nouveau is getting loaded first, hence the black screen.

David Makarov 2022-09-20 17:43:21
how to do it? and do i need fresh install for it?
ariefr 2022-09-20 17:47:17
David Makarov 2022-09-20 17:43:21
archlinuxgroup-616290.jpg
how to do it? and do i need fresh install for it?

Gian actually already explain the steps (first line of sentences)

David Makarov 2022-09-20 17:49:30
Yes, I read about mkinitcpio, but I don’t understand how can I add nvidia modules on this point
ariefr 2022-09-20 17:49:49
“configuration”
goodgood study dayday up 2022-09-20 17:50:39
archlinuxgroup-616297.jpg

goodgood study dayday up 2022-09-20 17:50:51
How do I exit from here?
ariefr 2022-09-20 17:52:31
goodgood study dayday up 2022-09-20 17:50:51
archlinuxgroup-616290.jpg
How do I exit from here?

you wait

goodgood study dayday up 2022-09-20 17:54:09
Is this normal?
David Makarov 2022-09-20 17:55:11
ariefr 2022-09-20 17:49:49
archlinuxgroup-616290.jpg
“configuration”

I have read the explanation, but on this point I have no idea how to apply it

grazzolini 2022-09-20 17:55:22
goodgood study dayday up 2022-09-20 17:50:51
archlinuxgroup-616290.jpg
How do I exit from here?

You don’t

|