Questions tagged [user-interface]
The user-interface tag has no summary.
91 questions
2 votes
0 answers
56 views
How do I increase the Debian window header button size?
I made a DIY DAB radio using a Raspberry Pi 5 and a 7-inch 1024x600px HDMI screen, running Raspberry Pi OS (Debian 12). The problem is, that the header buttons of each window is too small for ...
0 votes
1 answer
405 views
What keycodes can be used for keyboard shortcuts in Nemo file manager?
In the Nemo file manager (the default in Linux Mint), what keycodes can be used to specify non-alphabetic keyboard keys? Specifically, I want to assign Ctrl+; to a built-in Nemo function. I have no ...
0 votes
2 answers
183 views
Window Manager: Add the maximize option to any window (even if the UI disabled the option)
Some graphical programs make use of a window which the user can scale unlimitedly but still disable the maximize option (for whichever dumb reason). [EDIT]: The window might be a subwindow of another ...
2 votes
1 answer
1k views
Why do terminal emulators still need to emulate specific, old terminals?
I more or less understand the distinction between what is called a "terminal" and a "terminal emulator". The former referring to an actual hardware peripheral connected to ...
4 votes
1 answer
5k views
LibreOffice install language package from official dnf-repositories
If I check under tools > options > Language Settings > Languages > Language of > User interface: it only contains "Default - English (USA)" and "English (USA)", ...
2 votes
0 answers
433 views
i3: Firefox opens window on inactive workspace
I encountered a weird behavior with Firefox in i3. It sometimes opens on random inactive workspace, which is kind of annoying. I have no customization regarding Firefox in my i3 config. I have no idea,...
1 vote
1 answer
200 views
Are Linux distro differ only by user-land?
I recently came across Docker and the concept where-in the Linux docker container re-use the same kernel of the Host machine. Does it mean, each linux distribution like Debian (Deb1 to Deb11), ...
1 vote
1 answer
4k views
How does zenity use options for radiolist?
I am reading linux command line and shell scripting bible, and they use zenity for radiolist in this form: zenity --list --radiolist --title "Sys Admin Menu" --column "Select" --...