Skip to content
#

clipboard

Here are 682 public repositories matching this topic...

lwouis
lwouis commented Mar 12, 2020

Describe the bug

My app alt-tab-macos queries the OS for all the NSRunningApplications currently running. In that list, we check each app activationPolicy. CopyQ's policy is incorrectly set as .prohibited. Apple's docs describe this policy as:

The application doesn’t appear in the Dock and may not create windows or be activated.

Becau

ixpress
ixpress commented Jun 25, 2019

This maybe a feature request, I use Snipaste Mac version:
I need to change the background color of the text(or fill the back ground with color), so that it's clear, not be mixed with the background together.
Check the image for detail:
Hardly to see:
<img width="722" alt="Snipaste_2019-06-25_11-46-52" src="https://user-images.githubusercontent.com/1673857/60068594-017b3c00-9742-11e9-9bf5-17ebc

gsantner
gsantner commented May 2, 2020

General information

  • App version: 2.2.x

Description

Improve the behavior of editor/viewer when the "Default to view mode" option is checked in settings, or overall in general the "View Mode"

  • Implement change format from view mode (from #788 )
  • Remembered editor position not applied when defaulting to View Mode (from #738 )
  • Search in View discards at firs
mphojele
mphojele commented May 3, 2020

OS: Fedora 32
gpaste version: 3.36.3

Steps to Reproduce

  1. Select inputbox to start typing the name of a new history file.
  2. Start typing

Outcome
Typed text is immediately diverted to clipboard contents search box.

Expected behaviour
Name of new history file is entered

Current Workaround
Let search box take focus and get first letter of the name you were about to

bugaevc
bugaevc commented Jan 26, 2020

We should be able to recover from most of errors.

In particular, there's a lot of things that could go wrong when we try to copy our stdin to a temp file, such as issues with creating files in /tmp (perhaps fs permissions are misconfigured? perhaps /tmp is on a root filesystem that's mounted read-only?) and spawning programs (what if there's not enough memory to spawn cat?).

These erro

Improve this page

Add a description, image, and links to the clipboard topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the clipboard topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.