Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Desktop icons op verkeerde monitor.  (gelezen 817 keer)

Desktop icons op verkeerde monitor.
« Gepost op: 2024/06/20, 13:40:05 »
OS: Ubuntu 24.04 LTS x86_64

Plotseling (?) staan mijn desktop icons op de verkeerde monitor,  nl op monitor 1 i.p.v. monitor 2. 
Toch is monitor 2 de Primary Display :


Zelfs m.b.v. ChatGPT kom ik er niet uit:
Citaat
To move your desktop icons from display 1 to display 2 on Ubuntu, you will need to change the primary display setting. The primary display is the one where desktop icons and other main interface elements are shown. Here are the steps to set your desired display as the primary one:

1. **Open the Settings:**
   - Click on the system menu at the top-right corner of your screen (where the network, battery, and power icons are located).
   - Click on the **Settings** (gear icon).

2. **Go to Display Settings:**
   - In the Settings window, navigate to the **Displays** section. This is usually found under the **Devices** category.

3. **Identify Your Displays:**
   - You should see a graphical representation of your connected displays. They are typically labeled as "1," "2," etc.

4. **Set the Primary Display:**
   - Click on the display you want to set as your primary display (in your case, display 1).
   - Look for a checkbox or button labeled **"Primary Display"** or **"Set as Primary"**. Check this box or click this button.

5. **Apply the Changes:**
   - Click on the **Apply** button to save the changes.
   - You may need to confirm the changes within a few seconds.

6. **Restart or Relogin (if necessary):**
   - Sometimes, a simple restart or logging out and back in is required for the changes to take full effect.

By following these steps, you should be able to move your desktop icons to display 1. If you encounter any issues or the settings do not apply correctly, you can also try using the `xrandr` command in the terminal to manually set the primary display.

### Using `xrandr` Command
If the graphical settings do not work, you can use the terminal to set the primary display:

1. **Open Terminal:**
   - Press `Ctrl+Alt+T` to open the terminal.

2. **List Displays:**
   - Run the following command to list your displays:
     ```bash
     xrandr
     ```
   - Note the names of your displays (e.g., `HDMI-1`, `DP-1`, etc.).

3. **Set Primary Display:**
   - Use the following command to set your primary display (replace `DISPLAY_NAME` with the actual name of your desired primary display):
     ```bash
     xrandr --output DISPLAY_NAME --primary
     ```

4. **Apply and Confirm:**
   - The changes should take effect immediately. If necessary, log out and log back in to ensure the settings are applied correctly.

By following these steps, your desktop icons should now appear on the correct display.

De icons worden wel verplaatst van 1 naar 2, maar dan verplaatst de top bar (met de aan/uit, luidspreker,...) van monitor 2 zich naar monitor 1    :'(

Wie is er slimmer dan ChatGPT?  ^-^
𝕸𝖎𝖘𝖈𝖊𝖗𝖊 𝖚𝖙𝖎𝖑𝖊 𝖉𝖚𝖑𝖈𝖎. (Ter leering ende vermaeck)
𝕹𝖎𝖑 𝖛𝖔𝖑𝖊𝖓𝖙𝖎𝖇𝖚𝖘 𝖆𝖗𝖉𝖚𝖚𝖒. (Niets is moeilijk voor hen die willen)
https://henk.oegema.com  (Op RaspberryPi2)
Registered linux user 520520.  In gebruik: Ubuntu  24.04 Hobby's: Radio Amateur callsign: PA2HO.  Interesses: Raspberry Pi & Arduino & TELLO drone (voor AI)

Re: Desktop icons op verkeerde monitor.
« Reactie #1 Gepost op: 2024/06/20, 15:52:19 »
Misschien:

Settings > Appearance > Dock > Show on

(Of iets dergelijks, ik zit nu nl. niet achter een Ubuntu pc.)

Re: Desktop icons op verkeerde monitor.
« Reactie #2 Gepost op: 2024/06/20, 16:14:45 »
Misschien:

Settings > Appearance > Dock > Show on

(Of iets dergelijks, ik zit nu nl. niet achter een Ubuntu pc.)

Onder Settings > Appearance > ...... kan ik geen Dock vinden.  Alleen maar Style en Background.
Er is wel een Dock (en Desktop Icons)  onder Settings > Ubuntu Desktop > Dock > Show on. Maar deze heeft alleen effect op de Dock en niet op de Icons.
Settings > Ubuntu Desktop > Desktop Icons   geeft als opties  Size, Position of New Icons (TopLeft, enz) en Show Home Folder,  maar geen Screen optie.
𝕸𝖎𝖘𝖈𝖊𝖗𝖊 𝖚𝖙𝖎𝖑𝖊 𝖉𝖚𝖑𝖈𝖎. (Ter leering ende vermaeck)
𝕹𝖎𝖑 𝖛𝖔𝖑𝖊𝖓𝖙𝖎𝖇𝖚𝖘 𝖆𝖗𝖉𝖚𝖚𝖒. (Niets is moeilijk voor hen die willen)
https://henk.oegema.com  (Op RaspberryPi2)
Registered linux user 520520.  In gebruik: Ubuntu  24.04 Hobby's: Radio Amateur callsign: PA2HO.  Interesses: Raspberry Pi & Arduino & TELLO drone (voor AI)

Re: Desktop icons op verkeerde monitor.
« Reactie #3 Gepost op: 2024/06/20, 16:31:06 »
Even naar gekeken. Zie bijlage (was inderdaad anders.)