Please support the XDG basedir specification
Hello, It should already be like that: grsync_dir = g_strconcat(g_get_user_config_dir(), "/grsync", NULL); if (!g_file_test(grsync_dir, G_FILE_TEST_EXISTS | G_FILE_TEST_IS_DIR)) { g_free(grsync_dir); grsync_dir = g_strconcat(g_get_home_dir(), "/.grsync", NULL); if (!g_file_test(grsync_dir, G_FILE_TEST_EXISTS | G_FILE_TEST_IS_DIR)) { g_free(grsync_dir); grsync_dir = g_strconcat(g_get_user_config_dir(), "/grsync", NULL); } } i.e. it tries to load from .config/grsync, if it doesn't find it it tries...
Rsync output box: make maximized
thanks for your report.
Result of cmd "sudo apt install grsync" on Ubuntu 24.04
Hello, This is a question for the ubuntu maintainer. Anyway, did you have a look at launchpad to see if the version you want is available there?
Copy of command line construction (for pasting elsewhere)
Hello, The feature is already available: click the file menu and "rsync command line". Also, the output panel is made selectable and copyable at the end of the run.