Guake / guake

Drop-down terminal for GNOME
https://guake.github.io
GNU General Public License v2.0
4.46k stars 579 forks source link

Can't install #566

Closed s777s closed 3 years ago

s777s commented 9 years ago

I have issue on Fedora 20 [LXDE] :( I've downloaded guake from official repo, it doesn't work with bitmap font Terminus (same issue with gimp), if I right-click on terminal window, it immediatly stops the program with error. But I was glad to notice, that it works fine with TTF font version. I wan't to say you thank you, coz I very like guake :+1: But I have minimalistic theme, so I don't like icon by the left from tabs in opened terminal. And I have all controls of my windows on the left side and sliding bar with icons is on the left of the screen too. When I start to type in terminal, text is on the left. And New tabs are appearing from left to the right. So the Newtab button on the right corner is very uncomfortable for me. Thats why I decided to compile it by myself. After a few hours, I've resolved all dependencies and errors. (and by the way, there was not any TBD package, but were a lot of another dependencies,if necesarry, I may provide you a full list for your instruction).

Now it looks right like I want. And I can succesfully start guake with PYTHONPATH=src python src/guake/main.py

But after [root@localhost guake]$make install I see: [root@localhost guake]$ guake /bin/python2: No module named guake How can I install it to run succesfully with 1 command?

pypingou commented 9 years ago

Note that you have http://copr.fedoraproject.org/coprs/pingou/guake with the latest version, I'm just rebuilding it for F20 if you like

s777s commented 9 years ago

Oh, if it will be the same version, like in sources, it sounds great for me! I think, then I will be able to copy my modified guake.glade with different location and pics of buttons :) I've added commands to .sh file and put it to autostart as temporary solution...

gsemet commented 9 years ago

maybe you need to clean the /usr install

Quiri commented 9 years ago

I have this error as well: /usr/bin/python2: No module named guake.main

gsemet commented 9 years ago

try to clean the install dir in /usr

Quiri commented 9 years ago

actually sudo apt-get remove guake helped ;)

gsemet commented 9 years ago

I close this issue. If it is reproduced i ll reopen it

CyanBlob commented 9 years ago

I'm having the same issue, except somehow, after building 0.8 from source, I can no longer run guake, even from the repos, even after make clean and make uninstall, and removing/reinstalling guake from the repos. I get this error:

Traceback (most recent call last):
  File "/usr/lib64/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/usr/lib64/python2.7/site-packages/guake/main.py", line 239, in <module>
    exec_main()
  File "/usr/lib64/python2.7/site-packages/guake/main.py", line 230, in exec_main
    if not test_gconf():
  File "/usr/lib64/python2.7/site-packages/guake/common.py", line 52, in test_gconf
    return c.dir_exists('/apps/guake')
glib.GError: Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist

When compiling from source, I'm getting the /usr/bin/python2: No module named guake error. I probably updated some dependency trying to build the project, but even after retracing my footsteps in a VM (also Fedora 22), I can't reproduce this. I feel like I'm missing something simple. I even tried installing guake from the copr repo above. Any help would be greatly appreciated.

gsemet commented 9 years ago

Try to clean "/usr/lib64/python2.7/site-packages/guake/" and installe?

CyanBlob commented 9 years ago

If by clean, you mean delete /guake from that directory, it didnt work.ls /usr/lib64/python2.7/site-packagesis null, as well asls /usr/lib/python2.7/site-packages. Aftersudo dnf isntall guake`, I get a message about gconfd-2 not running:

Install  1 Package

Total download size: 295 k
Installed size: 1.0 M
Is this ok [y/N]: y
Downloading Packages:
guake-0.7.2-14.20150802gite992e9d3.fc22.noarch.rpm                                                                                                                                 285 kB/s | 295 kB     00:01    
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                                              285 kB/s | 295 kB     00:01     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Installing  : guake-0.7.2-14.20150802gite992e9d3.fc22.noarch                                                                                                                                                 1/1 
gconfd-2: no process found
  Verifying   : guake-0.7.2-14.20150802gite992e9d3.fc22.noarch                                                                                                                                                 1/1 

Installed:
  guake.noarch 0.7.2-14.20150802gite992e9d3.fc22                                                                                                                                                                   

Complete!

After installing guake, ls /usr/lib64/python2.7/site-packages is still null, but ls /usr/lib/python2.7/site-packages has a guake directory.

ps aux | grep gconfd-2 indicates that gconfd-2 is not running. After gconftool-2 --spawn, andrew 7417 0.0 0.0 151900 5472 tty2 S+ 09:38 0:00 /usr/local/libexec/gconfd-2 is running, but I still get the error:

Traceback (most recent call last):
  File "/usr/lib64/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/usr/lib/python2.7/site-packages/guake/main.py", line 239, in <module>
    exec_main()
  File "/usr/lib/python2.7/site-packages/guake/main.py", line 230, in exec_main
    if not test_gconf():
  File "/usr/lib/python2.7/site-packages/guake/common.py", line 52, in test_gconf
    return c.dir_exists(`/apps/guake`)
glib.GError: Configuration server couldn`t be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn`t exist

After removing /usr/lib/python2.7/site-packages/guake, I get the /usr/bin/python2: No module named guake message again.

I really don`t know where to go from here. Do you have any other suggestions? No amount of reinstalling/deleting files seems to do it. Thanks,

gsemet commented 9 years ago

of course, you need to remove where guake is installed and then reinstall it using make install

CyanBlob commented 9 years ago

I removed all references of guake that I could find. 'locate guake' returned:

