Re: Planner-list german menu



Greetings again,

Am 2013-04-16 10:38, schrieb Alexandre Franke:

how can I switch from english to german menus?

The application picks the language of your system, so if your Ubuntu
is in German, Planner should be too. If it's not the case, please
report a bug to Ubuntu (on Launchpad).

problem is solved for mentioned commit
https://answers.launchpad.net/ubuntu/+source/planner/+question/226826

apt-get install libglade2-dev libglib2.0-dev libgtk2.0-dev libgnomecanvas2-dev libgnomeui-dev libglade2-dev libgconf2-dev libxslt1-dev
git clone git://git.gnome.org/planner
git checkout 68efb90fb1fc21432873ec73995b470c013badb7
./autogen.sh
./configure --enable-compile-warnings=no --prefix=/usr
make && sudo make install
planner

Now it opens with german menus.

BTW master fails with

Running aclocal-1.11...
configure.ac:16: warning: macro `AM_PATH_GLIB_2_0' not found in library
configure.ac:45: warning: macro `AM_GCONF_SOURCE_2' not found in library
Running autoconf...
configure.ac:16: error: possibly undefined macro: AM_PATH_GLIB_2_0
If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:45: error: possibly undefined macro: AM_GCONF_SOURCE_2

running without --enable-compile-warnings=no fails as well

planner-window.c:1222:3: error: 'gdk_pixbuf_unref' is deprecated (declared at /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:243): Use 'g_object_unref' instead [-Werror=deprecated-declarations]
cc1: all warnings being treated as errors

i have no login to update the outdated installation guide [1].

thanks to all devs and have a good day,
kardan

[1] https://live.gnome.org/Planner%20Installation%20Guide


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]