Lubuntu 18.10 - screenfetch wrongly says LXDE (not LXQt)

Bug #1798364 reported by Chris Guiver
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
screenfetch
Fix Released
Unknown
screenfetch (Ubuntu)
Fix Released
Low
Unassigned

Bug Description

Lubuntu 18.10 comes with neofetch, but I wanted the output of it for pasting on a bug-report without ascii art, didn't easily see it in `man` [page] so I just installed screenfetch. Noted it states I'm using LXDE

Really petty I know, but reviewers/bloggers may...

I suspect issue is ...
---
1681 if [ -n "$DE" ]; then
1682 # fallback to checking $DESKTOP_SESSION
1683 case "$DESKTOP_SESSION" in
1684 gnome)
1685 DE=GNOME;
1686 ;;
1687 LUMINA|Lumina)
1688 DE=Lumina;
1689 ;;
1690 LXDE|Lubuntu)
1691 DE=LXDE;
1692 ;;

guiverc@dx6120lu:~$ screenfetch -n
 guiverc@dx6120lu
 OS: Ubuntu 18.10 cosmic
 Kernel: i686 Linux 4.18.0-10-generic
 Uptime: 39m
 Packages: 2101
 Shell: bash 4.4.19
 Resolution: 1280x1024
 DE: LXDE
 WM: OpenBox
 CPU: Intel Pentium 4 2.80GHz @ 2x 2.791GHz [103.0°C]
 GPU: GeForce 7600 GT
 RAM: 486MiB / 3025MiB
guiverc@dx6120lu:~$ neofetch
            .-/+oossssoo+/-. guiverc@dx6120lu
        `:+ssssssssssssssssss+:` ----------------
      -+ssssssssssssssssssyyssss+- OS: Ubuntu 18.10 i686
    .ossssssssssssssssssdMMMNysssso. Host: HP Compaq dx6120 MT(PL926AV)
   /ssssssssssshdmmNNmmyNMMMMhssssss/ Kernel: 4.18.0-10-generic
  +ssssssssshmydMMMMMMMNddddyssssssss+ Uptime: 39 mins
 /sssssssshNMMMyhhyyyyhmNMMMNhssssssss/ Packages: 2101 (dpkg), 4 (snap)
.ssssssssdMMMNhsssssssssshNMMMdssssssss. Shell: bash 4.4.19
+sssshhhyNMMNyssssssssssssyNMMMysssssss+ Resolution: 1280x1024
ossyNMMMNyMMhsssssssssssssshmmmhssssssso DE: LXQt
ossyNMMMNyMMhsssssssssssssshmmmhssssssso WM: Openbox
+sssshhhyNMMNyssssssssssssyNMMMysssssss+ Theme: Arc-Darker [GTK3]
.ssssssssdMMMNhsssssssssshNMMMdssssssss. Icons: Adwaita [GTK3]
 /sssssssshNMMMyhhyyyyhdNMMMNhssssssss/ Terminal: qterminal
  +sssssssssdmydMMMMMMMMddddyssssssss+ Terminal Font: Ubuntu Mono 14
   /ssssssssssshdmNNNNmyNMMMMhssssss/ CPU: Intel Pentium 4 2.80GHz (2) @ 2.791GHz
    .ossssssssssssssssssdMMMNysssso. GPU: NVIDIA GeForce 7600 GT
      -+sssssssssssssssssyyyssss+- Memory: 542MiB / 3025MiB
        `:+ssssssssssssssssss+:`
            .-/+oossssoo+/-.

guiverc@dx6120lu:~$

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: screenfetch 3.8.0-8
ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
Uname: Linux 4.18.0-10-generic i686
ApportVersion: 2.20.10-0ubuntu13
Architecture: i386
CurrentDesktop: LXQt
Date: Wed Oct 17 23:01:39 2018
InstallationDate: Installed on 2018-10-15 (2 days ago)
InstallationMedia: Lubuntu 18.10 "Cosmic Cuttlefish" - Beta i386 (20181013)
PackageArchitecture: all
SourcePackage: screenfetch
UpgradeStatus: No upgrade log present (probably fresh install)

Reported upstream as https://github.com/KittyKatt/screenFetch/issues/622

Revision history for this message
Chris Guiver (guiverc) wrote :
description: updated
Chris Guiver (guiverc)
tags: added: disco eoan
summary: - Lubuntu 18.10 - screenfetch lies & says LXDE (not LXQt)
+ Lubuntu 18.10 - screenfetch wrongly says LXDE (not LXQt)
Chris Guiver (guiverc)
description: updated
Revision history for this message
Chris Guiver (guiverc) wrote :

Response from upstream - hopefully fixed..

"Please see the above and 44b7f3b @guiverc" (github notification)

https://github.com/KittyKatt/screenFetch/issues/622#issuecomment-538825654

Revision history for this message
Chris Guiver (guiverc) wrote :

hp 8200 elite sff (i5-2400, 8gb, nvidia quadro 600)
purpose of this test is to start looking for old bugs & confirm focal impacted; these bugs are old & upstream issues and will impact very few end-users (impact me thus why chased)
..
installed screenfetch; package hasn't been updated yet (or upstream fix didn't work) - https://bugs.launchpad.net/ubuntu/+source/screenfetch/+bug/1798364

tags: added: amd64 focal
Revision history for this message
Ubuntu QA Website (ubuntuqa) wrote :

This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1798364

tags: added: iso-testing
Chris Guiver (guiverc)
tags: removed: iso-testing
tags: added: iso-testing
Changed in screenfetch (Ubuntu):
status: New → Triaged
importance: Undecided → Low
Revision history for this message
ԜаӀtеr Ⅼарсһуnѕkі (wxl) wrote :

With functioning fixes in upstream master, this assumedly will be fixed in the next version, i.e. >3.9.0.

Changed in screenfetch:
status: Unknown → New
Revision history for this message
Chris Guiver (guiverc) wrote :

@wxl I upgraded my debian-testing box last night (#lubuntu-dev) so it obtained the 3.9.0-1, copied to code to a NFS server and ran on my primary [Lubuntu] 20.04 box; it reports LXDE :(

@kc2bez (Dan) replied "There have been 15 commits since the release and the ones needeed are in there. ttps://github.com/KittyKatt/screenFetch/compare/v3.9.0...master"

Chris Guiver (guiverc)
tags: removed: iso-testing
Changed in screenfetch:
status: New → Fix Released
Chris Guiver (guiverc)
Changed in screenfetch (Ubuntu):
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.