Questions tagged [wxwidgets]
8 questions
3
votes
0 answers
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 (see screenshot below). Rendering Gtk's buttons…
McSinyx
- 591
- 3
- 14
1
vote
1 answer
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/refs/tags/v3.1.0.0.tar.gz
tar xfvz…
user977828
- 921
- 4
- 16
- 30
1
vote
0 answers
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
Resolution: 1920x1080
DE: KDE
WM: KWin
Theme:…
Smilia
- 300
- 3
- 14
1
vote
1 answer
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 resource bars an top info, select always on top,…
jorgehumberto
- 113
- 6
1
vote
0 answers
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 purpose?
ceremcem
- 2,231
- 1
- 23
- 53
0
votes
1 answer
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 at…
s.k
- 429
- 1
- 4
- 15
0
votes
0 answers
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 tried to run it from storage through…
Sheel
- 11
- 1
0
votes
1 answer
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] -- SQLITE3_LIBRARY: /usr/lib64/libsqlite3.so
[ 93s] --…
Josh Pinto
- 3,483
- 15
- 52
- 87