Announcement

Collapse
No announcement yet.

How to change trash size

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Originally posted by nicrnicr View Post
    I find only answers where I have to change the settings of Dolphin.
    But where are the settings of Dolphin please?
    Press control-M to get a menu bar, with "Settings" on it. Control-M is a generic KDE (and Qt IIUC) shortcut for showing a menu bar.

    If you have a toolbar, there should be a settings icon on it; by default it's on the far right of the toolbar. (If it's not there, right click the toolbar and you can add a settings icon to the toolbar.)

    If you don't have a toolbar, and you want one, press control-M, and in Settings click Show toolbar.



    Regards, John Little

    Comment


      #17
      You can also install Ubuntu Mainline Kernel Installer, a fork of the Ukuu utility. I use this for kernel removal.

      https://ubuntuhandbook.org/index.php...tu-linux-mint/
      Constant change is here to stay!

      Comment


        #18
        Thank you very much claydoh.
        Code:
        auie@Latitude-E5530:~$ sudo apt install byobu  
        [sudo] Passwort für auie:  
        Paketlisten werden gelesen... Fertig
        Abhängigkeitsbaum wird aufgebaut.        
        Statusinformationen werden eingelesen.... Fertig
        Die folgenden zusätzlichen Pakete werden installiert:
         gawk net-tools python3-newt run-one tmux
        Vorgeschlagene Pakete:
         ccze screen speedometer vim gawk-doc
        Die folgenden NEUEN Pakete werden installiert:
         byobu gawk net-tools python3-newt run-one tmux
        0 aktualisiert, 6 neu installiert, 0 zu entfernen und 59 nicht aktualisiert.
        1 nicht vollständig installiert oder entfernt.
        Es müssen 972 kB an Archiven heruntergeladen werden.
        Nach dieser Operation werden 3.821 kB Plattenplatz zusätzlich benutzt.
        Möchten Sie fortfahren? [J/n] J
        Holen:1 http://at.archive.ubuntu.com/ubuntu bionic/main amd64 gawk amd64 1:4.1.4+dfsg-1build1 [401 kB]
        Holen:2 http://at.archive.ubuntu.com/ubuntu bionic/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1ubuntu1 [194 kB]
        Holen:3 http://at.archive.ubuntu.com/ubuntu bionic/main amd64 python3-newt amd64 0.52.20-1ubuntu1 [19,0 kB]
        Holen:4 http://at.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tmux amd64 2.6-3ubuntu0.2 [248 kB]
        Holen:5 http://at.archive.ubuntu.com/ubuntu bionic/main amd64 byobu all 5.125-0ubuntu1 [104 kB]
        Holen:6 http://at.archive.ubuntu.com/ubuntu bionic/main amd64 run-one all 1.17-0ubuntu1 [5.760 B]
        Es wurden 972 kB in 0 s geholt (2.033 kB/s).
        Vorkonfiguration der Pakete ...
        Vormals nicht ausgewähltes Paket gawk wird gewählt.
        (Lese Datenbank ... 307502 Dateien und Verzeichnisse sind derzeit installiert.)
        Vorbereitung zum Entpacken von .../0-gawk_1%3a4.1.4+dfsg-1build1_amd64.deb ...
        Entpacken von gawk (1:4.1.4+dfsg-1build1) ...
        Vormals nicht ausgewähltes Paket net-tools wird gewählt.
        Vorbereitung zum Entpacken von .../1-net-tools_1.60+git20161116.90da8a0-1ubuntu1_amd64.deb ...
        Entpacken von net-tools (1.60+git20161116.90da8a0-1ubuntu1) ...
        Vormals nicht ausgewähltes Paket python3-newt:amd64 wird gewählt.
        Vorbereitung zum Entpacken von .../2-python3-newt_0.52.20-1ubuntu1_amd64.deb ...
        Entpacken von python3-newt:amd64 (0.52.20-1ubuntu1) ...
        Vormals nicht ausgewähltes Paket tmux wird gewählt.                                                                                                                                         
        Vorbereitung zum Entpacken von .../3-tmux_2.6-3ubuntu0.2_amd64.deb ...                                                                                                                      
        Entpacken von tmux (2.6-3ubuntu0.2) ...                                                                                                                                                     
        Vormals nicht ausgewähltes Paket byobu wird gewählt.                                                                                                                                        
        Vorbereitung zum Entpacken von .../4-byobu_5.125-0ubuntu1_all.deb ...
        Entpacken von byobu (5.125-0ubuntu1) ...
        Vormals nicht ausgewähltes Paket run-one wird gewählt.
        Vorbereitung zum Entpacken von .../5-run-one_1.17-0ubuntu1_all.deb ...
        Entpacken von run-one (1.17-0ubuntu1) ...
        amavisd-new (1:2.11.0-1ubuntu1.1) wird eingerichtet ...
        Creating/updating amavis user account...
        Job for amavis.service failed because the control process exited with error code.
        See "systemctl status amavis.service" and "journalctl -xe" for details.
        invoke-rc.d: initscript amavis, action "start" failed.
        ● amavis.service - LSB: Starts amavisd-new mailfilter
          Loaded: loaded (/etc/init.d/amavis; generated)
          Active: failed (Result: exit-code) since Mon 2022-03-28 12:49:59 CEST; 9ms ago
            Docs: man:systemd-sysv-generator(8)
         Process: 8917 ExecStart=/etc/init.d/amavis start (code=exited, status=1/FAILURE)
        
        Mär 28 12:49:59 Latitude-E5530 amavis[8917]: Starting amavisd: head: cannot open '/etc/mailname' for reading: No such file or directory
        Mär 28 12:49:59 Latitude-E5530 amavis[8917]:   The value of variable $myhostname is "Latitude-E5530", but should have been
        Mär 28 12:49:59 Latitude-E5530 amavis[8917]:   a fully qualified domain name; perhaps uname(3) did not provide such.
        Mär 28 12:49:59 Latitude-E5530 amavis[8917]:   You must explicitly assign a FQDN of this host to variable $myhostname
        Mär 28 12:49:59 Latitude-E5530 amavis[8917]:   in /etc/amavis/conf.d/05-node_id, or fix what uname(3) provides as a host's
        Mär 28 12:49:59 Latitude-E5530 amavis[8917]:   network name!
        Mär 28 12:49:59 Latitude-E5530 amavis[8917]: (failed).
        Mär 28 12:49:59 Latitude-E5530 systemd[1]: amavis.service: Control process exited, code=exited status=1
        Mär 28 12:49:59 Latitude-E5530 systemd[1]: amavis.service: Failed with result 'exit-code'.
        Mär 28 12:49:59 Latitude-E5530 systemd[1]: Failed to start LSB: Starts amavisd-new mailfilter.
        dpkg: Fehler beim Bearbeiten des Paketes amavisd-new (--configure):
        »installiertes amavisd-new-Skript des Paketes post-installation«-Unterprozess gab den Fehlerwert 1 zurück
        run-one (1.17-0ubuntu1) wird eingerichtet ...
        python3-newt:amd64 (0.52.20-1ubuntu1) wird eingerichtet ...
        gawk (1:4.1.4+dfsg-1build1) wird eingerichtet ...
        tmux (2.6-3ubuntu0.2) wird eingerichtet ...
        net-tools (1.60+git20161116.90da8a0-1ubuntu1) wird eingerichtet ...
        byobu (5.125-0ubuntu1) wird eingerichtet ...
        Trigger für hicolor-icon-theme (0.17-2) werden verarbeitet ...
        Trigger für man-db (2.8.3-2ubuntu0.1) werden verarbeitet ...
        Fehler traten auf beim Bearbeiten von:
        amavisd-new
        E: Sub-process /usr/bin/dpkg returned an error code (1)
        auie@Latitude-E5530:~$
        I think that something went wrong. Indeed :
        Code:
        auie@Latitude-E5530:~$ sudo purge-old-kernels --keep 3
        E: Befehlszeilenoption »--keep« kann in Kombination mit den anderen Optionen nicht interpretiert werden.
        auie@Latitude-E5530:~$
        Thank you claydoh and jlittle for answering my question about the place of the settings for Dolphin.

        Thank you Beerislife (The physicist Boltzmann said that the proof of existence of God is alcohol) for your indication.

        I have been thinking that it is simple.
        It is not.
        I might delete this system within a few days.
        We may stop searching how to delete the old kernels. Isn't it the easyest?

        Comment


          #19


          Originally posted by nicrnicr View Post
          12:49:59 Latitude-E5530 systemd[1]: Failed to start LSB: Starts amavisd-new mailfilter. dpkg: Fehler beim Bearbeiten des Paketes amavisd-new (--configure): »installiertes amavisd-new-Skript des Paketes post-installation«-Unterprozess gab den Fehlerwert 1 zurück
          Whatever Amavis is, seems to be blocking apt from doing things, as it keeps failing to update.
          Maybe temporarily uninstall it?


          Originally posted by nicrnicr View Post
          E: Befehlszeilenoption »--keep« kann in Kombination mit den anderen Optionen nicht interpretiert werden.
          Use it without the "--keep 3", the default is to keep the last two kernels, so it it is fine to try it without that part.

          Originally posted by nicrnicr View Post
          Holen:1 http://at.archive.ubuntu.com/ubuntu bionic/main amd64 gawk amd64 1:4.1.4+dfsg-1build1 [401 kB]

          You are definitely still on 18.04 Bionic

          While I am a firm fan of upgrading, sometimes it may be better to back up $HOME and start from scratch.
          22.04 arrives in about a month or so. Might be worth downloading an iso and seeing how it runs on a live session form USB.
          20.04 reaches End of Life in about a year.



          Comment


            #20
            Thank you very much claydoh !!

            Comment

            Working...
            X