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. To create a new discussion, click here. Comments on an existing discussion should be signed using ~~~~:
A comment [[User:Larry|Larry]] 13:52, 13 May 2024 (UTC)
: A reply [[User:Sally|Sally]] 01:12, 27 July 2024 (UTC)
:: Your reply ~~~~

 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)

 Frequent updates make updating over emerge untenable

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

Frequent updates to Discord really make using it untenable. Every time I power on my system there is an update available and I have to sync, install, reboot. In this case I haven't been able to launch Discord for 2 days because the latest version (0.0.59) hasn't made it into the standard Gentoo repository (currently at 0.0.58-r2). Should we prioritize a different install method over the recommended package manager? Preferably one that automatically pulls in updates to Discord, similar to MacOS or Steam on linux. --Me262 (talk) 00:42, 10 July 2024 (UTC)