Using gala compositing in xubuntu 12.10


Recommended Posts

I recently installed xubuntu and wanted some good compositing. I tried compiz but it seems a bit buggy with xfce, and too heavy for my needs anyway.

I recently found a great solution. Using elementary os's gala window manager. it works excellently with xfce! incredibly smooth, stable, and fast. You get very smooth effects, features like "aero snap", and light resource usage. I'm also using plank as the dock and it all integrates very well, feels like I'm using eOS luna, but with the very stable, mature xfce base and apps.

To install it on xubuntu just do the following:

Add the elementary daily ppa and install gala

sudo apt-add-repository ppa:elementary-os/daily

sudo apt-get update

sudo apt-get install gala dconf-tools

Set gala as xfce's default window manager

cp /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml

leafpad ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml

replace "xfwm4" with "gala"

Put min/max/close buttons on the right

open dconf-editor:

org pantheon desktop gala appearance

button-layout: :minimize,maximize,close

original source where I found the instructions: youtube.com/watch?v=12a8M5y7MNg

My current desktop, still got plenty of tweaking left to do:

Disclaimer: The elementary ppa is a daily development ppa and installing from it may not always work correctly since the packages are always in "flux".

post-159052-0-87722900-1354943255.png

  • Like 4
  • 2 weeks later...
  • 2 months later...

I found this post and the one on reddit to be very helpful. Here are a few tweaks I have discovered when using plank and slingshot with xfce.

Preload Slingshot for faster first launch at startup - add "slingshot-launcher -s" to the list in Settings: Session and Startup: Application Autostart tab.

Launching Slingshot from the top panel - add a launcher, select "run a program" and type in slingshot-launcher as the program.

Launching Slingshot from Plank - navigate to

~/.local/share/applications/

create a new file called Slingshot.desktop

put the following in the file:


[Desktop Entry]
Version=1.0
Type=Application
Name=Slingshot
Comment=
Exec=slingshot-launcher
Icon=plank
Path=
Terminal=false
StartupNotify=false
[/CODE]

The next time you actually start Slingshot, a Plank icon will appear in the dock. You will likely have to terminate Slingshot for this to happen because Slingshot doesn't quit when you close it's window.

Changing what appears in the Slingshot menus - one way to do this is change a few entries in the standard xfce menu using Settings: Main Menu. After doing that, navigate to:

~/.config/menus/

Open up applications.menu in a text editor and you will see a record of the changes you made. Make a file called "pantheon-applications.menu" in the same directory. Use the applications.menu file as a starting point and template for pantheon-applications.menu

Just to be complete, Plank themes can be added in the following location:

~/.local/share/plank/themes/

choose one by changing the theme name in the following file

~/.config/plank/dock1/settings

You can also specify themes that are installed by the system. They are located in

/usr/share/plank/themes/

And the original Plank dock item, which doesn't seem to do anything, can be removed here:

~/.config/plank/dock1/launcher/

I hope I haven't wandered too far off topic. Thanks for your original post, and if that was you on reddit, thanks for that one as well.

Thanks for the guide! I just compiled the Gala packages from the Ubuntu PPA for Debian Wheezy and tried it with MATE 1.4.2 (stable) and MATE 1.5.6 (dev). It is a good replacement for the default window manager in both, but the development version of MATE definitely handles it better (probably due to its GTK3 integration). Gala seems to be fast and capable, I just wish it had a few more features. Its a young project. Hopefully it gets there.

Gala, Plank, Slingshot - I like a lot of what the elementary project is doing, but, as you say, they are just getting started and some things need more polish. Their music player is interesting as well and I even use Open Sans font from their repository as my system font.

I haven't learned how to compile yet, but the idea of being able to use things from elementaryOS in a Debian based distribution that doesn't use Ubuntu is appealing.

I haven't learned how to compile yet, but the idea of being able to use things from elementaryOS in a Debian based distribution that doesn't use Ubuntu is appealing.

