Sample Header Ad - 728x90

Unix & Linux Stack Exchange

Q&A for users of Linux, FreeBSD and other Unix-like operating systems

Latest Questions

8 votes
3 answers
4763 views
Where does guake put it user preferences?
Previously guake used to have its preferences stored in ~/.gconf/apps/guake/general but with move to gtk3 it has moved to gsettings and dconf . While dconf-editor does show me the preferences with the toggle switch I'm unable to figure out where it actually stays.
Previously guake used to have its preferences stored in ~/.gconf/apps/guake/general but with move to gtk3 it has moved to gsettings and dconf . While dconf-editor does show me the preferences with the toggle switch I'm unable to figure out where it actually stays.
shirish (12954 rep)
Oct 9, 2018, 06:20 AM • Last activity: Nov 12, 2024, 02:48 PM
3 votes
4 answers
5948 views
How do i make guake start with tmux?
i am using i3wm and guake. I always use tmux inside guake to have split functionality detach function etc is there a way to start guake by default tmux running ?
i am using i3wm and guake. I always use tmux inside guake to have split functionality detach function etc is there a way to start guake by default tmux running ?
nikoss (137 rep)
Dec 6, 2016, 01:02 PM • Last activity: Feb 28, 2024, 02:34 PM
0 votes
0 answers
71 views
How to blacklist KDE terminal in guake?
I am running guake on Debian testing - $guake --version Guake Terminal: 3.8.1 VTE: 0.66.2 VTE runtime: 0.66.2 Gtk: 3.24.30 Fortunately or unfortunately KDE terminal seems to come in my guake sessions and I dunno why :( [![enter image description here][1]][1] FWIW, I also looked at the guake.desktop...
I am running guake on Debian testing - $guake --version Guake Terminal: 3.8.1 VTE: 0.66.2 VTE runtime: 0.66.2 Gtk: 3.24.30 Fortunately or unfortunately KDE terminal seems to come in my guake sessions and I dunno why :( enter image description here FWIW, I also looked at the guake.desktop file entry - /usr/share/applications$ cat guake.desktop [Desktop Entry] Name=Guake Terminal Comment=Use the command line in a Quake-like terminal TryExec=guake Exec=guake Icon=guake Type=Application Categories=GNOME;GTK;System;Utility;TerminalEmulator; StartupNotify=true X-Desktop-File-Install-Version=0.22 And as can be seen, it doesn't show anything untoward. Please don't misunderstand me. I do like KDE terminal/konsole but not in guake. Is there any way to blacklist konsole/kde just from guake ??? Looking forward to knowing. FWIW, I tried three sessions and it seems random. For e.g. in the first session, it was KDE, reboot and in DE and it was guake, the third session it was again KDE terminal. All the sessions were under mate 1.26
shirish (12954 rep)
Dec 29, 2021, 09:14 PM • Last activity: Dec 30, 2021, 05:38 AM
3 votes
6 answers
5058 views
Default Guake tab names
I recently installed an update to Guake that sets the tab names to ` @ /path/to/current/directory/`. This is rather annyoing when a single tab takes up all the space because of extreme nesting, for example in a Java project (`parent-module/sub-module/src/main/java/no/whirlwin/sample_app/domain/wares...
I recently installed an update to Guake that sets the tab names to @/path/to/current/directory/. This is rather annyoing when a single tab takes up all the space because of extreme nesting, for example in a Java project (parent-module/sub-module/src/main/java/no/whirlwin/sample_app/domain/wares/interfaces). Earlier the names were something like tab:0, tab:1 or so, which was perfect. Now I have to manually rename each and every new tab I open, which is a pain in the a...wk. Other than downgrading to an earlier version, is it possible to change the default tab names?
whirlwin (591 rep)
Aug 16, 2012, 07:34 PM • Last activity: Dec 13, 2021, 09:19 AM
2 votes
2 answers
328 views
Identify whether terminal is open in guake
I need to check in my `.vimrc` whether or not the terminal in which vim is opened is running in Guake. How can I see this? The `$TERM` variable does not seem to be quite right...
I need to check in my .vimrc whether or not the terminal in which vim is opened is running in Guake. How can I see this? The $TERM variable does not seem to be quite right...
lindhe (4416 rep)
Nov 28, 2014, 11:23 AM • Last activity: Sep 20, 2020, 06:01 PM
6 votes
3 answers
1303 views
Replacing tmux with exec
I'm using tmux from a while and I'm very happy with it. Since I need it most of the time, I made it my default shell (in guake, to be precise). This is nice and I'm perfectly fine with this. But from time to time, I need to exit tmux and having a clean shell, but since I'm defaulted with tmux, termi...
I'm using tmux from a while and I'm very happy with it. Since I need it most of the time, I made it my default shell (in guake, to be precise). This is nice and I'm perfectly fine with this. But from time to time, I need to exit tmux and having a clean shell, but since I'm defaulted with tmux, terminating the session will result in another tmux later. So, my question is: is it possible to replace the *tmux process* with a given shell? Something like exec which, of course, doesn't work, because it replacess the shell inside tmux and not tmux itself.
AkiRoss (643 rep)
Mar 7, 2013, 03:48 PM • Last activity: May 13, 2020, 10:34 PM
3 votes
2 answers
5664 views
How to kill tmux window automatically when terminal window closed?
I am starting a process in a tmux window in a terminal window. When I close the terminal window, the process not killing automatically but If I kill tmux window before close terminal window, the process killing. How can I kill related tmux window when the terminal window closed ? Can we bind command...
I am starting a process in a tmux window in a terminal window. When I close the terminal window, the process not killing automatically but If I kill tmux window before close terminal window, the process killing. How can I kill related tmux window when the terminal window closed ? Can we bind commands the close event of the terminal window ?
Mesut Tasci (825 rep)
Jul 23, 2013, 12:53 AM • Last activity: May 11, 2020, 06:11 PM
0 votes
1 answers
421 views
Installing Guake in Anaconda Environment
I'm using anaconda to manage virtual environments on my Ubuntu 15.10 machine. For some reason, I'm not able to use the Guake terminal anymore: anaconda3/bin/python2: No module named guake (Default environment). It used to work until now. I suspect that there is an issue with some paths. /usr/lib/pyt...
I'm using anaconda to manage virtual environments on my Ubuntu 15.10 machine. For some reason, I'm not able to use the Guake terminal anymore: anaconda3/bin/python2: No module named guake (Default environment). It used to work until now. I suspect that there is an issue with some paths. /usr/lib/python2.7/guake I found this . However, I don't know how I can install the packages within the anaconda environment. I tried reinstalling guake from the repository as well as compiling the source. The latter gives the following error: configure: error: cannot import Python module "vte". Please check if you have python-vte installed. The error was: No module named vte I suspect it is installed in the wrong folder. The script should install all dependencies (according to the describtion on the guake github page) but I guess it does so in the wrong location. Does anyone know how I can cleanly install packages within the anaconda environment without using conda install .. Is this a good idea at all? Or can I update some path variables? I'm a bit lost. (Furthermore, if someone knows alternative drop-down terminals I would be glad to know)
user3142067 (101 rep)
Jan 7, 2017, 09:45 AM • Last activity: Apr 9, 2019, 04:00 PM
3 votes
2 answers
4163 views
How to key bind 'backward-kill-line' to Ctrl+Shift+Backspace?
I have used answer of [zsh kill Ctrl + Backspace, Ctrl + Delete](https://unix.stackexchange.com/a/12789/188538) to configure following key binding: - Ctrl + Backspace : delete until the beginning of current word, - Ctrl + Delete : delete until the end of current word, - Ctrl + Shift + Delete : delet...
I have used answer of [zsh kill Ctrl + Backspace, Ctrl + Delete](https://unix.stackexchange.com/a/12789/188538) to configure following key binding: - Ctrl+Backspace: delete until the beginning of current word, - Ctrl+Delete: delete until the end of current word, - Ctrl+Shift+Delete: delete until the end of the line. This have been done using these commands:
$ bindkey -M emacs '^[[3;5~' kill-word
$ bindkey -M emacs '^H' backward-kill-word 
$ bindkey -M emacs '^[[3;6~' kill-line
To know how to encode the keys (i.e., the ^[[3;5~ part), I used the "trick" detailed in the answer: _"type Ctrl+C Ctrl+Delete to see what the value is on your system"_. **Problem** == I would like to bind Ctrl+Shift+Backspace to the backward-kill-line command (i.e. delete everything between the cursor and the beginning of the line). However, when I type Ctrl+C Ctrl+Shift+Backspace, my prompt only shows ^H — i.e. the same key combination as Ctrl+Backspace.
ebosi (295 rep)
Apr 4, 2019, 04:57 PM • Last activity: Apr 8, 2019, 03:01 PM
2 votes
1 answers
604 views
how to use/allow page up in guake?
Is there a way to allow page up to scroll output one page up in guake. The only way right now is to use mouse-scroll but it would be more convenient if it can be keyboard based. Guake - 3.3.0 on Debian testing.
Is there a way to allow page up to scroll output one page up in guake. The only way right now is to use mouse-scroll but it would be more convenient if it can be keyboard based. Guake - 3.3.0 on Debian testing.
shirish (12954 rep)
Oct 11, 2018, 04:59 PM • Last activity: Oct 12, 2018, 06:20 PM
-1 votes
1 answers
1098 views
Terminals like Terminator or Guake terminal are not able to parse prompt profiles for git which is set in .bashrc file
Terminals like Terminator or Guake terminal are not able to parse prompt profiles for git which is set in .bashrc file. PS1 variable is not set for terminals which use xterm as base which guake and terminator terminals use. So if custom functions are used for instance for displaying custom path if c...
Terminals like Terminator or Guake terminal are not able to parse prompt profiles for git which is set in .bashrc file. PS1 variable is not set for terminals which use xterm as base which guake and terminator terminals use. So if custom functions are used for instance for displaying custom path if current directory is GIT directory then those variables or functions will not work. Eg: $parse_git_branch
just-be-weird (101 rep)
Oct 22, 2017, 10:04 AM • Last activity: Jul 30, 2018, 11:17 AM
11 votes
1 answers
9057 views
Guake terminal does not drop down with F12 after upgrade
after a recent upgrade on my local Debian install Guake does not drop down by using `F12` Operating System: Debian GNU/Linux buster/sid Kernel: Linux 4.12.0-1-686-pae Architecture: x86 Guake version: 0.8.8-1 once I started it manually I can call it with `F12`, but only on the virtual desktop where i...
after a recent upgrade on my local Debian install Guake does not drop down by using F12 Operating System: Debian GNU/Linux buster/sid Kernel: Linux 4.12.0-1-686-pae Architecture: x86 Guake version: 0.8.8-1 once I started it manually I can call it with F12, but only on the virtual desktop where it was started, as soon as I change do a different desktop I can't call it with F12 anymore. enter image description here As you can see on the screenshot, I'm on the 2ond desktop and in the bottom left the guake symbol shows up. I can call the terminal by clicking there with the mouse. But F12 does not work. If I start it from a terminal I get the following output: (guake:3387): libglade-WARNING **: unknown attribute `swapped' for . INFO:guake.guake_app:Logging configuration complete /usr/lib/python2.7/dist-packages/guake/guake_app.py:865: GtkWarning: IA__gtk_window_set_type_hint: assertion '!gtk_widget_get_mapped (GTK_WIDGET (window))' failed self.window.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_DOCK) /usr/lib/python2.7/dist-packages/guake/guake_app.py:866: GtkWarning: IA__gtk_window_set_type_hint: assertion '!gtk_widget_get_mapped (GTK_WIDGET (window))' failed self.window.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_NORMAL) ^CTraceback (most recent call last): File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/usr/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "/usr/lib/python2.7/dist-packages/guake/main.py", line 253, in exec_main() File "/usr/lib/python2.7/dist-packages/guake/main.py", line 250, in exec_main gtk.main()
nath (6094 rep)
Aug 24, 2017, 01:20 PM • Last activity: Jun 10, 2018, 04:20 PM
22 votes
2 answers
11627 views
Create clickable links in terminal
Is it possible to process/transform the output from `grep` (or produce `grep`-like results, finding strings and/or patterns in files, some other way) such that the search results can be used as links (i.e., hyperlinks) to open an editor?  I want to click on a filename : line_number in my `grep`...
Is it possible to process/transform the output from grep (or produce grep-like results, finding strings and/or patterns in files, some other way) such that the search results can be used as links (i.e., hyperlinks) to open an editor?  I want to click on a filename:line_number in my grep result and open my editor at the selected line. $ grep "mServiceIntent" -R ./src/ ./src/example/PhotoThumbnailFragment.java:67 private Intent mServiceIntent; ./src/example/PhotoThumbnailFragment.java:194 mServiceIntent = ./src/example/PhotoThumbnailFragment.java:203 getActivity().startService(mServiceIntent); I know how to register protocols in the system to open the editor.  For example, all URLs like sblm://* in my system open in Sublime Text.  My question is: how to create custom links in guake terminal (or maybe it doesn't depend on quake and works for default terminal program)? Note: the related(?) question, Is there a terminal app that allows filenames to be clickable? , is vague on specific implementation/solution details, and doesn't explicitly mention my requirement to jump directly to an identified line in the file.
Kein (321 rep)
Feb 3, 2014, 09:55 AM • Last activity: Apr 13, 2018, 05:09 PM
1 votes
0 answers
117 views
Pasting into Guake terminal starts the Android emulator! How do I stop this?
(Using Ubuntu 17.10) I don't know how this happened. I use `Guake terminal` and `zsh` with `oh-my-zsh`, and also have had the Android emulator(along with the sdk etc.) installed for a long time. For some reason, one day, pasting into Guake using Ctrl-V, the mouse and context menu, or Ctrl-Shift-V, a...
(Using Ubuntu 17.10) I don't know how this happened. I use Guake terminal and zsh with oh-my-zsh, and also have had the Android emulator(along with the sdk etc.) installed for a long time. For some reason, one day, pasting into Guake using Ctrl-V, the mouse and context menu, or Ctrl-Shift-V, all started to **a)** Open the Android emulator and then **b)** Spit some emulator related garble onto the terminal, followed finally by the text I wanted to paste. I can then close the emulator and use the pasted text. This, as you can imagine, became infuriating. So I just now deleted the entire folder of Android related stuff, the sdk, the ndk's, all tools etc. including the emulator. Now when I paste to Guake I see the line: bracketed-paste-magic:12: no such file or directory: /home/user/Android/Sdk/tools/emulator Followed by: enter image description here All I know about bracketed-paste-magic is that it is a part of zsh... I have never intentionally used this feature. Any suggestions as to how to fix this?
Totem (1171 rep)
Feb 19, 2018, 09:01 PM
4 votes
1 answers
6297 views
Recover lost terminal command after session crash
Some days ago I was executing a rather long command using Guake (downloading a website with `wget`, with an intricate set of options). I suspended my laptop before the operation was finished, and did not use it for a few days. Unfortunately, my battery discharged. After logging in again, the command...
Some days ago I was executing a rather long command using Guake (downloading a website with wget, with an intricate set of options). I suspended my laptop before the operation was finished, and did not use it for a few days. Unfortunately, my battery discharged. After logging in again, the command does not appear in the .bash_history file, so it does not show up in Guake or another terminal when using ↑. Is there a way I can recover this command? Is it perhaps written somewhere else? There seems to be no equivalent to bash history in the Guake folder.
luchonacho (863 rep)
Nov 11, 2017, 11:21 AM • Last activity: Nov 13, 2017, 11:56 AM
2 votes
1 answers
851 views
Extra output when running commands from zsh in Guake
In zsh shell, I am having the following issue. After I press a command in command prompt, it is repeated in second line and also there's an ineligible character as well. [![Command prompt Screen-shot][1]][1] I run zsh in Guake. Here's my `.zshrc`: a TERM="screen-256color" # install zsh antigen sourc...
In zsh shell, I am having the following issue. After I press a command in command prompt, it is repeated in second line and also there's an ineligible character as well. Command prompt Screen-shot I run zsh in Guake. Here's my .zshrc: a TERM="screen-256color" # install zsh antigen source /usr/share/zsh-antigen/antigen.zsh # Load the oh-my-zsh's library. antigen use oh-my-zsh # Bundles from the default repo (robbyrussell's oh-my-zsh). antigen bundle debian antigen bundle autojump antigen bundle cp antigen bundle colorize antigen bundle command-not-found antigen bundle git antigen bundle zsh-users/zsh-syntax-highlighting # Set Home for VirtualEnvWrapper export WORKON_HOME="$HOME/.config/virtualenv" antigen bundle virtualenvwrapper antigen bundle tmux antigen bundle littleq0903/gcloud-zsh-completion # Tell antigen that you're done. antigen apply # using system powerline source /usr/share/powerline/bindings/zsh/powerline.zsh export MANPAGER="/bin/sh -c \"col -b | vim -c 'set ft=man ts=8 nomod nolist noma' -\"" I started removing line by line to check, which one is causing the issue. I believe its the "antigen use oh-my-zsh". Another pain point: I tried a lot tmux.conf, but it just didn't work the only thing that worked is this and tmux=tmux -2.
rafee (152 rep)
Aug 18, 2017, 09:10 AM • Last activity: Aug 27, 2017, 07:07 PM
1 votes
1 answers
765 views
Is there a way to know why guake crashes?
I looked at https://github.com/Guake/guake and there doesn't seem to be a way to troubleshoot why guake crashes. At times it would run for over 2-3 days and then suddenly it stops. Is there a way to know why it is crashing. If there is, please share with me. The way guake is configured atm is that t...
I looked at https://github.com/Guake/guake and there doesn't seem to be a way to troubleshoot why guake crashes. At times it would run for over 2-3 days and then suddenly it stops. Is there a way to know why it is crashing. If there is, please share with me. The way guake is configured atm is that the moment a MATE session starts, guake starts and from it I spawn the browser and whatever other utilities I need. When it crashes other utilities break down.
shirish (12954 rep)
Mar 13, 2017, 06:07 PM • Last activity: Mar 14, 2017, 01:54 PM
3 votes
0 answers
430 views
GNOME 3.22 - Disable F1 Help Key
Ever since upgrading to GNOME 3.22, there doesn't seem to be any way to disable the F1 Help Center when I'm focused on any GNOME tool (Nautilus, regular desktop, gedit, etc). I have guake set to expand via F1 right now, so you might understand why I'm super annoyed. I've been through the updated key...
Ever since upgrading to GNOME 3.22, there doesn't seem to be any way to disable the F1 Help Center when I'm focused on any GNOME tool (Nautilus, regular desktop, gedit, etc). I have guake set to expand via F1 right now, so you might understand why I'm super annoyed. I've been through the updated keyboards shortcuts page and neither F1 nor anything that looks like "help center" is on there, and I'm ot really sure what parts of dconf or gsettings would be helpful. Is there anything I can do? My system is Arch Linux (updated as far as pacman -Syu will let me).
CT075 (31 rep)
Dec 8, 2016, 11:52 PM • Last activity: Jan 18, 2017, 06:04 PM
2 votes
1 answers
1057 views
Guake is not opening
Whenever I try to open guake it shows the following error Traceback (most recent call last): File "/usr/bin/guake", line 24, in import pygtk ImportError: No module named pygtk How to remove this error and make guake run properly ?
Whenever I try to open guake it shows the following error
Traceback (most recent call last):
  File "/usr/bin/guake", line 24, in 
    import pygtk
ImportError: No module named pygtk
How to remove this error and make guake run properly ?
tusharmakkar08 (1985 rep)
Apr 16, 2013, 03:29 AM • Last activity: Oct 15, 2016, 06:11 AM
-1 votes
2 answers
1793 views
How to highlight command prompt in Guake / ArchLinux?
I am starting to use Arch Linux / Mate, and Guake with it (last versions). I would like Guake can highlight the command prompt, like in [this image][1]. You can see the prompt is light green, and the other text is white. Actually Guake is showing like [this one][2], with no differences between promp...
I am starting to use Arch Linux / Mate, and Guake with it (last versions). I would like Guake can highlight the command prompt, like in this image . You can see the prompt is light green, and the other text is white. Actually Guake is showing like this one , with no differences between prompt and the rest of the text. My intention is to differ from the command prompt and the other text showed in Guake. Is there a way or a theme to make this difference? Thanks.
Yulién (1 rep)
Jul 20, 2016, 04:11 PM • Last activity: Jul 20, 2016, 09:08 PM
Showing page 1 of 20 total questions