-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add a native Edit Connections menu #23
Comments
@agaida Are you sure?
Yes, by default, it is using that dialogue. |
I am dead sure that we use connman and cmst in debian since the beginning - so - as i wrote, we have no problem. You want nm-tray for Lubuntu and i fully understand it. And i warned you that nm-tray is not prime time ready long ago. One point was the missing native dialogs. And if this is fixed i would package and upload nm-tray without problems. That does't mean that i would change the defaults too - but it would be fine for network-manager users to have a pure Qt UI alternative. |
Uhm... this is me filing the issue for accomplishing that. Don't shake your finger at me and say "I told you so." I want to make this project better, and I'm sure you do too, but scolding me for testing it isn't a productive way to do so. Please, let's keep this on-topic. |
No, you probably overridden the default, see here -> https://github.com/palinek/nm-tray/blob/master/resources/nm-tray.conf#L2 It is dead sure, that we can have our own connections editor, but I think it would take a lot of time/work and I'm lacking free time to implement it... |
I don't even have that conf file in my packaging. It has not been in a tag yet. |
..released 0.4.0 |
@Myrddin-Wyllt Hi there! |
@Myrddin-Wyllt what is it good for? (to see the possibilities for connection editing we can have a look at |
@palinek You're right. My mistake. I've deleted my previous comment. Apologies for the intrusion. |
Where is that config file loaded in the code? Can't find any reference to it. Can I place it in my home dir to be able to modify it? |
https://github.com/palinek/nm-tray/blob/master/src/tray.cpp#L235
Yes, you can put it into XDG_CONFIG_HOME. See description of the search paths -> https://doc.qt.io/qt-5/qsettings.html#platform-specific-notes |
I found those, I was looking for the actual file too. But I understand now it's an automatic config load. Thanks! |
Can you add an option to edit the terminal command to open nmtui-edit? |
Hello everyone. Do you have any news about this? I would like to fill the gaps, like writing a new Qt UI to replace GNOME Network Editor, thus having full Qt experience. I will do it in my free time so do not expect anything soon, but if you want to collaborate at the code or just send suggestions it's appreciated! |
It will be very welcome. |
xfce4-terminal |
Right now, we depend on the GNOME network manager to display the "Edit Connections" menu. This is problematic, because at least on Ubuntu and Debian, this pulls in a fair amount of dependencies.
Could we implement this natively?
The text was updated successfully, but these errors were encountered: