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

Failed to find a layout named [NO LAYOUT]. #30

Open
Volker-Weissmann opened this issue Nov 9, 2019 · 2 comments
Open

Failed to find a layout named [NO LAYOUT]. #30

Volker-Weissmann opened this issue Nov 9, 2019 · 2 comments

Comments

@Volker-Weissmann
Copy link

I installed qjoypad on my Ubuntu 19.04 machine, with the commands:

sudo apt install libqt5x11extras5-dev libudev-dev libxtst-dev
git clone https://github.com/panzi/qjoypad
mkdir qjoypad/build
cd qjoypad/build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
make -j`nproc`
sudo make install

If I execute "/usr/bin/qjoypad ", the following window pops up:
Screenshot from 2019-11-09 16-22-38

@aselus-hub
Copy link

👍 having the exact same problem in 19.10

@OlivierFRDierick
Copy link

Hello,

Issue still present with qjoypad 4.3, from Debian 12 repository.

I run 'qjoypad "MyGame" &' before running my game to use the profile for that game, and 'qjoypad "[NO LAYOUT]" &' when I'm done, to set the default profile back. Of course, all that is in a script, as I have many games and I want to automate all that preliminary stuff.

When I run the script from a gnome-terminal, I get the reported error dialog, but if I run the script from a .desktop menu entry, I don't get it. I wonder if that's linked to the presence of an interactive terminal (.desktop commands run in a non-interactive terminal).

Anyway, this workaround works for me: Create an empty file named "[NO LAYOUT].lyt" in "~/.qjoypad3".
This will show [NO LAYOUT] twice in the tray icon list, but at least the error dialog doesn't show in any case.

Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants