You are not logged in.

#1 2011-04-30 17:34:16

derblub
Member
From: /dev/null
Registered: 2011-04-25
Posts: 44
Website

Problem: maximizing windows moves them to bottom screen-edge (KDE4.x)

I just restarted my notebook (after ~10 days uptime) and now everytime I try to maximize windows, they are moved to the bottom of the screen and they get cut off.

Somehow it seems like my X,Y coordinates start at 800,0 (my resolution: 1920x1080).
I checked already my screen-settings and tried to reset them, but it didn't work.

Another thing: I usually use tilda as my on-screen terminal, which is usually located at the top left edge. now when I start it, it pops up on the bottom left, even tho in the settings it is on 0:0 position.


Anyone here who knows what it can be and how to fix it?
Thanks in advance!

Offline

#2 2011-04-30 23:44:48

derblub
Member
From: /dev/null
Registered: 2011-04-25
Posts: 44
Website

Re: Problem: maximizing windows moves them to bottom screen-edge (KDE4.x)

I found the problem - it was my conky setup.
After killing the process and restarting it again, all was fine again..
[edit]: correction - restarting conky is not fixing my problem

but I'm not sure what part of my config is causing this problem - anyone here who sees the problem?

.conkyrc

background no
font Monospace:size=8
xftfont Monospace:size=8
use_xft yes
xftalpha 0.5
update_interval 1.0
total_run_times 0
own_window yes
own_window_type panel
own_window_transparent yes
own_window_argb_visual yes
own_window_argb_value 255
own_window_class conky-semi
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
# minimum_size 200
maximum_width 220
default_color ffffff
default_shade_color 000000
draw_outline no
alignment top_right
gap_x 0
gap_y 210
no_buffers yes
cpu_avg_samples 2
override_utf8_locale yes
uppercase no
use_spacer none

TEXT
${goto 5}${time %A, %d. %B %Y}

${goto 5}Kernel: $kernel $machine
${goto 5}Uptime: $uptime_short
${goto 5}Battery:${voffset 2} ${battery_bar 5,115} ${battery_percent}%
${goto 5}Lan IP: ${addrs wlan0}
${goto 5}Wan IP: ${execi 600 /home/blub/scripts/.wan-ip}

# ${goto 5}PROCCESSOR
${goto 5}CPU 1: ${cpubar cpu0 5,130} ${cpu cpu0}%
${goto 5}CPU 2: ${cpubar cpu1 5,130} ${cpu cpu1}%
${goto 5}CPU 3: ${cpubar cpu2 5,130} ${cpu cpu2}%
${goto 5}CPU 4: ${cpubar cpu3 5,130} ${cpu cpu3}%
${goto 5}Temp: ${hwmon temp 1}°C

# ${goto 5}MEMORY
${goto 5}RAM: ${goto 40}${membar 5,135} $memperc%
${goto 5}Swap: ${goto 40}${swapbar 5,135} $swapperc%
${goto 5}Processes: $processes
${goto 5}Running: $running_processes

${goto 5}PROCESSES $alignc ${goto 135}MEM  ${goto 175}CPU
${goto 5}CPU TIME $stippled_hr
${goto 5}${top name 1} ${goto 120}${top mem 1} ${goto 160}${top cpu 1}
${goto 5}${top name 2} ${goto 120}${top mem 2} ${goto 160}${top cpu 2}
${goto 5}${top name 3} ${goto 120}${top mem 3} ${goto 160}${top cpu 3}
${goto 5}${top name 4} ${goto 120}${top mem 4} ${goto 160}${top cpu 4}
${goto 5}TOTAL MEM $stippled_hr
${goto 5}${top_mem name 1} ${goto 120}${top_mem cpu 1} ${goto 160}${top_mem mem 1}
${goto 5}${top_mem name 2} ${goto 120}${top_mem cpu 2} ${goto 160}${top_mem mem 2}
${goto 5}${top_mem name 3} ${goto 120}${top_mem cpu 3} ${goto 160}${top_mem mem 3}
${goto 5}${top_mem name 4} ${goto 120}${top_mem cpu 4} ${goto 160}${top_mem mem 4}

# ${goto 5}HDD
${goto 5}root: ${goto 45}${fs_bar 5,130 /} ${fs_used_perc /}%
${goto 5}home: ${goto 45}${fs_bar 5,130 /home} ${fs_used_perc /home}%

# ${goto 5}WLAN
${goto 5}D: ${downspeed wlan0} ${goto 75} U: ${upspeed wlan0}
 

Last edited by derblub (2011-04-30 23:47:57)

Offline

#3 2011-05-01 20:35:56

derblub
Member
From: /dev/null
Registered: 2011-04-25
Posts: 44
Website

Re: Problem: maximizing windows moves them to bottom screen-edge (KDE4.x)

so just for the archives - my problem is fixed now
changing this

own_window_type panel

to this

own_window_type normal

helped

Offline

Board footer

Powered by FluxBB