The reality of course is more complicated. Without copyright there's no GPL. Which I guess is fine if you're in the OSS camp more than the FSF camp. MIT and BSD licenses basically (functionally) give up copyright.
Copyright is also what allows for hybrids like the BSL which protect "little guys" from large cloud providers like AWS etc.
Copyright allows VC startups to at least start out life as Open Source (before pivoting later.)
Of course thus is all in the context of software copyright. Other copyrights (music, books etc) are equally nuanced.
And there are other forms of IP protections as well (patents, trademarks) which are distinct from the copyright concept.
So no, I don't think most people here are against copyright (patents are a different story.)
It would be nice of FOSS was the baseline, but I don't see that ever happening, especially in a world without an enforcement mechanism.
Sure having source code would be nice, but then again half the software nowadays is using electron and written in javascript anyway. Also plenty of examples of hardware manufacturers using software/firmware copyright as excuse and making legal threats to people who have made their own software to control hardware they bought even though they didn't have access to original source code.
There are probably more examples of people reverse engineering an reimplementing or decompiling large nontrivial software than there examples of companies making their whole software open source due to using a GPL licensed library (as opposed to avoiding the GPL licensed code or violating the GPL by not releasing the source code).
Does not mean that GPL is ineffective. IT forces them to reimplement the functionality, thus giving copyleft more time to compete with them. Imagine if they were to free to take all public code and just use it. They would always be ahead and open source products wouldn't stand a chance competing.
Not to mention I feel like GPL being so strong is why big companies pretend to love open source but permissive licenses so much - to drown out the GPL competition they hate so much and to attract more developers to permissive rather than copyleft open source projects.