File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -248,8 +248,9 @@ sub kdestep_is_applicable {
248248
249249sub opensuse_welcome_applicable {
250250 my $desktop = shift // get_var(' DESKTOP' , ' ' );
251- # No libqt5-qtwebengine on ppc64/ppc64le and s390.
252- return 0 if get_var(' ARCH' ) =~ / ppc64|s390/ ;
251+ # No libqt5-qtwebengine on ppc64/ppc64le and s390 on anything older than Tumbleweed
252+ # Tumbleweed has switched to a gnome-tour/gtk based implementation
253+ return 0 if !is_tumbleweed && get_var(' ARCH' ) =~ / ppc64|s390/ ;
253254 # openSUSE-welcome is expected to show up on openSUSE Tumbleweed and Leap 15.2 XFCE only
254255 # starting with Leap 15.3 opensuse-welcome is enabled on supported DEs not just XFCE
255256 return 0 unless is_tumbleweed || is_leap(" >=15.3" );
You can’t perform that action at this time.
0 commit comments