Catfish 1.3.4 Released (New PPA)
With a slew of updates and a new build system, Catfish 1.3.4 is now available! This update fixes a number of bugs, adds initial support for PolicyKit, and introduces a new PPA for Ubuntu users. What’s New? New Features Initial PolicyKit integration for requesting administrative rights to update the search database. Bug Fixes Fixes for … Continue reading Catfish 1.3.4 Released (New PPA)Clock applets in the Xfce panel in Xubuntu 15.10
Both Xfce and Xubuntu have had new releases relatively lately. In a way or another, this has resulted in an issue with Xubuntu 15.10 release: the Orage clock doesn’t show a transparent background even if it is set to show one. (Upstream bug in Xfce: 11915.)
Don’t be afraid! Instead of using the Orage applet, you can use the DateTime and Clock applets to get a transparent background – and while they itself do not allow for changing the color of the text in the applet, you can work around that with a .gtkrc-2.0 file in your home directory. Here’s how.
Set up the applets
To set up the applets, simply add the DateTime and/or Clock applets to your panel. You can control the format in which the time/date is shown in the applet via their preference dialogs found from their right-click context menus.
Bear in mind, if you wish to have two different clocks in the panel, we will be using the regular panel foreground (text) color for DateTime (white for Greybird) and modify the text color for the Clock applet in the steps below.
Modify the Clock applet color
To modify the Clock applet foreground color, we will need to make a modification in a theming file. The best way to do this is to use the per-user config file, found at ~/.gtkrc-2.0. If you don’t have this file, simply create one.
The code snippet to modify the Clock applest text color is the following:
style "panel-clock-custom"
{
fg[NORMAL] = "#66CCCC"
fg[PRELIGHT] = "#66CCCC"
fg[ACTIVE] = "#66CCCC"
text[NORMAL] = "#66CCCC"
text[PRELIGHT] = "#66CCCC"
text[ACTIVE] = "#66CCCC"
}
widget "Xfce*Panel*clock*" style "panel-clock-custom"
In this snippet, we’re setting the foreground color for all the Clock applets to a certain turquoise – #66CCCC – which compliments the 15.10 wallpaper well.
You can substitute this hex color value with any other that fits your needs.
The end result
For me, the end result looks like this:
Have fun modifying your own!
Xubuntu 15.10 Available
A new release of Xubuntu is just around the corner! The release candidate for Xubuntu 15.10 “Wily Werewolf” is now available, with the final release expected less than a week from now on October 22. What’s New? This list highlights several new features and applications, but is by no means exhaustive. This post will be … Continue reading Xubuntu 15.10 AvailableParole Media Player 0.8.1 Released
It’s been nearly 8 months since the first release in Parole’s 0.8 stable series. Yesterday, Parole Media Player 0.8.1 was released in time to be included in Xubuntu 15.10. This release includes several bug fixes and makes for another great release. What’s New? New Feature-ish New hidden setting to persistently hide the menubar been sessions. This … Continue reading Parole Media Player 0.8.1 ReleasedCatfish 1.3.3 Released
The latest version of Catfish (1.3.3) was released on October 8th. This release follows the current development cycle where I am improving usability and tackling bugs big and small. Changes Since 1.3.0 New Features The headerbar window decorations are now optional, and can be toggled with the use-headerbar setting Updated Translations: German, Greek, Finnish, French, … Continue reading Catfish 1.3.3 ReleasedXfce Panel Switch: Introduction
Xubuntu 15.10 “Wily Werewolf” introduces a new application for managing panel layouts in Xfce, Xfce Panel Switch. This is a simple utility application that fills a void for appearance tweakers and distributors alike. Features Backup and restore panel configurations Share panel layouts with simple exporting and importing Choose from one of 5 included layouts, or … Continue reading Xfce Panel Switch: IntroductionLightDM GTK+ Greeter 2.0.1 and Settings 1.2.0 Releases
LightDM GTK+ Greeter and it’s accompanying configuration application have been updated! A number of bugs have been fixed in the greeter, and a new multihead configuration dialog has been added to LightDM GTK+ Greeter Settings. Update 2015/06/16 Both applications have been added to the Stable PPA. Some users are reporting a solid-color background on some … Continue reading LightDM GTK+ Greeter 2.0.1 and Settings 1.2.0 ReleasesWhat’s New in Xubuntu 15.04
Another 6 months of development has come and gone and we have a new Xubuntu release! This release includes the hotly anticipated Xfce 4.12, released on February 28, as well as all of the typical application, appearance, documentation, and translation updates. Left: Xubuntu 14.10, Right: Xubuntu 15.04 What’s New? With the release of Xfce 4.12, … Continue reading What’s New in Xubuntu 15.04News from Xfce 4.12, part 3
A bunch of news from the development of Xfce 4.12 !
Since my previous post in november (read it !) , many things have happened.
First, the most awaited news ... wait for it... a date has been decided ! 4.12 will released by the last week end of February 2015 ! (yes, 1 week from now)
Now, I would like to draw your attention to a list of threads on the xfce4-dev mailist :
- Listing our current forces : This thread has helped a lot to grant privileges on git, bugzilla and xfce internal services to more people. Now it's easier to give access to a new contributors !
- A proposition to do regular releases for translation updates
- A Xfce mirror is now available on GitHub
- Discussions around the 4.12 default Gtk+ theme. Maybe the 'new' xfce-refresh from ochosi
- About gtk-xfce-engine, the decision has been made to drop the gtk3 engine part completely, and leave creating themes to themers https://mail.xfce.org/pipermail/xfce4-dev/2015-February/031084.html
- Participation to GSoC 2015 ?
- In order to attract new contributors to Xfce, a "list of easy bugs" is now available on the wiki
- 4.12 String freeze will be the 20 February to let translators do their job https://mail.xfce.org/pipermail/xfce4-dev/2015-February/031127.html
- New discussion about the port to GTK3. Note: some components (libxfce4ui, xfce4-panel etc) already have a partial support of gtk3.
- In other news, Graeme Gott's Whisker Menu plugin is now an official Xfce project! Andrzej's PulseAudio plugin also joining the family!
- The critical bug list has almost been eradicated, huge congrats to all developpers :)
Core Apps :
xfce4-panel :
- The intelligent panel hiding feature (see my previous post) has been released in 4.11.2 !
xfwm4 :
Oh wow, many commits, such features ! You can read the 4.11.3 announcement here
- Add titleless maximization feature.
- Client Side Decoration (CSD) support ! (Compositor need to be enabled). A screenshot with and without on gedit (an application that need CSD)
- Windows preview in alt+tab (Compositor need to be enabled too).
- Nice, right ? :)
xfce4-settings :
- Release of 4.11.4
- Add touchpad support with libinput (yes, already !)
- Better monitor and multi monitor support
- Add Gtk+ theme palettes in the appearance dialog (see screenshot)
- Add previews for icon themes in appearance settings (see screenshot)
xfce4-session :
- Bugfixes, bugfixes, bugfixes !
- The "logind runtime detection to support suspend/hibernate" patch has been merged.
- Release of 4.11.1
thunar :
- Add support for the GTK 3 bookmarks file,
- Bugfixes, support for binary file size units
- Release of 1.6.4
gtk-xfce-engine :
xfce4-dev-tools :
- Fixes, dependencies update etc
- Release of 4.11.1
xfconf :
- Not many exciting changes for this release, mostly translation updates, small fixes and code tweaks.. 4.11.0
Apps :
xfce4-screenshooter :
- Support of imgur uploads ! Yes !
- Release of 1.8.2 . Thank gaston !
xfce4-taskmanager :
- Big cleanup of UI, with new treeview mode, general UI/graph overhaul and lot of bugfixes)
- Release of 1.1.0 with all theses changes. Thanks gaston, ochosi and Cavalier
xfce4-power-manager :
- The famous "Please bring back the tray icon" bug got some attention, with a patch from Eric to re-add a tray icon, it need extended testing though
- Release of 1.4.2
Panel Plugins :
Some love for panel plugins, from Harald Judt and Landry Breuil, mostly build/bugfixes and translations updates :
- xfce4-systemload-plugin 1.1.3 https://mail.xfce.org/pipermail/xfce-announce/2014-November/000343.html
- xfce4-netload-plugin 1.2.4 https://mail.xfce.org/pipermail/xfce-announce/2014-November/000344.html
- xfce4-weather-plugin 0.8.5 https://mail.xfce.org/pipermail/xfce-announce/2014-December/000347.html
- xfce4-eyes-plugin 4.4.3 https://mail.xfce.org/pipermail/xfce-announce/2014-December/000348.html
- xfce4-cpufreq-plugin 1.1.1 https://mail.xfce.org/pipermail/xfce-announce/2014-December/000349.html
- xfce4-verve-plugin 1.0.1 https://mail.xfce.org/pipermail/xfce-announce/2015-January/000355.html
- xfce4-indicator-plugin 2.3.3 https://mail.xfce.org/pipermail/xfce-announce/2015-January/000352.html
As you can see, xfce development is more active than ever !
So be prepared to be amazed by 4.12 in a few weeks !
Sources :
- The #xfce-dev IRC chan on Freenode, THE place to be.
- Xfce4 dev list
- Thanks to ToZ on the xfce forum
News from Xfce 4.12, part 3
A bunch of news from the development of Xfce 4.12 !
Since my previous post in november (read it !) , many things have happened.
First, the most awaited news … wait for it… a date has been decided ! 4.12 will released by the last week end of February 2015 ! (yes, 1 week from now)
Now, I would like to draw your attention to a list of threads on the xfce4-dev mailist :
- Listing our current forces : This thread has helped a lot to grant privileges on git, bugzilla and xfce internal services to more people. Now it’s easier to give access to a new contributors !
- A proposition to do regular releases for translation updates
- A Xfce mirror is now available on GitHub
- Discussions around the 4.12 default Gtk+ theme. Maybe the ‘new’ xfce-refresh from ochosi
- About gtk-xfce-engine, the decision has been made to drop the gtk3 engine part completely, and leave creating themes to themers https://mail.xfce.org/pipermail/xfce4-dev/2015-February/031084.html
- Participation to GSoC 2015 ?
- In order to attract new contributors to Xfce, a “list of easy bugs” is now available on the wiki
- 4.12 String freeze will be the 20 February to let translators do their job https://mail.xfce.org/pipermail/xfce4-dev/2015-February/031127.html
- New discussion about the port to GTK3. Note: some components (libxfce4ui, xfce4-panel etc) already have a partial support of gtk3.
- In other news, Graeme Gott’s Whisker Menu plugin is now an official Xfce project! Andrzej’s PulseAudio plugin also joining the family!
- The critical bug list has almost been eradicated, huge congrats to all developpers :)
Core Apps :
xfce4-panel :
- The intelligent panel hiding feature (see my previous post) has been released in 4.11.2 !
xfwm4 :
Oh wow, many commits, such features ! You can read the 4.11.3 announcement here
- Add titleless maximization feature.
- Client Side Decoration (CSD) support ! (Compositor need to be enabled). A screenshot with and without on gedit (an application that need CSD)
- Windows preview in alt+tab (Compositor need to be enabled too).
- Nice, right ? :)
xfce4-settings :
- Release of 4.11.4
- Add touchpad support with libinput (yes, already !)
- Better monitor and multi monitor support
- Add Gtk+ theme palettes in the appearance dialog (see screenshot)
- Add previews for icon themes in appearance settings (see screenshot)
xfce4-session :
- Bugfixes, bugfixes, bugfixes !
- The “logind runtime detection to support suspend/hibernate” patch has been merged.
- Release of 4.11.1
thunar :
- Add support for the GTK 3 bookmarks file,
- Bugfixes, support for binary file size units
- Release of 1.6.4
gtk-xfce-engine :
xfce4-dev-tools :
- Fixes, dependencies update etc
- Release of 4.11.1
xfconf :
- Not many exciting changes for this release, mostly translation updates, small fixes and code tweaks.. 4.11.0
Apps :
xfce4-screenshooter :
- Support of imgur uploads ! Yes !
- Release of 1.8.2 . Thank gaston !
xfce4-taskmanager :
- Big cleanup of UI, with new treeview mode, general UI/graph overhaul and lot of bugfixes)
- Release of 1.1.0 with all theses changes. Thanks gaston, ochosi and Cavalier
xfce4-power-manager :
- The famous “Please bring back the tray icon” bug got some attention, with a patch from Eric to re-add a tray icon, it need extended testing though
- Release of 1.4.2
Panel Plugins :
Some love for panel plugins, from Harald Judt and Landry Breuil, mostly build/bugfixes and translations updates :
- xfce4-systemload-plugin 1.1.3 https://mail.xfce.org/pipermail/xfce-announce/2014-November/000343.html
- xfce4-netload-plugin 1.2.4 https://mail.xfce.org/pipermail/xfce-announce/2014-November/000344.html
- xfce4-weather-plugin 0.8.5 https://mail.xfce.org/pipermail/xfce-announce/2014-December/000347.html
- xfce4-eyes-plugin 4.4.3 https://mail.xfce.org/pipermail/xfce-announce/2014-December/000348.html
- xfce4-cpufreq-plugin 1.1.1 https://mail.xfce.org/pipermail/xfce-announce/2014-December/000349.html
- xfce4-verve-plugin 1.0.1 https://mail.xfce.org/pipermail/xfce-announce/2015-January/000355.html
- xfce4-indicator-plugin 2.3.3 https://mail.xfce.org/pipermail/xfce-announce/2015-January/000352.html
As you can see, xfce development is more active than ever !
So be prepared to be amazed by 4.12 in a few weeks !
Sources :
- The #xfce-dev IRC chan on Freenode, THE place to be.
- Xfce4 dev list
- Thanks to ToZ on the xfce forum