mirror of
https://github.com/tiyn/wiki.git
synced 2026-01-10 08:39:45 +01:00
Compare commits
3 Commits
90c8863021
...
620f57beb8
| Author | SHA1 | Date | |
|---|---|---|---|
| 620f57beb8 | |||
| 47081f9ab6 | |||
| c070ba1d7b |
@@ -12,7 +12,7 @@ There are some alernative frontends and modifications available for Discord.
|
|||||||
- [BetterDiscord](/wiki/betterdiscord.md) is a modification for Discord on
|
- [BetterDiscord](/wiki/betterdiscord.md) is a modification for Discord on
|
||||||
[Linux-based systems](/wiki/linux.md), which changes an existing installation of Discord.
|
[Linux-based systems](/wiki/linux.md), which changes an existing installation of Discord.
|
||||||
It supports a wide range of plugins and themes.
|
It supports a wide range of plugins and themes.
|
||||||
- [Vesktop](https://github.com/Vencord/Vesktop) is a standalone custom Discord App.
|
- [Vencord](/wiki/vencord.md) is a standalone custom Discord App.
|
||||||
It supports a wide range of plugins and themes.
|
It supports a wide range of plugins and themes.
|
||||||
- [Revenge](https://github.com/revenge/revenge-manager) is a standalone client modification of
|
- [Revenge](https://github.com/revenge/revenge-manager) is a standalone client modification of
|
||||||
Discord for [Android](/wiki/android.md).
|
Discord for [Android](/wiki/android.md).
|
||||||
|
|||||||
20
wiki/gimp.md
Normal file
20
wiki/gimp.md
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# GIMP
|
||||||
|
|
||||||
|
[GIMP](https://www.gimp.org/) is a popular cross-platform program for editing pictures.
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
|
||||||
|
The GIMP program can be installed from files found on
|
||||||
|
[the official website](https://www.gimp.org/downloads/).
|
||||||
|
Alternatively many [Linux](/wiki/linux.md) [package managers](/wiki/linux/package_manager.md)
|
||||||
|
package GIMP in the `gimp` package.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
This section addresses the usage of GIMP.
|
||||||
|
|
||||||
|
### Scale Image
|
||||||
|
|
||||||
|
An image that is already loaded into GIMP can easily be scaled down (or up) by selecting
|
||||||
|
`Scale Image` under the `Image` tab.
|
||||||
|
Alternatively the scale tool reachable via `Ctrl+S` can be used.
|
||||||
@@ -15,7 +15,7 @@ This entry also features medicinal image and visual formats such as DICOM.
|
|||||||
|
|
||||||
Editing images can be done by various image manipulation software.
|
Editing images can be done by various image manipulation software.
|
||||||
|
|
||||||
- [GIMP](https://www.gimp.org/) is a popular cross-platform program for editing pictures.
|
- [GIMP](/wiki/gimp.md) is a popular cross-platform program for editing pictures.
|
||||||
- [ImageMagick](/wiki/imagemagick.md) is another cross-platform software suite for creating and
|
- [ImageMagick](/wiki/imagemagick.md) is another cross-platform software suite for creating and
|
||||||
- editing (raster) images.
|
- editing (raster) images.
|
||||||
- [upscayl](https://github.com/upscayl/upscayl) is an upscaler that can be used cross-platform.
|
- [upscayl](https://github.com/upscayl/upscayl) is an upscaler that can be used cross-platform.
|
||||||
|
|||||||
@@ -335,3 +335,16 @@ To update the package either way the following command can be used.
|
|||||||
```sh
|
```sh
|
||||||
sudo pacman -S --overwrite "*" <package name>
|
sudo pacman -S --overwrite "*" <package name>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Error `error: could not open file /var/lib/pacman/sync/core.db: Unrecognized archive format`
|
||||||
|
|
||||||
|
If the error `error: could not open file /var/lib/pacman/sync/core.db: Unrecognized archive format`
|
||||||
|
or a similar one with another database file is thrown it can mostly be easily fixed by removing the
|
||||||
|
database file with the following command.
|
||||||
|
|
||||||
|
```txt
|
||||||
|
rm -rf /var/lib/pacman/sync/*
|
||||||
|
```
|
||||||
|
|
||||||
|
Alternatively - and this is probably a bit safer - the files can be temporarily be moved somewhere
|
||||||
|
else and removed after confirming the error was fixed.
|
||||||
|
|||||||
24
wiki/vencord.md
Normal file
24
wiki/vencord.md
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# Vencord
|
||||||
|
|
||||||
|
[Vencord](https://vencord.dev/) is an unofficial [Discord](/wiki/discord.md) client mod which
|
||||||
|
allows the user to add various functionality through plugins and new themes.
|
||||||
|
Unlike [BetterDiscord](/wiki/betterdiscord.md) it is a standalone client and does not need the
|
||||||
|
official Discord client installed.
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
|
||||||
|
The Vencord program can be installed using files from
|
||||||
|
[the official website](https://vencord.dev/download/).
|
||||||
|
Alternatively many [Linux](/wiki/linux.md) [package managers](/wiki/linux/package_manager.md)
|
||||||
|
package Vesktop in the `vesktop` (or `vesktop-git` and `vesktop-bin`) package.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
This section addresses the usage of Vesktop.
|
||||||
|
|
||||||
|
### Useful plugins
|
||||||
|
|
||||||
|
The following is a list of useful plugins for Vesktop.
|
||||||
|
|
||||||
|
- [PinDMs](https://vencord.dev/plugins/PinDMs) is a plugin that allows to pin private channels to
|
||||||
|
the top of the list of direct messages
|
||||||
Reference in New Issue
Block a user