Package Details: wingpanel-standalone-git r677.f8b98a5-1

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 (without Gala dependencies)
Upstream URL: https://github.com/elementary/wingpanel
Licenses: GPL3
Groups: pantheon-qq
Conflicts: libwingpanel-2.0.so, libwingpanel.so, wingpanel, wingpanel-git
Provides: libwingpanel-2.0.so, libwingpanel.so, wingpanel, wingpanel-git
Submitter: quequotion
Maintainer: quequotion
Last Packager: quequotion
Votes: 3
Popularity: 0.000000
First Submitted: 2017-05-15 04:37 (UTC)
Last Updated: 2022-11-16 08:37 (UTC)

Dependencies (24)

Required by (32)

Sources (6)

Pinned Comments

quequotion commented on 2019-03-08 10:28 (UTC) (edited on 2020-06-20 03:52 (UTC) by quequotion)

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.

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

PedroHLC commented on 2019-10-02 12:32 (UTC)

==> Starting prepare()...
  -> Autohide
can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/./.travis.yml b/../wingpanel-qq/wingpanel-qq/.travis.yml
|index 20a23ed..409aceb 100644
|--- a/./.travis.yml
|+++ b/../wingpanel-qq/wingpanel-qq/.travis.yml
--------------------------

quequotion commented on 2019-03-08 10:28 (UTC) (edited on 2020-06-20 03:52 (UTC) by quequotion)

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.

quequotion commented on 2018-12-15 07:00 (UTC)

@Ataraxy I need to merge some upstream changes.

I can probably get this done later tonight.

Ataraxy commented on 2018-12-14 11:22 (UTC)

There seems to be a problem with a patch file:

==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Creating working copy of wingpanel git repo...
Cloning into 'wingpanel'...
done.
==> Starting prepare()...
  -> Autohide
patching file .travis.yml
can't find file to patch at input line 18
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/./CMakeLists.txt b/../wingpanel-qq/wingpanel-qq/CMakeLists.txt
|index 2309c8b..878fc26 100644
|--- a/./CMakeLists.txt
|+++ b/../wingpanel-qq/wingpanel-qq/CMakeLists.txt
--------------------------
File to patch:

quequotion commented on 2018-09-18 05:42 (UTC)

Two new autohide modes!

Dodge: Avoids a currently active maximized window, can unhide on mouseover--with struts (panel will push windows out of the way).

Dodge-Float: Also avoids a currently active maximized window and can unhide on mouseover--without struts (panel will overlay window content in its area).

quequotion commented on 2018-06-18 19:30 (UTC) (edited on 2019-03-08 10:05 (UTC) by quequotion)

New feature: autohide delay!

The defaults is 200ms and it can be set in dconf at io.elementary.desktop.wingpanel.delay (0~1000ms)

quequotion commented on 2018-06-17 19:12 (UTC)

Update: The gsettings got RDNN'd.

If you were using autohide, you'll have to reset your preference at the new location: io.elementary.desktop.wingpanel

quequotion commented on 2018-06-08 10:28 (UTC)

This is building now; thanks for the feedback!

gavr123456789 commented on 2018-06-03 18:19 (UTC)

-> minus gala plugin <br> ... <br> patching file wingpanel-interface/Utils.vala <br> patching file wingpanel-interface/CMakeLists.txt <br> Reversed (or previously applied) patch detected! Skipping patch. <br> 1 out of 1 hunk ignored -- saving rejects to file wingpanel-interface/CMakeLists.txt.rej <br> patching file CMakeLists.txt <br> ==> ERROR: A failure occurred in prepare(). <br> Aborting... <br> ==> ERROR: Makepkg was unable to build wingpanel-standalone-git.-> minus gala plugin <br> ... <br> patching file wingpanel-interface/Utils.vala <br> patching file wingpanel-interface/CMakeLists.txt <br> Reversed (or previously applied) patch detected! Skipping patch. <br> 1 out of 1 hunk ignored -- saving rejects to file wingpanel-interface/CMakeLists.txt.rej <br> patching file CMakeLists.txt <br> ==> ERROR: A failure occurred in prepare(). <br> Aborting... <br> ==> ERROR: Makepkg was unable to build wingpanel-standalone-git.

quequotion commented on 2018-03-03 17:07 (UTC) (edited on 2018-03-06 15:49 (UTC) by quequotion)

yash

Just updated; should be fine now.

Update: I've added a gsetting for autohide mode with default 'Disabled'; to enable autohide in wingpanel-standalone use dconf-editor or in terminal:

gsettings set org.pantheon.desktop.wingpanel autohide Autohide

or:

gsettings set org.pantheon.desktop.wingpanel autohide Float

See https://github.com/elementary/wingpanel/pull/93 for details.