Sometimes packages built for Ubuntu will just work in Debian, particularly when the base version is fairly similar. (Ubuntu 12.04 shares much of its core with Debian Wheezy, and Ubuntu 10.04 shares much of its core with Debian Squeeze.) Ubuntu is diverging further from Debian as time goes on, so it is generally best (and cleanest) to download the source code and port Ubuntu packages to Debian rather than installing the Ubuntu binary directly. In most cases the procedure is fairly trivial, but I don't recommend it if you're not a developer or have no interest in understanding Debian development and packaging.

My procedure for porting Gala to Debian was as follows:

  1. I downloaded and extracted the gala source from the Elementary PPA.
  2. I tried to compile it, noting the packages required to build it that I didn't have installed.
  3. I installed as many of the build dependencies as possible from the Debian Wheezy repository.
  4. I downloaded the source for the two dependencies that are not in the Wheezy repo (granite and plank) from the Elementary PPA.
  5. I repeated steps 2 and 3 for both of those dependencies. Granite built but plank require valac-0.18 and Wheezy only has up to valac-0.16.
  6. Fortunately Ubuntu 12.04 also lacks valac-0.18; so I downloaded it from the Elementary PPA and repeated steps 2 and 3.
  7. I installed the new valac.
  8. I compiled plank.
  9. I installed granite and plank.
  10. I tried compiling gala again, but it failed with a linker error.
  11. After googling the linker error (which I had never seen before) I discovered that one of the build dependencies for the Elementary gala package is wrong. I needed a version of mutter newer than 3.4.1.
  12. Fortunately Ubuntu 12.04 also has this problem, so I downloaded the source of the patched version from the Elementary PPA.
  13. I repeated steps 2 and 3 to build mutter. It built with no problems.
  14. I installed my patched version of mutter.
  15. I tried compiling gala again. This time the build succeeded.
  16. I installed gala.

If I wanted to distribute Gala for Debian Wheezy there would be additional steps required to properly port it, but the procedure I described works well for a personal build.

You can browse the Elementary PPA directly here. Find the dsc for the package you want to port, and port it somewhat like the following example.


sudo apt-get install build-essential devscripts

mkdir granite
pushd granite

dget http://ppa.launchpad.net/elementary-os/daily/ubuntu/pool/main/g/granite/granite_0.2.0~r534+535-0+pkg47~precise1.dsc
dpkg-source -x granite_0.2.0~r534+535-0+pkg47~precise1.dsc

pushd granite_0.2.0~r534+535
debchange -R
> granite (0.2.0~r534+535-0+pkg47~youridentifier0) testing; urgency=low
>
> * Rebuilt for Debian Wheezy.
>
> -- Your Name <[email protected]> Wed, 13 Mar 2013 22:09:55 -0400
popd
dpkg-source -b granite_0.2.0~r534+535

pushd granite_0.2.0~r534+535
dpkg-buildpackage -us -uc
popd
rm -rf granite_0.2.0~r534+535

sudo dpkg -i $(ls -1 | grep '.deb' | grep -Ev '\-dbg_|-demo_')
sudo install -f

popd
[/CODE]

There is a lot more complexity than what I have detailed. If you are really interested in more information I recommend that you read the Debian Developer's Reference manual. Porting [i]can[/i] become an intensive activity if there are numerous packages to port, many differences between the systems, or the existing packages are poor quality. I offer no further assistance in this regard.

Thank you for your insights into porting. Yesterday for the first time I successfully compiled an app and used it. I'm not sure how far I will go with this. It is definitely, as you say, an intensive activity! I'm glad I got my feet wet yesterday, and reading your post gives me a better understanding of what is involved.

I recently installed xubuntu and wanted some good compositing. I tried compiz but it seems a bit buggy with xfce, and too heavy for my needs anyway.

I recently found a great solution. Using elementary os's gala window manager. it works excellently with xfce! incredibly smooth, stable, and fast. You get very smooth effects, features like "aero snap", and light resource usage. I'm also using plank as the dock and it all integrates very well, feels like I'm using eOS luna, but with the very stable, mature xfce base and apps.

To install it on xubuntu just do the following:

Add the elementary daily ppa and install gala

sudo apt-add-repository ppa:elementary-os/daily

sudo apt-get update

sudo apt-get install gala dconf-tools

Set gala as xfce's default window manager

cp /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml

leafpad ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml

replace "xfwm4" with "gala"

Put min/max/close buttons on the right

open dconf-editor:

org pantheon desktop gala appearance

button-layout: :minimize,maximize,close

original source where I found the instructions: youtube.com/watch?v=12a8M5y7MNg

My current desktop, still got plenty of tweaking left to do:

post-159052-0-87722900-1354943255.png

I

was going to try this. but then... linux....

step 4 adding the actual ala dconf tools...

gala: Depends on libplank0 but it's not going to be installed

sigh

was trying to do this on an Arch Linux VM to test it out but a couple of the dependencies for gala are being stupid and not wanting to install. maybe i'll try the manual method instead of using yaourt :/

I

was going to try this. but then... linux....

step 4 adding the actual ala dconf tools...

gala: Depends on libplank0 but it's not going to be installed

sigh

No need to blame "linux" in general :) Must be an issue with the ppa, its a daily development ppa so it doesn't always "work" because new packages are being uploaded all the time, I'd guess it will work eventually when things finish uploading to the PPA. I had a similar issue trying to install gala on xubuntu 13.04 (gala wanted a different version of cogl that wasn't in the ppa yet, but after a few days it sorted itself out and let me install it). I've added a disclaimer to the OP about the ppa :)

was trying to do this on an Arch Linux VM to test it out but a couple of the dependencies for gala are being stupid and not wanting to install. maybe i'll try the manual method instead of using yaourt :/

I had the same problem when I was trying to install it from the aur, a lot of the packages didn't like the version of automake in the arch repos so some of its dependencies wouldn't compile. If you install "automake 1.12" from the aur and try again I think it will work.

...

step 4 adding the actual ala dconf tools...

gala: Depends on libplank0 but it's not going to be installed

...

Synaptic Package Manager is a good way to check your work. Install that, click on the origin button on the left, then click on the elementary-os-daily repository above that. You should be able to search for gala and for libplank0 in the listing on the right. I see both of them on my machine.

sudo apt-get install synaptic[/CODE]

should get you synaptic package manager

I decided to give this a try. But, my results look nothing like what is in the OP. Maybe it's my theme? It looks like a normal xfce desktop.

Here's my xfce session:


<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-session" version="1.0">
<property name="general" type="empty">
<property name="FailsafeSessionName" type="string" value="Failsafe"/>
</property>
<property name="sessions" type="empty">
<property name="Failsafe" type="empty">
<property name="IsFailsafe" type="bool" value="true"/>
<property name="Count" type="int" value="5"/>
<property name="Client0_Command" type="array">
<value type="string" value="gala"/>
</property>
<property name="Client0_PerScreen" type="bool" value="false"/>
<property name="Client1_Command" type="array">
<value type="string" value="xfce4-panel"/>
</property>
<property name="Client1_PerScreen" type="bool" value="false"/>
<property name="Client2_Command" type="array">
<value type="string" value="Thunar"/>
<value type="string" value="--daemon"/>
</property>
<property name="Client2_PerScreen" type="bool" value="false"/>
<property name="Client3_Command" type="array">
<value type="string" value="xfdesktop"/>
</property>
<property name="Client3_PerScreen" type="bool" value="false"/>
<property name="Client4_Command" type="array">
<value type="string" value="xfce4-settings-helper"/>
</property>
<property name="Client4_PerScreen" type="bool" value="false"/>
</property>
</property>
<property name="splash" type="empty">
<property name="Engine" type="string" value=""/>
</property>
</channel>
[/CODE]

See below:

post-248407-0-74037200-1363711295.jpg

I decided to give this a try. But, my results look nothing like what is in the OP. Maybe it's my theme? It looks like a normal xfce desktop.

Here's my xfce session:


<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-session" version="1.0">
<property name="general" type="empty">
<property name="FailsafeSessionName" type="string" value="Failsafe"/>
</property>
<property name="sessions" type="empty">
<property name="Failsafe" type="empty">
<property name="IsFailsafe" type="bool" value="true"/>
<property name="Count" type="int" value="5"/>
<property name="Client0_Command" type="array">
<value type="string" value="gala"/>
</property>
<property name="Client0_PerScreen" type="bool" value="false"/>
<property name="Client1_Command" type="array">
<value type="string" value="xfce4-panel"/>
</property>
<property name="Client1_PerScreen" type="bool" value="false"/>
<property name="Client2_Command" type="array">
<value type="string" value="Thunar"/>
<value type="string" value="--daemon"/>
</property>
<property name="Client2_PerScreen" type="bool" value="false"/>
<property name="Client3_Command" type="array">
<value type="string" value="xfdesktop"/>
</property>
<property name="Client3_PerScreen" type="bool" value="false"/>
<property name="Client4_Command" type="array">
<value type="string" value="xfce4-settings-helper"/>
</property>
<property name="Client4_PerScreen" type="bool" value="false"/>
</property>
</property>
<property name="splash" type="empty">
<property name="Engine" type="string" value=""/>
</property>
</channel>
[/CODE]

See below:

I noticed that if you put it in the session before manually running "gala --replace" once, it won't work. try hitting alt + f2, typing "gala --replace", then double checking the session file to make sure its still set to use gala, and then re-log and it should load gala as expected.

I noticed that if you put it in the session before manually running "gala --replace" once, it won't work. try hitting alt + f2, typing "gala --replace", then double checking the session file to make sure its still set to use gala, and then re-log and it should load gala as expected.

I'm not following you on this. So load terminal and type in: gala --replace. Is that right?

terminal works too, you just need to put that command either in the terminal or use xfce's alt + f2 run prompt.

Ok I did that. Then logged out and it's still the same. So I restarted and still the same thing. Maybe it's the theme I am using or the fact that I installed xfce4 on Mint 13, then installed gala?

Ok I did that. Then logged out and it's still the same. So I restarted and still the same thing. Maybe it's the theme I am using or the fact that I installed xfce4 on Mint 13, then installed gala?

It shouldn't have any effect on the theme aside from the window decorations. Are you getting the window shadows and animations?

It shouldn't have any effect on the theme aside from the window decorations. Are you getting the window shadows and animations?

I'm not getting anything in regards to gala. I guess I could start from a clean slate and just install Xubuntu.

  • 2 months later...

Hi,

I successful installed Gala on Xubuntu 13.04, but I have a question about workspace management:

in Elementary OS the workspace are shown and managed at bottom with the possibility of move windows from a workspace to another; how can I obtain it in xubuntu too?

I tried setting this operation is command in an active corner but nothing happened.

Thanks!

Hi,

I successful installed Gala on Xubuntu 13.04, but I have a question about workspace management:

in Elementary OS the workspace are shown and managed at bottom with the possibility of move windows from a workspace to another; how can I obtain it in xubuntu too?

I tried setting this operation is command in an active corner but nothing happened.

Thanks!

