-
Notifications
You must be signed in to change notification settings - Fork 3
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
Can't get the program to work. #20
Comments
Hi @johanhelmuth, thank you for the feedback. Sorry that you experience this issue.
That would help me a lot to find the cause of the issue. Thanks again for the report! |
Hey @aikikode, I just went through the steps of which you asked. I made sure that there was no instance of indicator-fileshare running. I then in the terminal typed in (non-root):
Nothing happens after I try to start the applet from the terminal, nothing pops up nothing happens. It gets "stuck", pretty much. Prior to starting it I checked So yeah, nothing happens really. Also, I'm happy to help! I'm stoked that you have created something similar to ShareX on Linux, can't wait to use it! :) |
Well, no output is also a symptom :) Could you check then if there's a file
That's where the app writes its log. If it exists, could you paste its contents here, please? |
Here you go! I get the same output as root and non-root. |
Hi @johanhelmuth, so I installed Juno and investigated the issue. I was able to reproduce the same behaviour you described. Elementary OS uses GTK-based Pantheon desktop environment. But it uses custom widget bar at the top of the screen (where fileshare should normally appear in other OS) called The issue is that it doesn't allow pygtk apps (such as Long story short there's no easy fix for this in Elementary OS now. I'm going to mark this issue as |
@aikikode I see! Thanks for investigating it, really appreciate it. I will wait patiently then! |
OS: Elementary OS 5.0 Juno (based on Ubuntu 18.04)
I have Python2 and Python3 installed.
Not sure if this is a keybind issue or not, but I installed "indicator-fileshare-0.6.0.deb" using
apt-get install
, it installed without any issues.Problem is that nothing happens when I try to start the Fileshare Applet, no indicator that it has started or anything. I also checked if python3 could import Keybinder properly from gi.repository - it couldn't.
But yeah, nothing happens when I click the applet, and P isn't responding, obviously.
The text was updated successfully, but these errors were encountered: