Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Guake missing copy/paste option on new installation (Read 548 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] Guake missing copy/paste option on new installation

Hey guys! My Guake terminal doesn't have a copy/paste option on my new side PC, my main PC is fine. What gives? I don't even know where to start with this problem. I hope somebody here knows something.

Re: Guake missing copy/paste option on new installation

Reply #1
Code: [Select]
guake
Guake not running, starting it
Loading Gnome schema from: /usr/share/glib-2.0/schemas
Language previously loaded from: /usr/share/locale
Guake Terminal 3.8.6.dev0
VTE 0.68.0
Gtk 3.24.34
created fresh notebook for workspace 0
Spawning new terminal at /home/kzv
current workspace is 0
can't bind show-focus key
Spawning new terminal at /home/kzv/Transfers/backupfeb
Spawning new terminal at /home/kzv/Videos
Guake tabs restored from /home/kzv/.config/guake/session.json
Guake initialized
Current link under cursor: None
Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/guake/boxes.py", line 523, in on_button_press
    menu = mk_terminal_context_menu(
  File "/usr/lib/python3.10/site-packages/guake/menus.py", line 94, in mk_terminal_context_menu
    mi = Gtk.MenuItem(_("Split ���"))
UnicodeDecodeError: 'locale' codec can't decode byte 0xe2 in position 6: decoding error

Re: Guake missing copy/paste option on new installation

Reply #2
It can't be a missing package because I installed all of the packages I have on my main PC to my side PC, so I have no idea. This is a big problem for me! I even tried building guake-git from the AUR and still no good.

Re: Guake missing copy/paste option on new installation

Reply #3
I just tried installing guake from the Artix repos and copy-paste works fine for me, are the keyboard shortcuts in the options menu set to the correct keys?

 

Re: Guake missing copy/paste option on new installation

Reply #4
I just tried installing guake from the Artix repos and copy-paste works fine for me, are the keyboard shortcuts in the options menu set to the correct keys?

Thank you for your reply! I figured it out, /etc/locale.conf was empty for some reason. Can't believe I missed that.