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

No indicator displayed #259

Open
finitelife opened this issue Apr 24, 2023 · 6 comments
Open

No indicator displayed #259

finitelife opened this issue Apr 24, 2023 · 6 comments
Labels
bug Something isn't working question Further information is requested

Comments

@finitelife
Copy link

Xubuntu 22.10
Lofi v2.0.0

worked in v1.6

@stamoun
Copy link
Collaborator

stamoun commented Apr 24, 2023

What do you mean by Indicator? The loading spinner upon launch?

@stamoun stamoun added bug Something isn't working question Further information is requested labels Apr 24, 2023
@finitelife
Copy link
Author

in the status bar/indicator area of the panel. while the program is running. not referring to the "display in taskbar" option

@stamoun
Copy link
Collaborator

stamoun commented May 4, 2023

I'll have to investigate on my Linux distro (it's Ubuntu), if you have a screenshot that could help, I'd appreciate that 🙏

@finitelife
Copy link
Author

screenshot

Note I have some indicators displayed multiple times- I am using multiple similar indicator plugins to test each:

plugins

@finitelife
Copy link
Author

finitelife commented May 8, 2023

note: all issues opened by me are using a self compiled version like so:

hash yarn 2>/dev/null || sudo apt install yarn #install yarn
git clone https://github.com/dvx/lofi.git
cd lofi ||:
yarn install
NODE_OPTIONS=--openssl-legacy-provider yarn run dist
sudo rm -rf /opt/lofi
sudo mkdir /opt/lofi
sudo cp -r dist/linux-unpacked/* /opt/lofi/ # install lofi
sudo cp icon*png /opt/lofi/ # move icons to install dir
# create desktop/start menu icon
rm -rf lofi.desktop
touch lofi.desktop
sudo desktop-file-install --set-name="LoFi" --set-generic-name="a tiny Spotify player" \
 --remove-key=X-Desktop-File-Install-Version --add-category=Application -m 644 --delete-original \
 --set-icon="/opt/lofi/icon.png" --set-key=Type --set-value=Application --set-key=Exec \
 --set-value="/opt/lofi/lofi --disable-gpu-sandbox" \
 --set-key=Version --set-value=1.0 --set-key=Terminal --set-value=false \
 --set-comment="a tiny Spotify player" lofi.desktop
cd .. ||: # back out
rm -rf lofi* # clean up our dev env

@stamoun
Copy link
Collaborator

stamoun commented May 8, 2023

Ok, figured indicator was akin to Windows' system tray or Mac's Menu bar. Not sure how that would work in Linux, feels like this could be an Electron issue though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants