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

lxqt-archiver's file dialog doesn't follow the settings of LXQt file dialog #267

Open
tsujan opened this issue Oct 22, 2021 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@tsujan
Copy link
Member

tsujan commented Oct 22, 2021

The reason is that lxqt-archiver uses its own, customized file dialog.

Possible Solution

There are two solutions:

  1. lxqt-archiver's file dialog should read its config from and writes them to LXQt file dialog's config file; or
  2. It should have a separate config file.

1 has two problems, at least. lxqt-archiver's file dialog has more settings than LXQt file dialog. And its size may be bigger (we don't want to increase the size whenever we use lxqt-archiver).

2 has the obvious problem that the user expects to see the common settings respected by lxqt-archiver's file dialog.

I think a mixture of 1 and 2 may be the solution. It needs to be examined in more detail.

@tsujan tsujan added the enhancement New feature or request label Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant