Nice to see upstream is finally on board! :D
http://git.xfce.org/xfce/xfwm4/commit/?id=2c77f62868dc235657e305987932cc5caa04cd0a
Search Criteria
Package Details: xfwm4-titleless-dev 4.11.4-2
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2015-05-20)
| Package Base: | xfwm4-titleless-dev |
|---|---|
| Description: | Xfce window manager with hide title on maximized features, corner tiling and fixes |
| Upstream URL: | https://github.com/cedl38/xfwm4-titleless |
| Category: | xfce |
| Licenses: | |
| Groups: | |
| Conflicts: | |
| Provides: | |
| Submitter: | cedl38 |
| Maintainer: | cedl38 |
| Last Packager: | cedl38 |
| Votes: | 7 |
| First Submitted: | 2013-11-01 13:57 |
| Last Updated: | 2014-11-15 20:31 |
Dependencies (7)
- hicolor-icon-theme
- libwnck
- libxfce4ui>=4.11.0
- exo (make)
- intltool (make)
- xfce4-dev-tools (make)
- xfce4-windowck-plugin (optional) – to put the maximized window title on the panel.
Required by (0)
Sources
Latest Comments
Comment by korrode
Comment by colinkeenan
Thanks @cedl38.
Why was this flagged out of date? It seems to provide a more up-to-date version than xfwm4-devel and that's not flagged.
Comment by cedl38
@colinkeenan you need to enable the option in tweak settings -> accessibility
Comment by colinkeenan
Does this work? I installed it, replacing xfwm4-devel that I already had installed, logged out and back in. I expected that when I maximized windows like Thunar or Gnumeric, the title-bar would go away in the same way that Google Chrome does. I still see the title bars when maximized though.
How do I make the title-bars go away when maximized?
Comment by izmntuk
@laracraft93 just install libxfce4ui-git from aur.
Comment by laracraft93
libxfce4ui 4.11 not release at extra repository
Comment by Alad
How is libxfce4ui>=4.11.0 "better" when all it does is break dependency solving (both manually when the user has to go search for libxfce4ui-git, and with AUR helpers)?
Comment by cedl38
add exo to makedepends.
Thanks @korrode
Comment by korrode
devtools build revealed exo missing from makedepends
Comment by cedl38
Updated package dependency. Thanks killermoehre. It's definitely better, for sure!
I'm currently testing some fix for tiling and maximize, corner tiling feature... Go on titleless git repository for testing.
Comment by killermoehre
Why is this package depending on libxfce4ui-git? Better use something like "Depends=('libxfce4ui>=4.11.0'…)"
Comment by Nierro
Luckily i don't use any of the gnome app, so for me it's not that important.
Btw tried with gedit and it does not work.
Comment by cedl38
Not for now. I'm not on the official xfwm4 development team.
This new release add support for headers bar applications, it work for gtk3.10 but unfortunately not with gtk 3.12 until now... I've no idea how to fix this problem for now. This bug also appear on the master branch so it's not specific to my tweaks. This bug don't appear with openbox wm, so it seem to be a xfwm4 specific issue.
Have you noticed this? (try to launch gtk3 app with header bar like gedit, nautilus...)
Comment by Nierro
Any news about the merging of the patch in official xfwm? :)
Comment by cedl38
@korrode
Could be interesting but is better to discuss on this feature.
Can you add a feature request on my github project ?
link: https://github.com/cedl38/xfwm4-titleless/issues
Comment by korrode
Hey cedl38 would you be at all interested in adding maximized as a default placement option? (along with the 2 that're currently available in: Window Manager Tweaks -> Placement)
Comment by Nierro
Great news!
Thanks!
Comment by cedl38
bug fixed! merge branch master for zooming...
Comment by cedl38
A bug report is opened in the link below with step to reproduce. https://github.com/cedl38/xfwm4-titleless/issues/2
Comment by Nierro
Uhm no, never noticed this. I'll dig into it and if it appears, i'll tell you.
By the way, thanks for your work.
Comment by cedl38
@niero I’m actually working with an annoying bug for xfwm4-titleless: sometime, when you unmaximize windows with button The title is displayed behind the panel... Do you have noticed this bug ?
Comment by cedl38
For now,I prefers to update this package from time to time instead of using a git package. But zooming seem to be interesting... so I think I will make an update for it.
If you want the latest feature you can apply the following patch to xfwm4 source git repository and build it from source: https://bugzilla.xfce.org/attachment.cgi?id=5247
Comment by Nierro
What about a -git package, instead of -dev one?
Some days ago has been implemented zooming patch, and there has been some movement around xfwm4, so i'd like to take advantage of these new things.
Thanks anyway!
Comment by cedl38
Change libxfce4ui>=4.11 dep with libxfce4ui-git. Thanks Nierro!
Comment by Nierro
Can you please change libxfce4ui>=4.11 dep with libxfce4ui-git version?
Building with libxfce4ui-4.11 from aur doesn't work, while with -git version, everything is good.
Thanks!
Comment by Nierro
It works really great!
I'm using windowck-plugin too, and it is really amazing!
Thank you ;)
Comment by cedl38
Hello,
PKGBUILD is now fixed!
This work is based on the patch made by Viktor Semykin and I've made some improvements and fixes for xfwm4 4.10 and 4.11.
Regards,
Comment by Nierro
Please add xfce4-dev-tools to the makedep ;)
Thanks btw!