[Xfce-bugs] [Bug 16088] Autohide panel disappears completely

2020-02-03 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16088

groucho  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #2 from groucho  ---
I can not reproduce the issue anymore with the latest git version.

Commits f9292c2f3b34c95e8a05d8fd31639dc5bc2b63a5 or
e70f10732b5080f250ae50982b0e97e4f8725094 seem to have fixed it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[Xfce-bugs] [Bug 16423] Memory leak in Xfdesktop when connecting and disconnecting monitors

2020-02-03 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16423

bzcw2020  changed:

   What|Removed |Added

 CC||bugzi...@globalbcx.com

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[Xfce-bugs] [Bug 16423] Memory leak in Xfdesktop when connecting and disconnecting monitors

2020-02-03 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16423

bzcw2020  changed:

   What|Removed |Added

Summary|Memory leak in Xfdesktop|Memory leak in Xfdesktop
   |when connecting and |when connecting and
   |disconnecting HDMI monitors |disconnecting monitors

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[Xfce-bugs] [Bug 16423] New: Memory leak in Xfdesktop when connecting and disconnecting HDMI monitors

2020-02-03 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16423

Bug ID: 16423
   Summary: Memory leak in Xfdesktop when connecting and
disconnecting HDMI monitors
Classification: Xfce Core
   Product: Xfdesktop
   Version: 4.14.1
  Hardware: PC (x86_64)
OS: Linux
Status: NEW
  Severity: normal
  Priority: Medium
 Component: General
  Assignee: xfce-bugs@xfce.org
  Reporter: bugzi...@globalbcx.com
  Target Milestone: Xfce 4.14

Created attachment 9424
  --> https://bugzilla.xfce.org/attachment.cgi?id=9424=edit
Monitor drm event triggers and xfdesktop memory usage at 5 minutes interval

xfdesktop 4.1x leaks memory whenever a HDMI monitor is connected. Maybe
duplicate of https://bugzilla.xfce.org/show_bug.cgi?id=16314 and
https://bugzilla.xfce.org/show_bug.cgi?id=14844

Steps to reproduce (any of these will do)
=
- turn monitor off then on
- switch monitor source to another input (2nd HDMI, DVI or DP depending on the
monitor)  then back again
- trigger KVM to change source (to my laptop) and back

Actual Results
===
After the monitor is connected back, memory usage by xfreedeskop often
increases. Sometimes it drops back a little or doesn't change if interval too
short but the persistent trend is to increase until desktop is very sluggish
and a reboot is required.

Expected results
===
Memory usage by xfdesktop should not be affected by reconnecting an existing
monitor.

Build date and hardware

Happened since last xfce version in Fedora 30 and 31 
- Fedora 31 (upgraded from 30)
- R5-2400G / AMD 5700XT ( added weeks after Fedora 31 upgrade )
- Philips 1920x1080 HDMI (iGPU) and Acer 2560x1440 HDMI (5700XT) via a physical
KVM switch


Additional info
==
I have a udev rule which triggers on drm change action to trigger xrandr and
logging of mem info. xrandr fixes an issue where xfce does not configure the
Acer properly. It is a 120Hz LCD but after the KVM, 120Hz will cause no
display, setting the Display configuration to 60Hz as well as in config text
files does not hold for some reason and it frequently reverts to 120Hz and
wrong positioning by itself. 

It is unlikely to be relevant but the udev script does the following:
echo "$(date) : Monitor hotplug event" >> /var/log/xfdesktop_mem.log
ps -eo pid,%cpu,%mem,vsz,rss,tty,stat,start,time,cmd | grep [x]fdesktop >>
/var/log/xfdesktop_mem.log
export XAUTHORITY=/home/user/.Xauthority
DISPLAY=:0 /usr/bin/xrandr --newmode "2560x1440_60.00"  312.25  2560 2752 3024
3488  1440 1443 1448 1493 -hsync +vsync
DISPLAY=:0 /usr/bin/xrandr --addmode HDMI-1 2560x1440_60.00
DISPLAY=:0 /usr/bin/xrandr --output HDMI-1 --mode 2560x1440_60.00 --right-of
DVI-D-1
sleep 0.5
DISPLAY=:0 /usr/bin/xrandr --output HDMI-1 --right-of DVI-D-1

Every 5 minutes, i have a cronjob that outputs the same ps line to the log
file.

Triggering monitor connect/disconnect in rapid succession appears not to cause
memory to increase as consistently.

Attached log 

contains two types of entry
- udev drm events with date/time
- undated 5 minutes interval logging of xfdesktop memory usage
Period includes before a dnf update and reboot.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[Xfce-bugs] [Bug 16128] Add a --disable-wm-check flag like that of xfdesktop and xfce4-panel

2020-02-03 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16128

Simon Steinbeiss  changed:

   What|Removed |Added

   Attachment #9190|0   |1
is obsolete||
 CC||och...@xfce.org

--- Comment #1 from Simon Steinbeiss  ---
Created attachment 9423
  --> https://bugzilla.xfce.org/attachment.cgi?id=9423=edit
Disable wm check flag

Thanks for your patch. I have reviewed and amended it a bit, please take a look
before I merge it.

Also, I'm not sure we'll be able to merge it in 4.14 as this changes strings
and isn't strictly speaking bugfix-only. Will probably have to chat with some
of the other devs about this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[Xfce-bugs] [Bug 16128] Add a --disable-wm-check flag like that of xfdesktop and xfce4-panel

2020-02-03 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16128

Simon Steinbeiss  changed:

   What|Removed |Added

   Assignee|xfce-bugs@xfce.org  |och...@xfce.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[Xfce-bugs] [Bug 16410] Middle clicking to close grouped last in a group app does not fully hide the popup

2020-02-03 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16410

--- Comment #6 from Steve  ---
I get that too.  *I think* the panel restarts when you close the second-to-last
one.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[Xfce-bugs] [Bug 16410] Middle clicking to close grouped last in a group app does not fully hide the popup

2020-02-03 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16410

--- Comment #5 from Simon Steinbeiss  ---
Btw, the panel crashes for me at some point when I close a few windows in a
group.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[Xfce-bugs] [Bug 16410] Middle clicking to close grouped last in a group app does not fully hide the popup

2020-02-03 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16410

--- Comment #4 from Simon Steinbeiss  ---
Ok, makes sense. I was asking because you wrote "if I attempt to close all
windows in a group".

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[Xfce-bugs] [Bug 16410] Middle clicking to close grouped last in a group app does not fully hide the popup

2020-02-03 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16410

--- Comment #3 from Steve  ---
Because I want to leave one open often, or I want to preview each window in
turn so see if I no longer need it...

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[Xfce-bugs] [Bug 16410] Middle clicking to close grouped last in a group app does not fully hide the popup

2020-02-03 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16410

--- Comment #2 from Steve  ---
Because I want to leave one open...

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[Xfce-bugs] [Bug 16410] Middle clicking to close grouped last in a group app does not fully hide the popup

2020-02-03 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16410

Simon Steinbeiss  changed:

   What|Removed |Added

 CC||och...@xfce.org

--- Comment #1 from Simon Steinbeiss  ---
Not saying that "you're holding it wrong" (I guess there is a bug there) but
why not right-click the group and click "Close All" once instead?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[Xfce-bugs] [Bug 16296] Xfce panel opacity setting for 90% "Leave" is getting reset to 100% after reboot.

2020-02-03 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16296

Simon Steinbeiss  changed:

   What|Removed |Added

 CC||och...@xfce.org
 Status|NEW |ASSIGNED
   Assignee|xfce-bugs@xfce.org  |och...@xfce.org

--- Comment #8 from Simon Steinbeiss  ---
Indeed, it seems that the panel sets the leave_opacity to 100% (only internally
in the panel object, not in xfconf) when compositing is disabled and since all
properties are bound directly to the UI you can also see that in the settings.

I'll see if I can redo that part without touching the leave_opacity value at
all...

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[Xfce-bugs] [Bug 16422] Compile Failure: tvm-command-entry.c:83:9: error: cast between incompatible function types

2020-02-03 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16422

Öyvind Saether  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|NEEDINFO|RESOLVED

--- Comment #2 from Öyvind Saether  ---
It took me a while to realize that --enable-debug=full makes warnings into
errors, I simply didn't realize. Will use --enable-debug=yes

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[Xfce-bugs] [Bug 16422] Compile Failure: tvm-command-entry.c:83:9: error: cast between incompatible function types

2020-02-03 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16422

alexxcons  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||alexxc...@xfce.org

--- Comment #1 from alexxcons  ---
You are building master ? Or some different branch ?
Looks like you are building with -Werror, so actually it is a warning (though I
dont even get that warning)

I got some other compiler error when doing git fetch & git pull & make ...
though after purging the project and doing a fresh git clone, it built fine for
me.

gcc version 9.2.1  .. which compiler do you use ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs