You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried deleting the .desktop file for the extension, and I tried modifying it to hide the icon from the menus, but every time I wake my laptop from sleep, the .desktop file is recreated as new, and the icon is back in the menu. I even tried chowning the file to root and making it read-only for everyone, but it still gets overwritten. I guess that's the consequence of having the install script run on each enable() call.
Locally, I solved this by adding NoDisplay=true to the .desktop file template in the extension folder (until next update).
Can you please make having the desktop file optional? Or at least allow hiding it somehow?
The text was updated successfully, but these errors were encountered:
GNOME Shell version
45.0 (but also true for 44)
Session type
Wayland (
echo $WAYLAND_DISPLAY
output is non-empty)Special configuration
ddterm version
46 (GS45 fork, but true for 46 on GS44)
Linux distro
Arch Linux
ddterm settings dump
Description
I tried deleting the
.desktop
file for the extension, and I tried modifying it to hide the icon from the menus, but every time I wake my laptop from sleep, the.desktop
file is recreated as new, and the icon is back in the menu. I even tried chowning the file to root and making it read-only for everyone, but it still gets overwritten. I guess that's the consequence of having the install script run on eachenable()
call.Locally, I solved this by adding
NoDisplay=true
to the.desktop
file template in the extension folder (until next update).Can you please make having the desktop file optional? Or at least allow hiding it somehow?
The text was updated successfully, but these errors were encountered: