Home | History | Annotate | Download | only in x11vnc

Lines Matching full:desktop

660 	    "/desktop/gnome/background/primary_color";
662 "/desktop/gnome/background/primary_color '%s'";
664 "/desktop/gnome/background/picture_options";
666 "/desktop/gnome/background/picture_options '%s'";
669 "/desktop/gnome/background/color_shading_type";
671 "/desktop/gnome/background/color_shading_type '%s'";
673 "/desktop/gnome/background/picture_filename";
675 "/desktop/gnome/background/picture_filename '%s'";
776 char get_image_show[] = "%s xfconf-query -v -c xfce4-desktop -p /backdrop/screen0/monitor0/image-show";
777 char set_image_show[] = "%s xfconf-query -v -c xfce4-desktop -p /backdrop/screen0/monitor0/image-show -s '%s'";
778 char get_color_style[] = "%s xfconf-query -v -c xfce4-desktop -p /backdrop/screen0/monitor0/color-style";
779 char set_color_style[] = "%s xfconf-query -v -c xfce4-desktop -p /backdrop/screen0/monitor0/color-style -s '%s'";
1140 rfbLog(" Desktop -> Window Behavior -> Moving\n");
1333 static int desktop = -1;
1354 if (desktop == 0) {
1356 } else if (desktop == 1) {
1358 } else if (desktop == 2) {
1360 } else if (desktop == 3) {
1362 } else if (desktop == 4) {
1377 rfbLog("guessed desktop: %s\n", dtname);
1407 desktop = 1;
1410 desktop = 2;
1413 desktop = 3;
1416 desktop = 4;
1419 desktop = 0;