2 CET, Jonathan Schultz va
escriure:
Hello KDE developers,
If anyone is interested, here is a brief report on something I have been
working on in my spare time.
Since at least part of this involves frameworks, you may want to send this to
the frameworks devel mailing list. Maybe you get some
Hello KDE developers,
If anyone is interested, here is a brief report on something I have been
working on in my spare time.
TLDR: Here are some scripts to build KDE frameworks and okular statically using
gcc/musl and cross-building for mingw: https://github.com/jschultz/kde-static
Look in the
By any chance, is the environment variable XDG_CURRENT_DESKTOP set
when applications are launched within the Docker container?
If not, it probably should be set to 'KDE' otherwise the appropriate
QPA won't be loaded and you won't get any icons loaded (as the theme
won't be known to the applicat
Your application is in docker, so it won't pick up your ~/.config/kdeglobals,
that is outside docker how would it be picked up?
Or you mean you ~/.config/kdeglobals is also inside your docker container?
Yes, inside the docker container. I've confirmed with strace that the file is
opened and r
Hello KDE developers,
I wonder if someone can help me work out what is going on here.
I have build some KDE applications (konsole and okular) from source using
kdesrc-build, using QT5 version 5.11.3 also built from sources. The
applications build and run, but do not load the icons used in the
Hello,
Sorry for cross-posting, but 10 days after posting this on the 'KDE Frameworks
& Development' forum I've had no response so trying again here:
I have a quick question about kdesrc-build. Can I use it to build a specific
KDE release/tag, or at least a consistent stable release? The branc
ignoring the
value of qtdir. Is that possible? Or am I missing something? And is
there a simple work-around?
Jonathan
On 24/01/18 11:41, Michael Pyne wrote:
On Wed, Jan 24, 2018 at 10:18:32AM +0800, Jonathan Schultz wrote:
Hello all,
I'm looking for some guidance or suggestions about some w
Hello all,
I'm looking for some guidance or suggestions about some way to build a
KDE application (more precisely a personal fork of okular) so that
someone else with a reasonably similar system (x86_64 Linux) can use it
without having to install extra packages, or otherwise mess with their
i
Hello all,
I found a bug in kdelibs4support/kio/kfiledialog but can't quite work
out where to file it in the bugtracker so I'll describe it here.
In short, some functions do not check whether d->native is non-null
before calling a method belonging to the file chooser widget d->w.
However, d-