-
Notifications
You must be signed in to change notification settings - Fork 13
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
Change the way we retrieve the apps #12
Comments
Hi! I am not sure if it is the same or a different issue. [EDIT] I tested the version from flatpak and that one indeed doesn't show flatpak apps. |
Hi, could you run workspaces from the command line so we can see which
command is launching? Is that elementary 6?
Il ven 18 dic 2020, 12:37 Tomasz Kowal <[email protected]> ha
scritto:
… Hi! I am not sure if it is the same or a different issue.
I tried the app today and I was able to choose Slack from flatpak. But
unfortunately, I wasn't able to run it.
[image: Opening FlatPack applications]
<https://user-images.githubusercontent.com/907415/102610568-b91dbe00-412d-11eb-9cd4-53fa7b41179e.gif>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABQ47Y364T7NNPEWAGA4P3SVM5HRANCNFSM4QKJ6N6A>
.
|
Hey! Thanks for your quick response! I uninstalled Flatpak version and installed AppCenter version back. I run workspaces with As an experiment I've set
When I hit If there is a way to provide you with more helpful logs or enable verbose mode, I am happy to help :) |
Thanks for your help. Could you run with `G_MESSAGES_DEBUG=all
com.github.devalien.workspaces` this should show the logs. Sorry for not
specifying that.
Il dom 20 dic 2020, 19:54 Tomasz Kowal <[email protected]> ha
scritto:
… Hey! Thanks for your quick response!
I am on 5.1.7
[image: Screenshot from 2020-12-20 19-45-57]
<https://user-images.githubusercontent.com/907415/102721597-15ced380-42fc-11eb-97e1-d1bc54356ad8.png>
I uninstalled Flatpak version and installed AppCenter version back.
I run workspaces with /usr/bin/com.github.devalien.workspaces and there
is zero output when I click the workspace name. It just finishes the
program and gets back to the command line.
As an experiment I've set Run in terminal and then when I click test it
opens a new tab and prints:
error: No command specified
See '/usr/bin/flatpak --help'
When I hit ESC to leave preferences I also see: (com.github.devalien.workspaces:7438):
GLib-GObject-CRITICAL **: 19:52:37.614: g_object_ref: assertion
'G_IS_OBJECT (object)' failed
If there is a way to provide you with more helpful logs or enable verbose
mode, I am happy to help :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABQ47YVIJYLEBO76GU6LADSVZB5ZANCNFSM4QKJ6N6A>
.
|
No need to apologize :) Happy to help :) BTW, If that env variable is the standard way of getting info for bug reports, I'd encourage to add it to issue template alongside the system information. Here is the log.
The program prints the first 5 lines after the start and only the last one when clicking the workspace name. The same line prints when I hit the Looks like for flatpack it doesn't provide which program it wants to actually run. That would explain why only flatpack programs don't work. |
Ok I found the issue, I just have to find a better way to execute those apps! |
same here: workarround is to start it by commandline. |
We can try to retrieve the apps the same way the application switchboard plug does it.
https://github.com/elementary/switchboard-plug-applications/blob/dc3b3acdbf19017f3e9a6890552f14cd6298ab90/src/Startup/Utils.vala Which is probably better and would show the flatpak apps as well?
The text was updated successfully, but these errors were encountered: