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 also happens with something simple like (command notify-send foo &))
These run perfectly fine in Konsole and Kitty. But from Guake shells they are not executed until the shell is closed, or I open another tab. The rest of the .zshrc executes fine.
For example:
Every time a shell is opened, or a condition is met, command X should run. Instead:
Open fresh Guake
(X should run on start or when condition is met, but doesn't)
Open new tab in Guake
X runs
Close tab
Close last tab
X runs (too late)
Expected behavior
As soon as my lines are reached in .zshrc, or when they are trigged, for them to be executed.
Actual behavior
command not being executed until the shell is closed.
To Reproduce
Add (command notify-send foo &) to .zshrc
$ guake --support
Guake Version: 3.10
Vte Version: 0.74.0
Vte Runtime Version: 0.74.0
GTK+ Version: 3.24.38
GDK Backend: <GdkX11.X11Display
Desktop Session: ubuntu
Display: :1
RGBA visual: True
Composited: True
Monitor: 0 - HPN DP-0
Geometry: 1920 x 1080 at 3000, 386
Size: 527 x 296 mm²
Primary: True
Refresh rate: 60.0 Hz
Subpixel layout: unknown
Monitor: 1 - HPN DP-2
Geometry: 1920 x 1080 at 1080, 386
Size: 527 x 296 mm²
Primary: False
Refresh rate: 60.0 Hz
Subpixel layout: unknown
Monitor: 2 - HPN DP-4
Geometry: 1080 x 1920 at 0, 0
Size: 509 x 286 mm²
Primary: False
Refresh rate: 60.0 Hz
Subpixel layout: unknown
Monitor: 3 - HPN HDMI-0
Geometry: 1920 x 1080 at 4920, 386
Size: 527 x 296 mm²
Primary: False
Refresh rate: 60.0 Hz
Subpixel layout: unknown
The text was updated successfully, but these errors were encountered:
rogier-stegeman
changed the title
(command &) no executed until shell closed(command &) not executed until shell closed
Jan 19, 2024
rogier-stegeman
changed the title
(command &) not executed until shell closed(command &) from .zshrc not executed until shell closed
Jan 19, 2024
Describe the bug
My .zshrc contains lines that call python scripts:
(The bug also happens with something simple like
(command notify-send foo &)
)These run perfectly fine in Konsole and Kitty. But from Guake shells they are not executed until the shell is closed, or I open another tab. The rest of the .zshrc executes fine.
For example:
Every time a shell is opened, or a condition is met, command X should run. Instead:
Expected behavior
As soon as my lines are reached in .zshrc, or when they are trigged, for them to be executed.
Actual behavior
command
not being executed until the shell is closed.To Reproduce
Add
(command notify-send foo &)
to.zshrc
$ guake --support
Guake Version: 3.10
Vte Version: 0.74.0
Vte Runtime Version: 0.74.0
GTK+ Version: 3.24.38
GDK Backend: <GdkX11.X11Display
Desktop Session: ubuntu
Display: :1
RGBA visual: True
Composited: True
The text was updated successfully, but these errors were encountered: