Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

MainWindow does not show up with Qt 5.10.1 #211

Closed
gspe opened this issue Feb 26, 2018 · 4 comments
Closed

MainWindow does not show up with Qt 5.10.1 #211

gspe opened this issue Feb 26, 2018 · 4 comments
Assignees
Labels
Milestone

Comments

@gspe
Copy link

gspe commented Feb 26, 2018

Description:

I'm trying to build a Void linux package, I can compile it just fine but when I run MellowPlayer nothing is displayed, the process run but I can't see the interface.
Should be something missing in the dependency

Log Files

MellowPlayer 
[W] [2018-02-26 23-05-12:479924] [qt] Icon theme "ubuntu-mono-dark" not found.
[W] [2018-02-26 23-05-12:480016] [qt] Icon theme "gnome" not found.
[I] [2018-02-26 23-05-12:490613] [main] MellowPlayer 3.3.4.0 - Built on Feb 26 2018 at 13:08:51 (GCC 7.3.0, 64 bit) with Qt 5.10.1
[I] [2018-02-26 23-05-12:490677] [main] Log directory: /home/gspe/.local/share/MellowPlayer/Logs/
[I] [2018-02-26 23-05-12:490702] [SingleInstance] lock file: /tmp/MellowPlayer.lock
[I] [2018-02-26 23-05-12:509887] [qt] translation successfully loaded:  "en_GB"
[I] [2018-02-26 23-05-12:510458] [Mpris] service started: org.mpris.MediaPlayer2.MellowPlayer
[I] [2018-02-26 23-05-12:510889] [Hotkeys] service started
[I] [2018-02-26 23-05-12:631140] [qt] removing cache directory:  "/home/gspe/.cache/MellowPlayer"
[I] [2018-02-26 23-05-12:631801] [StreamingServiceLoader] 8tracks streamingService successfully loaded (from "/usr/share/mellowplayer/plugins/8tracks")
[I] [2018-02-26 23-05-12:632175] [StreamingServiceLoader] Anghami streamingService successfully loaded (from "/usr/share/mellowplayer/plugins/anghami")
[I] [2018-02-26 23-05-12:632516] [StreamingServiceLoader] Bandcamp streamingService successfully loaded (from "/usr/share/mellowplayer/plugins/bandcamp")
[I] [2018-02-26 23-05-12:632843] [StreamingServiceLoader] Deezer streamingService successfully loaded (from "/usr/share/mellowplayer/plugins/deezer")
[I] [2018-02-26 23-05-12:633251] [StreamingServiceLoader] Google Play Music streamingService successfully loaded (from "/usr/share/mellowplayer/plugins/googleplaymusic")
[I] [2018-02-26 23-05-12:633601] [StreamingServiceLoader] HearThisAt streamingService successfully loaded (from "/usr/share/mellowplayer/plugins/hearthisat")
[I] [2018-02-26 23-05-12:633973] [StreamingServiceLoader] Jamendo streamingService successfully loaded (from "/usr/share/mellowplayer/plugins/jamendo")
[I] [2018-02-26 23-05-12:634368] [StreamingServiceLoader] Mixcloud streamingService successfully loaded (from "/usr/share/mellowplayer/plugins/mixcloud")
[I] [2018-02-26 23-05-12:634696] [StreamingServiceLoader] Player FM streamingService successfully loaded (from "/usr/share/mellowplayer/plugins/playerfm")
[I] [2018-02-26 23-05-12:635035] [StreamingServiceLoader] Plex streamingService successfully loaded (from "/usr/share/mellowplayer/plugins/plex")
[I] [2018-02-26 23-05-12:635377] [StreamingServiceLoader] Pocket Casts streamingService successfully loaded (from "/usr/share/mellowplayer/plugins/pocketcasts")
[I] [2018-02-26 23-05-12:635714] [StreamingServiceLoader] Radionomy streamingService successfully loaded (from "/usr/share/mellowplayer/plugins/radionomy")
[I] [2018-02-26 23-05-12:636061] [StreamingServiceLoader] Soundcloud streamingService successfully loaded (from "/usr/share/mellowplayer/plugins/soundcloud")
[I] [2018-02-26 23-05-12:636420] [StreamingServiceLoader] Spotify streamingService successfully loaded (from "/usr/share/mellowplayer/plugins/spotify")
[I] [2018-02-26 23-05-12:636757] [StreamingServiceLoader] Tidal streamingService successfully loaded (from "/usr/share/mellowplayer/plugins/tidal")
[I] [2018-02-26 23-05-12:637055] [StreamingServiceLoader] TuneIn streamingService successfully loaded (from "/usr/share/mellowplayer/plugins/tunein")
[I] [2018-02-26 23-05-12:637366] [StreamingServiceLoader] Wynk streamingService successfully loaded (from "/usr/share/mellowplayer/plugins/wynk")
[I] [2018-02-26 23-05-12:637673] [StreamingServiceLoader] ympd streamingService successfully loaded (from "/usr/share/mellowplayer/plugins/ympd")
[I] [2018-02-26 23-05-12:637958] [StreamingServiceLoader] Youtube streamingService successfully loaded (from "/usr/share/mellowplayer/plugins/youtube")
[I] [2018-02-26 23-05-12:640290] [ListeningHistory] Cleaning history 
[W] [2018-02-26 23-05-13:770229] [qt] <Unknown File>: QML QQuickAnchors: Binding loop detected for property "rightMargin"
[I] [2018-02-26 23-05-13:978085] [Updater] Checking for update
[W] [2018-02-26 23-05-14:021640] [qt] Remote debugging server started successfully. Try pointing a Chromium-based browser to http://127.0.0.1:4242
[I] [2018-02-26 23-05-15:487069] [Updater] Current release is up to date...

Additional Information:

  • Version: 3.3.4
  • Operating System: Void Linux, kde plasma 5.12 qt 5.10
@ColinDuquesnoy
Copy link
Owner

ColinDuquesnoy commented Feb 27, 2018

Hmm that's weird, if there was a dependency missing I'd have expected to see it in the logs.

Can you post the log when you run the application with -l 0?

Are you trying the package in a virtual machine? I think I saw this behaviour once in a VM...

@ColinDuquesnoy ColinDuquesnoy changed the title Help to build Void Linux package MainWindow does not show up with Qt 5.10.1 (workaround: click on the tray icon) Feb 27, 2018
@ColinDuquesnoy ColinDuquesnoy changed the title MainWindow does not show up with Qt 5.10.1 (workaround: click on the tray icon) MainWindow does not show up with Qt 5.10.1 Feb 27, 2018
@ColinDuquesnoy ColinDuquesnoy self-assigned this Feb 27, 2018
@ColinDuquesnoy ColinDuquesnoy added this to the 3.3.5 milestone Feb 27, 2018
@ColinDuquesnoy
Copy link
Owner

ColinDuquesnoy commented Feb 27, 2018

I can reproduce the issue with Qt 5.10.1 but not with Qt 5.10.0 (which is still the default on openSUSE).

There is a workaround: double click on the system tray icon (or right click on the tray icon -> Restore Window).

I am looking into the issue. Thank you for reporting!

@ColinDuquesnoy
Copy link
Owner

ColinDuquesnoy commented Feb 27, 2018

Should be fixed. @gspe Please try again with latest commit on develop branch and let me know the results.

@gspe
Copy link
Author

gspe commented Feb 27, 2018

Hi, I've tried last develop commit and it works.
Thanks for the fast reply and the great app!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants