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
evilvte --name title -e something -a -b -c de behaves like evilvte --name title -e something. It seems that anything after the first space is ignored such that evilvte --name title -e "something -a -b -c de" is seen as evilvte --name title -e "something. Is this just me? (Everything works fine for the -T/-title flag however).
The text was updated successfully, but these errors were encountered:
yousefamar
changed the title
-e flag ignores options
-e flag ignores options when the --name flag is present
Jun 30, 2014
yousefamar
changed the title
-e flag ignores options when the --name flag is present
-e flag ignores options when the --name or --class flag is present
Jun 30, 2014
Both --name / --class are parsed by GTK+.
That is, those two options are added automatically by GTK+.
I think this is an GTK+ bug/feature.
I will check if I can to something for it.
evilvte --name title -e something -a -b -c de
behaves likeevilvte --name title -e something
. It seems that anything after the first space is ignored such thatevilvte --name title -e "something -a -b -c de"
is seen asevilvte --name title -e "something
. Is this just me? (Everything works fine for the -T/-title flag however).The text was updated successfully, but these errors were encountered: