Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theme colors don't match systems dark theme (Cinnamon, Linux Mint 21.3) #1980

Open
adrummer354 opened this issue Dec 27, 2024 · 1 comment
Open
Labels
Cosmetics appearance, icons, themes HELP-WANTED Used by 24pullrequests.com to suggest issues Qt Qt bugs, code or features

Comments

@adrummer354
Copy link

Opening the application and the main application windows are light or white colored with a dark system theme
Screenshot from 2024-12-27 13-13-54
title bar. I had to reinstall my system via a TimeShift Restore but on my previous install the application everything matched system theme colors. It also matches system theme colors on my laptop (Same OS and theme). Mint 21.3 Cinnamon with Kernel 6.8.

I have tried uninstalling and reinstalling the app from the main repo (App store) on Mint were I originally installed it. Same result.

Tried restarting machine and restarting cinnamon. No change.

To help us diagnose the problem quickly, please provide the output of the console command backintime --diagnostics.

"backintime": {
    "name": "Back In Time",
    "version": "1.4.1-1",
    "latest-config-version": 6,
    "local-config-file": "/home/UsernameReplaced/.config/backintime/config",
    "local-config-file-found": true,
    "global-config-file": "/etc/backintime/config",
    "global-config-file-found": false,
    "started-from": "/usr/share/backintime/common",
    "running-as-root": false,
    "user-callback": "/home/UsernameReplaced/.config/backintime/user-callback",
    "keyring-supported": true
},
"host-setup": {
    "platform": "Linux-6.8.0-50-generic-x86_64-with-glibc2.35",
    "system": "Linux #51~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Nov 21 12:03:03 UTC 2",
    "OS": {
        "/etc/os-release": "Linux Mint 21.3",
        "/etc/lsb-release": "DISTRIB_ID=LinuxMint\nDISTRIB_RELEASE=21.3\nDISTRIB_CODENAME=virginia\nDISTRIB_DESCRIPTION=\"Linux Mint 21.3 Virginia\"\n",
        "/etc/debian_version": "bookworm/sid\n"
    },
    "display-system": "x11",
    "locale": "en_US, UTF-8",
    "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",
    "RSYNC_OLD_ARGS": "(not set)",
    "RSYNC_PROTECT_ARGS": "(not set)"
},
"python-setup": {
    "python": "3.10.12 main Nov  6 2024 20:22:13 CPython GCC 11.4.0",
    "python-executable": "/usr/bin/python3",
    "python-executable-symlink": true,
    "python-executable-resolved": "/usr/bin/python3.10",
    "sys.path": [
        "/usr/share/backintime/qt/plugins",
        "/usr/share/backintime/common/plugins",
        "/usr/share/backintime/plugins",
        "/usr/share/backintime/common",
        "/usr/lib/python310.zip",
        "/usr/lib/python3.10",
        "/usr/lib/python3.10/lib-dynload",
        "/usr/local/lib/python3.10/dist-packages",
        "/usr/lib/python3/dist-packages",
        "/usr/lib/python3.10/dist-packages"
    ],
    "qt": {
        "Version": "PyQt 5.15.6 / Qt 5.15.3",
        "Theme": "",
        "Theme Search Paths": [
            "/home/UsernameReplaced/.icons",
            "/home/UsernameReplaced/.local/share/icons",
            "/usr/share/cinnamon/icons",
            "/var/lib/flatpak/exports/share/icons",
            "/usr/local/share/icons",
            "/usr/share/icons",
            ":/icons"
        ],
        "Fallback Theme": "",
        "Fallback Search Paths": []
    }
},
"external-programs": {
    "rsync": {
        "version": "3.2.7",
        "protocol": "31.0",
        "capabilities": {
            "file_bits": 64,
            "inum_bits": 64,
            "timestamp_bits": 64,
            "long_int_bits": 64,
            "socketpairs": true,
            "symlinks": true,
            "symtimes": true,
            "hardlinks": true,
            "hardlink_specials": true,
            "hardlink_symlinks": true,
            "IPv6": true,
            "atimes": true,
            "batchfiles": true,
            "inplace": true,
            "append": true,
            "ACLs": true,
            "xattrs": true,
            "secluded_args": "optional",
            "iconv": true,
            "prealloc": true,
            "stop_at": true,
            "crtimes": false
        },
        "optimizations": {
            "SIMD_roll": true,
            "asm_roll": false,
            "openssl_crypto": true,
            "asm_MD5": false
        },
        "checksum_list": [
            "xxh128",
            "xxh3",
            "xxh64",
            "md5",
            "md4",
            "sha1",
            "none"
        ],
        "compress_list": [
            "zstd",
            "lz4",
            "zlibx",
            "zlib",
            "none"
        ],
        "daemon_auth_list": [
            "sha512",
            "sha256",
            "sha1",
            "md5",
            "md4"
        ]
    },
    "ssh": "OpenSSH_8.9p1 Ubuntu-3ubuntu0.10, OpenSSL 3.0.2 15 Mar 2022",
    "sshfs": "3.7.1",
    "encfs": "1.9.5",
    "shell": "/bin/bash",
    "shell-version": "GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu)"
}

}

As an alternative fell free to use our mailing list for every topic about Back In Time. Visit the subscription page at https://mail.python.org/mailman3/lists/bit-dev.python.org or send an email with subject "Subscribe" to [email protected].

@buhtz
Copy link
Member

buhtz commented Dec 27, 2024

Hello drummer,

Thank you for taking the time to report the bug and providing the details. I appreciate your feedback.

Issues like this are often reported, not only with Back In Time. I don't understand the technical details, so I can not provide a solution.

I would suggest to ask the Cinnamon and Qt community about it; also Mint maybe. Please let us know the details if you find a solution. In this case I will add it to the FAQ or user manual.

If you have any more details to share, feel free to reach out.

Please see the projects background information to get an idea about our workflow and priorities:

Best regards,
Christian

@buhtz buhtz added Qt Qt bugs, code or features Cosmetics appearance, icons, themes HELP-WANTED Used by 24pullrequests.com to suggest issues labels Dec 27, 2024
@buhtz buhtz changed the title BackinTime and BackinTime Root Theme Colors Do Not Match System Theme Dark Y Theme in Linux Mint 21.3 Theme Colors don't match systems dark theme (Cinnamon, Linux Mint 21.3) Dec 27, 2024
@buhtz buhtz changed the title Theme Colors don't match systems dark theme (Cinnamon, Linux Mint 21.3) Theme colors don't match systems dark theme (Cinnamon, Linux Mint 21.3) Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cosmetics appearance, icons, themes HELP-WANTED Used by 24pullrequests.com to suggest issues Qt Qt bugs, code or features
Projects
None yet
Development

No branches or pull requests

2 participants