rickyrockrat/parcellite

Stop working after commit 17d28f56a958b512a5d422aa432754a1c8da6881

Closed this issue · 2 comments

It looks like the commit broke something. When I click on a history entry, nothing happens. This is my configrc:
cat .config/parcellite/parcelliterc

RCVersion=1
use_copy=true
use_primary=true
synchronize=false
save_history=false
history_pos=false
history_x=1
history_y=1
history_limit=25
data_size=0
item_size=5
automatic_paste=false
auto_key=false
auto_mouse=false
key_input=true
restore_empty=false
rc_edit=false
type_search=true
case_search=true
ignore_whiteonly=false
trim_wspace_begend=true
trim_newline=false
hyperlinks_only=false
confirm_clear=false
current_on_top=true
single_line=true
reverse_history=false
item_length=50
persistent_history=false
persistent_separate=false
persistent_on_top=false
persistent_delim=\\n
nonprint_disp=false
ellipsize=2
multi_user=false
icon_name=parcellite
menu_key=<Ctrl><Alt>P
history_key=<Ctrl><Alt>H
phistory_key=<Ctrl><Alt>X
actions_key=<Ctrl><Alt>A

Thanks for your job,
Emanuele

I'm not seeing anything obvious, and I usually run from the tip of master. What do you expect to happen when you click on the history that is not happening? For me, whatever I click on becomes the new, bolded entry the next time I pop the history up and it becomes my current clipboard selection. This is running from the tip of master.

Thank you for your quick reply!
You have reason. The 'automatic_paste' was on false, but before of this commit it worked the same.
I have now set this option to true and the selection prints correctly again on my terminal.

Best regards,
Emanuele