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

How to use this on Linux Manjaro? #13

Open
mcmxcdev opened this issue Dec 3, 2022 · 4 comments
Open

How to use this on Linux Manjaro? #13

mcmxcdev opened this issue Dec 3, 2022 · 4 comments

Comments

@mcmxcdev
Copy link

mcmxcdev commented Dec 3, 2022

Description

Icon is basically invisible and only shows when hovering over it.
Only option when clicking it is "Quit".
Launching GitBar from applications leads to multiple icons in the topbar.

And most importantly, how do I even login with my account to see anything? 😆

Screenshot from 2022-12-03 14-20-15

Specs

Linux Manjaro
GNOME 43.1 with X11

@mikaelkristiansson
Copy link
Collaborator

Hi and thanks for trying the app out! 😊
I have only used it on Mac so far so 0 testing on Linux. I can take a look and see if I can find what might be the problem.

The login should appear if you left click on the icon while right click the only option is to quit.

@mcmxcdev
Copy link
Author

mcmxcdev commented Dec 6, 2022

Both left, and right click just give me an option to "Quit", so currently I have no way of using Gitbar :/

@mikaelkristiansson
Copy link
Collaborator

@mcmxcdev
Ok, I think I've found what is causing this:
https://tauri.app/v1/api/config/#systemtrayconfig

iconAsTemplate | boolean | false | A Boolean value that determines whether the image represents a template image on macOS.

This is why the icon does not show, since Im using a black icon and it doesnt seem to convert it to white in linux. Im updating the icon to fix this.

Second is linux does not suppor the left click event in system tray, so I will add a fix for this as well so you can right click.
Would you maybe be up for testing it out once done?

@mcmxcdev
Copy link
Author

mcmxcdev commented Dec 6, 2022

Great that you found out what's the issue.

Sure I can test it then ;)

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

2 participants