/home/andrew/.config/hexchat/scrollback/freenode/#guake.txt
/home/andrew/.configOLD/autostart/guake.desktop
/home/andrew/.gconf/apps/guakeOLD
/home/andrew/.gconf/apps/guakeOLD/%gconf.xml
/home/andrew/.gconf/apps/guakeOLD/general
/home/andrew/.gconf/apps/guakeOLD/keybindings
/home/andrew/.gconf/apps/guakeOLD/style
/home/andrew/.gconf/apps/guakeOLD/general/%gconf.xml
/home/andrew/.gconf/apps/guakeOLD/keybindings/%gconf.xml
/home/andrew/.gconf/apps/guakeOLD/keybindings/global
/home/andrew/.gconf/apps/guakeOLD/keybindings/local
/home/andrew/.gconf/apps/guakeOLD/keybindings/global/%gconf.xml
/home/andrew/.gconf/apps/guakeOLD/keybindings/local/%gconf.xml
/home/andrew/.gconf/apps/guakeOLD/style/%gconf.xml
/home/andrew/.gconf/apps/guakeOLD/style/background
/home/andrew/.gconf/apps/guakeOLD/style/font
/home/andrew/.gconf/apps/guakeOLD/style/background/%gconf.xml
/home/andrew/.gconf/apps/guakeOLD/style/font/%gconf.xml
/home/andrew/.gconf/schemas/apps/guakeOLD
/home/andrew/.gconf/schemas/apps/guakeOLD/%gconf.xml
/home/andrew/.gconf/schemas/apps/guakeOLD/general
/home/andrew/.gconf/schemas/apps/guakeOLD/keybindings
/home/andrew/.gconf/schemas/apps/guakeOLD/style
/home/andrew/.gconf/schemas/apps/guakeOLD/general/%gconf.xml
/home/andrew/.gconf/schemas/apps/guakeOLD/keybindings/%gconf.xml
/home/andrew/.gconf/schemas/apps/guakeOLD/keybindings/global
/home/andrew/.gconf/schemas/apps/guakeOLD/keybindings/local
/home/andrew/.gconf/schemas/apps/guakeOLD/keybindings/global/%gconf.xml
/home/andrew/.gconf/schemas/apps/guakeOLD/keybindings/local/%gconf.xml
/home/andrew/.gconf/schemas/apps/guakeOLD/style/%gconf.xml
/home/andrew/.gconf/schemas/apps/guakeOLD/style/background
/home/andrew/.gconf/schemas/apps/guakeOLD/style/font
/home/andrew/.gconf/schemas/apps/guakeOLD/style/background/%gconf.xml
/home/andrew/.gconf/schemas/apps/guakeOLD/style/font/%gconf.xml
/home/andrew/.local/share/Trash/files/guake.desktop
/home/andrew/.local/share/Trash/info/guake.desktop.trashinfo
/home/andrew/Development/backup-081420152355-pre-guake.tgz
/home/andrew/Development/guake
/home/andrew/Development/guake/.git
/home/andrew/Development/guake/.gitignore
/home/andrew/Development/guake/.travis.yml
/home/andrew/Development/guake/AUTHORS
/home/andrew/Development/guake/COPYING
/home/andrew/Development/guake/ChangeLog
/home/andrew/Development/guake/INSTALL
/home/andrew/Development/guake/Makefile
/home/andrew/Development/guake/Makefile.am
/home/andrew/Development/guake/Makefile.in
/home/andrew/Development/guake/NEWS
/home/andrew/Development/guake/README.rst
/home/andrew/Development/guake/aclocal.m4
/home/andrew/Development/guake/autogen.sh
/home/andrew/Development/guake/autom4te.cache
/home/andrew/Development/guake/backup-081420152358-pre-guake-0.8.1?0.8.1?0.8.1.tgz
/home/andrew/Development/guake/backup-081420152358-pre-guake-0.8.tgz
/home/andrew/Development/guake/backup-081520150020-pre-guake-.8.tgz
/home/andrew/Development/guake/backup-081520150020-pre-guake-0.8.1?0.8.1?0.8.1.tgz
/home/andrew/Development/guake/backup-081520150023-pre-guake-.8.tgz
/home/andrew/Development/guake/backup-081520150023-pre-guake-0.8.1?0.8.1?0.8.1.tgz
/home/andrew/Development/guake/backup-081520150108-pre-guake-.8.tgz
/home/andrew/Development/guake/backup-081520150114-pre-guake-.8.tgz
/home/andrew/Development/guake/compile
/home/andrew/Development/guake/config.guess
/home/andrew/Development/guake/config.h
/home/andrew/Development/guake/config.h.in
/home/andrew/Development/guake/config.h.in~
/home/andrew/Development/guake/config.log
/home/andrew/Development/guake/config.status
/home/andrew/Development/guake/config.sub
/home/andrew/Development/guake/configure
/home/andrew/Development/guake/configure.ac
/home/andrew/Development/guake/data
/home/andrew/Development/guake/dev.sh
/home/andrew/Development/guake/doc
/home/andrew/Development/guake/fiximports.py
/home/andrew/Development/guake/git-hooks
/home/andrew/Development/guake/install-sh
/home/andrew/Development/guake/libtool
/home/andrew/Development/guake/ltmain.sh
/home/andrew/Development/guake/m4
/home/andrew/Development/guake/missing
/home/andrew/Development/guake/pep8rc
/home/andrew/Development/guake/po
/home/andrew/Development/guake/py-compile
/home/andrew/Development/guake/pylintrc
/home/andrew/Development/guake/python-requirements.txt
/home/andrew/Development/guake/run_test.sh
/home/andrew/Development/guake/src
/home/andrew/Development/guake/stamp-h1
/home/andrew/Development/guake/validate.sh
/home/andrew/Development/guake/autom4te.cache/output.0
/home/andrew/Development/guake/autom4te.cache/output.1
/home/andrew/Development/guake/autom4te.cache/output.2
/home/andrew/Development/guake/autom4te.cache/output.3
/home/andrew/Development/guake/autom4te.cache/output.4
/home/andrew/Development/guake/autom4te.cache/requests
/home/andrew/Development/guake/autom4te.cache/traces.0
/home/andrew/Development/guake/autom4te.cache/traces.1
/home/andrew/Development/guake/autom4te.cache/traces.2
/home/andrew/Development/guake/autom4te.cache/traces.3
/home/andrew/Development/guake/autom4te.cache/traces.4
/home/andrew/Development/guake/data/Makefile
/home/andrew/Development/guake/data/Makefile.am
/home/andrew/Development/guake/data/Makefile.in
/home/andrew/Development/guake/data/about.glade
/home/andrew/Development/guake/data/guake-autoconfigure.desktop.in
/home/andrew/Development/guake/data/guake-autostart.desktop.in
/home/andrew/Development/guake/data/guake-prefs.desktop
/home/andrew/Development/guake/data/guake-prefs.desktop.in
/home/andrew/Development/guake/data/guake.1
/home/andrew/Development/guake/data/guake.desktop
/home/andrew/Development/guake/data/guake.desktop.in
/home/andrew/Development/guake/data/guake.glade
/home/andrew/Development/guake/data/guake.schemas
/home/andrew/Development/guake/data/icons
/home/andrew/Development/guake/data/org.guake.Guake.service
/home/andrew/Development/guake/data/org.guake.Guake.service.in
/home/andrew/Development/guake/data/pixmaps
/home/andrew/Development/guake/data/prefs.glade
/home/andrew/Development/guake/data/icons/16x16
/home/andrew/Development/guake/data/icons/22x22
/home/andrew/Development/guake/data/icons/24x24
/home/andrew/Development/guake/data/icons/256x256
/home/andrew/Development/guake/data/icons/32x32
/home/andrew/Development/guake/data/icons/48x48
/home/andrew/Development/guake/data/icons/Makefile
/home/andrew/Development/guake/data/icons/Makefile.am
/home/andrew/Development/guake/data/icons/Makefile.in
/home/andrew/Development/guake/data/icons/source-prefs.svg
/home/andrew/Development/guake/data/icons/source.svg
/home/andrew/Development/guake/data/icons/16x16/apps
/home/andrew/Development/guake/data/icons/16x16/apps/guake-prefs.png
/home/andrew/Development/guake/data/icons/16x16/apps/guake.png
/home/andrew/Development/guake/data/icons/22x22/apps
/home/andrew/Development/guake/data/icons/22x22/apps/guake-prefs.png
/home/andrew/Development/guake/data/icons/22x22/apps/guake.png
/home/andrew/Development/guake/data/icons/24x24/apps
/home/andrew/Development/guake/data/icons/24x24/apps/guake-prefs.png
/home/andrew/Development/guake/data/icons/24x24/apps/guake.png
/home/andrew/Development/guake/data/icons/256x256/apps
/home/andrew/Development/guake/data/icons/256x256/apps/guake-prefs.png
/home/andrew/Development/guake/data/icons/256x256/apps/guake.png
/home/andrew/Development/guake/data/icons/32x32/apps
/home/andrew/Development/guake/data/icons/32x32/apps/guake-prefs.png
/home/andrew/Development/guake/data/icons/32x32/apps/guake.png
/home/andrew/Development/guake/data/icons/48x48/apps
/home/andrew/Development/guake/data/icons/48x48/apps/guake-prefs.png
/home/andrew/Development/guake/data/icons/48x48/apps/guake.png
/home/andrew/Development/guake/data/pixmaps/Makefile
/home/andrew/Development/guake/data/pixmaps/Makefile.am
/home/andrew/Development/guake/data/pixmaps/Makefile.in
/home/andrew/Development/guake/data/pixmaps/add_tab.png
/home/andrew/Development/guake/data/pixmaps/guake-notification.png
/home/andrew/Development/guake/data/pixmaps/guake-tray.png
/home/andrew/Development/guake/data/pixmaps/guake.png
/home/andrew/Development/guake/data/pixmaps/quick-open.png
/home/andrew/Development/guake/doc/make.bat
/home/andrew/Development/guake/doc/src
/home/andrew/Development/guake/doc/src/build.sh
/home/andrew/Development/guake/doc/src/conf.py
/home/andrew/Development/guake/doc/src/conf.py.in
/home/andrew/Development/guake/doc/src/index.rst
/home/andrew/Development/guake/doc/src/preview.sh
/home/andrew/Development/guake/git-hooks/post-commit
/home/andrew/Development/guake/m4/acinclude.m4
/home/andrew/Development/guake/m4/intltool.m4
/home/andrew/Development/guake/m4/libtool.m4
/home/andrew/Development/guake/m4/ltoptions.m4
/home/andrew/Development/guake/m4/ltsugar.m4
/home/andrew/Development/guake/m4/ltversion.m4
/home/andrew/Development/guake/m4/lt~obsolete.m4
/home/andrew/Development/guake/po/ChangeLog
/home/andrew/Development/guake/po/Makefile
/home/andrew/Development/guake/po/Makefile.in
/home/andrew/Development/guake/po/Makefile.in.in
/home/andrew/Development/guake/po/POTFILES
/home/andrew/Development/guake/po/POTFILES.in
/home/andrew/Development/guake/po/ca.gmo
/home/andrew/Development/guake/po/ca.po
/home/andrew/Development/guake/po/cs.gmo
/home/andrew/Development/guake/po/cs.po
/home/andrew/Development/guake/po/de.gmo
/home/andrew/Development/guake/po/de.po
/home/andrew/Development/guake/po/el.gmo
/home/andrew/Development/guake/po/el.po
/home/andrew/Development/guake/po/es.gmo
/home/andrew/Development/guake/po/es.po
/home/andrew/Development/guake/po/fa.gmo
/home/andrew/Development/guake/po/fa.po
/home/andrew/Development/guake/po/fr.gmo
/home/andrew/Development/guake/po/fr.po
/home/andrew/Development/guake/po/gl.gmo
/home/andrew/Development/guake/po/gl.po
/home/andrew/Development/guake/po/hr.gmo
/home/andrew/Development/guake/po/hr.po
/home/andrew/Development/guake/po/hu.gmo
/home/andrew/Development/guake/po/hu.po
/home/andrew/Development/guake/po/id.gmo
/home/andrew/Development/guake/po/id.po
/home/andrew/Development/guake/po/it.gmo
/home/andrew/Development/guake/po/it.po
/home/andrew/Development/guake/po/ja.gmo
/home/andrew/Development/guake/po/ja.po
/home/andrew/Development/guake/po/ko.gmo
/home/andrew/Development/guake/po/ko.po
/home/andrew/Development/guake/po/nb.gmo
/home/andrew/Development/guake/po/nb.po
/home/andrew/Development/guake/po/nl.gmo
/home/andrew/Development/guake/po/nl.po
/home/andrew/Development/guake/po/pa.gmo
/home/andrew/Development/guake/po/pa.po
/home/andrew/Development/guake/po/pl.gmo
/home/andrew/Development/guake/po/pl.po
/home/andrew/Development/guake/po/pt_BR.gmo
/home/andrew/Development/guake/po/pt_BR.po
/home/andrew/Development/guake/po/ru.gmo
/home/andrew/Development/guake/po/ru.po
/home/andrew/Development/guake/po/stamp-it
/home/andrew/Development/guake/po/sv.gmo
/home/andrew/Development/guake/po/sv.po
/home/andrew/Development/guake/po/tr.gmo
/home/andrew/Development/guake/po/tr.po
/home/andrew/Development/guake/po/uk.gmo
/home/andrew/Development/guake/po/uk.po
/home/andrew/Development/guake/po/zh_CN.gmo
/home/andrew/Development/guake/po/zh_CN.po
/home/andrew/Development/guake/src/guake
/home/andrew/Development/guake/src/guake/Makefile
/home/andrew/Development/guake/src/guake/Makefile.am
/home/andrew/Development/guake/src/guake/Makefile.in
/home/andrew/Development/guake/src/guake/__init__.py
/home/andrew/Development/guake/src/guake/__init__.pyc
/home/andrew/Development/guake/src/guake/__main__.py
/home/andrew/Development/guake/src/guake/about.py
/home/andrew/Development/guake/src/guake/about.pyc
/home/andrew/Development/guake/src/guake/common.py
/home/andrew/Development/guake/src/guake/common.pyc
/home/andrew/Development/guake/src/guake/dbusiface.py
/home/andrew/Development/guake/src/guake/dbusiface.pyc
/home/andrew/Development/guake/src/guake/gconfhandler.py
/home/andrew/Development/guake/src/guake/gconfhandler.pyc
/home/andrew/Development/guake/src/guake/globals.py
/home/andrew/Development/guake/src/guake/globals.py.in
/home/andrew/Development/guake/src/guake/globals.pyc
/home/andrew/Development/guake/src/guake/gtk-theme-swatch.py
/home/andrew/Development/guake/src/guake/gtk3test.py
/home/andrew/Development/guake/src/guake/guake
/home/andrew/Development/guake/src/guake/guake-prefs
/home/andrew/Development/guake/src/guake/guake_app.py
/home/andrew/Development/guake/src/guake/guake_app.pyc
/home/andrew/Development/guake/src/guake/guake_notebook.py
/home/andrew/Development/guake/src/guake/guake_notebook.pyc
/home/andrew/Development/guake/src/guake/main.py
/home/andrew/Development/guake/src/guake/notifier.py
/home/andrew/Development/guake/src/guake/notifier.pyc
/home/andrew/Development/guake/src/guake/notifier3.py
/home/andrew/Development/guake/src/guake/palettes.py
/home/andrew/Development/guake/src/guake/palettes.pyc
/home/andrew/Development/guake/src/guake/prefs.py
/home/andrew/Development/guake/src/guake/prefs.pyc
/home/andrew/Development/guake/src/guake/print_gtk_colors.py
/home/andrew/Development/guake/src/guake/simpleglade3app.py
/home/andrew/Development/guake/src/guake/simplegladeapp.py
/home/andrew/Development/guake/src/guake/simplegladeapp.pyc
/home/andrew/Development/guake/src/guake/terminal.py
/home/andrew/Development/guake/src/guake/terminal.pyc
/home/andrew/Development/guake/src/guake/terminal3.py
/home/andrew/Development/guake/src/guake/tests
/home/andrew/Development/guake/src/guake/tests/__init__.py
/home/andrew/Development/guake/src/guake/tests/make-c-current-directory.trace
/home/andrew/Development/guake/src/guake/tests/python-backtrace.trace
/home/andrew/Development/guake/src/guake/tests/python-backtrace2.trace
/home/andrew/Development/guake/src/guake/tests/python_trace3.trace
/home/andrew/Development/guake/src/guake/tests/sphinx-error.trace
/home/andrew/Development/guake/src/guake/tests/test_quit_edit.py
/home/andrew/Downloads/guake-.8-1.x86_64.rpm
/usr/lib/python2.7/site-packages/guakeOLD
/usr/lib/python2.7/site-packages/guakeOLD/__init__.py
/usr/lib/python2.7/site-packages/guakeOLD/__init__.pyc
/usr/lib/python2.7/site-packages/guakeOLD/__init__.pyo
/usr/lib/python2.7/site-packages/guakeOLD/__main__.py
/usr/lib/python2.7/site-packages/guakeOLD/__main__.pyc
/usr/lib/python2.7/site-packages/guakeOLD/__main__.pyo
/usr/lib/python2.7/site-packages/guakeOLD/about.py
/usr/lib/python2.7/site-packages/guakeOLD/about.pyc
/usr/lib/python2.7/site-packages/guakeOLD/about.pyo
/usr/lib/python2.7/site-packages/guakeOLD/common.py
/usr/lib/python2.7/site-packages/guakeOLD/common.pyc
/usr/lib/python2.7/site-packages/guakeOLD/common.pyo
/usr/lib/python2.7/site-packages/guakeOLD/dbusiface.py
/usr/lib/python2.7/site-packages/guakeOLD/dbusiface.pyc
/usr/lib/python2.7/site-packages/guakeOLD/dbusiface.pyo
/usr/lib/python2.7/site-packages/guakeOLD/gconfhandler.py
/usr/lib/python2.7/site-packages/guakeOLD/gconfhandler.pyc
/usr/lib/python2.7/site-packages/guakeOLD/gconfhandler.pyo
/usr/lib/python2.7/site-packages/guakeOLD/globals.py
/usr/lib/python2.7/site-packages/guakeOLD/globals.pyc
/usr/lib/python2.7/site-packages/guakeOLD/globals.pyo
/usr/lib/python2.7/site-packages/guakeOLD/guake_app.py
/usr/lib/python2.7/site-packages/guakeOLD/guake_app.pyc
/usr/lib/python2.7/site-packages/guakeOLD/guake_app.pyo
/usr/lib/python2.7/site-packages/guakeOLD/guake_notebook.py
/usr/lib/python2.7/site-packages/guakeOLD/guake_notebook.pyc
/usr/lib/python2.7/site-packages/guakeOLD/guake_notebook.pyo
/usr/lib/python2.7/site-packages/guakeOLD/main.py
/usr/lib/python2.7/site-packages/guakeOLD/main.pyc
/usr/lib/python2.7/site-packages/guakeOLD/main.pyo
/usr/lib/python2.7/site-packages/guakeOLD/notifier.py
/usr/lib/python2.7/site-packages/guakeOLD/notifier.pyc
/usr/lib/python2.7/site-packages/guakeOLD/notifier.pyo
/usr/lib/python2.7/site-packages/guakeOLD/palettes.py
/usr/lib/python2.7/site-packages/guakeOLD/palettes.pyc
/usr/lib/python2.7/site-packages/guakeOLD/palettes.pyo
/usr/lib/python2.7/site-packages/guakeOLD/prefs.py
/usr/lib/python2.7/site-packages/guakeOLD/prefs.pyc
/usr/lib/python2.7/site-packages/guakeOLD/prefs.pyo
/usr/lib/python2.7/site-packages/guakeOLD/simplegladeapp.py
/usr/lib/python2.7/site-packages/guakeOLD/simplegladeapp.pyc
/usr/lib/python2.7/site-packages/guakeOLD/simplegladeapp.pyo
/usr/lib/python2.7/site-packages/guakeOLD/terminal.py
/usr/lib/python2.7/site-packages/guakeOLD/terminal.pyc
/usr/lib/python2.7/site-packages/guakeOLD/terminal.pyo
/usr/share/app-info/icons/fedora-22/128x128/guake.png
/usr/share/app-info/icons/fedora-22/64x64/guake.png
/usr/share/icons/Numix-Circle/48x48/apps/guake-notification.svg
/usr/share/icons/Numix-Circle/48x48/apps/guake-prefs.svg
/usr/share/icons/Numix-Circle/48x48/apps/guake.svg
/usr/share/icons/numix-icon-theme-circle/Numix-Circle/48x48/apps/guake-notification.svg
/usr/share/icons/numix-icon-theme-circle/Numix-Circle/48x48/apps/guake-prefs.svg
/usr/share/icons/numix-icon-theme-circle/Numix-Circle/48x48/apps/guake.svg
/var/cache/PackageKit/hawkey/pingou-guake-filenames.solvx
/var/cache/PackageKit/hawkey/pingou-guake.solv
/var/cache/PackageKit/metadata/pingou-guake
/var/cache/PackageKit/metadata/pingou-guake/repodata
/var/cache/PackageKit/metadata/pingou-guake/repodata/4c33a05c605c134b61f1d773ea71dd96a664451c0c96e2a37c8690cb90848436-primary.xml.gz
/var/cache/PackageKit/metadata/pingou-guake/repodata/8866e7c9e1054e9d837aa74c690b15bdf7696941418db3f21b710da72b6beb63-appstream.xml.gz
/var/cache/PackageKit/metadata/pingou-guake/repodata/9a4f59e8c1f7dc89ee4f1cd793d8ba2ec14a434573fe991912ef5f31043a239d-appstream-icons.tar.gz
/var/cache/PackageKit/metadata/pingou-guake/repodata/d761cb322a5a7d0b3b4fdec58feb9817cc9f84280184d6b639a0ffbf3514e572-filelists.xml.gz
/var/cache/PackageKit/metadata/pingou-guake/repodata/repomd.xml
/var/cache/app-info/icons/pingou-guake
/var/cache/app-info/icons/pingou-guake/128x128
/var/cache/app-info/icons/pingou-guake/64x64
/var/cache/app-info/icons/pingou-guake/128x128/guake.png
/var/cache/app-info/icons/pingou-guake/64x64/guake.png
/var/cache/app-info/xmls/pingou-guake.xml.gz
/var/cache/dnf/pingou-guake-bee524dde7a7aec7
/var/cache/dnf/pingou-guake-filenames.solvx
/var/cache/dnf/pingou-guake.solv
/var/cache/dnf/pingou-guake-bee524dde7a7aec7/packages
/var/cache/dnf/pingou-guake-bee524dde7a7aec7/repodata
/var/cache/dnf/pingou-guake-bee524dde7a7aec7/repodata/4c33a05c605c134b61f1d773ea71dd96a664451c0c96e2a37c8690cb90848436-primary.xml.gz
/var/cache/dnf/pingou-guake-bee524dde7a7aec7/repodata/d761cb322a5a7d0b3b4fdec58feb9817cc9f84280184d6b639a0ffbf3514e572-filelists.xml.gz
/var/cache/dnf/pingou-guake-bee524dde7a7aec7/repodata/repomd.xml

So, I rebooted, and then reinstalled:

andrew  guake git:(master) ./autogen.sh 
/usr/bin/gnome-autogen.sh
checking for automake >= 1.9...
  testing automake... found 1.15
checking for autoreconf >= 2.53...
  testing autoreconf... found 2.69
checking for glib-gettext >= 2.2.0...
  testing glib-gettextize... found 2.44.1
checking for intltool >= 0.25...
  testing intltoolize... found 0.51.0
checking for pkg-config >= 0.14.0...
  testing pkg-config... found 0.28
Checking for required M4 macros...
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

Processing ./configure.ac
Running glib-gettextize... Ignore non-fatal messages.
Copying file po/Makefile.in.in

Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /usr/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Running intltoolize...
Running autoreconf...
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force --warnings=no-portability 
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: running: /usr/bin/autoconf --force --warnings=no-portability
autoreconf: running: /usr/bin/autoheader --force --warnings=no-portability
autoreconf: running: automake --add-missing --copy --force-missing --warnings=no-portability
autoreconf: Leaving directory `.'
Running ./configure ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) none
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.51.0 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.20.2
checking for XML::Parser... ok
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for a Python interpreter with version >= 2.7... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for DEPENDENCIES... yes
checking for the python-vte package... yes
checking for gconftool-2... /usr/local/bin/gconftool-2
Using config source xml:merged:/usr/local/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating data/Makefile
config.status: creating data/guake.desktop
config.status: creating data/guake-prefs.desktop
config.status: creating data/org.guake.Guake.service
config.status: creating data/pixmaps/Makefile
config.status: creating data/icons/Makefile
config.status: creating po/Makefile.in
config.status: creating src/guake/Makefile
config.status: creating src/guake/globals.py
config.status: creating doc/src/conf.py
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
Now type `make' to compile guake
andrew  guake git:(master) ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) none
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.51.0 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.20.2
checking for XML::Parser... ok
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for a Python interpreter with version >= 2.7... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for DEPENDENCIES... yes
checking for the python-vte package... yes
checking for gconftool-2... /usr/local/bin/gconftool-2
Using config source xml:merged:/usr/local/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating data/Makefile
config.status: creating data/guake.desktop
config.status: creating data/guake-prefs.desktop
config.status: creating data/org.guake.Guake.service
config.status: creating data/pixmaps/Makefile
config.status: creating data/icons/Makefile
config.status: creating po/Makefile.in
config.status: creating src/guake/Makefile
config.status: creating src/guake/globals.py
config.status: creating doc/src/conf.py
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
andrew  guake git:(master) make
make  all-recursive
make[1]: Entering directory '/home/andrew/Development/guake'
Making all in src/guake
make[2]: Entering directory '/home/andrew/Development/guake/src/guake'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/andrew/Development/guake/src/guake'
Making all in data
make[2]: Entering directory '/home/andrew/Development/guake/data'
Making all in pixmaps
make[3]: Entering directory '/home/andrew/Development/guake/data/pixmaps'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/andrew/Development/guake/data/pixmaps'
Making all in icons
make[3]: Entering directory '/home/andrew/Development/guake/data/icons'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/andrew/Development/guake/data/icons'
make[3]: Entering directory '/home/andrew/Development/guake/data'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/andrew/Development/guake/data'
make[2]: Leaving directory '/home/andrew/Development/guake/data'
Making all in po
make[2]: Entering directory '/home/andrew/Development/guake/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/andrew/Development/guake/po'
make[2]: Entering directory '/home/andrew/Development/guake'
make[2]: Leaving directory '/home/andrew/Development/guake'
make[1]: Leaving directory '/home/andrew/Development/guake'
andrew  guake git:(master) sudo make install
[sudo] password for andrew: 
Making install in src/guake
make[1]: Entering directory '/home/andrew/Development/guake/src/guake'
make[2]: Entering directory '/home/andrew/Development/guake/src/guake'
 /usr/bin/mkdir -p '/usr/local/bin'
 /usr/bin/install -c guake guake-prefs '/usr/local/bin'
 /usr/bin/mkdir -p '/usr/local/lib/python2.7/site-packages/guake'
 /usr/bin/install -c -m 644 __init__.py __main__.py about.py common.py dbusiface.py gconfhandler.py globals.py guake_app.py guake_notebook.py main.py notifier.py prefs.py simplegladeapp.py terminal.py palettes.py '/usr/local/lib/python2.7/site-packages/guake'
Byte-compiling python modules...
__init__.py__main__.pyabout.pycommon.pydbusiface.pygconfhandler.pyglobals.pyguake_app.pyguake_notebook.pymain.pynotifier.pyprefs.pysimplegladeapp.pyterminal.pypalettes.py
Byte-compiling python modules (optimized versions) ...
__init__.py__main__.pyabout.pycommon.pydbusiface.pygconfhandler.pyglobals.pyguake_app.pyguake_notebook.pymain.pynotifier.pyprefs.pysimplegladeapp.pyterminal.pypalettes.py
make[2]: Leaving directory '/home/andrew/Development/guake/src/guake'
make[1]: Leaving directory '/home/andrew/Development/guake/src/guake'
Making install in data
make[1]: Entering directory '/home/andrew/Development/guake/data'
Making install in pixmaps
make[2]: Entering directory '/home/andrew/Development/guake/data/pixmaps'
make[3]: Entering directory '/home/andrew/Development/guake/data/pixmaps'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/share/pixmaps/guake'
 /usr/bin/install -c -m 644 guake.png guake-tray.png guake-notification.png add_tab.png quick-open.png '/usr/local/share/pixmaps/guake'
make[3]: Leaving directory '/home/andrew/Development/guake/data/pixmaps'
make[2]: Leaving directory '/home/andrew/Development/guake/data/pixmaps'
Making install in icons
make[2]: Entering directory '/home/andrew/Development/guake/data/icons'
make[3]: Entering directory '/home/andrew/Development/guake/data/icons'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/share/icons/hicolor/16x16/apps'
 /usr/bin/install -c -m 644 16x16/apps/guake.png 16x16/apps/guake-prefs.png '/usr/local/share/icons/hicolor/16x16/apps'
 /usr/bin/mkdir -p '/usr/local/share/icons/hicolor/22x22/apps'
 /usr/bin/install -c -m 644 22x22/apps/guake.png 22x22/apps/guake-prefs.png '/usr/local/share/icons/hicolor/22x22/apps'
 /usr/bin/mkdir -p '/usr/local/share/icons/hicolor/24x24/apps'
 /usr/bin/install -c -m 644 24x24/apps/guake.png 24x24/apps/guake-prefs.png '/usr/local/share/icons/hicolor/24x24/apps'
 /usr/bin/mkdir -p '/usr/local/share/icons/hicolor/256x256/apps'
 /usr/bin/install -c -m 644 256x256/apps/guake.png 256x256/apps/guake-prefs.png '/usr/local/share/icons/hicolor/256x256/apps'
 /usr/bin/mkdir -p '/usr/local/share/icons/hicolor/32x32/apps'
 /usr/bin/install -c -m 644 32x32/apps/guake.png 32x32/apps/guake-prefs.png '/usr/local/share/icons/hicolor/32x32/apps'
 /usr/bin/mkdir -p '/usr/local/share/icons/hicolor/48x48/apps'
 /usr/bin/install -c -m 644 48x48/apps/guake.png 48x48/apps/guake-prefs.png '/usr/local/share/icons/hicolor/48x48/apps'
make  install-data-hook
make[4]: Entering directory '/home/andrew/Development/guake/data/icons'
:
test -n "" || gtk-update-icon-cache --ignore-theme-index --force "/usr/local/share/icons/hicolor"
gtk-update-icon-cache: Cache file created successfully.
make[4]: Leaving directory '/home/andrew/Development/guake/data/icons'
make[3]: Leaving directory '/home/andrew/Development/guake/data/icons'
make[2]: Leaving directory '/home/andrew/Development/guake/data/icons'
make[2]: Entering directory '/home/andrew/Development/guake/data'
make[3]: Entering directory '/home/andrew/Development/guake/data'
make[3]: Nothing to be done for 'install-exec-am'.
GCONF_CONFIG_SOURCE=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults \
/usr/local/bin/gconftool-2 --makefile-install-rule guake.schemas
Attached schema `/schemas/apps/guake/general/debug_mode' to key `/apps/guake/general/debug_mode'
Installed schema `/schemas/apps/guake/general/debug_mode' for locale `C'
Attached schema `/schemas/apps/guake/general/mouse_display' to key `/apps/guake/general/mouse_display'
Installed schema `/schemas/apps/guake/general/mouse_display' for locale `C'
Attached schema `/schemas/apps/guake/general/display_n' to key `/apps/guake/general/display_n'
Installed schema `/schemas/apps/guake/general/display_n' for locale `C'
Attached schema `/schemas/apps/guake/general/default_shell' to key `/apps/guake/general/default_shell'
Installed schema `/schemas/apps/guake/general/default_shell' for locale `C'
Attached schema `/schemas/apps/guake/general/use_login_shell' to key `/apps/guake/general/use_login_shell'
Installed schema `/schemas/apps/guake/general/use_login_shell' for locale `C'
Attached schema `/schemas/apps/guake/general/use_trayicon' to key `/apps/guake/general/use_trayicon'
Installed schema `/schemas/apps/guake/general/use_trayicon' for locale `C'
Attached schema `/schemas/apps/guake/general/use_popup' to key `/apps/guake/general/use_popup'
Installed schema `/schemas/apps/guake/general/use_popup' for locale `C'
Attached schema `/schemas/apps/guake/general/prompt_on_quit' to key `/apps/guake/general/prompt_on_quit'
Installed schema `/schemas/apps/guake/general/prompt_on_quit' for locale `C'
Attached schema `/schemas/apps/guake/general/prompt_on_close_tab' to key `/apps/guake/general/prompt_on_close_Tab'
Installed schema `/schemas/apps/guake/general/prompt_on_close_tab' for locale `C'
Attached schema `/schemas/apps/guake/general/window_ontop' to key `/apps/guake/general/window_ontop'
Installed schema `/schemas/apps/guake/general/window_ontop' for locale `C'
Attached schema `/schemas/apps/guake/general/tab_ontop' to key `/apps/guake/general/tab_ontop'
Installed schema `/schemas/apps/guake/general/tab_ontop' for locale `C'
Attached schema `/schemas/apps/guake/general/window_losefocus' to key `/apps/guake/general/window_losefocus'
Installed schema `/schemas/apps/guake/general/window_losefocus' for locale `C'
Attached schema `/schemas/apps/guake/general/window_tabbar' to key `/apps/guake/general/window_tabbar'
Installed schema `/schemas/apps/guake/general/window_tabbar' for locale `C'
Attached schema `/schemas/apps/guake/general/quick_open_enable' to key `/apps/guake/general/quick_open_enable'
Installed schema `/schemas/apps/guake/general/quick_open_enable' for locale `C'
Attached schema `/schemas/apps/guake/general/quick_open_command_line' to key `/apps/guake/general/quick_open_command_line'
Installed schema `/schemas/apps/guake/general/quick_open_command_line' for locale `C'
Attached schema `/schemas/apps/guake/general/quick_open_in_current_terminal' to key `/apps/guake/general/quick_open_in_current_terminal'
Installed schema `/schemas/apps/guake/general/quick_open_in_current_terminal' for locale `C'
Attached schema `/schemas/apps/guake/general/startup_script' to key `/apps/guake/general/startup_script'
Installed schema `/schemas/apps/guake/general/startup_script' for locale `C'
Attached schema `/schemas/apps/guake/general/start_fullscreen' to key `/apps/guake/general/start_fullscreen'
Installed schema `/schemas/apps/guake/general/start_fullscreen' for locale `C'
Attached schema `/schemas/apps/guake/general/use_audible_bell' to key `/apps/guake/general/use_audible_bell'
Installed schema `/schemas/apps/guake/general/use_audible_bell' for locale `C'
Attached schema `/schemas/apps/guake/general/use_visible_bell' to key `/apps/guake/general/use_visible_bell'
Installed schema `/schemas/apps/guake/general/use_visible_bell' for locale `C'
Attached schema `/schemas/apps/guake/general/window_width' to key `/apps/guake/general/window_width'
Installed schema `/schemas/apps/guake/general/window_width' for locale `C'
Attached schema `/schemas/apps/guake/general/window_width_f' to key `/apps/guake/general/window_width_f'
Installed schema `/schemas/apps/guake/general/window_width_f' for locale `C'
Attached schema `/schemas/apps/guake/general/window_height_f' to key `/apps/guake/general/window_height_f'
Installed schema `/schemas/apps/guake/general/window_height_f' for locale `C'
Attached schema `/schemas/apps/guake/general/window_halignment' to key `/apps/guake/general/window_halignment'
Installed schema `/schemas/apps/guake/general/window_halignment' for locale `C'
Attached schema `/schemas/apps/guake/general/window_valignment' to key `/apps/guake/general/window_valignment'
Installed schema `/schemas/apps/guake/general/window_valignment' for locale `C'
Attached schema `/schemas/apps/guake/general/use_scrollbar' to key `/apps/guake/general/use_scrollbar'
Installed schema `/schemas/apps/guake/general/use_scrollbar' for locale `C'
Attached schema `/schemas/apps/guake/general/history_size' to key `/apps/guake/general/history_size'
Installed schema `/schemas/apps/guake/general/history_size' for locale `C'
Attached schema `/schemas/apps/guake/general/scroll_output' to key `/apps/guake/general/scroll_output'
Installed schema `/schemas/apps/guake/general/scroll_output' for locale `C'
Attached schema `/schemas/apps/guake/general/scroll_keystroke' to key `/apps/guake/general/scroll_keystroke'
Installed schema `/schemas/apps/guake/general/scroll_keystroke' for locale `C'
Attached schema `/schemas/apps/guake/general/use_default_font' to key `/apps/guake/general/use_default_font'
Installed schema `/schemas/apps/guake/general/use_default_font' for locale `C'
Attached schema `/schemas/apps/guake/general/use_palette_font_and_background_color' to key `/apps/guake/general/use_palette_font_and_background_color'
Installed schema `/schemas/apps/guake/general/use_palette_font_and_background_color' for locale `C'
Attached schema `/schemas/apps/guake/general/use_vte_titles' to key `/apps/guake/general/use_vte_titles'
Installed schema `/schemas/apps/guake/general/use_vte_titles' for locale `C'
Attached schema `/schemas/apps/guake/style/cursor_blink_mode' to key `/apps/guake/style/cursor_blink_mode'
Installed schema `/schemas/apps/guake/style/cursor_blink_mode' for locale `C'
Attached schema `/schemas/apps/guake/style/cursor_shape' to key `/apps/guake/style/cursor_shape'
Installed schema `/schemas/apps/guake/style/cursor_shape' for locale `C'
Attached schema `/schemas/apps/guake/style/font/style' to key `/apps/guake/style/font/style'
Installed schema `/schemas/apps/guake/style/font/style' for locale `C'
Attached schema `/schemas/apps/guake/style/font/color' to key `/apps/guake/style/font/color'
Installed schema `/schemas/apps/guake/style/font/color' for locale `C'
Attached schema `/schemas/apps/guake/style/font/palette' to key `/apps/guake/style/font/palette'
Installed schema `/schemas/apps/guake/style/font/palette' for locale `C'
Attached schema `/schemas/apps/guake/style/font/palette_name' to key `/apps/guake/style/font/palette_name'
Installed schema `/schemas/apps/guake/style/font/palette_name' for locale `C'
Attached schema `/schemas/apps/guake/style/background/color' to key `/apps/guake/style/background/color'
Installed schema `/schemas/apps/guake/style/background/color' for locale `C'
Attached schema `/schemas/apps/guake/style/background/image' to key `/apps/guake/style/background/image'
Installed schema `/schemas/apps/guake/style/background/image' for locale `C'
Attached schema `/schemas/apps/guake/style/background/transparency' to key `/apps/guake/style/background/transparency'
Installed schema `/schemas/apps/guake/style/background/transparency' for locale `C'
Attached schema `/schemas/apps/guake/general/compat_backspace' to key `/apps/guake/general/compat_backspace'
Installed schema `/schemas/apps/guake/general/compat_backspace' for locale `C'
Attached schema `/schemas/apps/guake/general/compat_delete' to key `/apps/guake/general/compat_delete'
Installed schema `/schemas/apps/guake/general/compat_delete' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/global/show_hide' to key `/apps/guake/keybindings/global/show_hide'
Installed schema `/schemas/apps/guake/keybindings/global/show_hide' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/quit' to key `/apps/guake/keybindings/local/quit'
Installed schema `/schemas/apps/guake/keybindings/local/quit' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/new_tab' to key `/apps/guake/keybindings/local/new_tab'
Installed schema `/schemas/apps/guake/keybindings/local/new_tab' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/close_tab' to key `/apps/guake/keybindings/local/close_tab'
Installed schema `/schemas/apps/guake/keybindings/local/close_tab' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/search_on_web' to key `/apps/guake/keybindings/local/search_on_web'
Installed schema `/schemas/apps/guake/keybindings/local/search_on_web' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/move_tab_left' to key `/apps/guake/keybindings/local/move_tab_left'
Installed schema `/schemas/apps/guake/keybindings/local/move_tab_left' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/move_tab_right' to key `/apps/guake/keybindings/local/move_tab_right'
Installed schema `/schemas/apps/guake/keybindings/local/move_tab_right' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/previous_tab' to key `/apps/guake/keybindings/local/previous_tab'
Installed schema `/schemas/apps/guake/keybindings/local/previous_tab' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/next_tab' to key `/apps/guake/keybindings/local/next_tab'
Installed schema `/schemas/apps/guake/keybindings/local/next_tab' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/switch_tab1' to key `/apps/guake/keybindings/local/switch_tab1'
Installed schema `/schemas/apps/guake/keybindings/local/switch_tab1' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/switch_tab2' to key `/apps/guake/keybindings/local/switch_tab2'
Installed schema `/schemas/apps/guake/keybindings/local/switch_tab2' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/switch_tab3' to key `/apps/guake/keybindings/local/switch_tab3'
Installed schema `/schemas/apps/guake/keybindings/local/switch_tab3' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/switch_tab4' to key `/apps/guake/keybindings/local/switch_tab4'
Installed schema `/schemas/apps/guake/keybindings/local/switch_tab4' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/switch_tab5' to key `/apps/guake/keybindings/local/switch_tab5'
Installed schema `/schemas/apps/guake/keybindings/local/switch_tab5' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/switch_tab6' to key `/apps/guake/keybindings/local/switch_tab6'
Installed schema `/schemas/apps/guake/keybindings/local/switch_tab6' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/switch_tab7' to key `/apps/guake/keybindings/local/switch_tab7'
Installed schema `/schemas/apps/guake/keybindings/local/switch_tab7' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/switch_tab8' to key `/apps/guake/keybindings/local/switch_tab8'
Installed schema `/schemas/apps/guake/keybindings/local/switch_tab8' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/switch_tab9' to key `/apps/guake/keybindings/local/switch_tab9'
Installed schema `/schemas/apps/guake/keybindings/local/switch_tab9' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/switch_tab10' to key `/apps/guake/keybindings/local/switch_tab10'
Installed schema `/schemas/apps/guake/keybindings/local/switch_tab10' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/rename_current_tab' to key `/apps/guake/keybindings/local/rename_current_tab'
Installed schema `/schemas/apps/guake/keybindings/local/rename_current_tab' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/zoom_in' to key `/apps/guake/keybindings/local/zoom_in'
Installed schema `/schemas/apps/guake/keybindings/local/zoom_in' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/zoom_in_alt' to key `/apps/guake/keybindings/local/zoom_in_alt'
Installed schema `/schemas/apps/guake/keybindings/local/zoom_in_alt' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/zoom_out' to key `/apps/guake/keybindings/local/zoom_out'
Installed schema `/schemas/apps/guake/keybindings/local/zoom_out' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/increase_height' to key `/apps/guake/keybindings/local/increase_height'
Installed schema `/schemas/apps/guake/keybindings/local/increase_height' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/decrease_height' to key `/apps/guake/keybindings/local/decrease_height'
Installed schema `/schemas/apps/guake/keybindings/local/decrease_height' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/increase_transparency' to key `/apps/guake/keybindings/local/increase_transparency'
Installed schema `/schemas/apps/guake/keybindings/local/increase_transparency' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/decrease_transparency' to key `/apps/guake/keybindings/local/decrease_transparency'
Installed schema `/schemas/apps/guake/keybindings/local/decrease_transparency' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/clipboard_copy' to key `/apps/guake/keybindings/local/clipboard_copy'
Installed schema `/schemas/apps/guake/keybindings/local/clipboard_copy' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/clipboard_paste' to key `/apps/guake/keybindings/local/clipboard_paste'
Installed schema `/schemas/apps/guake/keybindings/local/clipboard_paste' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/toggle_fullscreen' to key `/apps/guake/keybindings/local/toggle_fullscreen'
Installed schema `/schemas/apps/guake/keybindings/local/toggle_fullscreen' for locale `C'
Attached schema `/schemas/apps/guake/keybindings/local/toggle_hide_on_lose_focus' to key `/apps/guake/keybindings/local/toggle_hide_on_lose_focus'
Installed schema `/schemas/apps/guake/keybindings/local/toggle_hide_on_lose_focus' for locale `C'
Attached schema `/schemas/apps/guake/general/word_chars' to key `/apps/guake/general/word_chars'
Installed schema `/schemas/apps/guake/general/word_chars' for locale `C'
Attached schema `/schemas/apps/guake/general/show_resizer' to key `/apps/guake/general/show_resizer'
Installed schema `/schemas/apps/guake/general/show_resizer' for locale `C'
Attached schema `/schemas/apps/guake/general/toolbar_visible_in_fullscreen' to key `/apps/guake/general/toolbar_visible_in_fullscreen'
Installed schema `/schemas/apps/guake/general/toolbar_visible_in_fullscreen' for locale `C'
Attached schema `/schemas/apps/guake/general/focus_if_open' to key `/apps/guake/general/focus_if_open'
Installed schema `/schemas/apps/guake/general/focus_if_open' for locale `C'
 /usr/bin/mkdir -p '/usr/local/share/applications'
 /usr/bin/install -c -m 644 guake.desktop guake-prefs.desktop '/usr/local/share/applications'
 /usr/bin/mkdir -p '/usr/local/share/man/man1'
 /usr/bin/install -c -m 644 guake.1 '/usr/local/share/man/man1'
 /usr/bin/mkdir -p '/usr/local/etc/gconf/schemas'
 /usr/bin/install -c -m 644 guake.schemas '/usr/local/etc/gconf/schemas'
 /usr/bin/mkdir -p '/usr/local/share/dbus-1/services'
 /usr/bin/install -c -m 644 org.guake.Guake.service '/usr/local/share/dbus-1/services'
 /usr/bin/mkdir -p '/usr/local/share/guake'
 /usr/bin/install -c -m 644 about.glade guake.glade prefs.glade '/usr/local/share/guake'
make[3]: Leaving directory '/home/andrew/Development/guake/data'
make[2]: Leaving directory '/home/andrew/Development/guake/data'
make[1]: Leaving directory '/home/andrew/Development/guake/data'
Making install in po
make[1]: Entering directory '/home/andrew/Development/guake/po'
linguas="ca cs de el es fa fr gl hr hu id it ja ko nb nl pa pl pt_BR ru sv tr uk zh_CN "; \
for lang in $linguas; do \
  dir=/usr/local/share/locale/$lang/LC_MESSAGES; \
  /bin/sh /home/andrew/Development/guake/install-sh -d $dir; \
  if test -r $lang.gmo; then \
    /usr/bin/install -c -m 644 $lang.gmo $dir/guake.mo; \
    echo "installing $lang.gmo as $dir/guake.mo"; \
  else \
    /usr/bin/install -c -m 644 ./$lang.gmo $dir/guake.mo; \
    echo "installing ./$lang.gmo as" \
     "$dir/guake.mo"; \
  fi; \
  if test -r $lang.gmo.m; then \
    /usr/bin/install -c -m 644 $lang.gmo.m $dir/guake.mo.m; \
    echo "installing $lang.gmo.m as $dir/guake.mo.m"; \
  else \
    if test -r ./$lang.gmo.m ; then \
      /usr/bin/install -c -m 644 ./$lang.gmo.m \
    $dir/guake.mo.m; \
      echo "installing ./$lang.gmo.m as" \
       "$dir/guake.mo.m"; \
    else \
      true; \
    fi; \
  fi; \
done
installing ca.gmo as /usr/local/share/locale/ca/LC_MESSAGES/guake.mo
installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/guake.mo
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/guake.mo
installing el.gmo as /usr/local/share/locale/el/LC_MESSAGES/guake.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/guake.mo
installing fa.gmo as /usr/local/share/locale/fa/LC_MESSAGES/guake.mo
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/guake.mo
installing gl.gmo as /usr/local/share/locale/gl/LC_MESSAGES/guake.mo
installing hr.gmo as /usr/local/share/locale/hr/LC_MESSAGES/guake.mo
installing hu.gmo as /usr/local/share/locale/hu/LC_MESSAGES/guake.mo
installing id.gmo as /usr/local/share/locale/id/LC_MESSAGES/guake.mo
installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/guake.mo
installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/guake.mo
installing ko.gmo as /usr/local/share/locale/ko/LC_MESSAGES/guake.mo
installing nb.gmo as /usr/local/share/locale/nb/LC_MESSAGES/guake.mo
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/guake.mo
installing pa.gmo as /usr/local/share/locale/pa/LC_MESSAGES/guake.mo
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/guake.mo
installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/guake.mo
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/guake.mo
installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/guake.mo
installing tr.gmo as /usr/local/share/locale/tr/LC_MESSAGES/guake.mo
installing uk.gmo as /usr/local/share/locale/uk/LC_MESSAGES/guake.mo
installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/guake.mo
make[1]: Leaving directory '/home/andrew/Development/guake/po'
make[1]: Entering directory '/home/andrew/Development/guake'
make[2]: Entering directory '/home/andrew/Development/guake'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/andrew/Development/guake'
make[1]: Leaving directory '/home/andrew/Development/guake'
andrew  guake git:(master) guake
/usr/bin/python2: No module named guake

