Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

defective desktop entry

17 views
Skip to first unread message

alex

unread,
Nov 26, 2021, 7:40:22β€―AM11/26/21
to
$ pwd
~/.local/share/applications
$ cat 'Copy Tanti auguri.desktop'
[Desktop Entry]
Name=Copy Tanti auguri
Exec=echo "Tanti auguriπŸΎπŸŽπŸŽ‚πŸŽ‰πŸŽŠπŸŽˆ" | xclip -selection clipboard
Type=Application

I open the dashboard, type 'Copy tant ...' (ENTER), it seems that the
command is not executed.

Trying to investigate, here's what comes out

$ desktop-file-validate 'Copy Tanti auguri.desktop'
Copy Tanti auguri.desktop: error: value "echo "Tanti auguri??????" |
xclip -selection clipboard" for key "Exec" in group "Desktop Entry"
contains a reserved character '|' outside of a quote


Chris Elvidge

unread,
Nov 26, 2021, 8:11:41β€―AM11/26/21
to
What happens if you just execute the Exec= line - i.e. echo "Tanti etc.
Works here, except that odd icons are not found - I presume I haven't
got the relevant font files loaded. (Slackware 15.)

Suggestion: put the echo bit into a .sh file, make it executable and
then call the shell file in the Exec= line


--
Chris Elvidge
England

Joe Beanfish

unread,
Nov 26, 2021, 10:58:12β€―AM11/26/21
to
Try
Exec=sh -c 'echo "Tanti auguriπŸΎπŸŽπŸŽ‚πŸŽ‰πŸŽŠπŸŽˆ" | xclip -selection clipboard'

alex

unread,
Nov 26, 2021, 11:19:32β€―AM11/26/21
to
Il 26/11/21 16:58, Joe Beanfish ha scritto:
Exec=sh -c 'echo -n "Tanti auguriπŸΎπŸŽπŸŽ‚πŸŽ‰πŸŽŠπŸŽˆ" | xclip -selection clipboard'
Type=Application

$ desktop-file-validate 'Copy Tanti auguri.desktop'
Copy Tanti auguri.desktop: error: value "sh -c 'echo -n "Tanti
auguri??????" | xclip -selection clipboard'" for key "Exec" in group
"Desktop Entry" contains a reserved character ''' outside of a quote
Copy Tanti auguri.desktop: error: value "sh -c 'echo -n "Tanti
auguri??????" | xclip -selection clipboard'" for key "Exec" in group
"Desktop Entry" contains a reserved character '|' outside of a quote
Copy Tanti auguri.desktop: error: value "sh -c 'echo -n "Tanti

J.O. Aho

unread,
Nov 26, 2021, 2:57:13β€―PM11/26/21
to
On 26/11/2021 13.40, alex wrote:
> $ pwd
> ~/.local/share/applications
> $ cat 'Copy Tanti auguri.desktop'
> [Desktop Entry]
> Name=Copy Tanti auguri
> Exec=echo "Tanti auguriπŸΎπŸŽπŸŽ‚πŸŽ‰πŸŽŠπŸŽˆ" | xclip -selection clipboard
> Type=Application
>
> I open the dashboard, type 'Copy tant ...' (ENTER), it seems that the
> command is not executed.
>
> Trying to investigate, here's what comes out

I would suggest making a bash script and execute that one from the
desktop file

--- tanti-clipboard ---
#!/bin/bash
echo "Tanti auguriπŸΎπŸŽπŸŽ‚πŸŽ‰πŸŽŠπŸŽˆ" | xclip -selection clipboard
--- eof ---

followed by

chmod 755 tanti-clipboard

and then

--- Copy Tanti auguri.desktop --
[Desktop Entry]
Name=Copy Tanti auguri
Exec=/path/to/tanti-clipboard
Type=Application
-- eof ---

This should work fine, otherwise you need to make your command to not
include special character as described in the documentation:
https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#exec-variables

which will limit what you can do.


--

//Aho

Steven - fretwizzer

unread,
Nov 26, 2021, 6:02:52β€―PM11/26/21
to
My opinion: Even if somebody was only researching for the sake of learning,
the belief that obtaining understanding as being one of having "nothing"
to show for it doesn't work for me because you'll plainly have the understanding
to show for it and expertise is something you can show off.

With no proof at all, as is expected for Meat. It's an endless brawl,
and Meat is simultaneously an expert bullshitter of trolling remarks,
while posting with socks with a myriad of tells.

Time to blame the herd!
Meat: <XnsACC9F3...@z9kfcl9n7KHDpF0eI.64L>
-----
Yea, I call bullshit on that. Driver media doesn't have a valid
boot sector present. As a result, the machine wouldn't have
refused to reboot because the disk was left behind.
-----

A reasoned response would be for you to just note your error -- of course
you were wrong to say "the machine would not have refused to reboot because
the disk was left behind." That is in fact exactly what was happening.

And you were wrong to say I suggested this was true of machines other
than the one being noted in Carroll's trolling.



--
Best CMS Solution of 2017!
https://duckduckgo.com/?q=Dustin+Cook%3A+functional+illiterate+fraud
https://swisscows.com/web?query=%22narcissistic%20bigot%22
Steve 'Narcissistic Bigot' Petruzzellis

Stephen 8244

unread,
Nov 26, 2021, 7:06:16β€―PM11/26/21
to
It's evident when Sockboy habitually uses the word 'shill' the way the
deep state does, to the point where the word becomes polarizing. Sockboy
should realize everyone knows he is just lying! Where did Sockboy go to
school? You likely think Gnome handles the desktop well. Nope. Not compared
to OS X. I guess this is what comes about when dangerously poor self-respect
takes over Sockboy's persona.

Despite all the big talk Sockboy has done on this topic, the 'Content
Manager' doesn't understand how to do this. It seriously takes a couple
seconds to click and drag across a sentence and 'Google' it.

--
Do not click this link!!
https://swisscows.com/web?query=%22narcissistic%20bigot%22
https://swisscows.com/web?query=%22narcissistic%20bigot%22
https://www.bing.com/search?q=%22narcissistic%20bigot%22
Dustin Cook the Fraud

Paul

unread,
Nov 26, 2021, 8:54:48β€―PM11/26/21
to
One observation.

I can't copy your character string. I tried a couple of
ways, and like in some of your quoted material with the
??????, the six characters also seem to render as
six square boxes, as if six 0x00 bytes are ending up
in the clipboard.

You probably need a different way to encode the characters.

https://unix.stackexchange.com/questions/250366/how-to-force-shell-script-characters-encoding-from-within-the-script

#!/bin/bash --utf8 <=== well, that's not even a valid option today

locale, LC_CTYPE, LC_ALL <=== this could help, might improve terminal response, maybe...

We need to keep our table handy. Code point is on the end. That hex wasn't useful.

BottleWithPoppingCork: UTF-8 Encoding: 0xF0 0x9F 0x8D 0xBE U+1F37E
WrappeGift: UTF-8 Encoding: 0xF0 0x9F 0x8E 0x81 U+1F381
BirthdayCake: UTF-8 Encoding: 0xF0 0x9F 0x8E 0x82 U+1F382
PartyPopper: UTF-8 Encoding: 0xF0 0x9F 0x8E 0x89 U+1F389
ConfettiBall: UTF-8 Encoding: 0xF0 0x9F 0x8E 0x8A U+1F38A
Balloon: UTF-8 Encoding: 0xF0 0x9F 0x8E 0x88 U+1F388

Now, this is where it gets interesting.

https://stackoverflow.com/questions/27652458/whats-the-best-way-to-embed-a-unicode-character-in-a-posix-shell-script

export LANG=C.UTF-8 # Persistent, in the shell you execute it in.
# Might take the place of bash --utf8 idea.
# You could test the first example, both without and then with this.

# There example, prints in terminal. Scary. Some output.

printf $(printf '\\%o' $(printf %08x 0x2388 0x266c 0xA | sed 's/../0x& /g')) | iconv -f UTF-32BE -t UTF-8

# Go to LibreOffice Writer and paste and get two characters as expected. So pipe to "xclip" eats this OK.

printf $(printf '\\%o' $(printf %08x 0x2388 0x266c 0xA | sed 's/../0x& /g')) | iconv -f UTF-32BE -t UTF-8 | xclip -selection clipboard

# Substitute the code points and retest. This prints six emoji in terminal. Put all
# of this in a single terminal command.

printf $(printf '\\%o' $(printf %08x 0x1F37E 0x1F381 0x1F382 0x1F389 0x1F38A 0x1F388 0xA |
sed 's/../0x& /g')) | iconv -f UTF-32BE -t UTF-8

# But xclip is barfing if I do this.

printf $(printf '\\%o' $(printf %08x 0x1F37E 0x1F381 0x1F382 0x1F389 0x1F38A 0x1F388 0xA |
sed 's/../0x& /g')) | iconv -f UTF-32BE -t UTF-8 | xclip -selection clipboard

Does it need a different clipboard tool ?
Or is the idea broken ?

You decide :-)

Paul

Paul

unread,
Nov 27, 2021, 5:33:36β€―AM11/27/21
to
On 11/26/2021 8:54 PM, Paul wrote:
> On 11/26/2021 7:40 AM, alex wrote:
>> $ pwd
>> ~/.local/share/applications
>> $ cat 'Copy Tanti auguri.desktop'
>> [Desktop Entry]
>> Name=Copy Tanti auguri
>> Exec=echo "Tanti auguriπŸΎπŸŽπŸŽ‚πŸŽ‰πŸŽŠπŸŽˆ" | xclip -selection clipboard
>> Type=Application
>>
>> I open the dashboard, type 'Copy tant ...' (ENTER), it seems that the command is not executed.
>>
>> Trying to investigate, here's what comes out
>>
>> $ desktop-file-validate 'Copy Tanti auguri.desktop'
>> Copy Tanti auguri.desktop: error: value "echo "Tanti auguri??????" | xclip -selection clipboard" for key "Exec" in group "Desktop Entry" contains a reserved character '|' outside of a quote
>>

BottleWithPoppingCork: UTF-8 Encoding: 0xF0 0x9F 0x8D 0xBE U+1F37E UTF-16 Encoding: 0xD83C 0xDF7E
WrappeGift: UTF-8 Encoding: 0xF0 0x9F 0x8E 0x81 U+1F381 UTF-16 Encoding: 0xD83C 0xDF81
BirthdayCake: UTF-8 Encoding: 0xF0 0x9F 0x8E 0x82 U+1F382 UTF-16 Encoding: 0xD83C 0xDF82
PartyPopper: UTF-8 Encoding: 0xF0 0x9F 0x8E 0x89 U+1F389 UTF-16 Encoding: 0xD83C 0xDF89
ConfettiBall: UTF-8 Encoding: 0xF0 0x9F 0x8E 0x8A U+1F38A UTF-16 Encoding: 0xD83C 0xDF8A
Balloon: UTF-8 Encoding: 0xF0 0x9F 0x8E 0x88 U+1F388 UTF-16 Encoding: 0xD83C 0xDF88

Go over to LibreOffice Writer and do a Paste, after trying this line.
All of this goes into one line of terminal text.

printf $(printf '\\%o' $(printf %08x 0xD83CDF7E 0xD83CDF81 0xD83CDF82 0xD83CDF89 0xD83CDF8A 0xD83CDF88 0xA |
sed 's/../0x& /g')) | iconv -f UTF-16BE -t UTF-8 | xclip -selection primary

Paul

alex

unread,
Nov 27, 2021, 10:12:00β€―AM11/27/21
to
Il 26/11/21 20:57, J.O. Aho ha scritto:
Thanks

Anssi Saari

unread,
Nov 29, 2021, 6:06:04β€―AM11/29/21
to
Paul <nos...@needed.invalid> writes:

> # But xclip is barfing if I do this.
>
> printf $(printf '\\%o' $(printf %08x 0x1F37E 0x1F381 0x1F382 0x1F389 0x1F38A 0x1F388 0xA |
> sed 's/../0x& /g')) | iconv -f UTF-32BE -t UTF-8 | xclip -selection clipboard

> Does it need a different clipboard tool ?
> Or is the idea broken ?
>
> You decide :-)

Well, works for me. Or at least xclip didn't "barf" and I can paste that
to Emacs and Konsole. Debian 11 and locale is set like this:

LANG=
LANGUAGE=
LC_CTYPE=en_US.utf8
LC_NUMERIC=en_US.utf8
LC_TIME=en_DK.utf8
LC_COLLATE=en_US.utf8
LC_MONETARY=en_US.utf8
LC_MESSAGES=en_US.utf8
LC_PAPER=en_US.utf8
LC_NAME=en_US.utf8
LC_ADDRESS=en_US.utf8
LC_TELEPHONE=en_US.utf8
LC_MEASUREMENT=en_US.utf8
LC_IDENTIFICATION=en_US.utf8
LC_ALL=

Joe Beanfish

unread,
Nov 29, 2021, 11:40:44β€―AM11/29/21
to
On Fri, 26 Nov 2021 17:19:28 +0100, alex wrote:

> xec=sh -c 'echo -n "Tanti auguriπŸΎπŸŽπŸŽ‚πŸŽ‰πŸŽŠπŸŽˆ" | xclip -selection clipboard'

I guess ' is also reserved. The following I actually tried with success:

Cat

unread,
Nov 30, 2021, 9:59:07β€―AM11/30/21
to
Il 29/11/21 17:40, Joe Beanfish ha scritto:
Thanks :)

Michael Glasser

unread,
Nov 30, 2021, 11:44:48β€―PM11/30/21
to
Glasser Michael Snit is trying (with "all they have") to project their modus
operandi onto Dustin. For years Glasser Michael Snit has pressed the claim
that Dustin needs 'witnesses' to point out all his forgeries. The fact is
that nobody needs any help to do that. So Glasser Michael Snit pulls this
outrageous blaming crap in a feeble attempt to 'boost' the idea that Dustin
is like him. My opinion: Even if Glasser Michael Snit was only learning
how to scam the government, the belief that attaining insight as being one
of having "diddly" to show for it doesn't fly because you'll have the knowledge
to show for it and an education is a dangerous weapon. I see you are deciding
to bask in Glasser Michael Snit's arena of socks and game playing over an
analysis that would have been a bit more 'useful'. There are not so many
reasons to come to Google Groups and boring crap like this puts a spotlight
on why that's true.

You've proven very little.

The only way that I could condone Malwarebytes's constant need for tinkering
because of dependency problems or flaky features is if I consumed the substantial
number of Kool Aid flavors its community have been feeding Glasser Michael
Snit since 2003. Glasser Michael Snit doesn't have any idea what he is crying
about. Given how regularly it is clear that Glasser Michael Snit's post
is some misquote of a comment Dustin wrote which had been a blow on Glasser
Michael Snit for something he did which was absurd/dishonest/etc... its
really a regular expression of Glasser Michael Snit's continuing distress
for having been so frequently crushed: Glasser Michael Snit is undeniably
unable of being slapped down.


-
Best CMS Solution of 2017
https://www.google.com/search?q=Steve+Petruzzellis%3A+narcissistic+bigot
Dustin Cook the functional illiterate fraud

Michael Glasser

unread,
Dec 1, 2021, 12:01:17β€―AM12/1/21
to
Besides Shadow, who doesn't know what I'm doing? Unfortunately there are
too many "lowest common denominator is fine" freetards and not enough programers
with the patience to help the people with Macs. Shadow suffers from neurotic
delusions so, to him, everything, even responses to his idiocy, are "aggressive".
Who *doesn't* know this? The clam engine had a false positive hit, and
the CLI ClamXav reported what the engine which isn't created by the same
person or company reported it. Not long ago I did work on and showed some
Ruby for the front end which is the only thing you can do when trying to
avoid Shadow's nonstop crap while reading with Google Groups.

Shadow says I'm not 'permitted' to call out their bullshit, and they aren't
going to admit to any prior crap they caused. Rather, I'm expected to discount
it all, and give them a clean slate so they can just replay the process
all over again, while they continue to accept no responsibility for what
they say and do in here towards myself?


--
Puppy Videos!
<https://groups.google.com/g/rec.photo.digital/c/e7iwP04xhNU>
Steve Carroll the Narcissistic Bigot

Petruzzellis Kids

unread,
Dec 1, 2021, 3:12:47β€―AM12/1/21
to
I am about to give up on him, myself. Like all jerks, he is always looking
for some way to abuse, no matter how laughable the allegation. I will not
see his response to this post. He's embarrassed, wants to pretend he is
innocent, and will berate. Most likely starting with a cocky "<snip>",
as if what I've written is *so* absurd. That BADish "response" was the
final stroke, for me. I could counter Theo honestly but he's an imbecile
who distorts your words to fulfill his desire to call everyone a fool.
Ironically, Theo virtually asked Michael Glasser Snit for the site that
calls out his lies.

Another bottle you mean, Theo drinks them down damn quick. Steven Petruzzellis
the Narcissistic Bigot is a racist.


--
Curious how these posts are made? http://usenet.sandman.net/misc/postingtimes/Snit/Flooding

Steven Carroll

unread,
Dec 1, 2021, 8:31:23β€―AM12/1/21
to
On Tuesday, November 30, 2021 at 7:59:07 AM UTC-7, Cat wrote:
I want Glasser Michael Snit to support his socking accusation. Let's see
the proof Glasser Michael Snit. When I accused Glasser Michael Snit of
flooding as Shadow I actually supported it with links. My uptime is almost
sixty-eight weeks and I am feeling manly as hell! You've proven very little.
If Glasser Michael Snit calls getting his ass kicked hard time and time
again for over a decade by Shadow (and completely killing his reputation
and any reason for advocates to give credence to anything he has to say
- forever) 'trolling', then fine... he is a magnificent troll. I do not
subscribe to that view, I use another term. I call him an out-and-out ignoramus.
He's unmistakably dishonest, he got called out on it and he's doing the
predictable defensive pranks covered in Trolling 101 as he busts a gut
to keep what Shadow already has... but it will fail.


-
This Trick Gets Women Hot For You!!
https://duckduckgo.com/?q=%22NARCISSISTIC+BIGOT%22
https://www.bing.com/search?q=Steve+Petruzzellis%3A+narcissistic+bigot
https://winthropmemorials.org/veterans/eightnames/files/Eight-Names-Winthrops-
VietnamVeterans-Pinzur.pdf
Steve Petruzzellis the Narcissistic Bigot

Steven Carroll

unread,
Dec 1, 2021, 10:08:08β€―AM12/1/21
to
My uptime is almost forty-eight weeks and them the facts, Jack! Right now
there are too many "Michael Snit Glasser is our hero" NNTP protocol users
and not enough old school users with the time to help the people with Linux
gear. Generally, I would not call a claim like Michael Snit Glasser's posts
an outright lie until you negate it (as you are here) and Michael Snit Glasser
responds with the same thing again because even he knows the details are
wrong.

Now Theo on the other end of the line doesn't matter. All that matters
is Michael Snit Glasser gets to deliver his flood. So how to win? Don't
pay attention the nonsense. Reason isn't part of plot and never was planned
to be.

This forum is a leaking porta potty.

Until Michael Snit Glasser offers up his 'expert' open source application
for assessment, there is no threat, just wild contentions.

--
Do not click this link!!
https://www.google.com/search?q=steve%20carroll%20narcissistic%20bigot

Michael Glasser

unread,
Dec 1, 2021, 11:12:49β€―AM12/1/21
to
Learning Linux... even now a beginner. Steven Petruzzellis the Narcissistic
Bigot is a racist. We're all sorry -hh's a paranoid, narcissistic, delusional
liar but that's not gonna change anything Β―\_(ツ)_/Β―.

The clam engine had a false positive hit, and the command line Klamav
reported what the signal processor which can not created by the same folks
or company reported it.

Many posters persist in talking to -hh. To be clear, I can not criticize
Snit for his fury but, frankly, I do not figure out why he stays here
with -hh here. Snit is better suited to dialog as experienced in a formal
venue and unmoderated environments simply are not it.

--
My Snoring Solution
https://gibiru.com/results.html?q=%22narcissistic%20bigot%22
https://www.bing.com/search?q=%22narcissistic%20bigot%22
https://www.google.com/search?q=dustin%20cook%20functionally%20illiterate%20fraud
Dustin Cook the functionally illiterate fraud

Stephen Petruzzellis 9558

unread,
Dec 2, 2021, 2:20:59β€―AM12/2/21
to
Do you believe the nonsense David is spewing?

-hh would never deny the flooder is David, who is a web developer but I
don't know if it could be used to get by Google's spam filters.

LOL! Right, David is looking to produce an XML variable, which -hh can get
blindfolded, that is grade school simple. If he could stop being so slow
he'd realize how stupid he appears ;) Lying sack of shit AKA David does it
every time. Then the torrent begins. Because the sissy just has to run to
other groups.

No no. David never agreed to stop trolling. He lied about his trolling of
course.

--
I Left My Husband & Daughter At Home And THIS happened!
https://swisscows.com/web?query=steve%20carroll%20%22narcissistic%20bigot%22
https://duckduckgo.com/?q=steve%20carroll%20narcissistic%20bigot
Steve 'Narcissistic Bigot' Petruzzellis

Stephen Carroll - fretwizzen

unread,
Dec 3, 2021, 1:07:05β€―AM12/3/21
to
He is as incompetent as David. David can't get anything else to work,
either.

For most I'd just say it is dubious. Of course, given that it's David
I would skip that step and go straight to 'drug-induced delusion' because
that's most of what he does. No need to find evidence before accusing
David of lying. You haven't been tracking him to even partially comprehend
the depths of the guy's perversion. David's actions are actually in all
respects duplicitous. There is zero ambiguity that as soon as any ex 'plonked
person' does one thing to wound the little pansy's feelings that they'll
be blocked again. What I learned is, if I've met people calling themselves
"Socialists" while sky diving, they weren't the usual David type that
likes to grumble about so much. Why are such people obviously never peaceful.
Does it make you sick?

And given how often it is clear that David's .sig file is some twist
of a remark Snit made which had been a beating on David for something
he did which was daffy/inaccurate/etc... its really a daily expression
of David's continuing distress for having been so frequently pwned: David
is obviously incapable of dealing with this group.


--
Do not click this link!!
https://winthropmemorials.org/veterans/eightnames/files/Eight-Names-Winthrops-
VietnamVeterans-Pinzur.pdf
0 new messages