>KucharczykL
Have you tried again recently? I think this was fixed a while ago.
Search Criteria
Package Details: wingpanel-standalone-git r595.52c921b-2
Git Clone URL: | https://aur.archlinux.org/wingpanel-standalone-git.git (read-only, click to copy) |
---|---|
Package Base: | wingpanel-standalone-git |
Description: | Stylish top panel that holds indicators and spawns an application launcher (without Gala dependencies) |
Upstream URL: | https://github.com/elementary/wingpanel |
Licenses: | |
Groups: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | quequotion |
Maintainer: | quequotion |
Last Packager: | quequotion |
Votes: | 3 |
Popularity: | 0.000067 |
First Submitted: | 2017-05-15 04:37 |
Last Updated: | 2020-10-11 17:05 |
Dependencies (24)
- cogl (deepin-cogl)
- libgee (libgee-git)
- libgranite.so (granite-git, granite)
- libwnck3
- git (git-git) (make)
- libgranite.so (granite-git, granite) (make)
- meson (meson-git) (make)
- vala (vala0.42, vala0.44, vala-git) (make)
- glippy-indicator (optional) – Excellent clipboard manager applet
- indicator-powersave (optional) – On the fly power savings and performance toggles
- pantheon-applications-menu-git (optional) – Application launcher
- ubuntu-indicator-weather (optional) – Simple weather applet
- wingpanel-indicator-a11y-git (optional) – Tray applet
- wingpanel-indicator-ayatana-git (optional) – Display Unity 7 tray applets
- wingpanel-indicator-bluetooth-git (optional) – Tray applet
- wingpanel-indicator-datetime-git (optional) – Tray applet
- wingpanel-indicator-keyboard-git (optional) – Tray applet
- wingpanel-indicator-namarupa-git (optional) – Display Unity 7 tray applets
- wingpanel-indicator-network-git (optional) – Tray applet
- wingpanel-indicator-notifications-git (optional) – Tray applet
- wingpanel-indicator-power-git (optional) – Tray applet
- wingpanel-indicator-sensors-git (optional) – Tray applet
- wingpanel-indicator-session-git (optional) – Tray applet
- wingpanel-indicator-sound-git (optional) – Tray applet
Required by (21)
- pantheon-3d
- pantheon-applications-menu-git (requires wingpanel) (make)
- pantheon-core-git (requires wingpanel-git)
- pantheon-lite
- pantheon-session (requires wingpanel)
- pantheon-stable (requires wingpanel)
- pantheon-system-monitor-git (requires wingpanel)
- pantheon-workarounds (optional)
- wingpanel-indicator-a11y-git (requires wingpanel-git) (make)
- wingpanel-indicator-bluetooth-git (requires wingpanel-git) (make)
- wingpanel-indicator-datetime-git (requires wingpanel-git) (make)
- wingpanel-indicator-keyboard-git (requires wingpanel-git) (make)
- wingpanel-indicator-network-git (requires wingpanel-git) (make)
- wingpanel-indicator-nightlight-git (requires wingpanel-git) (make)
- wingpanel-indicator-notifications-git (requires wingpanel-git) (make)
- wingpanel-indicator-power-git (requires wingpanel-git) (make)
- wingpanel-indicator-privacy-git (requires wingpanel-git) (make)
- wingpanel-indicator-privacy-stable-git (requires wingpanel)
- wingpanel-indicator-session-git (requires wingpanel) (make)
- wingpanel-indicator-sound-git (requires wingpanel-git) (make)
- wingpanel-indicator-sys-monitor-git (requires wingpanel)
Sources (6)
Latest Comments
« First ‹ Previous 1 2 3
quequotion commented on 2017-11-09 18:40
KucharczykL commented on 2017-09-24 11:40
The package doesn't build.
-> minus cgl
patching file vapi/cogl-fixes.vapi
patching file wingpanel-interface/CMakeLists.txt
Hunk #1 FAILED at 20.
1 out of 1 hunk FAILED -- saving rejects to file wingpanel-interface/CMakeLists.txt.rej
==> ERROR: A failure occurred in prepare().
Aborting...
quequotion commented on 2017-05-29 21:34
This package contains a patch to enable autohide; the behavior is hard-wired.
To rebuild without it, comment line 62: #patch -Np2 < ../autohide-evbox.patch
quequotion commented on 2017-05-25 10:36
If you have switchboard-plug-elementary-tweaks-bzr installed, remove it before replacing slingshot-launcher with pantheon-applications-menu.
Wingpanel will crash if tweaks goes looking for slingshot's dconf and I haven't been able to rebuild the plug recently (it's been abandoned for a long time; may be time to put it to rest).
Pinned Comments
quequotion commented on 2020-09-23 13:18
NEWS: Upstream has bumped wingpanel's api version to 3.0.
I have been able to port this patchset to the new wingpanel, however you may find that the indicators in
[community]
and third-party indicators, even from git, do not work with it at the moment.This is because they are released for the 2.0 API. You may either upgrade to -git indicators (assuming upstream has already ported them to the new API), and pressure third-party developers to upgrade their dependency, OR wait for elementary OS to make official releases of their new wingpanel and indicators (and still pressure third-party developers to upgrade their dependency) which will be uploaded to [community], OR pressure me to produce a secondary package using the 2.0, legacy, API to maintain status quo (which I do not want to maintain and will delete as soon as upstream makes an official release).
An interim, and highly unrecommended workaround would be to create a 2.0 symlink of the 3.0 library. This works only as long as the indicators do not notice the difference, and there's no guarantee of that. An indicator could call a missing or reconfigured function and crash or lock itself up and/or wingpanel at any time.
EDIT: I came up with another interim, unrecommendable workaround, no better than the previous one: by reverting the commit that changes the numbering of the library version. Note that this does not actually change the library version: whatever is different is still different--it's really 3.0, just mislabeled as 2.0.
If you'd like to try this dirty hack, which will be just as vulnerable to crashing and freezing, uncomment lines 21 , 23, and 48~9 in the
PKGBUILD
before building.quequotion commented on 2019-03-08 10:28
The following patches are applied:
autohide.patch Implements autohide.
minus-{backgroundmanager,galaplugin}.patch Remove features that depend on the Gala window manager (leaves the panel background transparent).
no-mutter-typelib.patch Wouldn't compile until it was removed. (no need for gala == no need for mutter)
fix-for-openbox.patch Fix strutting behavior in openbox; probably a temporary patch.