I also tried again, removing the files and just running 'sudo make install'. The same thing happened.

CyanBlob commented 9 years ago

I've found a workaround that lets me at least run guake from the repos. Killing gconfd-2 and then starting it again with /usr/libexec/gconfd-2 & enables me to start it up. I've automated the process so I can still get guake to run on startup. From now on, I'm doing things like this in an Ubuntu VM, so feel free to close this if you don't have any more ideas of what went wrong in my installation. Thanks for your help.

SapiensAnatis commented 7 years ago

I have this issue. Tried cleaning as said but not yet fully purging it from my system (I did try removing the package first, but I mean I haven't yet deleted anything with guake in the name). Only occurs with built guake, guake from arch repos is fine.

I'm only really building from source for the disable resize bar option, so I guess if that makes its way into the arch repos that will be fine. Believe current build is from about a week ago before that PR was merged.

Perdjesk commented 6 years ago

On Fedora27 /usr/local/lib/pythonX.Y/site-packages is not loaded as module path by python. https://bugzilla.redhat.com/show_bug.cgi?id=662034

$ /usr/bin/env python -c "import sys; print sys.path"
['', '/usr/lib/python27.zip', '/usr/lib64/python2.7', '/usr/lib64/python2.7/plat-linux2', '/usr/lib64/python2.7/lib-tk', '/usr/lib64/python2.7/lib-old', '/usr/lib64/python2.7/lib-dynload', '/usr/lib64/python2.7/site-packages', '/usr/lib64/python2.7/site-packages/gtk-2.0', '/usr/lib/python2.7/site-packages']
phil294 commented 5 years ago

I think this is still an issue. Cloning, running the dep script and running

make
sudo make install
sudo chmod -R o+rx /usr/local/share/applications/guake* /usr/local/share/metainfo/guake* /usr/local/share/guake/* /usr/local/share/glib-2.0/schemas/org.guake*

will still result in

Traceback (most recent call last):
  File "/usr/local/bin/guake", line 6, in <module>
    from guake.main import exec_main
ModuleNotFoundError: No module named 'guake'
phil294 commented 5 years ago

I found the problem: The prefix is not compatible with Arch Linux' default way of handling python packages, it seems. It needs to be /usr. Also, with a custom umask (in below example, 000), the permissions will also fail. Thus, here is what made it work for me:

sudo sh -c 'umask 002 && make prefix=/usr install; umask 000'
Davidy22 commented 3 years ago

The build works for the people involved now so closing this ticket. Build issues are probably more of a support issue as everyone's build environment is different.