Skip to content
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

loses ability to change directoy when changing tab for script #2198

Closed
userx-bw opened this issue Jun 18, 2019 · 4 comments
Closed

loses ability to change directoy when changing tab for script #2198

userx-bw opened this issue Jun 18, 2019 · 4 comments
Labels
can't reproduce A developer couldn't reproduce the issue vte Issues relating to the builtin terminal emulator (VTE)

Comments

@userx-bw
Copy link

this is on
arcolinux-v19.06.1.iso geany ver 1.35
arcolinux-v19.05.2.iso geany 1.34
Geany comes installed on this distro, the feature to change dir in the terminal with scripts path gets screwed up when I update the system after a fresh install of the distro. I've removed there repo version and installed geany from source both versions of geany mentioned and still get the same error whenever I change the tab to have it change to the dir the script is in in the terminal, I get this error .

[userx@archomeo SDCard]$ /home/userxcd 
bash: /home/userxcd: No such file or directory

I have no idea where the code is that preforms the steps to call for a directory change to even look at it to see why it is doing this.
if I change my shell in geany to zsh it works, but bash does not work. I still get that error where the path and the command have been switch around and a space removed making it all one word.

@elextr
Copy link
Member

elextr commented Jun 18, 2019

Weird, its hard to see what it would be in Geany since zsh works and its the same code in Geany that sends the cd here.

I presume bash works in a normal terminal?

@elextr elextr added the can't reproduce A developer couldn't reproduce the issue label Jun 18, 2019
@codebrainz
Copy link
Member

Just a guess, but what's send_cmd_prefix in the [VTE] section of ~/.config/geany.conf set to? If it was set to /home/userx, the above results would be expected I guess.

@codebrainz codebrainz added the vte Issues relating to the builtin terminal emulator (VTE) label Jun 18, 2019
@userx-bw
Copy link
Author

userx-bw commented Jun 19, 2019

yeah to everybody after another fresh reinstall of arcoLinux I held back the vte-common and vte3 updates

vte-common 0.56.2-1 -> 0.56.3-1
vte3 0.56.2-1 -> 0.56.3-1

I am not really sure which one it would be causing this, I did this like five minute ago, and, I was going to wait to get back to this until I had a few updates but, seeing I got a email on it, So far it is still working, so yeah I'd say it is vte and this can be closed because I'd say it is an outside interference that is causing this issue.

@elextr
Copy link
Member

elextr commented Jun 19, 2019

Thanks for reporting back.

@elextr elextr closed this as completed Jun 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
can't reproduce A developer couldn't reproduce the issue vte Issues relating to the builtin terminal emulator (VTE)
Projects
None yet
Development

No branches or pull requests

3 participants