! 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 !
4.3 port
Status:
RESOLVED: FIXED
Product:
Xfce4-panel
Component:
Windows Menu

Comments

Description Jani Monoses 2006-01-21 22:59:02 CET
differences from 4.2 plugin on which it is based

-uses rcfile instead of xml for config
-uses libxfcegui for adding/removing workspaces instead of X events
-uses an invisible dummy widget instead of an event box for the
gtk_widget_render_icon call()

I am not sure if the signal handler needs to be freed on data-free. That field
is marked with FIXME. It seems to work with or without but maybe I just don't
know how to trigger a doesn't work scenario :)


Reproducible: Always
Steps to Reproduce:
1. 
2. 
3.
Comment 1 Jani Monoses 2006-01-21 22:59:32 CET
Created attachment 400 
c file
Comment 2 Jani Monoses 2006-01-21 22:59:50 CET
Created attachment 401 
desktop file
Comment 3 Jani Monoses 2006-01-21 23:00:05 CET
Created attachment 402 
makefile
Comment 4 Jani Monoses 2006-01-21 23:01:28 CET
build patch common for showdesktop/windowlist

Index: plugins/Makefile.am
===================================================================
--- plugins/Makefile.am (revision 19536)
+++ plugins/Makefile.am (working copy)
@@ -7,4 +7,6 @@
        systray                         \
        iconbox                         \
        clock                           \
+       showdesktop                     \
+       windowlist                      \
        testplugin
Index: configure.ac
===================================================================
--- configure.ac        (revision 19536)
+++ configure.ac        (working copy)
@@ -93,6 +93,8 @@
 plugins/systray/Makefile
 plugins/iconbox/Makefile
 plugins/clock/Makefile
+plugins/showdesktop/Makefile
+plugins/windowlist/Makefile
 plugins/testplugin/Makefile
 po/Makefile.in
 docs/Makefile
Comment 5 Jasper Huijsmans editbugs 2006-01-29 19:04:38 CET
I've added it to SVN with a couple of changes: free resources, use the action
menu that is available from libxfcegui4, make it a toggle button and add a menu
positioning function (copied from the menu plugin). Thanks a lot for the port.

Bug #1339

Reported by:
Jani Monoses
Reported on: 2006-01-21
Last modified on: 2010-11-20

People

Assignee:
Nick Schermer
CC List:
0 users

Version

Version:
Unspecified

Attachments

c file (19.41 KB, text/plain)
2006-01-21 22:59 CET , Jani Monoses
no flags
desktop file (162 bytes, text/plain)
2006-01-21 22:59 CET , Jani Monoses
no flags
makefile (1.56 KB, text/plain)
2006-01-21 23:00 CET , Jani Monoses
no flags

Additional information