-
Notifications
You must be signed in to change notification settings - Fork 302
bug: fix colon at end of process name for now on Linux #1800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1800 +/- ##
==========================================
+ Coverage 41.97% 42.04% +0.06%
==========================================
Files 115 115
Lines 16146 16174 +28
==========================================
+ Hits 6777 6800 +23
- Misses 9369 9374 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9 tasks
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Oct 10, 2025
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [ClementTsang/bottom](https://github.com/ClementTsang/bottom) | patch | `0.11.1` -> `0.11.2` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>ClementTsang/bottom (ClementTsang/bottom)</summary> ### [`v0.11.2`](https://github.com/ClementTsang/bottom/blob/HEAD/CHANGELOG.md#0112---2025-10-07) [Compare Source](ClementTsang/bottom@0.11.1...0.11.2) ##### Features - [#​1793](ClementTsang/bottom#1793): Add support for threads in Linux. - [#​1719](ClementTsang/bottom#1719): Support ignoring all keypresses. - [#​1772](ClementTsang/bottom#1772): Support hiding kernel threads. ##### Bug Fixes - [#​1800](ClementTsang/bottom#1800): Fix colon at end of process name in Linux. - [#​1804](ClementTsang/bottom#1804): Draw average CPU last again. - [#​1811](ClementTsang/bottom#1811): Fix drawing average CPU in basic mode when dedicated row is enabled. - [#​1817](ClementTsang/bottom#1817): Fix builds for FreeBSD on ARM/PowerPC due to `libc::c_char` data type being different. - [#​1821](ClementTsang/bottom#1821): Use alpha version of ratatui version which fixes drawing at high resolutions. - [#​1827](ClementTsang/bottom#1827): Fix crash for Windows where the network widget could cause a crash if the program started too quickly after boot under certain settings. ##### Other - [#​1801](ClementTsang/bottom#1801): Build and check Windows ARM. - [#​1816](ClementTsang/bottom#1816): Optimize username cloning on Unix. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjQxLjE0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
A description of the change, what it does, and why it was made. If relevant (such as any change that modifies the UI), please provide screenshots of the changes:
This fixes an issue in Linux where some process names that ended with
':'
would appear when they shouldn't.Note this is kinda an interim fix; turns out I misunderstood some things about comm/cmdline/basenames which I will address later.
Issue
If applicable, what issue does this address?
Closes: #
Testing
If relevant, please state how this was tested. All changes must be tested to work:
If this is a code change, please also indicate which platforms were tested:
Checklist
If relevant, ensure the following have been met:
cargo fmt
)README.md
, help menu, doc pages, etc.)