From Fedora Project Wiki
< Changes
(Created page with "{{admon/important | Comments and Explanations | The page source contains comments providing guidance to fill out each section. They are invisible when viewing this page. To re...") |
(Undo revision 414870 by Williamjmorenor (talk)) |
||
(14 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<!-- Self Contained or System Wide Change Proposal? | <!-- Self Contained or System Wide Change Proposal? | ||
Use this guide to determine to which category your proposed change belongs to. | Use this guide to determine to which category your proposed change belongs to. | ||
Line 20: | Line 18: | ||
--> | --> | ||
= qtile = | |||
= | |||
== Summary == | == Summary == | ||
qtile is a tiling window manager written in python. More can be found at the project's [http://www.qtile.org/ website] | |||
== Owner == | == Owner == | ||
Line 32: | Line 28: | ||
This should link to your home wiki page so we know who you are. | This should link to your home wiki page so we know who you are. | ||
--> | --> | ||
* Name: [[User: | * Name: [[User:jdulaney| John Dulaney]] | ||
<!-- Include you email address that you can be reached should people want to contact you about helping with your change, status is requested, or technical issues need to be resolved. If the change proposal is owned by a SIG, please also add a primary contact person. --> | <!-- Include you email address that you can be reached should people want to contact you about helping with your change, status is requested, or technical issues need to be resolved. If the change proposal is owned by a SIG, please also add a primary contact person. --> | ||
* Email: < | * Email: <jdulaney@fedoraproject.org> | ||
* Release notes owner: <!--- To be assigned by docs team [[User:FASAccountName| Release notes owner name]] <email address> --> | * Release notes owner: <!--- To be assigned by docs team [[User:FASAccountName| Release notes owner name]] <email address> --> | ||
<!--- UNCOMMENT only for Changes with assigned Shepherd (by FESCo) | <!--- UNCOMMENT only for Changes with assigned Shepherd (by FESCo) | ||
Line 45: | Line 41: | ||
== Current status == | == Current status == | ||
* Targeted release: [[Releases/ | * Targeted release: [[Releases/22 | Fedora 22 ]] | ||
* Last updated: | * Last updated: 10-12-2014 | ||
<!-- After the change proposal is accepted by FESCo, tracking bug is created in Bugzilla and linked to this page | <!-- After the change proposal is accepted by FESCo, tracking bug is created in Bugzilla and linked to this page | ||
Bugzilla states meaning as usual: | Bugzilla states meaning as usual: | ||
Line 55: | Line 51: | ||
CLOSED as NEXTRELEASE -> change is completed and verified and will be delivered in next release under development | CLOSED as NEXTRELEASE -> change is completed and verified and will be delivered in next release under development | ||
--> | --> | ||
* Tracker bug: | * Tracker bug: [https://bugzilla.redhat.com/show_bug.cgi?id=1191544 #1191544] | ||
== Detailed Description == | == Detailed Description == | ||
* Simple, small and extensible. It's easy to write your own layouts, widgets and commands. | |||
* Configured in Python. | |||
* Command shell that allows all aspects of Qtile to be managed and inspected. | |||
* Complete remote scriptability - write scripts to set up workspaces, manipulate windows, update status bar widgets and more. | |||
* Qtile's remote scriptability makes it one of the most thoroughly unit-tested window mangers around. | |||
== Benefit to Fedora == | == Benefit to Fedora == | ||
Bring a really slick window manager with an active upstream to Fedora. | |||
== Scope == | == Scope == | ||
* Proposal owners: | * Proposal owners: | ||
Completed. | |||
* Other developers: N/A (not a System Wide Change) <!-- REQUIRED FOR SYSTEM WIDE CHANGES --> | * Other developers: N/A (not a System Wide Change) <!-- REQUIRED FOR SYSTEM WIDE CHANGES --> | ||
Line 77: | Line 77: | ||
== Upgrade/compatibility impact == | == Upgrade/compatibility impact == | ||
<!-- REQUIRED FOR SYSTEM WIDE CHANGES --> | <!-- REQUIRED FOR SYSTEM WIDE CHANGES --> | ||
Line 97: | Line 96: | ||
--> | --> | ||
* Install qtile (dnf install qtile) | |||
* In desktop/session manager, select qtile | |||
* log in | |||
* Hit meta(Windows key) - r to bring up launcher on task bar at bottom of screen | |||
* type firefox and hit enter | |||
* Firefox should come up | |||
* Use ctrl-meta-q to log out. | |||
== User Experience == | == User Experience == | ||
Nice, highly configurable, python-y awesomeness! | |||
== Dependencies == | == Dependencies == | ||
All dependencies are packaged, upstream has released 0.9.1 | |||
== Contingency Plan == | == Contingency Plan == | ||
Package is in repos, change is in place. | |||
== Documentation == | == Documentation == | ||
Coming | |||
== Release Notes == | == Release Notes == | ||
Line 133: | Line 123: | ||
--> | --> | ||
[[Category: | [[Category:ChangeAcceptedF22]] | ||
<!-- When your change proposal page is completed and ready for review and announcement --> | <!-- When your change proposal page is completed and ready for review and announcement --> | ||
<!-- remove Category:ChangePageIncomplete and change it to Category:ChangeReadyForWrangler --> | <!-- remove Category:ChangePageIncomplete and change it to Category:ChangeReadyForWrangler --> |
Latest revision as of 22:46, 4 June 2015
qtile
Summary
qtile is a tiling window manager written in python. More can be found at the project's website
Owner
- Name: John Dulaney
- Email: <jdulaney@fedoraproject.org>
- Release notes owner:
Current status
Detailed Description
- Simple, small and extensible. It's easy to write your own layouts, widgets and commands.
- Configured in Python.
- Command shell that allows all aspects of Qtile to be managed and inspected.
- Complete remote scriptability - write scripts to set up workspaces, manipulate windows, update status bar widgets and more.
- Qtile's remote scriptability makes it one of the most thoroughly unit-tested window mangers around.
Benefit to Fedora
Bring a really slick window manager with an active upstream to Fedora.
Scope
- Proposal owners:
Completed.
- Other developers: N/A (not a System Wide Change)
- Release engineering: N/A (not a System Wide Change)
- Policies and guidelines: N/A (not a System Wide Change)
Upgrade/compatibility impact
N/A (not a System Wide Change)
How To Test
- Install qtile (dnf install qtile)
- In desktop/session manager, select qtile
- log in
- Hit meta(Windows key) - r to bring up launcher on task bar at bottom of screen
- type firefox and hit enter
- Firefox should come up
- Use ctrl-meta-q to log out.
User Experience
Nice, highly configurable, python-y awesomeness!
Dependencies
All dependencies are packaged, upstream has released 0.9.1
Contingency Plan
Package is in repos, change is in place.
Documentation
Coming