Fix for XFCE wallpaper

This commit is contained in:
KockaAdmiralac 2018-05-01 07:33:15 +02:00
parent 3bc8b3e24a
commit 39b6434291

View file

@ -200,7 +200,7 @@ end:
GType colorArrType = g_type_from_name("GPtrArray_GValue_");
if (!colorArrType) {
std::stringstream colorCommand;
colorCommand << "xfconf-query -c xfce4-desktop -n -p " << optionImage
colorCommand << "xfconf-query -c xfce4-desktop -n -p " << optionColor
<< " -t uint -t uint -t uint -t uint -s " << ub
<< " -s " << ug << " -s " << ub << " -s " << alpha;
int colorCommandRes = system(colorCommand.str().c_str());