From here, it says that, linear combination of two Gaussian distribution, are always Gaussians.
However, Let be standard normal and =±1 with probability 1/2 each, independently of . Let =. Then is also standard normal, but =+ is exactly equal to zero with probability 1/2 and is equal to 2 with probability 1/2.
But (2) contradicts with (1). Am I missing anythings?
The simplest case is when you take linear combinations of independent Gaussian random variables, these will be Gaussian. However, $X$ and $Y$ are not independent. A more general case in which linear combinations of correlated Gaussian random variables are Gaussian is if $X$ and $Y$ are bivariate Gaussian (aka jointly Gaussian). You can read more about this difference between (1) $X$ and $Y$ are both Gaussian and (2) $X$ and $Y$ are bivariate (jointly) Gaussian here: https://en.wikipedia.org/wiki/Multivariate_normal_distribution
Essentially, there are many ways for variables to correlated. Being jointly Gaussian random variables is a special way for Gaussian variables to be correlated that implies this property we've discussed. In fact, jointly Gaussian variables can actually be defined by this property that all linear combinations are normally distributed.