! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Small icons in panel launchers groups
Status:
RESOLVED: MOVED
Product:
Xfce4-panel
Component:
Launcher

Comments

Description jEsuSdA 2019-08-28 18:30:27 CEST
Hi!

The icon size in 4.12 panel launcher groups were bigger than in 4.14.
I can find any way to increase icon sizes and the new groups launchers icons are very very small.

Here the old 4.12 launchers:

https://imgur.com/L78ZNjS.png

And here, the new ones:

https://imgur.com/APSFUZX.png


The drop-down menu appears to be the same size than before, but the icons are very small.

Thanks a lot!!!
Comment 1 Andre Miranda editbugs 2019-09-01 19:03:16 CEST
Not sure if a dup, but certainly related to Bug 15819.
Can you build panel from master and check if the icons look better?
Comment 2 jEsuSdA 2019-09-03 15:39:16 CEST
Hi!

I don't know how to to that.

Is there any .deb package I could test?

Thanks a lot!
Comment 3 Andre Miranda editbugs 2019-09-03 15:44:03 CEST
No, that fix was not released yet.
If you still wanna try building from source:
sudo apt build-dep xfce4-panel
git clone https://git.xfce.org/xfce/xfce4-panel
cd xfce4-panel
./autogen.sh --prefix=/usr && make
xfce4-panel -q
src/xfce4-panel
Comment 4 jEsuSdA 2019-09-03 17:47:14 CEST
Compilation error:




$ → ./autogen.sh --prefix=/usr && make
Preparing package directory /tmp/firefox-esr_jesusda/xfce4-panel...
Creating /tmp/firefox-esr_jesusda/xfce4-panel/aclocal.m4...
Running glib-gettextize --force --copy...
Copying file po/Makefile.in.in

Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /usr/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Running intltoolize --automake --copy --force
Patching file 'po/Makefile.in.in'
Running libtoolize --force --copy...
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
Running gtkdocize --copy...
Running aclocal   -I /usr/share/xfce4/dev-tools/m4macros -I /usr/share/xfce4/dev-tools/m4macros -I /usr/share/xfce4/dev-tools/m4macros -I /tmp/firefox-esr_jesusda/xfce4-panel/m4...
Running autoheader...
Running automake --force-missing --add-missing --copy --gnu...
configure.ac:66: installing './compile'
configure.ac:74: installing './config.guess'
configure.ac:74: installing './config.sub'
configure.ac:48: installing './install-sh'
configure.ac:48: installing './missing'
Makefile.am:17: warning: whitespace following trailing backslash
Makefile.am: installing './INSTALL'
common/Makefile.am: installing './depcomp'
docs/references/Makefile.am:66: warning: '%'-style pattern rules are a GNU make extension
parallel-tests: installing './test-driver'
Running autoconf...

