Closed Georacer closed 6 years ago
I found another bug in file_browser today, sorry if I start looking pedantic. If navigating in a path containing a space, file opening behaviour is erratic.
file_browser
Steps to reproduce:
:~$ mkdir test\ folder :~$ cd test\ folder/ :~/test folder$ touch test_file.txt :~/test folder$ echo "example content" >> test_file.txt :~/test folder$ cat test_file.txt example content
gedit
Yeah, I noticed that as well while fixing the other stuff. I have a fix for this already, I'll push it soon.
Don't worry about opening too many issues, I appreciate the feedback.
Tested and working fine!
I found another bug in
file_browser
today, sorry if I start looking pedantic. If navigating in a path containing a space, file opening behaviour is erratic.Steps to reproduce:
gedit
to open files:gedit
opens two files and none of them is the correct one: