RunJS
RunJS copied to clipboard
ElementaryOS Wingpanel bug
No icon appears for the app in ElementaryOS (as per #92) for either the app within folder view or within the Plank dock (when opened). The app also seems to not have an option to keep in the dock (right-click shows no option to pin to the dock, and when dragged into the dock to force pinning, the app persists but cannot be opened).
Version: 1.9.0 OS: ElementaryOS 5.1 Hera (based on Ubuntu 18.04 LTS)
A couple of other minor points: the app is a little bit slow on Linux, and it'd also be great if the title bar and menu could match the colour of the theme - currently both the title and menu bar seem to be arbitrarily coloured - see screenshot.
P.S. Thanks for the brilliant little app. Used it previously on my Mac, and it's great. Massively happy to see a Linux version.
@ohepworthbell thanks for raising this. I'll investigate the points you've mentioned.
temp solution :
icon :
1- downloaded this icon from their website url : https://runjs.dev/static/icon.svg
2- then converted it to .png format
3- move the icon.png to the /opt/RunJS (don't know if this is FHS compliant)
4- alter the the new icon directory path in the generic .desktop file of at /usr/share/applications/runjs.desktop
or
create a " runjs.desktop " file at /home/usr/.local/share/applications
content :
[Desktop Entry] Encoding=UTF-8 Version=1.12.2 Type=Application Name=runJS GenericName=javascript playground Icon=/home/usr/.local/share/runjs/icon.png Exec=/usr/bin/runjs Categories=Development;
@ohepworthbell are you still seeing this issue?
Unfortunately I am no longer using ElementaryOS so cannot confirm if the issue still exists
Gonna close this as the issue is likely upstream if it still exists.