Skip to content
#

distro

Here are 97 public repositories matching this topic...

jtorreno
jtorreno commented Apr 21, 2020

Description

Neofetch emits an extra newline character, which I'm led to believe is not intended behavior as per #910.
Issue discovered on latest and reproducible on master.

And of course, a terrible solution, for the glory of none other than Satan:

alias neofetch='function _neofetch() {
    (($# == 0)) && { neofetch | sed -e "40,$ d;s/?25l//g;s/?7l//g" } || neofetch $@
}; _neofet
behrmann
behrmann commented Sep 27, 2019

Running a current mypy on mkosi gives the following warnings

mkosi:968: error: Argument 1 to "partition" has incompatible type "Optional[str]"; expected "str"
mkosi:971: error: Argument 1 to "partition" has incompatible type "Optional[str]"; expected "str"
mkosi:4624: error: "Dict[str, CommandLineArguments]" has no attribute "director

The last line is harmless and addressed in #36

jmetrius
jmetrius commented Jan 15, 2020

I ran into an interesting bug while doing some testing on Firefox (https://bugzilla.mozilla.org/show_bug.cgi?id=1609483).
Basically, if no version information is provided distro.version() returns an empty string and that was unexpected.
https://www.freedesktop.org/software/systemd/man/os-release.html states providing no version information is valid behaviour for rolling release distributions (su

ct-martin
ct-martin commented Apr 25, 2018
  • On mirror, create /TigerOS/latest symlink for current release number
  • Have both download links on tigeros.ritlug.com point to /TigerOS/latest/release
  • Make the link buttons at the bottom of tigeros.ritlug.com visually similar in the text
  • How to download and install TigerOS (not building)
  • Make wiki not have dev instructions on home page; put in content pointing to si

Improve this page

Add a description, image, and links to the distro topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the distro topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.