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 icon on GNOME Shell with AppIndicators extension installed #6

Open
logix2 opened this issue Sep 23, 2020 · 10 comments
Open

No icon on GNOME Shell with AppIndicators extension installed #6

logix2 opened this issue Sep 23, 2020 · 10 comments

Comments

@logix2
Copy link

logix2 commented Sep 23, 2020

I'm trying to use your BlueProximity fork on Ubuntu 20.04 with GNOME Shell (which has the AppIndicator / KStatusNotifier extension installed), but the GUI only runs the first time. Subsequent runs don't show the BlueProximity GUI and since there's also no tray icon showing up, it can't be used properly.

@tiktaalik-dev
Copy link
Owner

Hi logix2,

Thanks for reaching out.
Could you start the program from a terminal, please? That way you may see some error messages.
Try opening a terminal in the directory where you copied Blueproximity and then type this command:
python3 proximity.py
Let me know what you find, please.

Cheers

@RDiSa
Copy link

RDiSa commented Jan 4, 2021

Hi tiktaalik-dev,

I have the same configuration and the same problem (no gui icon) of logix2.
Launching directly python3 proximity.py showed a missing module, installed with sudo apt-get install python3-bluez, but the problem persists:

  • no icon,
  • no way to change parameters (except deleting standard.conf and relaunch python3 proximity.py

Thanks, R.

@tiktaalik-dev
Copy link
Owner

Hi @RDiSa,

Thanks for reaching out! Are you also using GNOME Shell? Sorry for the inconvenience, it's just that I don't use that myself so I didn't test it in that environment.

I'll do some research about it as soon as I can and comment again here when I fix it.

Have an excellent week ahead!

Cheers,
Rigo.

@tiktaalik-dev tiktaalik-dev reopened this Jan 5, 2021
@RDiSa
Copy link

RDiSa commented Jan 5, 2021

Hi @tiktaalik-dev,

Yes, I'm using Gnome Shell and I've tested both X11 and Wayland. I have launched the 'normal' Gnome DE too, but in all the tests I can't see any icon relative to blueproximity.

The only thing I see is the Bluetooth indicator that appears every second (more or less) that indicates the Bluetooth connection with the phone. Nothing else...

Is there any possibility to raise a 'debug level' in the code? I've searched the code but I'm not so skilled... I was hoping for something that gives me a feedback on the strength of the signal received.

Thank you for your work!
R.

@tiktaalik-dev
Copy link
Owner

tiktaalik-dev commented Jan 22, 2021

Hey @RDiSa,

I'm beginning to research the problem, and from what I've found the problem is that the designers of GNOME simply decided that they don't like status icons so they removed support for them in their shell. They seem to have not realised that some status icons allow to have an application running in the background and then to display its window when needed, which is the case with Blueproximity.
But I found that there's an extension for Gnome that supposedly adds support for status icons again. Could you try it and let me know how it works for you? Find it here:

https://extensions.gnome.org/extension/615/appindicator-support/

This might help for now while I find a more native solution. Please let me know if it works!

Cheers,
Rigo.

@RDiSa
Copy link

RDiSa commented Jan 23, 2021 via email

@tiktaalik-dev
Copy link
Owner

Hey @RDiSa,
I've found another Gnome extension that apparently places icons in the top bar. Could you try it and report back on your results, please? Find it here:

https://extensions.gnome.org/extension/1031/topicons/

Thanks for your patience while I debug this annoyance! :-)

Cheers,
Rigo

@AlexGluck
Copy link

AlexGluck commented Jan 31, 2021

@RDiSa For fedora 33 with gnome 3.38 i use this extension and have same issue.

Creating new config directory '/home/alexgluck/.blueproximity'.
/home/alexgluck/files/git_repos/private/blueproximity/proximity.py:1441: DeprecationWarning: Passing in an options dictionary to ConfigObj() is deprecated. Use **options instead.
  config = ConfigObj(os.path.join(conf_dir, _('standard') + '.conf'),
Creating new configuration.
Using config file 'standard'.

(proximity.py:1223621): Gtk-WARNING **: 22:30:25.489: Theme file for win8 has no directories

@RDiSa
Copy link

RDiSa commented Feb 3, 2021 via email

@RDiSa
Copy link

RDiSa commented Feb 3, 2021 via email

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

4 participants