Om du väljer att köra Linux, t.ex. Manjaro och vill använda Signal så kommer du att sakna funktioner som finns i Windows, t.ex. att kunna minimera Signal och få en sån där schysst icon ute i kanten…
En sån här
Som standard kommer Signal att avslutas när du trycker på krysset… Det kan du lätt fixa genom att öppna filen /usr/share/applications/signal-desktop.desktop (som root) Det fungerar fint i Manjaro, säker många andra system… (om du inte kör med Snap.. och kanske Flatpak)
Hursomhelst, som root öppnar du /usr/share/applications/signal-desktop.desktop
En bit ner i filen hittar du Exec=signal-desktop -- %u
Byt ut till (eller lägg till --use-tray-icon) Exec=signal-desktop --use-tray-icon -- %u
(totally based on the guide Nelo wrote on the Filerun forum, unraid-docker-guide)
This guide describes to to manually add filerun to your Unraid server, the need for this guide arose when afians community application (CA) went AWOL.
NOTE: You need to add MariaDB docker before following this guide. In the database you also need to add a database (filerun), a database user (filerun) and a password for the database user (supersecretpassword)
TIP: An easy way to add user/database/password is to use the docker PHPMyAdmin, you can find it under community applications
In Unraid, on the docker page, begin by clicking Add container located in the bottom meny
On the empty template page, start by switching to advanced view by toggling the basic view switch
Fill in the fields as follow:
Template: <don’t touch this> Name: Filerun – Official Overview: This is Filerun, your own self hosted google driver alternative Repository: filerun/filerun Docker Hub URL: https://hub.docker.com/r/filerun/filerun Icon URL: https://feedback.filerun.com/s/cache/9a/c9/9ac9d7f611e2b2e8520dd0d01dd5f10d.png WebUI: http://[IP]:[PORT:80]/ Extra parameters: <leave empty unless you know what you are doing > Post argument: <leave empty unless you know what you are doing > CPU Pinning: <leave default unless you know what you are doing> Network type: <leave default unless you know what you are doing> Console shell command: <leave default unless you know what you are doing> Privileged: off
Now, click Add another Path, Port, Variable, Label or Device
Choose variable
Add these five variables, repeat ”Add another Path, Port, Variable, Label or Device” for each variable.
Name: Database for Filerun Key: FR_DB_HOST Value: localhost Default Value: Description: Display: Required: Yes Password Mask: No
Name: Database port Key: FR_DB_PORT Value: 3306 Default Value: Description: Display: Required: Yes Password Mask: No
Name: Filerun database name Key: FR_DB_NAME Value: filerun Default Value: Description: Display: Required: Yes Password Mask: No
Name: Filerun database user Key: FR_DB_USER Value: filerun Default Value: Description: Display: Required: Yes Password Mask: No
Sitter och leker med C# och har knåpat ihop ett litet program som kopierar filer från en plats till en annan. Källa och möl sparas i registret sö det är enkelt att t.ex. använda det får att tömma telefonen på bilder eftersom det är samma källa och m?l varje g¨ång (för de flesta 🙂 )
Testa det gärna och berätta om något är bra, dålig, trasig eller saknas.
Och kom ihåg, även om jag testat programmet och själv använder det utan problem så kan jag inte garantera att det fungerar felfritt hos dig. Så använd det på egen risk 😉