I'm not sure, i was never able to get that to work outside of pantheon.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • DiskGenius 6.2.0.1829 - All Versions: Free, Lite & Portable by Razvan Serea DiskGenius is a full-featured partition manager, which is designed to optimize disk usage for Windows users. It will efficiently help you recover lost data, resize/split partition, backup files, edit hex data, check bad sectors, manage virtual disks, erase data, etc.. Create a system image backup for current Windows with simple clicks to keep the operating system under protection. DiskGenius key features: Partition Management - It can create format, resize, extend, backup, split, hide and clone partition, both MBR and GPT are supported. Disk and partition conversion - Convert dynamic disk to basic, convert virtual disk format and convert MBR to GPT, convert primary partition to logical. File recovery - It can recover files deleted or emptied form recycle bin, recover files from damaged partition or disk and recover files by file type and supports file preview and file filter. Partition recovery - It is the best partition recovery program in that it can recover files from damaged, corrupted and RAW partitions, search for lost partition and recover files from it, besides, it can fix partition table. RAID recovery - It can reconstruct Virtual RAID and recover files from it, and all RAID types are supported. Sector Editor - A Hex editor is embedded to help users edit raw hex data and recover data manually. Backup and Restore - It can backup and restore partition including system partition, hard disk and partition table. Bad Tracks - It can check and repair bad sectors for all storage devices; check hard disk S.M.A.R.T. information. Delete files permanently - It can delete files permanently so that they can't be recovered by any data recovery software. Virtual Disk - It supports virtual disks, including VMware, Virtual PC and Virtual Box. Create WinPE bootable disk and you can manage disk partition when system crashes or there is no operating system on your computer. Support FAT12/FAT16/FAt32/exFAT/NTFS/EXT2/EXT3/EXT4 file system format. DiskGenius 6.2.0.1829 changelog: Add the "Disk Speed Test" feature. Add the "Windows Boot Repair and Conversion" feature. Add the BMB21-2019 erase standard to the "Erase Sectors" feature. Add support for restoring an individual partition from a PMFX disk image file. Enhanced The "Verify Or Repair Bad Sectors/Blocks" feature displays disk read speed in the detection window during scanning. The "Quick Partition" dialog box allows users to quickly select the number of partitions by pressing the numeric keys 1, 2, 7, 8, or 9. The "Set Volume Name" dialog box supports selecting preset volume labels provided by the software. The "Copy Sectors" feature supports resuming copy tasks after modifying the number of skipped bad sectors. Add the "TRIM Optimization" option to the format dialog box. The "Clone Partition" and "Clone Disk" features perform TRIM optimization on target partitions or disks before cloning. Add support for Not Equal To search conditions (prefixed with "!") when searching hexadecimal data in the sector editor. Optimize the display of capacity values in the program interface to show two decimal places. Add a minimize button to dialogs that may require long processing time. Enhance support for the ReFS file system. Enhance support for newer HIF and MP4 formats when recovering files by type. Enhance support for the EXT4 file system. Enhance compatibility of the "File Recovery" feature with special data structures. Fixed Fixed the issue that the selected file system type automatically reverted to NTFS after changing it to exFAT or EXT4 in the "Quick Partition" dialog box. Fixed inaccurate Unicode string search results in the "Sector Editor" feature. Fixed the issue that exceptions might occur when adding multiple disks in the "Erase Sectors" feature. Fixed the issue that insufficient target disk space was incorrectly reported in some cases when cloning, backing up, or restoring disks. Fixed the issue that folder modification timestamps were not preserved when copying files from ReFS partitions. Fixed the issue that Excel-format reports generated by features such as file copying or bad sector checking could not be opened when the report contained more than one million rows. Fixed the issue that folders were not displayed in the exclude-folder dialog box when backing up partitions to image files. Fixed the issue that the "Erase Sectors" feature could not be executed in some cases. Download: DiskGenius 6.2.0.1829 | 63.9 MB (Freeware, paid upgrade available) Download: DiskGenius Portable 64-bit | 40.0 MB Download: DiskGenius Portable 32-bit | 36.0 MB Download: DiskGenius Lite 64-bit | 13.4 MB Download: DiskGenius Lite 32-bit | 11.6 MB View: DiskGenius Home Page | DiskGenius Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Really? Use a better search engine https://www.google.com/search?...ourceid=chrome&ie=UTF-8
    • Seems like Neowin has transitioned into being simps for the white house. I can't find a review for the last UFC games that came out.
  • Recent Achievements

    • Week One Done
      agatameier earned a badge
      Week One Done
    • One Month Later
      agatameier earned a badge
      One Month Later
    • Week One Done
      ssd21345 earned a badge
      Week One Done
    • Contributor
      MarkHughes4096 went up a rank
      Contributor
    • Dedicated
      jordanspringer earned a badge
      Dedicated
  • Popular Contributors

    1. 1
      +primortal
      513
    2. 2
      +Edouard
      182
    3. 3
      PsYcHoKiLLa
      143
    4. 4
      ATLien_0
      95
    5. 5
      Steven P.
      76
  • Tell a friend

    Love Neowin? Tell a friend!