1

After downloading Emacs 24.2 and compiling under (K)ubuntu 12.04 with

./configure --with-x-toolkit=lucid
make
sudo make install

there are no dialog boxes (e.g. file selection or font selection). When clicking on open file, "Find File" in minibuffer appears.

Do I need additional libraries for that or is it only possible with GTK?

Thanks

noozoph
  • 11
  • 1

1 Answers1

0

File and font dialogs are only implemented for GTK, Mac/Gnustep and Windows.

JSON
  • 4,487
  • 22
  • 26