trogdoro / xiki

A shell console with GUI features
http://xiki.org
Other
3.76k stars 208 forks source link

Ctrl+O does not open a /etc folder (one of the first steps in tutorial) #168

Open pavlo-alkhimov opened 7 years ago

pavlo-alkhimov commented 7 years ago

When I press Ctrl+O on etc line, it says "No shell action is installed. Type ^S...". Here is the screencast: https://asciinema.org/a/2vppjk2bj9frrek45bu2iyzfy

Strasser-Pablo commented 6 years ago

I have the same problem.

trogdoro commented 6 years ago

Sorry for being so slow in responding. Do you have a ~/xiki/ls.xiki file? If so, what are its contents?

Strasser-Pablo commented 6 years ago

I don't have a ls.xiki file. $ ls bar.xiki bookmarks commands disk.xiki _error_getting_files.xiki examples.xiki git.xiki links.xiki memorize.xiki misc notes.xiki search_for_notes.xiki sessions sessions.xiki tutorial.xiki xsh.xiki

Strasser-Pablo commented 6 years ago

However I have a ls.rb in commands.

trogdoro commented 6 years ago

https://gist.github.com/trogdoro/b314daef946e51682439532597488f0f

Please put this in ~/xiki/ and tell me if that helps.

ghost commented 6 years ago

Same issue here. Installed on Arch Linux, using zsh. Adding that command file worked, but it's not there by default. Might consider editing the tutorial or adding that to the default set of command scripts.

Strasser-Pablo commented 6 years ago

Same for me. It now works. Thanks.

trogdoro commented 6 years ago

Awesome, thanks so much guys! Not sure why that file didn't transfer over during the install. After the XikiHub Kickstarter gains momentum, let's pair together and see we can figure out why.

Ps the Kickstarter just launched at - https://www.kickstarter.com/projects/xiki/xikihub-the-social-command-line

--Craig

On Mon, Sep 25, 2017 at 12:41 AM, Strasser-Pablo notifications@github.com wrote:

Same for me. It now works. Thanks.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/trogdoro/xiki/issues/168#issuecomment-331801574, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAsWy31nSTLBwxDqiyqX0pFTd7t15dAks5sl1kWgaJpZM4Ndhmq .

saikyun commented 6 years ago

Installed today and had the same problem on osx using the standard terminal. Your file fixed it though, so thanks for that! Sadly google hadn't indexed this yet, so it was a bit hard to find this fix. :p

thams commented 6 years ago

shouldn't this be committed back on the xiki master branch?

trogdoro commented 6 years ago

This problem is only happening for some people. So far no one has identified a code fix, for the times when the problem does occur. If you've got one, it would be super awesome if you would contribute it!

--Craig

On Fri, Oct 13, 2017 at 10:29 AM Kurt Thams notifications@github.com wrote:

shouldn't this be committed back on the xiki master branch?

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/trogdoro/xiki/issues/168#issuecomment-336516755, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAsW1i2Yg1iQS8rF68IgW4URIKdDKQuks5sr53fgaJpZM4Ndhmq .

thams commented 6 years ago

so here's something strange...

I'm pretty sure this worked originally for me. So, possibly this file got removed after the fact. Is that a clue?

thams commented 6 years ago

Would it be worth adding something that checks for the file presence afterwards and barks if it isn't there? That might reveal whether the file is not getting copied vs. getting removed

skjorrface commented 6 years ago

I just tried to add ls.xiki to ~/xiki/, the only thing that changes is that it will try to edit a file with the same name of the directory like this:

schermata 2017-10-18 13 56 59

If I type "ls /" outside xsh and then it correctly opens / though, the strange behaviour happens only inside xsh. I'm using zsh and tmux + Ubuntu 17.10. Any hint?

scottdky commented 6 years ago

I am having the same problem as skjorrface. I created the ls.xiki file as instructed, and when trying to open the /etc dir as in the tutorial. I get the same new file being edited.

molen89 commented 6 years ago

Running Ubuntu 17.10 with bash. Having the same problem, and when i use the file your linking it simply tries to edit it. and if i use "xsh ls/" its show alright but i cant open folders or retrieve the cd part when i quit.

Shadoukun commented 6 years ago

Also having this problem on Arch.

I also use zsh + tmux.

jmwatte commented 6 years ago

Also having this problem on Antergos. No shell action installed. put the ls.xiki file in /.xiki still... no shell action installed.

ChaseCrum commented 6 years ago

I read a tweet from the Linux Foundation about this program, and I have been glued to it ever since. There's no native package for it in SUSE repos, but I think I can fix that . I'm having the same problem these guys are having, and once I inserted the file here, ls didn't work anymore. So I'm trying to get an editor to open files with, and that isn't doing it. -Chase

mbusch-regis commented 6 years ago

Followed the directions, put ls.xiki in my ~/xiki directory. now doing an ls simply opens and prints the ls.xiki file...

wjvander commented 6 years ago

Yup, same problem. Fresh default install on linux mint, add ls.xiki file as instructed, still getting the same "no action" message (following the tutorial)

mwesterhof commented 6 years ago

confirmed on ubuntu 16.04 as well. after adding the file, it still doesn't work

daniel-portillo commented 6 years ago

Adding that file worked for me. Latest version of high sierra installed (10.13.5)