Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have been dabbeling around with both Gnome and KDE (3.5.9) the last while, and while they both offer an enjoyable desktop experience, I noticed something odd in KDE:
When in Gnome, if I run an application, such as Opera of Firefox, the Gnome file picker displays when I want to open up a file. However, in KDE, it seems that each application has its own file picker, which naturaly, becomes very confusing. KDE has its own file picker, but it only seems to come up when accessing pure KDE applications.
Is there any way to make the KDE desktop more ubiquitous?
Your problems do not seem to be strictly KDE related. Firefox uses GTK2 which is the same toolkit used in GNOME. This means that when you are using GNOME, Firefox fits in well with other GNOME/GTK2 apps, but when you use any other desktops, Firefox won't fit in well because it still uses GTK2 instead of their native toolkits and file picker. I've never know Opera to fit well with GNOME or KDE because although its based on Qt (which is thwe toolkit used to build KDE), it uses the Qt file picker instead of the KDE file picker or the GTK2 file picker.
Is there anything that could be done about changing this behavior in applications? I am coming from a Mac and Windows background, where this is taken for granted.
There is no one-size-fits-all-solution for enforcing a common look on everything.
Only way would be to rewrite the relevant GTK, GTK2, QT3, QT4, KDE libraries, and just for completeness also most other GUI libraries like FLTK, Fox-Toolkit, Allegro, G2, etc, etc and as such getting a common look. That would be a lot of work, and even if make it available under all those different licenses, in the end you will only get complaints about bugs, design, etc.
I guess it's easier and more rewarding to get used to diversification on open source systems.
You do have a point there. However, perhaps a better solution instead of rewriting GUI library code, would be to create a middle layer between applications and the GUI libraries. Accordingly, applications and libraries would only need to interact with this layer.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.