Talk:Discord
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]] 11:36, 5 November 2024 (UTC) :: Your reply ~~~~
Added translation tags
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
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
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: 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 #
tar -xpvf discord-0.0.50.tar.gz
root #
rm -rf /opt/discord/Discord
root #
mv -v Discord /opt/discord/
Got an error. Removed the directory and started over:root #
mv -v Discord /opt/discord/
Knowing that the directory should now be in lower case, executed:root #
rm -rf /opt/discord
root #
tar -xpvf discord-0.0.50.tar.gz
And moved the directory to the right location:root #
mv Discord discord
According to discord-0.0.50.ebuild the new path seems legitimate. --Lars Hint (talk) 20:11, 17 April 2024 (UTC)root #
mv -v discord /opt/discord/
Frequent updates make updating over emerge untenable
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)