SOLVED
1-) Some plasmoids wont work and they give this error:
"Could not create a python script engine"
Some people advise installing pykde4-4.11.1, PyQt4-4.10.3 again,I did but nothing changed. And the version numbers are different:4.11.1 and 4.10.3 . Is it normal ?
SOLVED
2-) In start menu suspend and hibernate options are missing. this is very similiar to my problem but there is no solution:
viewtopic.php?f=53&t=30693&p=166013&hilit=suspend+an+hibernate#p166013
Somewhere in forum lxnay advised editing "/usr/libexec/kdm-servercmd.sh" but in my computer there is no such a file ( kdm-servercmd.sh) in "/usr/libexec/".
SOLVED
3-) With qtcreator I only create shared library files. regarless of "TEMPLATE = app" line in project.pro in my old projects or new projects it only creates shared library files not executables.
4-) Some Kde desktop effects are not working.I have two gpu, intel and nvidia optimus.Before installing bumblebee desktopeffets were working but after that some effecs are not working. Because I cannot choose opengl in systemsettings-->> desktopeffets settings, I can only choose xrender.
SOLVED
5-) My wireless works, but after every login I have to choose from list, it doesnot connect automatically .
OS: Linux SaBaYoN kde 4.11.1 (current)
Kernel : 3.11.0-sabayon
Gpu : intel + Nvidia optimus 710m
Qtcreator: 2.8.0 on Qt 4.8.5 (GCC 4.7.3, 64 bit)
- Code: Select all
gcc-config -l
[1] x86_64-pc-linux-gnu-4.6.4
[2] x86_64-pc-linux-gnu-4.6.4-hardenednopie
[3] x86_64-pc-linux-gnu-4.6.4-hardenednopiessp
[4] x86_64-pc-linux-gnu-4.6.4-hardenednossp
[5] x86_64-pc-linux-gnu-4.6.4-vanilla
[6] x86_64-pc-linux-gnu-4.7.3 *
[7] x86_64-pc-linux-gnu-4.7.3-hardenednopie
[8] x86_64-pc-linux-gnu-4.7.3-hardenednopiessp
[9] x86_64-pc-linux-gnu-4.7.3-hardenednossp
[10] x86_64-pc-linux-gnu-4.7.3-vanilla
- Code: Select all
eselect sysvinit list
Available init implementations:
[1] systemd
[2] sysvinit *
as user:
- Code: Select all
$ qdbus org.kde.kded /org/freedesktop/PowerManagement CanSuspend
false
as root:
- Code: Select all
# qdbus org.kde.kded /org/freedesktop/PowerManagement CanSuspend
Could not connect to D-Bus server: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Sorry for this long post. Any help is appreciated, thanks in advance.