Comment 118 for bug 1308105

Revision history for this message
Chuck McManis (chuck-mcmanis) wrote : Re: Xfce resets TV mode to NULL when power cycled

Trying to implement the suggestion in #115, I've got the git repo from xfce.org and applied the patch, did the configure which ends with:

Build Configuration:

* Installation prefix: /usr
* Debug Support: full
* Xrandr support: yes
* UPower support: no
* Libnotify support: no
* Xcursor support: yes
* Xorg libinput support: no
* Embedded settings dialogs no
* Sounds settings support no
* Libxklavier support: yes
* Mime settings (gio-unix): yes

But attempting a build gives the error:

make[4]: Entering directory '/home/cmcmanis/src/xfce4-settings/dialogs/appearance-settings'
  CC xfce4_appearance_settings-main.o
main.c:44:34: fatal error: appearance-dialog_ui.h: No such file or directory
compilation terminated.
Makefile:667: recipe for target 'xfce4_appearance_settings-main.o' failed

So presumably there is a missing step here somewhere.