General > Suggestions and Feedback

Issues I have come across thus far installing and using Linux Lite as a new user

<< < (2/2)

Moltke:
Ah, that's weird. I remember  using FFmpeg to cut some videos, so I thought it was installed by default, perhaps I installed and forgot about that.  But that's weird because LL has VLC, which needs FFmpeg too ... Did you upgrade from 5.2 or use 5.4 .iso to install?

MCReaves:
I'm using Linux Lite 5.4.





Moltke:

--- Quote from: MCReaves on April 05, 2021, 05:04:13 PM ---First off, hello. I am new to Linux Lite but not new to Linux in general. This post is my first and is aimed at bringing attention to little issues I have spotted during multiple installations of and the use of Linux Lite. I might alter this post if/when I find other issues or have other suggestions.

* (issue/oversight?) There is no "python" command, only python2. Scripts looking for "python" fail due to this. One example is youtube-dl.
* (suggestion) ffmpeg is not install by default. Using youtube-dl as another example, it needs it.
* (issue/usability) The grub boot menu after you hit "e" to edit is very difficult to impossible to read due to the feather logo. Redoing the boot design might be a good idea for usability.
* (issue) Ctrl+C doesn't cancel filesystem checks when booting from USB despite it saying it will.
* (issue/annoyance) Right before the login prompt when starting, the audio "pops". This pop also happens right before playing videos in a browser, every video. I have not verified if it happens with videos from the hard drive.
* (suggestion) I came from MX Linux and I found their "quick system info" tool to be very useful. When ran, it would gather all the needed system info, redact private bits, format the output to be able to be pasted right into a forum post, and copy it to the clipboard all without the user dealing with it. Something similar might be useful for Linux Lite.

See attachment for hardware information.


EDIT: I found the "quick system info" tool that MX uses and it is a bash script.
https://pastebin.com/raw/X3FEDqbe

--- End quote ---
What version of Linux Lite?
1. There is no python command anywhere since python2 reached EOL, people should use now python3 instead when running .py files.

--- Code: ---$ python3 my_python.py
--- End code ---
2. FFmpeg is installed by default. What version of youtube-dl were you trying? Try this one https://youtube-dl.org/
3. Linux Lite ships with inxi and system info tools, one is a CLI tool you can run from the terminal to gather system info, and the other a GUI tool you can access in whisker menu.

About the ctlr+c, the "e" thing and the "pop" sound not sure.

MCReaves:
First off, hello. I am new to Linux Lite but not new to Linux in general. This post is my first and is aimed at bringing attention to little issues I have spotted during multiple installations of and the use of Linux Lite. I might alter this post if/when I find other issues or have other suggestions.

* (issue/oversight?) There is no "python" command, only python2. Scripts looking for "python" fail due to this. One example is youtube-dl.
* (suggestion) ffmpeg is not install by default. Using youtube-dl as another example, it needs it.
* (issue/usability) The grub boot menu after you hit "e" to edit is very difficult to impossible to read due to the feather logo. Redoing the boot design might be a good idea for usability.
* (issue) Ctrl+C doesn't cancel filesystem checks when booting from USB despite it saying it will.
* (issue/annoyance) Right before the login prompt when starting, the audio "pops". This pop also happens right before playing videos in a browser, every video. I have not verified if it happens with videos from the hard drive.
* (suggestion) I came from MX Linux and I found their "quick system info" tool to be very useful. When ran, it would gather all the needed system info, redact private bits, format the output to be able to be pasted right into a forum post, and copy it to the clipboard all without the user dealing with it. Something similar might be useful for Linux Lite.

See attachment for hardware information.


EDIT: I found the "quick system info" tool that MX uses and it is a bash script.
https://pastebin.com/raw/X3FEDqbe

Navigation

[0] Message Index

[*] Previous page

Go to full version