-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
the once subcommand shows strange behaviour #44
Comments
And having a closer look at that, it looks like According to the |
I am unable to reproduce this issue from my end, can you confirm the script installed correctly and where all the files are installed? |
+ ~ ❯ bsp-layout version
but ~ ❯ pacman -Q | grep bsp-layout
bsp-layout 0.0.10-1 + the files: ~ ❯ tree $(find bsp-layout /usr/)
/usr/local/lib/bsp-layout
├── layouts
│ ├── even.sh
│ ├── grid.sh
│ ├── rgrid.sh
│ ├── rtall.sh
│ ├── rwide.sh
│ ├── tall.sh
│ └── wide.sh
├── utils
│ ├── common.sh
│ ├── config.sh
│ ├── desktop.sh
│ ├── layout.sh
│ └── state.sh
└── layout.sh
/usr/lib/bsp-layout
├── layouts
│ ├── even.sh
│ ├── grid.sh
│ ├── rgrid.sh
│ ├── rtall.sh
│ ├── rwide.sh
│ ├── tall.sh
│ └── wide.sh
├── utils
│ ├── common.sh
│ ├── config.sh
│ ├── desktop.sh
│ ├── layout.sh
│ └── state.sh
└── layout.sh
/usr/local/bin/bsp-layout -> /usr/local/lib/bsp-layout/layout.sh
/usr/bin/bsp-layout -> /usr/lib/bsp-layout/layout.sh
/usr/share/man/man1/bsp-layout.1
/usr/local/man/man1/bsp-layout.1 |
@a2n-s let me know if #50 fixes this |
still testing the features of the script to understanding it better (@phenax note that my goal is not to open issues really, but to be able to solve the other ones and to tackle the PR reviews 😉)
bsp-layout once
appears to work quite well on the current desktop, but i get the following when trying to changeonce
the layout on another desktop:~ ❯ bsp-layout once monocle 2 grep: 2$: No such file or directory bash: Layout [/usr/local/lib/bsp-layout/layouts/monocle.sh] does not exist: No such file or directory bash: Layout [/usr/local/lib/bsp-layout/layouts/monocle.sh] does not exist: No such file or directory bash: Layout [/usr/local/lib/bsp-layout/layouts/monocle.sh] does not exist: No such file or directory
which looks suspiciously close to the following real error, as the layout does not exist
~ ❯ bsp-layout once djalwkd 2 grep: 2$: No such file or directory bash: Layout [/usr/local/lib/bsp-layout/layouts/djalwkd.sh] does not exist: No such file or directory bash: Layout [/usr/local/lib/bsp-layout/layouts/djalwkd.sh] does not exist: No such file or directory bash: Layout [/usr/local/lib/bsp-layout/layouts/djalwkd.sh] does not exist: No such file or directory
HOWEVER, even though it is true that
/usr/local/lib/bsp-layout/layouts/monocle.sh
does not exist,bsp-layout set monocle 2
does work fine 😋The text was updated successfully, but these errors were encountered: