We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17af199 commit 0bad249Copy full SHA for 0bad249
CHANGELOG.md
@@ -1,5 +1,6 @@
1
# Next Release
2
* Add MainsailOS (dylanaraps#2407)
3
+* Fix Kubuntu recognised as Ubuntu (dylanaraps#2411)
4
5
# 1.3.2
6
* get-model fix (njb-fm#37, from @nsavinda)
unifetch
@@ -1266,7 +1266,7 @@ get_distro() {
1266
if [[ $distro == "Ubuntu"* ]]; then
1267
case $XDG_CONFIG_DIRS in
1268
*"studio"*) distro=${distro/Ubuntu/Ubuntu Studio} ;;
1269
- *"plasma"*) distro=${distro/Ubuntu/Kubuntu} ;;
+ *"kde"*) distro=${distro/Ubuntu/Kubuntu} ;;
1270
*"mate"*) distro=${distro/Ubuntu/Ubuntu MATE} ;;
1271
*"xubuntu"*) distro=${distro/Ubuntu/Xubuntu} ;;
1272
*"Lubuntu"*) distro=${distro/Ubuntu/Lubuntu} ;;
0 commit comments