Gtk3Indicators

Differences between revisions 1 and 2
Revision 1 as of 2013-09-17 22:07:38
Size: 974
Editor: net-2-40-109-129
Comment:
Revision 2 as of 2013-09-17 22:11:10
Size: 1224
Editor: net-2-40-109-129
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
prepare and install dev packages:
sudo apt-get build-dep xfce4-panel
sudo apt-get build-dep xfce4-indicator-plugin
'''prepare and install dev packages:'''<<BR>>
{{{sudo apt-get build-dep xfce4-panel}}}<<BR>>
{{{sudo apt-get build-dep xfce4-indicator-plugin}}}<<BR>>
Line 5: Line 5:
get xfce panel from git: '''get xfce panel from git:'''
Line 7: Line 7:
git clone git://git.xfce.org/xfce/xfce4-panel
git checkout andrzejr/wrapper3
./autogen.sh --enable-gtk3
(above you can add --prefix=/usr if you're not afraid of reinstalling your xfce4-panel with "sudo apt-get install xfce4-panel --reinstall")
make
sudo make install
sudo ldconfig
(to update libraries)
{{{git clone git://git.xfce.org/xfce/xfce4-panel}}}<<BR>>
{{{
git checkout andrzejr/wrapper3}}}<<BR>>
{{{
./autogen.sh --enable-gtk3}}}<<BR>>
(above you can add --prefix=/usr if you're not afraid of reinstalling your xfce4-panel with "sudo apt-get install xfce4-panel --reinstall")<<BR>>
{{{
make}}}<<BR>>
{{{
sudo make install}}}<<BR>>
{{{sudo ldconfig}}}
(to update libraries)
Line 15: Line 15:
get libxfce4ui from git:
git clone git://git.xfce.org/xfce/libxfce4ui
./autogen.sh --enable-gtk3
make
sudo make install
sudo ldconfig
'''get libxfce4ui from git:'''<<BR>>
{{{
git clone git://git.xfce.org/xfce/libxfce4ui}}}<<BR>>
{{{
./autogen.sh --enable-gtk3}}}<<BR>>
{{{
make}}}<<BR>>
{{{
sudo make install}}}<<BR>>
{{{
sudo ldconfig}}}<<BR>>
Line 22: Line 22:
get indicator-plugin from git:
git clone git://git.xfce.org/panel-plugins/xfce4-indicator-plugin
./autogen.sh
'''get indicator-plugin from git:'''<<BR>>
{{{git clone git://git.xfce.org/panel-plugins/xfce4-indicator-plugin}}}<<BR>>
{{{./autogen.sh}}}<<BR>>
Line 26: Line 26:
make
sudo make install
{{{make}}}<<BR>>
{{{sudo make install}}}<<BR>>
Line 29: Line 29:
then run "xfce4-panel --restart" and your panel might look half-empty :) then run {{{xfce4-panel --restart}}} and your panel might look half-empty :)

prepare and install dev packages:
sudo apt-get build-dep xfce4-panel
sudo apt-get build-dep xfce4-indicator-plugin

get xfce panel from git:

git clone git://git.xfce.org/xfce/xfce4-panel
git checkout andrzejr/wrapper3
./autogen.sh --enable-gtk3
(above you can add --prefix=/usr if you're not afraid of reinstalling your xfce4-panel with "sudo apt-get install xfce4-panel --reinstall")
make
sudo make install
sudo ldconfig (to update libraries)

get libxfce4ui from git:
git clone git://git.xfce.org/xfce/libxfce4ui
./autogen.sh --enable-gtk3
make
sudo make install
sudo ldconfig

get indicator-plugin from git:
git clone git://git.xfce.org/panel-plugins/xfce4-indicator-plugin
./autogen.sh
(if you used --prefix=/usr before, use it again here) make
sudo make install

then run xfce4-panel --restart and your panel might look half-empty Smile :) be sure to either backup your config (~/.config/xfce4/..) or be ready to recreate your panel by hand.

Xubuntu/Roadmap/Specifications/Saucy/Gtk3Indicators (last edited 2013-11-22 01:56:21 by a-j-buxton)