-
Notifications
You must be signed in to change notification settings - Fork 2
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
Tilde (~) not interpreted when given as an argument to command #6
Comments
Oh, maybe it is worth mentioning: action for Geany....
...opens empty file at current/working directory with the |
And... running rofi-blezz via keybinding (by sxhkd) opens file at location: So, no work-around by |
try
as command? |
Things get complicated. The command you have suggested does not work with Zenity:
but opening Geany this way surprisingly works:
|
Some workaround is to use bash -c 'zenity --text-info --filename="$HOME/foobar.txt"' |
Consider following blezz content action:
Executing this action with
rofi-blezz
gives an error of... Zenity:However, running the same command (
zenity --text-info --filename=~/foobar.txt
) on terminal works well.Zenity is just an example, tried also with Geany and then realized that this is rather connected with
rofi-blezz
.Note: original blezz behaves the same.
The text was updated successfully, but these errors were encountered: