-
Notifications
You must be signed in to change notification settings - Fork 27
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 relaunch Nuvola-app or launch second Nuvola-App #378
Comments
Hello @laramy2020. Thank for reporting this issue. Does it still affect Nuvola 4.8? If so, could you provide me with debug logs (
Off topic but you pass |
The program still hangs I did not see that flag exactly. But I did a recursive grep of "ENABLE_MEDIA_SOURCE" in the source files (including the PKGBUILD) and i got returns of all ENABLE_MEDIA_SOURCE=ON So that was everywhere, just not in the build script. If the source requires DENABLE_MEDIA_SOURCE=ON for the build to be enabled i can add that to my PKGBUILD libs. Ok looks like things have changed from 2.16 to 2.18 i might have to make a modified webkitgtk build in the aur. |
I cannot see any sign of an error in the log. It shows that Google Play Music started and exited successfully, nothing more.
Check |
Looks like arch dose not enable MSE. Will be making that package now as well... I plan on making a new debug build tomorrow in a clean arch install. I will grab logs and videos. |
Attached are two more logs and the system it was tested on And a video of the 3 machine I have with this issue (all 3 have this issue) Video And the updated AUR PKGBUILD |
There obviously is an issue with a socket connection from the youtube subprocess to the master process. A relevant code in Diorite might be:
|
Issue: tiliado/nuvolaplayer#378 Signed-off-by: Jiří Janoušek <[email protected]>
@laramy2020, Diorite master now produces three unique error messages instead of "Failed to connect to socket". Could you post new debugging output once this changeset reaches your builds (Diorite 4.9)? |
* New widget: Drtgtk.Entry - an enhanced version og Gtk.Entry. * Fixed parsing of RPC notifications. Issue: tiliado/nuvolaplayer#385 * New widget: Drtgtk.HeaderBarTitle - a custom title widget for Gtk.HeaderBar. * New utility function: System.cmdline_for_pid - Get command line of a process with given PID. * Better debugging: Distinguish between socket creation errors. Issue: tiliado/nuvolaplayer#378 * New namespace: Drt.Dbus - DBus introspection and service activation. * New utility method: Drt.Flatpak.check_desktop_portal_available - to check whether a proper XDG Desktop Portal DBus interface is present. * New functionality: Functions to get, set and look up GTK+ 3 themes - see Drtgtk.DesktopShell. * New widget: Drtgtk.GtkThemeSelector - a selector to list and change a GTK+ theme. Signed-off-by: Jiří Janoušek <[email protected]>
Nuvola 4.9 is out ;-) |
Awesome. will do soon. Been a busy month, but my scripts seem to be working on making new pkgbuilds. |
Closing as expired because there has not been any response for a month. Feel free to add requested information to reopen this issue. |
System: Arch Linux 4.12.14-1 x86_64
DE: Gnome 3.24.3
nuvola --version:
Affects all nuvola-apps
How to reproduce.
Error dialog pops up saying:
This issue prevents 2 nuvola-apps from running at the same time as well.
To kill the service I run
pkill -f nuvola
Forgot to mention. These are compiled builds. Using update PKGBUILDS found in the aur
AUR
And
GitHub
The text was updated successfully, but these errors were encountered: