Activity for Quasímodo
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #288306 |
Is the question about only TTF or was that only an example? (more) |
— | over 1 year ago |
Comment | Post #288313 |
`wc` outputs three numbers. Which one should the user consider?
The asker wants to find the number of files, not of directories,
It seems that this answer will fail for file names containing newline characters. (more) |
— | over 1 year ago |
Comment | Post #288313 |
The package that installs that utility in Debian is `fd-find` (and not `fdclone`). (more) |
— | over 1 year ago |
Comment | Post #288453 |
This provides a different interpretation of the problem (and I do not say this is a fault in the answer, only in that the question was not specific enough), namely that here `./abc.part` results in the deletion of `./abc.foo` but not `./d/abc.bar`. (more) |
— | over 1 year ago |
Comment | Post #288405 |
For this particular use case I recommend id3tool. I don't think all file formats are supported though. (more) |
— | over 1 year ago |
Comment | Post #288562 |
Although the answer is accurate, I think the asker is confused because there is a misunderstanding in the question itself.
`b\+` is actually the correct way to match "one or more 'b'" for that default GNU Sed invocation, that is literally what Sed must "see" — note however this is not standard, as... (more) |
— | over 1 year ago |
Comment | Post #288558 |
Thank you for writing an answer. However, I'm afraid I wasn't clear enough. I don't want to see the full change logs, but the full changes, as in `debdiff p-1.dsc p-2.dsc`, usually the diff of `debian/{rules,control}` and so on. (more) |
— | over 1 year ago |
Comment | Post #287557 |
@#36396, I concur but, regarding the flag, it seems that moderators have no way to move this to main Meta. (more) |
— | almost 2 years ago |
Edit | Post #287922 |
Post edited: keyboard-rate is too specific of a keyword, suggesting simply keyboard instead. |
— | almost 2 years ago |
Comment | Post #287922 |
Xorg: Option "AutoRepeat" "0 0"
Console: Maybe Udev rules can help (more) |
— | almost 2 years ago |
Edit | Post #287715 |
Post edited: Recursive |
— | almost 2 years ago |
Comment | Post #287822 |
Do you experience some inconvenience with that solution, or are you asking really just for a simpler solution? (more) |
— | almost 2 years ago |
Edit | Post #287835 | Initial revision | — | almost 2 years ago |
Answer | — |
A: Vim key bindings not working in terminal python interpreter Python's interactive interpreter uses GNU Readline, so Bash's line interpreter, not Zle, which is Zsh's. Therefore, when you enter `python`, the cursor either won't change or will change accordingly to what you have in `.inputrc`, which is GNU Readline's initialization file. Likewise for the Vi or... (more) |
— | almost 2 years ago |
Edit | Post #287715 | Initial revision | — | about 2 years ago |
Answer | — |
A: Recursively remove files with the same name as the ones that end in `.part` It is incorrect for two reasons. 1. File names containing glob characters This is an edge case scenario. Consider this structure: ``` . ├── abc ├── abc.part ├── cde └── ce.part ``` The outermost Find will find - `abc.part`, so `base=abc` and the innermost Find looks for files ... (more) |
— | about 2 years ago |
Comment | Post #287557 |
This request is valid in many, if not all, communities. I believe it should be in [the main Meta](https://meta.codidact.com). (more) |
— | about 2 years ago |
Comment | Post #287563 |
You say "programmatically manipulate". Does that mean that you would be willing to modify its source code directly, or do you mean writing some external program that would affect the state of the bar?, such as one with Appindicator, as r~~ mentions. (more) |
— | about 2 years ago |
Edit | Post #285654 |
Post edited: Ibus must also be killed |
— | about 2 years ago |
Comment | Post #287421 |
Perhaps there is something wrong on my side, but if I try `startx sh -c 'true; exec $HOME/.xinitrc' 2>logfile`, I get some error with _xterm_ and Xorg fails to start:
```
[...cropped...]
(II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
(II) modeset(G0): Initializing kms color ma... (more) |
— | about 2 years ago |
Comment | Post #287418 |
I'm afraid you can't do that. See `man startx xinit`. You can create a wrapper that writes a xinitrc before launching startx, though. (more) |
— | about 2 years ago |
Comment | Post #287418 |
Thanks for taking the time to write an answer! Just a few notes:
If you are using a terminal based browser you can't see pictures, neither can screen readers read their content.
In particular, this picture is unreadable unless one opens it in a new tab or image viewer.
Please edit the post t... (more) |
— | about 2 years ago |
Comment | Post #287370 |
Yes, I am familiar with Git, and though unfortunately not all of the packages are maintained in version control system (and tagged by version), that's certainly a good solution in many cases. Thanks for the answer! (more) |
— | about 2 years ago |
Edit | Post #287234 | Initial revision | — | over 2 years ago |
Answer | — |
A: Preserve the sources extracted by dpkg-source so as to save time From `man dpkg-source`, -ss Specifies that the original source is available both as a directory and as a tarfile. dpkg-source will use the directory to create the diff, but the tarfile to create the .dsc. This option must be used with care - if the directory and tar... (more) |
— | over 2 years ago |
Edit | Post #287074 |
Post edited: |
— | over 2 years ago |
Edit | Post #282978 |
Post edited: Add a kernel tag |
— | over 2 years ago |
Comment | Post #286999 |
It didn't help much :(. But I confirmed via `top` that the hog is caused by source uncompression, `unxz`. (more) |
— | over 2 years ago |
Edit | Post #287074 |
Post edited: |
— | over 2 years ago |
Edit | Post #287103 |
Post edited: Add reference for bug closure syntax |
— | over 2 years ago |
Edit | Post #287103 |
Post edited: Provide example |
— | over 2 years ago |
Edit | Post #287103 | Initial revision | — | over 2 years ago |
Question | — |
Retrieve changes that closed a Debian bug If a Debian bug number is referenced in the changelog of an uploaded package, it is automatically closed with a generic message: > We believe that the bug you reported is fixed in the latest version of [package], which is due to be installed in the Debian FTP archive: Random example. This m... (more) |
— | over 2 years ago |
Edit | Post #287074 | Initial revision | — | over 2 years ago |
Answer | — |
A: How do I deal with a "pending update to "snap-store" snap, close the app to avoid disruption" notification in Ubuntu 22.04? If snap-store itself is preventing the update, it's straightforward: snap-store --quit sudo snap refresh snap-store But sometimes it might be something else, in which case the above solution won't work. In which case the general solution is to first run `snap refresh snap-store`. It w... (more) |
— | over 2 years ago |
Edit | Post #287065 |
Post edited: Fix copy-paste leftover |
— | over 2 years ago |
Edit | Post #287065 | Initial revision | — | over 2 years ago |
Answer | — |
A: Set compose key to Shift + AltGr You can find a list of options in `man xkeyboard-config`. Under the section "key to choose the 3rd level" is the one you are after: lv3:raltswitchmultikey Right Alt; Shift+Right Alt as Compose To enable it, use setxkbmap -option lv3:raltswitchmultikey You should also pass ... (more) |
— | over 2 years ago |
Edit | Post #287064 | Initial revision | — | over 2 years ago |
Question | — |
Set compose key to Shift + AltGr I have upgraded Xubuntu from 20.04 to 22.04 and my compose key, which defaulted to Shift + AltGr, was disabled. It is no longer available in the keyboard settings GUI either. How can I set the compose key to Shift + AltGr again? Adapted from Ask Ubuntu: Upgrading from Xubuntu 20.04 to 22.04 has... (more) |
— | over 2 years ago |
Comment | Post #286999 |
Thanks @#8049, I hadn't thought about that. I will try it. (more) |
— | over 2 years ago |
Edit | Post #286999 | Initial revision | — | over 2 years ago |
Question | — |
Preserve the sources extracted by dpkg-source so as to save time It takes a long time to build even the source package for a PPA of a huge project, and while the build isn't finished my computer is under heavy load so I can barely navigate a browser. The frustration is doubled when I get an error during that process. Most of the times, errors are caused by a "m... (more) |
— | over 2 years ago |
Comment | Post #286930 |
Perhaps --auto overrides --dpi?
> --auto For connected but disabled outputs, this will enable them using
their first preferred mode (or, something close to 96dpi if they (more) |
— | over 2 years ago |
Comment | Post #286725 |
There is an answer here: https://unix.stackexchange.com/q/595574 (more) |
— | over 2 years ago |
Comment | Post #286778 |
Did you read `man less`? (more) |
— | over 2 years ago |
Edit | Post #286518 | Initial revision | — | over 2 years ago |
Answer | — |
A: Bind brightness/volume and other special Fn keys in a tty The special Fn keys typically trigger ACPI events, for which the ACPI daemon can trigger actions. Install ACPI daemon (`apt install acpid`) and make sure it is started and enabled. If it isn't, systemctl start acpid systemctl enable acpid You can read its manual page and inspect f... (more) |
— | over 2 years ago |
Edit | Post #286517 | Initial revision | — | over 2 years ago |
Question | — |
Bind brightness/volume and other special Fn keys in a tty I am running Debian stretch on a Lenovo laptop with only a window manager (i.e. no desktop). Out of the box, this configuration of Debian ignores the keys with special Fn functions, such as volume up, mute microphone, brightness up, etc. To solve the problem under X, I bound these special keys u... (more) |
— | over 2 years ago |