Running /tmp/firefox-esr_jesusda/xfce4-panel/configure --enable-maintainer-mode --prefix=/usr...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking how to print strings... printf
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.51.0 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.28.1
checking for XML::Parser... ok
checking for perl5... no
checking for perl... perl
checking for a sed that does not truncate output... (cached) /bin/sed
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ANSI C header files... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for string.h... (cached) yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking for sys/types.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for memory.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for bind_textdomain_codeset... yes
checking for locale.h... (cached) yes
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for libintl.h... (cached) yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... (cached) yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed...  am ar ast be bg bn ca cs da de el en_AU en_GB eo es et eu fi fr gl he hr hu hy_AM id ie is it ja kk ko lt lv ms nb nl nn oc pa pl pt_BR pt ro ru si sk sl sq sr sv te th tr ug uk ur_PK ur vi zh_CN zh_HK zh_TW
checking for bind_textdomain_codeset... (cached) yes
checking for locales directory... ${datarootdir}/locale
checking for additional xgettext flags... --keyword=Q_ --from-code=UTF-8
checking for X... libraries , headers 
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for main in -lX11... yes
checking for gdbus-codegen... /usr/bin/gdbus-codegen
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libxfce4util-1.0 >= 4.13.0... 4.14.0
checking LIBXFCE4UTIL_CFLAGS... -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking LIBXFCE4UTIL_LIBS... -lxfce4util -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for garcon-1 >= 0.5.0... 0.6.4
checking GARCON_CFLAGS... -pthread -I/usr/include/garcon-1 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking GARCON_LIBS... -lgarcon-1 -lgio-2.0 -pthread -lgthread-2.0 -lgobject-2.0 -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for garcon-gtk3-1 >= 0.5.0... 0.6.4
checking GARCON_GTK3_CFLAGS... -pthread -I/usr/include/garcon-gtk3-1 -I/usr/include/garcon-1 -I/usr/include/xfce4/libxfce4ui-2 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking GARCON_GTK3_LIBS... -lgarcon-gtk3-1 -lgarcon-1 -pthread -lgthread-2.0 -lxfce4ui-2 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lxfce4util -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libxfce4ui-2 >= 4.13.0... 4.14.1
checking LIBXFCE4UI_CFLAGS... -pthread -I/usr/include/xfce4/libxfce4ui-2 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking LIBXFCE4UI_LIBS... -lxfce4ui-2 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lxfce4util -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libxfconf-0 >= 4.13.2... 4.14.1
checking XFCONF_CFLAGS... -pthread -I/usr/include/xfce4/xfconf-0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking XFCONF_LIBS... -lxfconf-0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gtk+-3.0 >= 3.22.0... 3.24.10
checking GTK_CFLAGS... -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking GTK_LIBS... -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for exo-2 >= 0.11.2... 0.12.8
checking EXO_CFLAGS... -pthread -I/usr/include/exo-2 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking EXO_LIBS... -lexo-2 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lxfce4util -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for glib-2.0 >= 2.42.0... 2.60.6
checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking GLIB_LIBS... -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gio-2.0 >= 2.42.0... 2.60.6
checking GIO_CFLAGS... -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking GIO_LIBS... -lgio-2.0 -lgobject-2.0 -lglib-2.0
checking for GIO_UNIX... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gmodule-2.0 >= 2.42.0... 2.60.6
checking GMODULE_CFLAGS... -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking GMODULE_LIBS... -Wl,--export-dynamic -pthread -lgmodule-2.0 -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for cairo >= 1.0.0... 1.16.0
checking CAIRO_CFLAGS... -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16
checking CAIRO_LIBS... -lcairo
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libwnck-3.0 >= 3.0... 3.32.0
checking LIBWNCK_CFLAGS... -pthread -I/usr/include/libwnck-3.0 -I/usr/include/startup-notification-1.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking LIBWNCK_LIBS... -lwnck-3 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gtk+-2.0 >= 2.20.0... 2.24.32
checking GTK2_CFLAGS... -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16
checking GTK2_LIBS... -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gio-unix-2.0 >= 2.42.0... 2.60.6
checking GIO_UNIX_CFLAGS... -pthread -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking GIO_UNIX_LIBS... -lgio-2.0 -lgobject-2.0 -lglib-2.0
checking for gobject-introspection... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for vapigen... yes
checking for gtk-doc... yes
checking for gtkdoc-check... gtkdoc-check.test
checking for gtkdoc-check... /usr/bin/gtkdoc-check
checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
checking whether to build gtk-doc documentation... no
checking for GTKDOC_DEPS... yes
checking whether to build with debugging support... yes
checking if gcc supports -DXFCE_DISABLE_DEPRECATED... yes
checking if gcc supports -Wall... yes
checking if gcc supports -Wextra... yes
checking if gcc supports -Wno-missing-field-initializers... yes
checking if gcc supports -Wno-unused-parameter... yes
checking if gcc supports -Wold-style-definition... yes
checking if gcc supports -Wdeclaration-after-statement... yes
checking if gcc supports -Wmissing-declarations... yes
checking if gcc supports -Wmissing-noreturn... yes
checking if gcc supports -Wpointer-arith... yes
checking if gcc supports -Wcast-align... yes
checking if gcc supports -Wformat... yes
checking if gcc supports -Wformat-security... yes
checking if gcc supports -Wformat-y2k... yes
checking if gcc supports -Winit-self... yes
checking if gcc supports -Wmissing-include-dirs... yes
checking if gcc supports -Wundef... yes
checking if gcc supports -Wnested-externs... yes
checking if gcc supports -fstack-protector... yes
checking if gcc supports -Wredundant-decls... yes
checking if gcc supports -g... yes
checking if gcc supports -Wshadow... yes
checking whether /usr/bin/ld -m elf_x86_64 accepts --as-needed... yes
checking whether /usr/bin/ld -m elf_x86_64 accepts -O1... yes
checking whether gcc supports the GNUC visibility attribute... yes
checking if gcc supports -Wno-sign-compare... yes
checking PLATFORM_CPPFLAGS... 
checking PLATFORM_CFLAGS... 
checking PLATFORM_LDFLAGS... 
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating common/Makefile
config.status: creating docs/Makefile
config.status: creating docs/references/Makefile
config.status: creating docs/references/version.xml
config.status: creating icons/Makefile
config.status: creating icons/16x16/Makefile
config.status: creating icons/22x22/Makefile
config.status: creating icons/24x24/Makefile
config.status: creating icons/32x32/Makefile
config.status: creating icons/48x48/Makefile
config.status: creating icons/scalable/Makefile
config.status: creating libxfce4panel/Makefile
config.status: creating libxfce4panel/libxfce4panel-1.0.pc
config.status: creating libxfce4panel/libxfce4panel-2.0.pc
config.status: creating libxfce4panel/libxfce4panel-config.h
config.status: creating migrate/Makefile
config.status: creating migrate/default.xml
config.status: creating panel/Makefile
config.status: creating wrapper/Makefile
config.status: creating plugins/Makefile
config.status: creating plugins/actions/Makefile
config.status: creating plugins/actions/actions.desktop.in
config.status: creating plugins/applicationsmenu/Makefile
config.status: creating plugins/applicationsmenu/applicationsmenu.desktop.in
config.status: creating plugins/clock/Makefile
config.status: creating plugins/clock/clock.desktop.in
config.status: creating plugins/directorymenu/Makefile
config.status: creating plugins/directorymenu/directorymenu.desktop.in
config.status: creating plugins/launcher/Makefile
config.status: creating plugins/launcher/launcher.desktop.in
config.status: creating plugins/pager/Makefile
config.status: creating plugins/pager/pager.desktop.in
config.status: creating plugins/separator/Makefile
config.status: creating plugins/separator/separator.desktop.in
config.status: creating plugins/showdesktop/Makefile
config.status: creating plugins/showdesktop/showdesktop.desktop.in
config.status: creating plugins/systray/Makefile
config.status: creating plugins/systray/systray.desktop.in
config.status: creating plugins/tasklist/Makefile
config.status: creating plugins/tasklist/tasklist.desktop.in
config.status: creating plugins/windowmenu/Makefile
config.status: creating plugins/windowmenu/windowmenu.desktop.in
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands

Build Configuration:

* Debug Support:          yes
* GNU Visibility:         yes
* GTK+ 2 Support:         yes

Now type "make" to compile.
make  all-recursive
make[1]: se entra en el directorio '/tmp/firefox-esr_jesusda/xfce4-panel'
Making all in libxfce4panel
make[2]: se entra en el directorio '/tmp/firefox-esr_jesusda/xfce4-panel/libxfce4panel'
  GEN      libxfce4panel-enum-types.h
  GEN      libxfce4panel-alias.h
  GEN      libxfce4panel-aliasdef.c
  GEN      libxfce4panel-enum-types.c
  GEN      libxfce4panel-marshal.c
INFO: Reading libxfce4panel-marshal.list...
  GEN      libxfce4panel-marshal.h
INFO: Reading libxfce4panel-marshal.list...
make  all-am
make[3]: se entra en el directorio '/tmp/firefox-esr_jesusda/xfce4-panel/libxfce4panel'
  CC       libxfce4panel_2_0_la-libxfce4panel-aliasdef.lo
  CC       libxfce4panel_2_0_la-libxfce4panel-enum-types.lo
  CC       libxfce4panel_2_0_la-libxfce4panel-marshal.lo
  CC       libxfce4panel_2_0_la-libxfce4panel-config.lo
In file included from libxfce4panel-config.c:144:
../libxfce4panel/libxfce4panel-aliasdef.c:13:47: warning: redundant redeclaration of ‘libxfce4panel_major_version’ [-Wredundant-decls]
   13 | extern __typeof (libxfce4panel_major_version) libxfce4panel_major_version __attribute((alias("IA__libxfce4panel_major_version"), visibility("default")));
      |                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from libxfce4panel-config.c:23:
../libxfce4panel/libxfce4panel-config.h:96:20: note: previous declaration of ‘libxfce4panel_major_version’ was here
   96 | extern const guint libxfce4panel_major_version;
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from libxfce4panel-config.c:144:
../libxfce4panel/libxfce4panel-aliasdef.c:16:47: warning: redundant redeclaration of ‘libxfce4panel_micro_version’ [-Wredundant-decls]
   16 | extern __typeof (libxfce4panel_micro_version) libxfce4panel_micro_version __attribute((alias("IA__libxfce4panel_micro_version"), visibility("default")));
      |                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from libxfce4panel-config.c:23:
../libxfce4panel/libxfce4panel-config.h:98:20: note: previous declaration of ‘libxfce4panel_micro_version’ was here
   98 | extern const guint libxfce4panel_micro_version;
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from libxfce4panel-config.c:144:
../libxfce4panel/libxfce4panel-aliasdef.c:19:47: warning: redundant redeclaration of ‘libxfce4panel_minor_version’ [-Wredundant-decls]
   19 | extern __typeof (libxfce4panel_minor_version) libxfce4panel_minor_version __attribute((alias("IA__libxfce4panel_minor_version"), visibility("default")));
      |                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from libxfce4panel-config.c:23:
../libxfce4panel/libxfce4panel-config.h:97:20: note: previous declaration of ‘libxfce4panel_minor_version’ was here
   97 | extern const guint libxfce4panel_minor_version;
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       libxfce4panel_2_0_la-xfce-arrow-button.lo
  CC       libxfce4panel_2_0_la-xfce-panel-convenience.lo
  CC       libxfce4panel_2_0_la-xfce-panel-plugin.lo
  CC       libxfce4panel_2_0_la-xfce-panel-plugin-provider.lo
  CC       libxfce4panel_2_0_la-xfce-panel-image.lo
  CCLD     libxfce4panel-2.0.la
  CC       libxfce4panel_1_0_la-libxfce4panel-aliasdef.lo
  CC       libxfce4panel_1_0_la-libxfce4panel-enum-types.lo
  CC       libxfce4panel_1_0_la-libxfce4panel-marshal.lo
  CC       libxfce4panel_1_0_la-libxfce4panel-config.lo
In file included from libxfce4panel-config.c:144:
../libxfce4panel/libxfce4panel-aliasdef.c:13:47: warning: redundant redeclaration of ‘libxfce4panel_major_version’ [-Wredundant-decls]
   13 | extern __typeof (libxfce4panel_major_version) libxfce4panel_major_version __attribute((alias("IA__libxfce4panel_major_version"), visibility("default")));
      |                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from libxfce4panel-config.c:23:
../libxfce4panel/libxfce4panel-config.h:96:20: note: previous declaration of ‘libxfce4panel_major_version’ was here
   96 | extern const guint libxfce4panel_major_version;
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from libxfce4panel-config.c:144:
../libxfce4panel/libxfce4panel-aliasdef.c:16:47: warning: redundant redeclaration of ‘libxfce4panel_micro_version’ [-Wredundant-decls]
   16 | extern __typeof (libxfce4panel_micro_version) libxfce4panel_micro_version __attribute((alias("IA__libxfce4panel_micro_version"), visibility("default")));
      |                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from libxfce4panel-config.c:23:
../libxfce4panel/libxfce4panel-config.h:98:20: note: previous declaration of ‘libxfce4panel_micro_version’ was here
   98 | extern const guint libxfce4panel_micro_version;
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from libxfce4panel-config.c:144:
../libxfce4panel/libxfce4panel-aliasdef.c:19:47: warning: redundant redeclaration of ‘libxfce4panel_minor_version’ [-Wredundant-decls]
   19 | extern __typeof (libxfce4panel_minor_version) libxfce4panel_minor_version __attribute((alias("IA__libxfce4panel_minor_version"), visibility("default")));
      |                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from libxfce4panel-config.c:23:
