Talk:Discord

From Gentoo Wiki
Jump to:navigation Jump to:search
Note
Before creating a discussion or leaving a comment, please read about using talk pages. In particular, sign comments using ~~~~ and add new discussions at the bottom of the page. New discussions should be made visible with {{Talk|date = 2024-05-16}}.
== Discussion title ==

{{Talk|date = 2024-05-13}}

A comment [[User:Larry|Larry]] 13:52, 13 May 2024 (UTC)
: A reply [[User:Sally|Sally]] 11:29, 14 May 2024 (UTC)
:: Another reply [[User:Larry|Larry]] 23:32, 16 May 2024 (UTC)
:: Your reply ~~~~

Navigate to first:

 Added translation tags

Talk status
This discussion needs help.
Tip: To get this fixed sooner, use {{Proposal}}.

I want to translate it to French, after several reading of this page it's fine to me. Will allows other country to do it as well.

Regards, Kévin GASPARD DE RENEFORT (talk) 09:22, 23 April 2024 (UTC)

Deletion

Talk status
This discussion is done.

See Talk:Telegram, which was nominated for deletion at the same time and for the same reason. Please reinstate the deletion notice here too. --Midgard (talk) 15:18, 10 December 2021 (UTC)

The article will not be deleted.
* It is new and a stub and therefore should be expanded
* If the description is incorrect, just fix it
--Grknight (talk) 15:19, 10 December 2021 (UTC)

Natalia's edit

Talk status
This discussion is done.

Hi Natalia Kush ! Thanks for you edit. If you don't mind me asking, why did you split this command:

{{RootCmd|mv -v Discord /opt/discord/}}

Into this:

{{RootCmd|mv Discord discord}}
{{RootCmd|mv -v discord /opt/discord/}}

Waldo Lemmer 13:45, 17 April 2024 (UTC)

Because Natalia executed these commands:
root #tar -xpvf discord-0.0.50.tar.gz
root #rm -rf /opt/discord/Discord
root #mv -v Discord /opt/discord/
Discord did not start. Natalia realized that new versions of Discord use a new location (and lowercase path) and, being inside /opt/discord, executed:
root #mv -v Discord /opt/discord/
Got an error. Removed the directory and started over:
root #rm -rf /opt/discord
root #tar -xpvf discord-0.0.50.tar.gz
Knowing that the directory should now be in lower case, executed:
root #mv Discord discord
And moved the directory to the right location:
root #mv -v discord /opt/discord/
According to discord-0.0.50.ebuild the new path seems legitimate. --Lars Hint (talk) 20:11, 17 April 2024 (UTC)
The commands are now merged, closing the discussion. --Lars Hint (talk) 20:19, 17 April 2024 (UTC)