- Accueil
- » Forum
- » GNOME
- » affichage bureau
Pages : 1
#1 Le 11/03/2022, à 00:11
- gycath
affichage bureau
Bonjour
Je suis sur ubuntu 20 04 LTS et je n’arrive pas à garder un affichage définitif du bureau. A chaque ouverture il m’apparaît un nouveau bureau avec des espaces aléatoires sans pouvoir le réorganiser!!!
Comment palier à cette situation?
Je vous remercie pour vos conseils
Hors ligne
#2 Le 11/03/2022, à 08:02
- gycath
Re : affichage bureau
lapbar@lapbar-W65-W67RZ1:~$ lsb_release -sd ; echo "$(awk -F'[ \[]' '/cdrom:/{print $4}' /etc/apt/sources.list || awk '{print $1}' /var/log/installer/media-info) : $DESKTOP_SESSION → $XDG_CURRENT_DESKTOP" ; uname -mrs
Ubuntu 20.04.4 LTS
Ubuntu : ubuntu → ubuntu:GNOME
Linux 5.13.0-35-generic x86_64
lapbar@lapbar-W65-W67RZ1:~$ find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n$1\n"; [[ $1 = *".list" ]] && nl -ba "$1"' _ '{}' \;
/etc/apt/sources.list
1 # deb cdrom:[Ubuntu 20.04.3 LTS _Focal Fossa_ - Release amd64 (20210819)]/ focal main restricted
2
3 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
4 # newer versions of the distribution.
5 deb http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
6 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
7
8 ## Major bug fix updates produced after the final release of the
9 ## distribution.
10 deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
11 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
12
13 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
14 ## team. Also, please note that software in universe WILL NOT receive any
15 ## review or updates from the Ubuntu security team.
16 deb http://fr.archive.ubuntu.com/ubuntu/ focal universe
17 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal universe
18 deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
19 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
20
21 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
22 ## team, and may not be under a free licence. Please satisfy yourself as to
23 ## your rights to use the software. Also, please note that software in
24 ## multiverse WILL NOT receive any review or updates from the Ubuntu
25 ## security team.
26 deb http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
27 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
28 deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
29 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
30
31 ## N.B. software from this repository may not have been tested as
32 ## extensively as that contained in the main release, although it includes
33 ## newer versions of some applications which may provide useful features.
34 ## Also, please note that software in backports WILL NOT receive any review
35 ## or updates from the Ubuntu security team.
36 deb http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
37 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
38
39 ## Uncomment the following two lines to add software from Canonical's
40 ## 'partner' repository.
41 ## This software is not part of Ubuntu, but is offered by Canonical and the
42 ## respective vendors as a service to Ubuntu users.
43 # deb http://archive.canonical.com/ubuntu focal partner
44 # deb-src http://archive.canonical.com/ubuntu focal partner
45
46 deb http://security.ubuntu.com/ubuntu focal-security main restricted
47 # deb-src http://security.ubuntu.com/ubuntu focal-security main restricted
48 deb http://security.ubuntu.com/ubuntu focal-security universe
49 # deb-src http://security.ubuntu.com/ubuntu focal-security universe
50 deb http://security.ubuntu.com/ubuntu focal-security multiverse
51 # deb-src http://security.ubuntu.com/ubuntu focal-security multiverse
52
53 # This system was installed using small removable media
54 # (e.g. netinst, live or single CD). The matching "deb cdrom"
55 # entries were disabled at the end of the installation process.
56 # For information about how to configure apt package sources,
57 # see the sources.list(5) manual.
/etc/apt/sources.list.save
/etc/apt/sources.list.d/vivaldi.list.save
/etc/apt/sources.list.d/vivaldi.list
1 ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
2 # You may comment out this entry, but any other modifications may be lost.
3 deb [arch=amd64] https://repo.vivaldi.com/stable/deb/ stable main
/etc/apt/sources.list.d/linuxgndu-ubuntu-sqlitebrowser-focal.list
1 deb http://ppa.launchpad.net/linuxgndu/sqlitebrowser/ubuntu focal main
2 # deb-src http://ppa.launchpad.net/linuxgndu/sqlitebrowser/ubuntu focal main
/etc/apt/sources.list.d/xtradeb-ubuntu-apps-focal.list
1 deb http://ppa.launchpad.net/xtradeb/apps/ubuntu focal main
2 # deb-src http://ppa.launchpad.net/xtradeb/apps/ubuntu focal main
/etc/apt/sources.list.d/opera-stable.list
1 # This file makes sure that Opera Browser is kept up-to-date
2 # as part of regular system upgrades
3
4 deb https://deb.opera.com/opera-stable/ stable non-free #Opera Browser (final releases)
/etc/apt/sources.list.d/opera-stable.list.save
/etc/apt/sources.list.d/linuxgndu-ubuntu-sqlitebrowser-focal.list.save
lapbar@lapbar-W65-W67RZ1:~$ echo ; df -Thx tmpfs -x devtmpfs -x squashfs ; echo ; df -Tix tmpfs -x devtmpfs -x squashfs ; echo
Sys. de fichiers Type Taille Utilisé Dispo Uti% Monté sur
/dev/sda2 ext4 243G 70G 162G 31% /
/dev/sda1 vfat 511M 5,3M 506M 2% /boot/efi
Sys. de fichiers Type Inœuds IUtil. ILibre IUti% Monté sur
/dev/sda2 ext4 16244736 300101 15944635 2% /
/dev/sda1 vfat 0 0 0 - /boot/efi
lapbar@lapbar-W65-W67RZ1:~$ dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3 | column -t"}'
ii linux-hwe-5.13-headers-5.13.0-30 5.13.0-30.33~20.04.1 all
ii linux-headers-5.13.0-30-generic 5.13.0-30.33~20.04.1 amd64
ii linux-image-5.13.0-30-generic 5.13.0-30.33~20.04.1 amd64
ii linux-modules-5.13.0-30-generic 5.13.0-30.33~20.04.1 amd64
ii linux-modules-extra-5.13.0-30-generic 5.13.0-30.33~20.04.1 amd64
ii linux-hwe-5.13-headers-5.13.0-35 5.13.0-35.40~20.04.1 all
ii linux-headers-5.13.0-35-generic 5.13.0-35.40~20.04.1 amd64
ii linux-image-5.13.0-35-generic 5.13.0-35.40~20.04.1 amd64
ii linux-modules-5.13.0-35-generic 5.13.0-35.40~20.04.1 amd64
ii linux-modules-extra-5.13.0-35-generic 5.13.0-35.40~20.04.1 amd64
ii linux-generic-hwe-20.04 5.13.0.35.40~20.04.20 amd64
ii linux-headers-generic-hwe-20.04 5.13.0.35.40~20.04.20 amd64
ii linux-image-generic-hwe-20.04 5.13.0.35.40~20.04.20 amd64
lapbar@lapbar-W65-W67RZ1:~$
Hors ligne
#3 Le 12/03/2022, à 07:54
- gycath
Re : affichage bureau
compte tenu des réponses et de ce que j'ai trouvé sur les forum il ne semble pas y avoir de solution pérenne!!??
Hors ligne
Pages : 1