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

qnapi does not start properly in Gnome shell #121

Open
whysoserious opened this issue Jun 15, 2017 · 4 comments
Open

qnapi does not start properly in Gnome shell #121

whysoserious opened this issue Jun 15, 2017 · 4 comments

Comments

@whysoserious
Copy link

Steps to reproduce:

  1. Install qnapi 0.2.3-1
  2. Run qnapi.
  3. Observe that tray icon and main window are nowhere to be found.

Software versions:

  • OS: Ubuntu 16.04.2 LTS
  • Gnome: GNOME Shell 3.18.5

Remarks:

Is there any configuration option to display main window on startup?

Pozdrawiam kolegę ze Scalaca ;)

@krzemin
Copy link
Member

krzemin commented Jun 16, 2017

Hey!

Source of the problem is that Qt wrongly reports availability of system tray on some desktop environments. What Qt version do you have? Usually upgrading Qt to newer one helped in case of Unity.

Currently there is no main window in the application. There was some partial work done on branch aiming to provide it, but was neither finished nor merged yet.

Alternatively, you may want to run the application with paths to movie files passed as the argument - it will start downloading in GUI mode.

Pozdrawiam również :)

@whysoserious
Copy link
Author

Source of the problem is that Qt wrongly reports availability of system tray on some desktop environments. What Qt version do you have? Usually upgrading Qt to newer one helped in case of Unity.

This one:

$ dpkg -s libqtcore4
Package: libqtcore4
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 4973
Maintainer: Ubuntu Developers <[email protected]>
Architecture: amd64
Multi-Arch: same
Source: qt4-x11
Version: 4:4.8.7+dfsg-5ubuntu2
Depends: qtcore4-l10n, libc6 (>= 2.15), libgcc1 (>= 1:3.0), libglib2.0-0 (>= 2.22.0), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4)
Suggests: libicu55, libthai0
Conffiles:
 /etc/xdg/Trolltech.conf c577e8340ca5ff8267dd3666f46171a5
Description: Qt 4 core module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 The QtCore module contains core non-GUI functionality.
Homepage: http://qt-project.org/
Original-Maintainer: Debian/Kubuntu Qt/KDE Maintainers <[email protected]>

Should I upgrade?

Alternatively, you may want to run the application with paths to movie files passed as the argument - it will start downloading in GUI mode.

Yes, I already did that. Actually I prefer cmd line to gui. If only I could pass language code via command line params .. :)

@krzemin
Copy link
Member

krzemin commented Jun 20, 2017

Since 0.1.7 application is Qt5-only, so upgrading Qt4 won't help in this case. However if you upgrade corresponding Qt5 library, it might work. You may also want to try to run AppImage which is shipped with Qt 5.8.

Actually I prefer cmd line to gui. If only I could pass language code via command line params

You can do this by using switch -l and then passing language code on the command line :)

@rofrol
Copy link

rofrol commented Nov 20, 2019

This could be close. Works in Ubuntu 19.10 and qnapi installed from eoan/universe.

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

3 participants