You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLIPBOARD:
I should be in the CLIPBOARD selection
PRIMARY:
SECONDARY:
With clipcatd
Repeating the same three steps with clipcatd yields different results.
Unexpected Output:
CLIPBOARD:
I should be in the CLIPBOARD selection
PRIMARY:
I should be in the CLIPBOARD selection
SECONDARY:
This behavior is not unique to xsel. Other commands, such as clipcat-menu insert, exhibit similar issues. For example:
clipcat-menu insert --kinds clipboard or clipcat-menu insert claims1 to only insert into the clipboard selection, but in reality, it inserts into both the clipboard and primary selections.
First issue ends here.
additional SECONDARY selection issue
The secondary selection appears to be malfunctioning. While xsel can insert content into the SECONDARY selection:
When using the
xsel
command withoutclipcatd
, the following behavior is observed:Without
clipcatd
The following steps demonstrate the behavior:
The output of these steps is as follows:
With
clipcatd
Repeating the same three steps with
clipcatd
yields different results.Unexpected Output:
This behavior is not unique to
xsel
. Other commands, such asclipcat-menu insert
, exhibit similar issues. For example:clipcat-menu insert --kinds clipboard
orclipcat-menu insert
claims1 to only insert into the clipboard selection, but in reality, it inserts into both the clipboard and primary selections.First issue ends here.
additional SECONDARY selection issue
The secondary selection appears to be malfunctioning. While
xsel
can insert content into the SECONDARY selection:Using
clipcat-menu insert --kinds secondary
does not insert into the SECONDARY selection:This suggests that the secondary selection may be malfunctioning.
OS
: Archlinux with 6.9.3 Linux kernelFootnotes
clipcat-menu insert --help
↩The text was updated successfully, but these errors were encountered: