Xfce Wiki

Sub domains
 

This is an old revision of the document!


For more details, check the INSTALL file in the source code !

TODO: Add instructions on how to build

My personal script for starting thunar from source

#!/bin/bash
THUNAR_TEST_FOLDER=/path/to/thunar/testing/folder
echo "./thunar/thunar -q;./thunar/thunar $THUNAR_TEST_FOLDER"
./thunar/thunar -q;G_MESSAGES_DEBUG=all ./thunar/thunar $THUNAR_TEST_FOLDER

My personal script for starting thunar from source via gdb

#!/bin/bash
echo "./thunar/thunar -q; gdb thunar/.libs/thunar"
./thunar/thunar -q; gdb thunar/.libs/thunar

If you want to test thunar-plugins, it is required to install thunar via “sudo make install”