linuxmint / cinnamon

A Linux desktop featuring a traditional layout, built from modern technology and introducing brand new innovative features.
GNU General Public License v2.0
4.53k stars 735 forks source link

Moving, resizing windows between monitors with shortcuts | Display manger no exist #10892

Open dzbyr opened 2 years ago

dzbyr commented 2 years ago
   * Cinnamon 5.4.2                                                               
     - Not using daily build.
   * Kernel: x86_64 Linux 5.15.49-1-MANJARO
   * OS: Manjaro 21.3.1 Ruah                                                      
   * CPU: Intel i5-4300M (4) @ 3.300GHz                                           
   * GPU: Intel 4th Gen Core Processor                                            
   * 64 bit                                                                       
   * Attach: I can provide immediately when your request kind of info                  

Issue
I couldn't move windows between monitors with Super+Shif+ no longer. So checked whether shortcuts assigned at Keyboard->Windows->Inner-monitor
Move window to right (left) monitor is well set.

So it could be related with monitors detection because display manager no longer exit in the menu. Also, couldn't manage to full screen at second monitor, window jumps to the primary one when I give Super+ . It works well at primary monitor btw

Generally looks display management issue.

Steps to reproduce

Expected behaviour

Other information

mtwebster commented 2 years ago

Hi can you share your ~/.config/cinnamon-monitors.xml?

I can't reproduce the shortcut problem - it works ok for me but your second issue is the more serious (and fixing it will probably fix the window shortcuts also)

Also, can you take a screenshot of the display settings and share that also?

Thanks

dzbyr commented 2 years ago

I could be able to arrange manually with call cinnamon-settings display but I don't know its particular location for creating a shortcut. I solved this issue using above command but, still don't have Display on the /usr/bin/./cinnamon-settings

Could you add display manger to the Cinnamon settings

Screenshot-from-2022-07-20-11-39-31.png

Shortcuts are works well. It fixed somehow, I don't know.

<monitors version="2">
  <configuration>
    <logicalmonitor>
      <x>0</x>
      <y>180</y>
      <scale>1</scale>
      <monitor>
        <monitorspec>
          <connector>VGA1</connector>
          <vendor>unknown</vendor>
          <product>unknown</product>
          <serial>unknown</serial>
        </monitorspec>
        <mode>
          <width>1440</width>
          <height>900</height>
          <rate>59.999053955078125</rate>
        </mode>
      </monitor>
    </logicalmonitor>
    <logicalmonitor>
      <x>1440</x>
      <y>0</y>
      <scale>1</scale>
      <primary>yes</primary>
      <monitor>
        <monitorspec>
          <connector>eDP1</connector>
          <vendor>LGD</vendor>
          <product>0x046d</product>
          <serial>0x00000000</serial>
        </monitorspec>
        <mode>
          <width>1920</width>
          <height>1080</height>
          <rate>60.020423889160156</rate>
        </mode>
      </monitor>
    </logicalmonitor>
  </configuration>
  <configuration>
    <logicalmonitor>
      <x>0</x>
      <y>0</y>
      <scale>1</scale>
      <primary>yes</primary>
      <monitor>
        <monitorspec>
          <connector>eDP1</connector>
          <vendor>LGD</vendor>
          <product>0x046d</product>
          <serial>0x00000000</serial>
        </monitorspec>
        <mode>
          <width>1920</width>
          <height>1080</height>
          <rate>59.933879852294922</rate>
        </mode>
      </monitor>
    </logicalmonitor>
  </configuration>
</monitors>