You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bug occurs on Gnome 46. It did not occur on Gnome 45.
This is a very odd bug that's a bit hard to describe.
To reproduce:
Create any command in the right panel of executor settings.
The output from this command will not show in full, unless it outputs just one character. Otherwise, a ... will replace it, or part of it.
The ... on the right side is the output from a command echo 'aa'.
The weird stuff starts happening when there are multiple commands.
It the multiple commands produce output of the same length, the last output will be truncated.
This is output from two echo 'new command' commands. The last one gets the ....
However, if the command outputs are of differing lengths, the longest will be truncated.
Here, there are two echo 'new command' commands, and one echo 'new commandaaaaaaaaaaaa' command. the longest is truncated.
You can also see that the truncation is not dependant on the length of the output itself. No matter how long or short it is, part of it will be cut off.
The truncation also doesn't depend on the position of the Executor panel on the right side of the top bar.
Also, and I don't know if it's related, in the logs there's this getting spammed:
Unhandled promise rejection. To suppress this warning, add an error handler to your promise chain with .catch() or a try-catch block around your await expression. Stack traceof the failed promise:
execCommand@file:///home/mk/.local/share/gnome-shell/extensions/[email protected]/extension.js:239:22
handleCurrentQueue@file:///home/mk/.local/share/gnome-shell/extensions/[email protected]/extension.js:223:14
checkQueue@file:///home/mk/.local/share/gnome-shell/extensions/[email protected]/extension.js:209:18
checkQueue/<@file:///home/mk/.local/share/gnome-shell/extensions/[email protected]/extension.js:213:26
@resource:///org/gnome/shell/ui/init.js:21:20
But it doesn't depend on the truncated commands being shown or not.
The text was updated successfully, but these errors were encountered:
mkalinski
changed the title
The longest executor command on the right side is always truncated
The longest Executor command on the right side is always truncated
May 19, 2024
The bug occurs on Gnome 46. It did not occur on Gnome 45.
This is a very odd bug that's a bit hard to describe.
To reproduce:
...
will replace it, or part of it.The
...
on the right side is the output from a commandecho 'aa'
.The weird stuff starts happening when there are multiple commands.
It the multiple commands produce output of the same length, the last output will be truncated.
This is output from two
echo 'new command'
commands. The last one gets the...
.However, if the command outputs are of differing lengths, the longest will be truncated.
Here, there are two
echo 'new command'
commands, and oneecho 'new commandaaaaaaaaaaaa'
command. the longest is truncated.You can also see that the truncation is not dependant on the length of the output itself. No matter how long or short it is, part of it will be cut off.
The truncation also doesn't depend on the position of the Executor panel on the right side of the top bar.
Also, and I don't know if it's related, in the logs there's this getting spammed:
But it doesn't depend on the truncated commands being shown or not.
The text was updated successfully, but these errors were encountered: