You are not logged in.

#51 2011-04-22 22:49:03

flan_suse
Member
Registered: 2010-10-28
Posts: 120

Re: Xfce4 and reboot/shutdown problem with xorg-server 1.10

Just wanted to report that I did an -Syu, it updated xfdesktop to 4.8.2, and the problem is solved for me.

I think it is important to mention that I did not play around with consolekit, policykit, users, or groups. I am using the same basic configuration (member of the "users" group only, and normal method of starting Xfce).

With the fix from upstream, I am back to where I was prior to the xorg-server / xfdesktop issue. I am able to reboot and shutdown from within Xfce, and xfdesktop no longer crashes.

Last edited by flan_suse (2011-04-23 05:22:54)

Offline

#52 2011-04-22 22:54:52

skunktrader
Member
From: Brisbane, Australia
Registered: 2010-02-14
Posts: 1,538

Re: Xfce4 and reboot/shutdown problem with xorg-server 1.10

xfdesktop 4.8.2 fixed it for me also on 3 different machines that all had slightly different stack traces during the crash on logout/shutdown

Offline

#53 2011-04-22 22:58:45

flan_suse
Member
Registered: 2010-10-28
Posts: 120

Re: Xfce4 and reboot/shutdown problem with xorg-server 1.10

OP: Between myself and skunktrader (3 different PCs), I think it's safe to assume that this problem is solved. Can you run an update on your system and see if the problem is solved for you too? Make sure to first revert any changes you might have done while trying to troubleshoot the issue.

If it works, can you mark the topic as [SOLVED] ?

Last edited by flan_suse (2011-04-22 22:59:08)

Offline

#54 2011-04-23 04:21:39

DeletedUser210616
Banned
Registered: 2010-07-07
Posts: 43

Re: Xfce4 and reboot/shutdown problem with xorg-server 1.10

fixed for me too smile

Last edited by DeletedUser210616 (2011-04-23 04:30:58)

Offline

#55 2011-04-24 00:13:30

jere2001
Member
From: Brasil
Registered: 2011-04-24
Posts: 6

Re: Xfce4 and reboot/shutdown problem with xorg-server 1.10

Perfect, now XFCE restarts and shuts down the PC, but lost Conky transparency sad

Offline

#56 2011-04-24 00:32:01

DeletedUser210616
Banned
Registered: 2010-07-07
Posts: 43

Re: Xfce4 and reboot/shutdown problem with xorg-server 1.10

jere2001 wrote:

Perfect, now XFCE restarts and shuts down the PC, but lost Conky transparency sad

I had the same problem, you have to use real transparency with the composite manager.
add the following to your conky config:

# Real Transparency with composite manager
own_window_argb_visual true
own_window_argb_value 0

Last edited by DeletedUser210616 (2011-04-24 00:32:46)

Offline

#57 2011-04-24 03:35:04

jere2001
Member
From: Brasil
Registered: 2011-04-24
Posts: 6

Re: Xfce4 and reboot/shutdown problem with xorg-server 1.10

Thanks for your help. But unfortunately it did not work here.
See my ".conkyrc"

# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_hints undecorated,below,skip_taskbar
background yes
own_window_type override

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# fiddle with window oboje yes
use_spacer yes    
use_xft yes

# Update interval in seconds
update_interval 3.0

# Minimum size of text area
minimum_size 150 5

# Maximum width of text area
maximum_width 245

# Draw shades?
draw_shades yes

# Text stuff
draw_outline no # amplifies text if yes
draw_borders no

uppercase no # set to yes if you want all text to be in uppercase

# Stippled borders?
stippled_borders 1

# border margins
border_margin 1

# border width
border_width 1

# Default colors and also border colors, grey90 == #e5e5e5
default_color green
default_shade_color black
default_outline_color grey90

# own_window_colour black
# own_window_transparent yes
own_window_argb_visual true
own_window_argb_value 0

# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right

# Gap between borders of screen and text
gap_x 5
gap_y 5

# stuff after 'TEXT' will be formatted on screen

override_utf8_locale yes
xftfont Terminus:size=10
xftalpha 0.8

TEXT

${color slate grey}${hr 2}
${color slate grey}${alignc}${voffset 6}${time %A %e %B %G}
${color slate grey}${font Arial Black:size=26}${alignc}${time %H:%M}${font}
            
${color slate grey}${font OpenLogos:size=67}${alignc}B${font OpenLogos:size=70}^${font}
${hr 2}
${voffset 2}${color}${font StyleBats:size=12}O ${font}${color slate grey}UpTime: ${color }$uptime
${color}${font StyleBats:size=12}Q ${font}${color slate grey}Kernel: ${color }$kernel
${color}${font StyleBats:size=12}Z ${font}${color slate grey}Public IP: ${color }${execi 1 ~/scripts/ip.sh}
${color}${font StyleBats}y ${font}${color slate grey}CPU temp: ${color}${hwmon 0 temp 2}°C
${font StyleBats:size=12}k ${font}${color slate grey}Mobo temp: ${color}${hwmon 0 temp 1} °C

${color slate grey}CPU: ${color}$font${cpu cpu1}%  
${cpugraph cpu1 25,120 789E2D A7CC5C} 
${color slate grey}${hr 2}
${color}${font Webdings:size=12}i ${font}${color slate grey}Top 5                       ${alignr}CPU%  MEM%
${color}${top name 1} ${alignr}${top cpu 1}    ${top mem 1}
${color slate grey}${top name 2} 
${top name 3} ${alignr}${top cpu 3}    ${top mem 3}
${top name 4} ${alignr}${top cpu 4}    ${top mem 4}
${top name 5} ${alignr}${top cpu 5}    ${top mem 5}

${color slate grey}MEM:  ${color} $memperc% $mem/$memmax
${color slate grey}${membar 3,245}
${color slate grey}SWAP: ${color } $swapperc% $swap/$swapmax
${color slate grey}${swapbar 3,245}

${color slate grey}ROOT:    ${color }${fs_free /}/${fs_size /}
${color slate grey}${fs_bar 3,245 /}
${color slate grey}DISK:  ${color }${fs_free /media/disk}/${fs_size /media/disk}
${color slate grey}${fs_bar 3,245 /media/disk}
${voffset 6}${color}${font PizzaDude Bullets:size=12}S${font}  ${color slate grey}Tot.dow. ${color }${totaldown eth0}
${voffset 1}${color}${font PizzaDude Bullets:size=12}r${font}  ${color slate grey}Down: ${color }${downspeed eth0}k/s${alignr}${downspeedgraph eth0 10,120 789E2D A7CC5C}

${color}${font PizzaDude Bullets:size=12}M${font}  ${color slate grey}Tot.up. ${color }${totalup eth0}
${voffset 1}${color}${font PizzaDude Bullets:size=12}v${font}  ${color slate grey}Up: ${color }${upspeed eth0}k/s${alignr}${upspeedgraph eth0 10,120 789E2D A7CC5C}
${color slate grey}${hr 2}

${voffset -14}${color}${font Martin Vogel's Symbols:size=16}B${font}${color slate grey}gmail: ${color slate grey}${alignr}${color green}${execi 300 python2 ~/scripts/gmail_1.py n} ${color slate grey}mail(s)

${hr 2}

sad

Offline

#58 2011-04-24 04:49:05

DeletedUser210616
Banned
Registered: 2010-07-07
Posts: 43

Re: Xfce4 and reboot/shutdown problem with xorg-server 1.10

jere2001 wrote:

Thanks for your help. But unfortunately it did not work here.
See my ".conkyrc"
sad

https://wiki.archlinux.org/index.php/Conky

Offline

#59 2011-04-24 11:07:30

jere2001
Member
From: Brasil
Registered: 2011-04-24
Posts: 6

Re: Xfce4 and reboot/shutdown problem with xorg-server 1.10

Thanks, managed using your suggestion and also changing the
line:

own_window_type override

To:

own_window-type normal

big_smile

Last edited by jere2001 (2011-04-24 11:08:24)

Offline

#60 2011-04-24 11:11:57

DeletedUser210616
Banned
Registered: 2010-07-07
Posts: 43

Re: Xfce4 and reboot/shutdown problem with xorg-server 1.10

I think its safe to call this one closed.

Offline

#61 2011-04-24 18:07:17

Leonid.I
Member
From: Aethyr
Registered: 2009-03-22
Posts: 999

Re: Xfce4 and reboot/shutdown problem with xorg-server 1.10

carnagex420x wrote:

I think its safe to call this one closed.

Well, the original XFCE bug report was reopened, my understanding is that pseudo-transparency (w/o compositing) is now broken in xfdesktop 4.8.2...

Last edited by Leonid.I (2011-04-24 18:07:38)


Arch Linux is more than just GNU/Linux -- it's an adventure
pkill -9 systemd

Offline

#62 2011-04-24 18:53:59

Behemot
Member
Registered: 2010-12-10
Posts: 96

Re: Xfce4 and reboot/shutdown problem with xorg-server 1.10

Good job with the fix :-)

Offline

Board footer

Powered by FluxBB