Philipp Emanuel Weidmann
Philipp Emanuel Weidmann
Very strange, it does not do that on my system (I also use Fedora 20). Can you post your `.bashrc`?
That's one mighty include file! ~~The most telling lines in `.bashrc` are the first two:~~ ``` sh if [[ "$-" == *i* ]] ; then interactive_shell=1; fi [ "$interactive_shell" ]...
What happens if you remove the `-i` parameter from Final Term's invocation of bash? What happens if you remove all parameters and simply call `/bin/bash`?
Probably related to https://github.com/p-e-w/finalterm/issues/71. Are you using Ubuntu? The PPA is outdated at the moment; I believe this issue was fixed in https://github.com/p-e-w/finalterm/commit/2a349712d670ef5378d4b607cd29b1e4e93aa4df. Please build from source if possible and...
Is the file really called `Mom\253t___.ttf`? Or is `\253` a placeholder for some unicode character? If yes, it would be great if you could post the actual name of the...
Can you paste the actual unicode name here please?
Thank you for the report. I'll look into it.
Does this still happen if you build from the latest master?
clutter, mx, keybinder, libgee, libnotify, ... Seems like CMake is not finding anything! Any ideas why that happens despite you installing the libraries?
What I see in the CMake output is ``` -- package 'clutter-gtk-1.0' not found -- package 'mx-1.0' not found -- package 'keybinder-3.0' not found -- package 'gee-0.8' not found --...