Salut,
Alors dans ta boule de cristal (🙂) on peut lire :
4.15.0-109-generic #110-Ubuntu SMP Tue Jun 23 02:39:32 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
echo $DESKTOP_SESSION
ubuntu
dpkg -l | grep kdenlive
ii kdenlive 4:17.12.3-0ubuntu1 amd64 non-linear video editor
ii kdenlive-data 4:17.12.3-0ubuntu1 all non-linear video editor
snap list
Nom Version Révision Suivi Éditeur Notes
b1freearchiver 1.5.86.4890 2 latest/stable claudioandre-br -
chromium 83.0.4103.116 1213 latest/stable canonical✓ -
core 16-2.45.1 9436 latest/stable canonical✓ core
core18 20200427 1754 latest/stable canonical✓ base
epiphany 3.34.4-1-g606db9aec9 58 latest/stable jbicha -
gnome-3-26-1604 3.26.0.20200529 100 latest/stable/… canonical✓ -
gnome-3-34-1804 0+git.3009fc7 36 latest/stable canonical✓ -
gnome-calculator 3.36.0+git9.96b95fd2 748 latest/stable/… canonical✓ -
gnome-characters v3.34.0+git8.a46106b 550 latest/stable/… canonical✓ -
gnome-logs 3.34.0 100 latest/stable/… canonical✓ -
gnome-system-monitor 3.36.0-12-g35f88a56d7 148 latest/stable/… canonical✓ -
gtk-common-themes 0.1-36-gc75f853 1506 latest/stable/… canonical✓ -
gtk2-common-themes 0.1 13 latest/stable canonical✓ -
fredm@fredm-N8xxEZ:~$
df -Th | grep -v loop
Sys. de fichiers Type Taille Utilisé Dispo Uti% Monté sur
udev devtmpfs 3,9G 0 3,9G 0% /dev
tmpfs tmpfs 783M 2,0M 781M 1% /run
/dev/sda2 ext4 28G 16G 10G 62% /
tmpfs tmpfs 3,9G 93M 3,8G 3% /dev/shm
tmpfs tmpfs 5,0M 4,0K 5,0M 1% /run/lock
tmpfs tmpfs 3,9G 0 3,9G 0% /sys/fs/cgroup
/dev/sda1 vfat 500M 6,1M 493M 2% /boot/efi
/dev/sdb1 fuseblk 466G 192G 275G 42% /mnt/111028826C4EF644
tmpfs tmpfs 783M 28K 783M 1% /run/user/121
tmpfs tmpfs 783M 56K 783M 1% /run/user/1000
/dev/sdc vfat 3,2G 166M 3,0G 6% /media/fredm/KOBOeReader
lsblk -f | grep -v loop
NAME FSTYPE LABEL UUID MOUNTPOINT
sda
├─sda1 vfat EFI C88E-1FB1 /boot/efi
└─sda2 ext4 cbb59d5d-e46e-4e41-9058-bb2266537081 /
sdb
└─sdb1 ntfs DATA 111028826C4EF644 /mnt/111028826C4EF644
sdc vfat KOBOeReader 5B91-58B4 /media/fredm/KOBOeReader
cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda2 during installation
UUID=cbb59d5d-e46e-4e41-9058-bb2266537081 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=C88E-1FB1 /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
/dev/disk/by-uuid/111028826C4EF644 /mnt/111028826C4EF644 auto nosuid,nodev,nofail,x-gvfs-show 0 0