Garuda Rani window size

Hello there,

I have question about Garuda Rani window size - some portion of it falls off screen (lower part) , it does not allow resize - buttons inactive - window resizeable only left and up. and upper corners diagonally - lower cornes are out of screen.

Could use a hint, where I might find configuration file for to suit it on 1980x1080 screen (seems like optimized for 2k screen)

somehow

ˇ[2025-05-15][12:38:34][TRACE][webview:trace@tauri://localhost/main-3USNGDJY.js:773:821] Monitor size: 1422x800ˇ
ˇ[2025-05-15][12:38:34][TRACE][webview:trace@tauri://localhost/main-3USNGDJY.js:773:821] Window size: 1392x1392ˇ
ˇ[2025-05-15][12:38:34][DEBUG][webview:debug@tauri://localhost/main-3USNGDJY.js:773:858] Resized window to 1392x1392ˇ

Any suggestion would be appreciated - used to Solaris at work , and Ubuntu-based stuff home, testing … so i apologize for “dumb” question.

Edit .config/org.garudalinux.rani/.window-state.json

{
"main": {
"width": 3658,
"height": 1974,
"x": 0,
"y": 0,
"prev_x": 0,
"prev_y": 0,
"maximized": true,
"visible": true,
"decorated": false,
"fullscreen": false
}
}
7 Likes

SGS, Thank You for quick and prompt answer, got it fixed , now , if update in progress, buttons and data all properly visible.

Perhaps an addition to FAQ section for those suffering the issue as i was, running on Intel NUC7i3 BNK (Intel 620 UHD)

1 Like

Maybe @dr460nf1r3 can add something to the App settings, after his exams and an appropriate recovery period.

I’ll move the problem to a separate thread and think it’s been mentioned for everyone :slight_smile:

5 Likes

@Andrus73 Thanks for reporting. This should now be fixed in garuda-rani-git version 2.5.0.r8.g384ebd5-1. It would be nice to get confirmation outside my own test.

4 Likes

Well done, thanks :slight_smile:

After some trial and error, I was able to create the data for a centered display for this notebook :slight_smile: . The .config/org.garudalinux.rani/.window-state.json is not generated when RANI is opened for the first time.
No problem, but I wanted to have it out of curiosity. :grin:

{
  "main": {
    "width": 1670,
    "height": 710,
    "x": 125,
    "y": 185,
    "prev_x": 125,
    "prev_y": 185,
    "maximized": false,
    "visible": true,
    "decorated": false,
    "fullscreen": false
  }
}
4 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.