../libxfce4panel/libxfce4panel-config.h:97:20: note: previous declaration of ‘libxfce4panel_minor_version’ was here
   97 | extern const guint libxfce4panel_minor_version;
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       libxfce4panel_1_0_la-xfce-arrow-button.lo
  CC       libxfce4panel_1_0_la-xfce-hvbox.lo
  CC       libxfce4panel_1_0_la-xfce-panel-convenience.lo
  CC       libxfce4panel_1_0_la-xfce-panel-plugin.lo
  CC       libxfce4panel_1_0_la-xfce-panel-plugin-provider.lo
  CC       libxfce4panel_1_0_la-xfce-panel-image.lo
  CCLD     libxfce4panel-1.0.la
  GISCAN   libxfce4panel-2.0.gir
Couldn't find include 'libxfce4util-1.0.gir' (search path: '['.', '/usr/share/gir-1.0', '/usr/share/xfce4/gir-1.0', '/home/jesusda/.local/share/flatpak/exports/share/gir-1.0', '/var/lib/flatpak/exports/share/gir-1.0', '/usr/local/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0']')
make[3]: *** [/usr/share/gobject-introspection-1.0/Makefile.introspection:156: libxfce4panel-2.0.gir] Error 1
make[3]: se sale del directorio '/tmp/firefox-esr_jesusda/xfce4-panel/libxfce4panel'
make[2]: *** [Makefile:885: all] Error 2
make[2]: se sale del directorio '/tmp/firefox-esr_jesusda/xfce4-panel/libxfce4panel'
make[1]: *** [Makefile:612: all-recursive] Error 1
make[1]: se sale del directorio '/tmp/firefox-esr_jesusda/xfce4-panel'
make: *** [Makefile:523: all] Error 2




