losuler / com.cisco.PacketTracer

A Flatpak manifest for Cisco's Packet Tracer.
MIT License
43 stars 6 forks source link

Fedora 35 - This application failed to start because no Qt platform plugin could be initialized #10

Closed dmitry-mightydevops closed 2 years ago

dmitry-mightydevops commented 2 years ago

Unable to run the app in Fedora 35

➜ make install
....
➜ /home/dmitry/Downloads/PacketTracer/com.cisco.PacketTracer/build/files/pt/bin/PacketTracer
Fatal: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: linuxfb, xcb.

[1]    45855 IOT instruction (core dumped)
losuler commented 2 years ago

The binary you're attempting to start Packet Tracer from is a build artifact from building the Flatpak.

Flatpak's, once installed (as make install does), create a desktop entry. Therefore you can start Packet Tracer by looking in your start/applications menu or alternatively you can run:

flatpak run com.cisco.PacketTracer
dmitry-mightydevops commented 2 years ago

thank you!