Skip to main content

Questions tagged [wxwidgets]

The tag has no usage guidance.

Filter by
Sorted by
Tagged with
1 vote
2 answers
399 views

Finding paths to both: wxWidgets_LIBRARIES and wxWidgets_INCLUDE_DIRS variable needed for C++ compilation

On Debian based OS, how could I figure out both wxWidgets_LIBRARIES and wxWidgets_INCLUDE_DIRS paths? Indeed, I'm actually facing such error with cmake when trying to compile a software: CMake Error ...
s.k's user avatar
  • 471
1 vote
1 answer
493 views

Unable to find '/include/wx/version.h'

I try to get zerobrane studio running. Unfortunately, I missing wxLua. Therefore, I did the following steps: sudo apt install libwxgtk3.0-dev cmake wget -c https://github.com/pkulchenko/wxlua/archive/...
user977828's user avatar
0 votes
0 answers
102 views

unable to run clownfish for skype

i installed clownfish from https://clownfish-translator.com/linux.html and i tried to install all libraries and after installation the application shows in menu but it's not working and after that i ...
Sheel's user avatar
  • 11
1 vote
0 answers
224 views

Fedora Widgets disappear on panel

I am running Fedora 30 with the following configuration: OS: Fedora release 30 (Thirty) x86_64 Host: Latitude 5580 Kernel: 5.1.6-300.fc30.x86_64 Uptime: 23 mins Packages: 3468 (rpm) Shell: zsh 5.7.1 ...
Smilia's user avatar
  • 312
0 votes
1 answer
925 views

Fedora 24: how to get the wx-config script detected in openSUSE Build Service?

I have this spec file for building a CodeLite package and on Fedora 25 it builds fine. But on Fedora 24 instances of the Open Build Service (OBS) it fails giving the error [ 93s] -- ...
Josh Pinto's user avatar
  • 3,513
1 vote
1 answer
1k views

Turn htop into widget

I am a big fan of htop and would like to know if it is possible to turn it into a widget? I currently use Fedora 23 with Gnome 3.18.5. Currently I just open a terminal, resize it so show only the ...
jorgehumberto's user avatar
1 vote
0 answers
44 views

Directory of the "open files dialog" in Kicad

I need to make an application (Kicad, in this context) launch its "Open File" dialog in current working directory (where I launched Kicad). Is there any standard environment variable for this ...
ceremcem's user avatar
  • 2,411
3 votes
0 answers
2k views

How to launch an application with different Gtk+ 2 theme?

I'm trying to use a dark Gtk+ theme, and everything goes fine with native Gtk+ apps, and well, only with Gtk+ apps. I mean, wxWidgets and Mozilla's apps looks terrible, if not counting unreadability (...
McSinyx's user avatar
  • 591