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

[BUG] Running Waydroid adds NoDisplay=true to the desktop file. #1407

Closed
siddhpant opened this issue May 14, 2024 · 4 comments
Closed

[BUG] Running Waydroid adds NoDisplay=true to the desktop file. #1407

siddhpant opened this issue May 14, 2024 · 4 comments

Comments

@siddhpant
Copy link

Describe the bug

I was unable to find Waydroid in search (GNOME). After some time saw ~/.local/share/applications/Waydroid.desktop has NoDisplay=true.

I removed it and the icon/launcher showed up. But after the run again it disappeared because NoDisplay=true was again set. Also tried NoDisplay=false to no avail.

Waydroid version

1.4.2

Device

Linux Desktop

Operating System

Debian Testung

Kernel version

6.7.12-amd64

Desktop Environment

GNOME Shell 44.9

GPU

Not applicable

Logs

grep Waydroid.desktop /var/lib/waydroid/*.* has no results.

@cniw
Copy link
Contributor

cniw commented May 15, 2024

Remove that line then lock the file

 sed -i '/NoDisplay/d' ~/.local/share/applications/Waydroid.desktop
 sudo chmod -w ~/.local/share/applications/Waydroid.desktop

@siddhpant
Copy link
Author

siddhpant commented May 17, 2024

Thanks for the idea (which obviously works!), though still, this should not happen in the first place.

@aleasto
Copy link
Member

aleasto commented May 22, 2024

If you enable multi-windows mode you're not supposed to launch the full android UI anymore, so we hide its launcher.
You should just launch the android application you want from the GNOME applications menu.

@siddhpant
Copy link
Author

If you enable multi-windows mode you're not supposed to launch the full android UI anymore, so we hide its launcher. You should just launch the android application you want from the GNOME applications menu.

Thanks! I can confirm waydroid prop get persist.waydroid.multi_windows was set to true.

For anyone stumbling here: Run waydroid prop set persist.waydroid.multi_windows false.

In my case, I had hid the applications from the launcher since the default apps (like calculator) were popping up.

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