https://bugs.kde.org/show_bug.cgi?id=477105
--- Comment #6 from Juraj <jurajora...@mailo.com> --- Hello, > When I start Falkon from within a console, the console generates among others > the following information: > 'Cannot load theme "linux"' This looks like an issue with incorrect search path in Falkon. This issue happens (to me) when it is installed in nonstandard path or when it was compiled from sources (and run from non standard path). To solve it, I set few environment variables in the shell. Try to check the "falkon:config" (Menu, Help, Configuration Information) page to see in which path Falkon searches for the themes, plugins, etc. An example from prefix.sh script from kdesrcbuild: export PATH=/home/juraj/kde6/usr/bin:$PATH # LD_LIBRARY_PATH only needed if you are building without rpath # export LD_LIBRARY_PATH=/home/juraj/kde6/usr/lib:$LD_LIBRARY_PATH export XDG_DATA_DIRS=/home/juraj/kde6/usr/share:${XDG_DATA_DIRS:-/usr/local/share:/usr/share} export XDG_CONFIG_DIRS=/home/juraj/kde6/usr/etc/xdg:${XDG_CONFIG_DIRS:-/etc/xdg} export QT_PLUGIN_PATH=/home/juraj/kde6/usr/lib/plugins:$QT_PLUGIN_PATH export QML2_IMPORT_PATH=/home/juraj/kde6/usr/lib/qml:$QML2_IMPORT_PATH export QT_QUICK_CONTROLS_STYLE_PATH=/home/juraj/kde6/usr/lib/qml/QtQuick/Controls.2/:$QT_QUICK_CONTROLS_STYLE_PATH export MANPATH=/home/juraj/kde6/usr/share/man:${MANPATH:-/usr/local/share/man:/usr/share/man} -- You are receiving this mail because: You are watching all bug changes.