Adds required parameter to ssh

This commit is contained in:
Michel Fedde 2025-06-20 18:01:57 +02:00
parent 441b492268
commit 0608f98c2b
4 changed files with 17 additions and 7 deletions

View file

@ -1,2 +1,3 @@
window-inherit-working-directory = false
gtk-single-instance = false
shell-integration-features = sudo

View file

@ -1,8 +1,8 @@
[Application]
WindowWidth = 1702
WindowHeight = 1382
WindowWidth = 2051
WindowHeight = 1424
LastCheckedVersion = 'v0.14.0'
LastLaunchedVersion = 'v0.15.1'
LastLaunchedVersion = 'v0.15.2'
EnableSystemTray = true
CloseToSystemTray = false
StartupPage = 'Albums'
@ -29,7 +29,7 @@ UIScaleSize = 'Normal'
[[Servers]]
ServerType = 'Subsonic'
Hostname = 'http://rpi5:8010'
Hostname = 'https://music.home'
AltHostname = 'https://music.iedsoftworks.com'
Username = 'michel'
LegacyAuth = true
@ -68,7 +68,7 @@ InitialView = 'List'
TracklistColumns = ['Album', 'Time', 'Plays']
[NowPlayingConfig]
InitialView = 'Lyrics'
InitialView = 'Play Queue'
[Playback]
Autoplay = false

View file

@ -12,8 +12,8 @@
<property name="last-location-bar" type="string" value="ThunarLocationEntry"/>
<property name="last-details-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_50_PERCENT"/>
<property name="last-details-view-column-widths" type="string" value="117,50,124,117,82,1214,50,50,2658,50,50,73,50,196"/>
<property name="last-sort-column" type="string" value="THUNAR_COLUMN_NAME"/>
<property name="last-sort-order" type="string" value="GTK_SORT_ASCENDING"/>
<property name="last-sort-column" type="string" value="THUNAR_COLUMN_DATE_MODIFIED"/>
<property name="last-sort-order" type="string" value="GTK_SORT_DESCENDING"/>
<property name="last-details-view-visible-columns" type="string" value="THUNAR_COLUMN_DATE_CREATED,THUNAR_COLUMN_DATE_MODIFIED,THUNAR_COLUMN_NAME,THUNAR_COLUMN_SIZE,THUNAR_COLUMN_TYPE"/>
<property name="last-show-hidden" type="bool" value="true"/>
<property name="misc-expandable-folders" type="bool" value="true"/>