:(
Comment 5 Andre Miranda editbugs 2019-09-03 18:48:06 CEST
Try: ./autogen.sh --prefix=/usr --enable-introspection=no && make
Comment 6 jEsuSdA 2019-09-03 19:43:41 CEST
Damn it!
This broke all my panels configurations!!! :_(


(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.854: Plugin screenshooter: There was no module found at "/usr/lib/xfce4/panel-plugins/libscreenshooterplugin.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.854: Plugin whiskermenu: There was no module found at "/usr/lib/xfce4/panel-plugins/libwhiskermenu.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.854: Plugin xfce4-orageclock-plugin: There was no module found at "/usr/lib/xfce4/panel-plugins/liborageclock.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.854: Plugin pager: There was no module found at "/usr/lib/xfce4/panel-plugins/libpager.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.855: Plugin xfce4-timer-plugin: There was no module found at "/usr/lib/xfce4/panel-plugins/libxfcetimer.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.855: Plugin windowmenu: There was no module found at "/usr/lib/xfce4/panel-plugins/libwindowmenu.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.855: Plugin wavelan: There was no module found at "/usr/lib/xfce4/panel-plugins/libwavelan.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.856: Plugin cpugraph: There was no module found at "/usr/lib/xfce4/panel-plugins/libcpugraph.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.856: Plugin thunar-tpa: There was no module found at "/usr/lib/xfce4/panel-plugins/libthunar-tpa.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.856: Plugin clock: There was no module found at "/usr/lib/xfce4/panel-plugins/libclock.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.856: Plugin sntray: There was no module found at "/usr/lib/xfce4/panel-plugins/libsntray-xfce.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.856: Plugin fsguard: There was no module found at "/usr/lib/xfce4/panel-plugins/libfsguard.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.857: Plugin xkb: There was no module found at "/usr/lib/xfce4/panel-plugins/libxkb.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.857: Plugin genmon: There was no module found at "/usr/lib/xfce4/panel-plugins/libgenmon.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.857: Plugin places: There was no module found at "/usr/lib/xfce4/panel-plugins/libplaces.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.858: Plugin xfce4-sensors-plugin: There was no module found at "/usr/lib/xfce4/panel-plugins/libxfce4-sensors-plugin.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.858: Plugin power-manager-plugin: There was no module found at "/usr/lib/xfce4/panel-plugins/libxfce4powermanager.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.858: Plugin diskperf: There was no module found at "/usr/lib/xfce4/panel-plugins/libdiskperf.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.858: Plugin systemload: There was no module found at "/usr/lib/xfce4/panel-plugins/libsystemload.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.859: Plugin xfce4-clipman-plugin: There was no module found at "/usr/lib/xfce4/panel-plugins/libclipman.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.859: Plugin tasklist: There was no module found at "/usr/lib/xfce4/panel-plugins/libtasklist.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.859: Plugin applicationsmenu: There was no module found at "/usr/lib/xfce4/panel-plugins/libapplicationsmenu.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.859: Plugin directorymenu: There was no module found at "/usr/lib/xfce4/panel-plugins/libdirectorymenu.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.859: Plugin systray: There was no module found at "/usr/lib/xfce4/panel-plugins/libsystray.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.859: Plugin statusnotifier: There was no module found at "/usr/lib/xfce4/panel-plugins/libstatusnotifier.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.860: Plugin launcher: There was no module found at "/usr/lib/xfce4/panel-plugins/liblauncher.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.860: Plugin weather: There was no module found at "/usr/lib/xfce4/panel-plugins/libweather.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.860: Plugin separator: There was no module found at "/usr/lib/xfce4/panel-plugins/libseparator.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.860: Plugin xfce4-dict-plugin: There was no module found at "/usr/lib/xfce4/panel-plugins/libxfce4dict.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.861: Plugin xfce4-verve-plugin: There was no module found at "/usr/lib/xfce4/panel-plugins/libverve.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.861: Plugin pulseaudio: There was no module found at "/usr/lib/xfce4/panel-plugins/libpulseaudio-plugin.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.861: Plugin datetime: There was no module found at "/usr/lib/xfce4/panel-plugins/libdatetime.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.861: Plugin actions: There was no module found at "/usr/lib/xfce4/panel-plugins/libactions.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.862: Plugin netload: There was no module found at "/usr/lib/xfce4/panel-plugins/libnetload.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.862: Plugin notification-plugin: There was no module found at "/usr/lib/xfce4/panel-plugins/libnotification-plugin.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.862: Plugin cpufreq: There was no module found at "/usr/lib/xfce4/panel-plugins/libcpufreq.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.863: Plugin mailwatch: There was no module found at "/usr/lib/xfce4/panel-plugins/libmailwatch.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.863: Plugin showdesktop: There was no module found at "/usr/lib/xfce4/panel-plugins/libshowdesktop.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.863: Plugin xfce4-time-out-plugin: There was no module found at "/usr/lib/xfce4/panel-plugins/libtime-out.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.863: Plugin battery: There was no module found at "/usr/lib/xfce4/panel-plugins/libbattery.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.864: Plugin smartbookmark: There was no module found at "/usr/lib/xfce4/panel-plugins/libsmartbookmark.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.864: Plugin xfce4-mount-plugin: There was no module found at "/usr/lib/xfce4/panel-plugins/libmount.so"

(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:01.864: Plugin xfce4-notes-plugin: There was no module found at "/usr/lib/xfce4/panel-plugins/libnotes.so"
xfce4-panel-Message: 19:41:01.922: Plugin "whiskermenu-49" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.922: Plugin "pager-4" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.922: Plugin "cpugraph-19" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.923: Plugin "launcher-24" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.923: Plugin "screenshooter-31" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.923: Plugin "tasklist-21" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.924: Plugin "separator-15" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.924: Plugin "systray-6" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.924: Plugin "pulseaudio-5" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.924: Plugin "actions-20" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.925: Plugin "xfce4-time-out-plugin-44" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.925: Plugin "datetime-18" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.925: Plugin "weather-17" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.935: Plugin "showdesktop-7" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.936: Plugin "launcher-34" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.936: Plugin "launcher-12" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.936: Plugin "launcher-25" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.937: Plugin "launcher-45" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.937: Plugin "launcher-30" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.938: Plugin "launcher-50" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.938: Plugin "launcher-42" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.938: Plugin "launcher-32" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.939: Plugin "launcher-33" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.939: Plugin "launcher-29" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.940: Plugin "launcher-39" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.940: Plugin "launcher-35" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.940: Plugin "launcher-11" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.941: Plugin "launcher-14" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.941: Plugin "launcher-36" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.941: Plugin "launcher-41" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.942: Plugin "launcher-43" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.942: Plugin "launcher-38" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.942: Plugin "launcher-27" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.943: Plugin "launcher-8" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.943: Plugin "launcher-40" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.943: Plugin "launcher-16" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.943: Plugin "launcher-46" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.944: Plugin "launcher-23" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.944: Plugin "launcher-48" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.944: Plugin "launcher-13" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.945: Plugin "launcher-26" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.945: Plugin "launcher-1" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.945: Plugin "launcher-10" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.946: Plugin "launcher-9" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.946: Plugin "launcher-28" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.946: Plugin "fsguard-47" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.947: Plugin "fsguard-2" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.947: Plugin "fsguard-22" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.947: Plugin "fsguard-37" was not found and has been removed from the configuration
xfce4-panel-Message: 19:41:01.968: Plugin "tasklist-3" was not found and has been removed from the configuration
^C
(xfce4-panel:16465): xfce4-panel-CRITICAL **: 19:41:27.246: panel-application.c:1248 (panel_application_save): expression 'XFCONF_IS_CHANNEL (channel)' failed.
Comment 7 jEsuSdA 2019-09-03 20:02:22 CEST
How can restore all mi panels configurations?

I lost all!!! the launchers, the plugins and the plugins configuration!!!! 

Please!!! How can I restore this!!!!
Comment 8 Andre Miranda editbugs 2019-09-03 21:03:26 CEST
You use Debian/Ubuntu, right? It uses a different configuration that loads plugins from /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins instead of /usr/lib/xfce4/panel/plugins, you would need to also pass --libdir=/usr/lib/x86_64-linux-gnu to ./autogen.sh.

Sorry, I should have told you to backup you panel configuration first (with xfce4-panel-profiles), but I completely forgot that it could erase all plugin configurations even when running from the source (I think there's a bug for this already).
Comment 9 jEsuSdA 2019-09-04 00:49:53 CEST
Sorry, but I spent more than 3 hours restoring by hand all my previous configuration (cause restore my .config/xfce4/panel and xfconf  files from my backup didnt work).

I think I will wait until the new fixed version enters Debian repositories.

:(
Comment 10 Andre Miranda editbugs 2019-09-04 15:29:59 CEST
(In reply to jEsuSdA from comment #9)
> Sorry, but I spent more than 3 hours restoring by hand all my previous
> configuration (cause restore my .config/xfce4/panel and xfconf  files from
> my backup didnt work).
Not your fault, panel could be a bit more safe in this regard.

> I think I will wait until the new fixed version enters Debian repositories.
You can give a try to xfce4-panel-profiles, it's handy and may save you in the future from same trouble.
Comment 11 jEsuSdA 2019-09-04 18:04:46 CEST
(In reply to Andre Miranda from comment #10)
> You can give a try to xfce4-panel-profiles, it's handy and may save you in
> the future from same trouble.


There is no xfce4-panel-profiles in Debian repos.
I tried to download and install from sources but it didn't work (it runs, but it is not capable to export and save anyhting)

Sorry :(
Comment 12 Andre Miranda editbugs 2019-09-04 18:11:17 CEST
(In reply to jEsuSdA from comment #11)
> I tried to download and install from sources but it didn't work (it runs,
> but it is not capable to export and save anyhting)
It should embed a button (Backup and restore) in panel preferences.
Comment 13 jEsuSdA 2019-09-04 19:08:42 CEST
(In reply to Andre Miranda from comment #12)

> It should embed a button (Backup and restore) in panel preferences.

It would be wonderful!
Comment 14 Git Bot editbugs 2020-05-28 02:15:08 CEST
-- GitLab Migration Automatic Message --

This bug has been migrated to xfce.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.xfce.org/xfce/xfce4-panel/-/issues/255.

Please create an account or use an existing account on one of our supported OAuth providers. 

If you want to fork to submit patches and merge requests please continue reading here: https://docs.xfce.org/contribute/dev/git/start#gitlab_forks_and_merge_requests

Also feel free to reach out to us on the mailing list https://mail.xfce.org/mailman/listinfo/xfce4-dev

Bug #15894

Reported by:
jEsuSdA
Reported on: 2019-08-28
Last modified on: 2020-05-28

People

Assignee:
Xfce Bug Triage
CC List:
1 user

Version

Version:
4.14.0

Attachments

Additional information