urubatan / open_terms

A simple utility to open many terminals for a Rails, Node, Pyton or any other project
MIT License
2 stars 0 forks source link

Wrong project_dir variable #1

Closed macedo closed 12 years ago

macedo commented 12 years ago

For some reason the xdotool are removing the '/' from the project_dir variable. i'm using ubuntu 11.04.

urubatan commented 12 years ago

Rafael, can you see the exact command that is being executed? is some error being shown? what slash is being removed? the first? the last? all?

Do you have a code snippet to help me reproducing this defect?

Thanks

macedo commented 12 years ago

In my case all slash were been removed. I can circumvent it using --delay option from xdotool but this way the script runs slow.

urubatan commented 12 years ago

what terminal is being used? I tested on a Gnome Terminal, ubuntu 11.10

On Tue, Jan 10, 2012 at 11:08 AM, Rafael Macedo < reply@reply.github.com

wrote:

In my case all slash were been removed. I can circumvent it using --delay option from xdotool but this way the script runs slow.


Reply to this email directly or view it on GitHub: https://github.com/urubatan/open_terms/issues/1#issuecomment-3429457

Rodrigo Urubatan Ferreira Jardim Architect, Developer and Technical Writer rodrigo@urubatan.com.br Visite meu blog: http://www.urubatan.com.br

Melhor livro de RoR do Brasil: http://livro.urubatan.com.br

macedo commented 12 years ago

I'm using Ubuntu 11.04 and GNOME Terminal 2.32.1

urubatan commented 12 years ago

can you attach a snippet of code showing how are you using the gem? I tested here on a VM with ubuntu 11.04 and it worked fine.

On Tue, Jan 10, 2012 at 11:12 AM, Rafael Macedo < reply@reply.github.com

wrote:

I'm using Ubuntu 11.04 and GNOME Terminal 2.32.1


Reply to this email directly or view it on GitHub: https://github.com/urubatan/open_terms/issues/1#issuecomment-3429505

Rodrigo Urubatan Ferreira Jardim Architect, Developer and Technical Writer rodrigo@urubatan.com.br Visite meu blog: http://www.urubatan.com.br

Melhor livro de RoR do Brasil: http://livro.urubatan.com.br

macedo commented 12 years ago

i just add the gem into Gemfile and run rake command!

urubatan commented 12 years ago

In a Rails 3 project? I tested the rake task only in Rails 3.1

On Wed, Jan 11, 2012 at 8:44 AM, Rafael Macedo < reply@reply.github.com

wrote:

i just add the gem into Gemfile and run rake command!


Reply to this email directly or view it on GitHub: https://github.com/urubatan/open_terms/issues/1#issuecomment-3444762

Rodrigo Urubatan Ferreira Jardim Architect, Developer and Technical Writer rodrigo@urubatan.com.br Visite meu blog: http://www.urubatan.com.br

Melhor livro de RoR do Brasil: http://livro.urubatan.com.br

macedo commented 12 years ago

yes.. i'm using rails 3.1 and rake 0.9.2..

i'm beggining to think that this error maybe must be a machine limitation