Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Clipit (clipboard manager) is broken
@ 2020-03-27  9:01 AngryPhantom
  2020-03-27  9:28 ` flexibeast
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: AngryPhantom @ 2020-03-27  9:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1467 bytes --]

New issue by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/20402

Description:
Please, could someone fix **clipit** clipboard manager? Sorry, I don't know who's the maintainer so please tag him if you know.

### Steps to reproduce the behavior
1. Install Void MATE
2. Install Clipit
3. Add it to autostart session

### Expected behavior
Clipit should autostart within the session

### Actual behavior
It doesn't autostart after adding via System - Preferences - Personal - Startup Applications. What's more interesting, it doesn't start even via Alt+F2 (Run Application).
There will be no errors in .xsession-errors. I even edited /etc/xdg/autostart/clipit-startup.desktop adding MATE to «OnlyShowIn» string. Nothing.

But... it starts from the console without any error/issue!

And here is the commit which is (ta-dah!) in the [git repo](https://github.com/CristianHenzel/ClipIt/pull/90/commits/45e46d03b3ff315b5b380004d85fb499b4c139db) since 2018! (thanks to our local Linux forum user).

In the main.c:

`if (!isatty(fileno(stdin)))`

returns -1

In order to fix that we should remove pipe check or `return -1`.

The thing is that the maintainer here takes the archive ([v1.4.4.tar.gz](https://github.com/CristianHenzel/ClipIt/archive/v1.4.4.tar.gz)) which doesn't contain the above mentioned commit. He should've simply cloned the git I guess.

Thank you in advance! Stay safe, cheers.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Clipit (clipboard manager) is broken
  2020-03-27  9:01 [ISSUE] Clipit (clipboard manager) is broken AngryPhantom
@ 2020-03-27  9:28 ` flexibeast
  2020-03-27  9:31 ` flexibeast
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: flexibeast @ 2020-03-27  9:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 376 bytes --]

New comment by flexibeast on void-packages repository

https://github.com/void-linux/void-packages/issues/20402#issuecomment-604901803

Comment:
Void does not accept non-release versions (e.g. based on the state of a repository at a random commit) into the Void package repos, so the package cannot currently be updated. Try asking the ClipIt maintainer to tag a new release.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Clipit (clipboard manager) is broken
  2020-03-27  9:01 [ISSUE] Clipit (clipboard manager) is broken AngryPhantom
  2020-03-27  9:28 ` flexibeast
@ 2020-03-27  9:31 ` flexibeast
  2020-05-07  5:25 ` ericonr
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: flexibeast @ 2020-03-27  9:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 378 bytes --]

New comment by flexibeast on void-packages repository

https://github.com/void-linux/void-packages/issues/20402#issuecomment-604901803

Comment:
Void no longer accepts non-release versions (e.g. based on the state of a repository at a random commit) into the Void package repos, so the package cannot currently be updated. Try asking the ClipIt maintainer to tag a new release.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Clipit (clipboard manager) is broken
  2020-03-27  9:01 [ISSUE] Clipit (clipboard manager) is broken AngryPhantom
  2020-03-27  9:28 ` flexibeast
  2020-03-27  9:31 ` flexibeast
@ 2020-05-07  5:25 ` ericonr
  2020-05-07  7:27 ` AngryPhantom
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2020-05-07  5:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 496 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/20402#issuecomment-625036355

Comment:
@AngryPhantom given that this means Clipit is broken in a certain situation, and that upstream has a fix for it, if you can make a patch for the current version that fixes the issue, you can probably make a pull request which will be accepted. Void accepts patches from unreleased versions if it makes sense to do so, which I think thise case qualifies.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Clipit (clipboard manager) is broken
  2020-03-27  9:01 [ISSUE] Clipit (clipboard manager) is broken AngryPhantom
                   ` (2 preceding siblings ...)
  2020-05-07  5:25 ` ericonr
@ 2020-05-07  7:27 ` AngryPhantom
  2020-05-07  7:28 ` AngryPhantom
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: AngryPhantom @ 2020-05-07  7:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 456 bytes --]

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/20402#issuecomment-625080514

Comment:
@ericonr I'm really sorry, I was born very very far from maths, programming, etc. It was hinted by the people from our Russian Linux forum. I've just pointed this out here. I was wondering who is the maintainer of Clipit and/or who can tag him in order to see this issue. Anyway, thank you for your feedback.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Clipit (clipboard manager) is broken
  2020-03-27  9:01 [ISSUE] Clipit (clipboard manager) is broken AngryPhantom
                   ` (3 preceding siblings ...)
  2020-05-07  7:27 ` AngryPhantom
@ 2020-05-07  7:28 ` AngryPhantom
  2020-05-07 15:15 ` ericonr
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: AngryPhantom @ 2020-05-07  7:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 424 bytes --]

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/20402#issuecomment-625080514

Comment:
@ericonr I'm really sorry, I was born very, very far from maths, programming, etc. It was hinted by the people from our Russian Linux forum. I was wondering who is the maintainer of Clipit and/or who can tag him in order to see this issue. Anyway, thank you for your feedback.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Clipit (clipboard manager) is broken
  2020-03-27  9:01 [ISSUE] Clipit (clipboard manager) is broken AngryPhantom
                   ` (4 preceding siblings ...)
  2020-05-07  7:28 ` AngryPhantom
@ 2020-05-07 15:15 ` ericonr
  2020-05-07 15:17 ` Gottox
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2020-05-07 15:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 189 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/20402#issuecomment-625317484

Comment:
@Gottox could you take a look at this, please?

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Clipit (clipboard manager) is broken
  2020-03-27  9:01 [ISSUE] Clipit (clipboard manager) is broken AngryPhantom
                   ` (5 preceding siblings ...)
  2020-05-07 15:15 ` ericonr
@ 2020-05-07 15:17 ` Gottox
  2020-08-08 20:01 ` Clipit (clipboard manager) is broken. Please update the package to 1.4.5 Noah-Huppert
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Gottox @ 2020-05-07 15:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

New comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/issues/20402#issuecomment-625318789

Comment:
Looking into it.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Clipit (clipboard manager) is broken. Please update the package to 1.4.5
  2020-03-27  9:01 [ISSUE] Clipit (clipboard manager) is broken AngryPhantom
                   ` (6 preceding siblings ...)
  2020-05-07 15:17 ` Gottox
@ 2020-08-08 20:01 ` Noah-Huppert
  2020-08-08 20:03 ` AngryPhantom
  2020-08-10 15:47 ` [ISSUE] [CLOSED] " ahesford
  9 siblings, 0 replies; 11+ messages in thread
From: Noah-Huppert @ 2020-08-08 20:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 192 bytes --]

New comment by Noah-Huppert on void-packages repository

https://github.com/void-linux/void-packages/issues/20402#issuecomment-670968332

Comment:
@AngryPhantom just submitted a PR with 1.4.5

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Clipit (clipboard manager) is broken. Please update the package to 1.4.5
  2020-03-27  9:01 [ISSUE] Clipit (clipboard manager) is broken AngryPhantom
                   ` (7 preceding siblings ...)
  2020-08-08 20:01 ` Clipit (clipboard manager) is broken. Please update the package to 1.4.5 Noah-Huppert
@ 2020-08-08 20:03 ` AngryPhantom
  2020-08-10 15:47 ` [ISSUE] [CLOSED] " ahesford
  9 siblings, 0 replies; 11+ messages in thread
From: AngryPhantom @ 2020-08-08 20:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 160 bytes --]

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/20402#issuecomment-670968449

Comment:
Oh, thanks!


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [ISSUE] [CLOSED] Clipit (clipboard manager) is broken. Please update the package to 1.4.5
  2020-03-27  9:01 [ISSUE] Clipit (clipboard manager) is broken AngryPhantom
                   ` (8 preceding siblings ...)
  2020-08-08 20:03 ` AngryPhantom
@ 2020-08-10 15:47 ` ahesford
  9 siblings, 0 replies; 11+ messages in thread
From: ahesford @ 2020-08-10 15:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1422 bytes --]

Closed issue by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/20402

Description:
Please, could someone fix **clipit** clipboard manager? Sorry, I don't know who's the maintainer so please tag him if you know.

### Steps to reproduce the behavior
1. Install Void MATE
2. Install Clipit
3. Add it to your autostart session (System -> Preferences -> Personal -> Startup Applications)

### Expected behavior
Clipit should start within the session

### Actual behavior
It doesn't work. What's more interesting, it doesn't start even via Alt+F2 (Run Application).
There will be no errors in .xsession-errors. I even edited /etc/xdg/autostart/clipit-startup.desktop adding MATE to «OnlyShowIn» string. Nothing.

But... it starts from the console without any error/issue!

And here is the commit which is (ta-dah!) in the [git repo](https://github.com/CristianHenzel/ClipIt/pull/90/commits/45e46d03b3ff315b5b380004d85fb499b4c139db) since 2018!

In the main.c:

`if (!isatty(fileno(stdin)))`

returns -1

In order to fix that we should remove pipe check or `return -1`.

The thing is that the maintainer here takes the **archive** ([v1.4.4.tar.gz](https://github.com/CristianHenzel/ClipIt/archive/v1.4.4.tar.gz)) **which doesn't contain the above mentioned commit**. He should simply clone the git I guess.

Thank you in advance! Stay safe, cheers.



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-08-10 15:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-27  9:01 [ISSUE] Clipit (clipboard manager) is broken AngryPhantom
2020-03-27  9:28 ` flexibeast
2020-03-27  9:31 ` flexibeast
2020-05-07  5:25 ` ericonr
2020-05-07  7:27 ` AngryPhantom
2020-05-07  7:28 ` AngryPhantom
2020-05-07 15:15 ` ericonr
2020-05-07 15:17 ` Gottox
2020-08-08 20:01 ` Clipit (clipboard manager) is broken. Please update the package to 1.4.5 Noah-Huppert
2020-08-08 20:03 ` AngryPhantom
2020-08-10 15:47 ` [ISSUE] [CLOSED] " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).