First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Can I disable dark mode in Windows version

Hello, Wireshark 4.20 comes with the dark mode for windows. Can I disable the dark mode somewhere in Wireshark?

Christian_R's avatar
2.1k
Christian_R
asked 2023-11-22 20:24:34 +0000
edit flag offensive 0 remove flag close merge delete

Comments

Meaning that your Windows desktop is in dark mode, but you don't want Wireshark to be in dark mode?

Guy Harris's avatar Guy Harris (2024-01-02 20:04:52 +0000) edit
add a comment see more comments

3 Answers

0

This is currently not possible, but you can follow issue 19328.

Stig's avatar
138
Stig
answered 2023-11-23 13:20:09 +0000
edit flag offensive 0 remove flag delete link

Comments

Thanks, for the answer. Hoping for soon fix.

Christian_R's avatar Christian_R (2023-11-24 21:03:13 +0000) edit
add a comment see more comments
0

There does seem to be a way to work around this issue by modifying your Wireshark shortcut. Append -platform windows:darkmode=1 to the Target field, e.g.:

"C:\Program Files\Wireshark\Wireshark.exe" -platform windows:darkmode=1

Using darkmode=0 also works.

Ref: https://www.qt.io/blog/dark-mode-on-w...

cmaynard's avatar
11.1k
cmaynard
answered 2024-01-02 20:01:19 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

Solution-1: Another alternative that is to change the system setting from dark mode to light mode which impacts the Wireshark setting permanently i.e., lets you open it in Light mode only no matter how many times you choose to open wireshark.

Solution-2: The previous user also mentioned the same thing, but I would advice if you are on your Start menu, select Wireshark and right Click on it, then click on Open File Location. Wireshark Folder Workspace opens up. Open the Wireshark Shortcut menu by clicking on properties and insert the value shared earlier {"C:\Program Files\Wireshark\Wireshark.exe" -platform windows:darkmode=1}. Click on Save and Continue. Once done, open the Wireshark Application again (remove previously saved Shortcut from desktop) and save the newly open Wireshark. Long process but it meets the requirement. Also no matter how many times you open the Wireshark be the newly appointed shortcut on desktop or from taskbar or from start menu, it opens in light mode.

Reference used: https://www.youtube.com/watch?v=kUjNw...

Ratnavo's avatar
1
Ratnavo
answered 2024-01-04 07:26:50 +0000
edit flag offensive 0 remove flag delete link

Comments

Appending the "-platform" switch to shortcut works when you click on the shortcut and then open a pcap. Unfortunately, this doesn't help with windows registry auto open (like when you open from within an email or double click from a windows folder). Even if you change the registry (which is doable) on next upgrade that goes away. And, if you're on a company laptop that prohibits changing registry you'll need to open an IT ticket every upgrade. Best would be for Wireshark to add a themes option setting in configuration.

atrain1111's avatar atrain1111 (2024-04-30 22:10:07 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer