Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for newer version of libpanelapplet #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

u-quark
Copy link

@u-quark u-quark commented Aug 16, 2015

In the newest versions of, what is now called, Gnome Flashback the
library libpanelapplet-4.0 is now renamed to libpanel-applet. No
changes in the code are necessary. This change adds an extra option
(gnomeflashback) to with-panel argument that will add the correct
library. Also, adds relative changes to README.

In the newest versions of, what is now called, Gnome Flashback the
library libpanelapplet-4.0 is now renamed to libpanel-applet. No
changes in the code are necessary. This change adds an extra option
(gnomeflashback) to with-panel argument that will add the correct
library. Also, adds relative changes to README.
In-process applet is needed for libpanel-applet >= 3.22. The
out-of-process applets are no long supported:

GNOME/gnome-panel@672eb2a

This conditionally compiles the code based on libpanel-applet version.
Also removes some parts of the code that are no longer supported (i.e.
`panel_applet_set_background_widget()`)
@u-quark
Copy link
Author

u-quark commented Sep 5, 2017

I pushed another commit for an even newer version of gnome libpanel-applet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant