You are not logged in.
Pages: 1
hello!
I build xfce4 of source code, and build success finally.
I run "startxfce4", and success run X and desktop.
Xfce4-panel - don't start. I try:
1) remove directory use command "rm -Rf ./config/*"
2) rebuild depends, add new USE flags and dependences. (libxfce4util and etc)
3) I run PANEL_DEBUG=all, and see logs.
I have this error:
"... error_name=org.xfce.Xfconf.Error.PropertyNotFound does not exist on channel xfce4-panel ..."
options configure for build:
./configure --prefix=/usr --sysconfdir=/etc --with-x --enable-gtk3 --enable-debug=yes && make V=1 && make install
if use minimal configure -
./configure --prefix=/usr && make && make install
error the same. (
and this pictres content errors.
https://ibb.co/yNJJy7y
https://ibb.co/0XPGrDj
How to success run xfce4-panel?
Offline
Hello and welcome.
Are you using gentoo? If so, why not use the version of xfce4-panel provided through that channel. Why are you building from source?
According to your screenshots, it looks like you are building version 4.12.0. Why are you building 4.12.0 as opposed to the latest version?
Also, what versions of the dependencies have you built? Specifically ibxfce4ui, exo, garcon & libwnck? As well, which additional plugins have you built? At least notification-plugin is visible in your logs - any other plugins? And how are they built?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
thanks for the answer!
No, this is not gentoo. This is LFS. (in fact, not really, there is a separate toolchain. )
I try 4.12.1, and 4.12.0 versions xfce-panel. both versions do not work, and give the same error.
I use xfce and on the workstation, manjaro. there is a version 4.12.2, that is what I build, is not very old.
(I have 2 linux systems, one - manjaro on the real computer, all works, 2 - LFS in virtualbox. don't works (( )
I build the following (these) depends ( if I had not created them, I would certainly not have been able to successfully complete even ./configure xfce4-panel )
versions such as indicated here.
http://www.linuxfromscratch.org/blfs/vi … /xfce.html
Of plugins: ls | grep -i plugin
xfce4-xkb-plugin
I did not collect other plugins.
Offline
thanks for the answer!
No, this is not gentoo. This is LFS. (in fact, not really, there is a separate toolchain. )
I try 4.12.1, and 4.12.0 versions xfce-panel. both versions do not work, and give the same error.
The LFS documentation talks about version 4.12.2. Have you tried that one?
In your original post you show some of the output of the "PANEL_DEBUG=all xfce4-panel" command. Is there any more output? Are you able to post the complete output (as opposed to a screenshot)?
Here is some info on debugging xfce4-panel including using gdb to get a backtrace. Maybe that can help track down the issue.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
i don't build new gtk3, i use version 3.14.15. may be, this very low(old) version.
I will try with it now too, but I do not think that the problem is in the version.
yes, I read this link ( about debugging )
if run PANEL_DEBUG=all xfce4-panel, i have this output:
I read source code, and use print debugging
however, so far this has not helped either.
Offline
If you build xfce4-panel with "--enable-debug=gdb" and run xfce4-panel like:
PANEL_DEBUG=gdb xfce4-panel
...(gdb must be installed), you will get a gdb trace for each plugin in /tmp. You can review these plugins to see if any are crashing and get diagnostic information.
if run PANEL_DEBUG=all xfce4-panel, i have this output:
This looks like xfce4-session logging. When you run that command, do you get output on the screen? If so, that is the output to review. Like from your first post, but the complete log output. To capture it to a file:
PANEL_DEBUG=all xfce4-panel > xfce4-panel.log 2>&1
1) remove directory use command "rm -Rf ./config/*"
When you did this, on the next start, did xfce4-panel ask you if you wanted to start with a blank panel or a default set of plugins? If so, try selecting a blank panel and see if it starts.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Yes, I have installed gdb.
If run "PANEL_DEBUG=gdb xfce4-panel" - new file in /tmp not create. O_O
if run PANEL_DEBUG=all xfce4-panel > xfce4-panel.log 2>&1:
Yes, I tryed and standard panel and empty panel.
Offline
if somewhere there is a description of how everything works, what panels are required to run, what functions are called, then maybe that will be enough.
I don't know much about c, but there are people who know the language c better.
Offline
Yes, I have installed gdb.
If run "PANEL_DEBUG=gdb xfce4-panel" - new file in /tmp not create. O_Oif run PANEL_DEBUG=all xfce4-panel > xfce4-panel.log 2>&1:
Yes, I tryed and standard panel and empty panel.
I think it would be best to create a bug report for this and have the xfce4-panel developer look at this. You'll probably be asked for a backtrace. See if you can get one.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
ha-ha-ha.
I build cairo don't support xrender.
I rebuild cairo, added support xrender.
All works!
Offline
Pages: 1
[ Generated in 0.009 seconds, 7 queries executed - Memory usage: 561.41 KiB (Peak: 578.25 KiB) ]