Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KDE Dolphin /Kmail
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Linubie
Guru
Guru


Joined: 11 Jun 2004
Posts: 386

PostPosted: Tue Jan 07, 2025 5:43 pm    Post subject: KDE Dolphin /Kmail Reply with quote

Hallo wenn in Dolphin ein neues Verzeichnis anlegen möchte wird mir eine lange Liste anderer Dateien angezeigt.
https://www.dropbox.com/scl/fi/zb3czuem6cfscc0gkkyne/Bildschirmfoto_20250107_181853.png?rlkey=aqrg8ttu61f73fudi6bc74wsi&st=xrgtp0qj&dl=0

Ist das ein Bug denn ich habe nicht rausfinden können ob das eine Option ist.

Kann man diese Liste der Dateien irgendwo löschen?
Die Daten muß sich Dolphin ja irgendwoher ziehen.

Außerdem habe ich das Problem das wenn ich in Kmail ein pdf öffnen möchte kann ich diese nicht mit Okular dauerhaft "verlinken" ich muß Okular jedes mal neu auswählen. Selbst wenn ich den Haken oben links zum Dauerhaften öffnen auswähle.
https://www.dropbox.com/scl/fi/6bxb5kgorv1730l36axz0/Bildschirmfoto_20250107_183927.png?rlkey=s8hc852fjd5xnwx1x6qrh17g9&st=jxlszytt&dl=0
Kann ich diese Zuordnungen irgendwo zurücksetzen?

Ich habe ~KDE Plasma installiert.

Danke.
_________________
Mircosoft software is like having sex with a stranger, you always have to be careful not to get infected with something...
Back to top
View user's profile Send private message
Banana
Moderator
Moderator


Joined: 21 May 2004
Posts: 1828
Location: Germany

PostPosted: Wed Jan 08, 2025 6:45 am    Post subject: Reply with quote

Vielleicht hilft dir der post hier weiter: https://forums.gentoo.org/viewtopic-t-1171925.html
_________________
Forum Guidelines

PFL - Portage file list - find which package a file or command belongs to.
My delta-labs.org snippets do expire
Back to top
View user's profile Send private message
Erdie
Advocate
Advocate


Joined: 20 May 2004
Posts: 2656
Location: Heidelberg - Germany

PostPosted: Wed Jan 08, 2025 5:35 pm    Post subject: Reply with quote

Als vorübergehender Workaroud könnte dieses Skript dienen:

Code:

#!/bin/bash

# file to work with
FILE="$HOME/.config/user-dirs.dirs"

# check if exist
if [[ -f "$FILE" ]]; then
    # replace
    sed -i 's|XDG_TEMPLATES_DIR="$HOME/"|XDG_TEMPLATES_DIR="$HOME/Templates"|' "$FILE"
   
    # check, if sucessfull
    if grep -q 'XDG_TEMPLATES_DIR="$HOME/Templates"' "$FILE"; then
        echo "line sucessfull replaced."
    else
        echo "Unable to make the required changes."
    fi
else
    echo "File $FILE does not exist."
fi


_________________
Desktop AMD Ryzen 9 5900X 32GB RAM, Asus GF GTX 1060.
Notebook Tuxedo Pulse 15 Gen1 AMD Ryzen 7 4800H mit Radeon Vega 7
Raspberry Pi 1 + 2 + 3B+ + Zero W
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum