Sample Header Ad - 728x90

Unix & Linux Stack Exchange

Q&A for users of Linux, FreeBSD and other Unix-like operating systems

Latest Questions

4 votes
2 answers
9727 views
How do I change Xfce 4 "theme" tab colors?
I recently switched over to Xfce and really enjoy it. However, when I went in to my settings to change the appearance, the theme that I liked best was "Xfce-dusk" with one exception: The default colors for application tabs are so dark that it's hard to tell where they are. I hunted around for a litt...
I recently switched over to Xfce and really enjoy it. However, when I went in to my settings to change the appearance, the theme that I liked best was "Xfce-dusk" with one exception: The default colors for application tabs are so dark that it's hard to tell where they are. I hunted around for a little while looking anywhere I could to see where the styles for the tabs are set in the theme configuration file and couldn't find anything that looked like it would do what I need. The file I've found to define the theme was: /usr/share/themes/Xfce-dusl/gtk-2.0/gtkrc But looking through that file, I can't find anything that seems to apply. Any suggestions? Normally I'm a command-line only sort of guy and don't really know much about WMs or theming, and don't even know the terms of what I'm trying to modify, so my Google searches are coming up painfully empty. Here is a screenshot of the type of tabs I want to modifya screenshot of the type of tabs I want to modify.
Eric Ryan Harrison (151 rep)
Sep 1, 2010, 11:10 PM • Last activity: Jun 22, 2025, 11:05 PM
0 votes
3 answers
636 views
Installation Guide for - Luwx/Lightly - Darkly - Kwin-effects-forceblur - Vinyl - KDE Plasma Application Styles
[![Lightly Application Style][1]][1] *Picture: Debian 12 Bookworm with Plasma 5.27 and Lightly installed from [boehs's fork][2]. Colour Scheme is called "Valo" and it's soon to be published in KDE Store / Pling.* Intended as a general guide for "***how-to-make-KDE-Plasma-applications-translucent***"...
Lightly Application Style *Picture: Debian 12 Bookworm with Plasma 5.27 and Lightly installed from boehs's fork . Colour Scheme is called "Valo" and it's soon to be published in KDE Store / Pling.* Intended as a general guide for "***how-to-make-KDE-Plasma-applications-translucent***" for most Linux distributions while using colour schemes based on **Luwx/Lightly** . The three new options are in random order - I encourage you to try them and choose whichever the best suits your needs. ---- **Kvantum Engine** is a different approach and the colour schemes made for Lightly ***possibly are not translucent when using Kvantum***. --- **I would like to express my deepest gratitude** to **Luwx** -the original creator of Lightly - you have made something marvelous - to boehs and many others who have updated and maintained the original work - **and to creators of the new options**: **Séra Balázs** for Darkly, **ekaaty** for vinyl-theme and **taj-ny** for kwin-effects-forceblur. --- My hobby is to create transparent / tranlucent colour schemes based on Lightly - I am creator of Alpha colour scheme which is used as a reference in kwin-effects-forceblur aka *Better Blur*. My full set of colour schemes can be found in KDE Store / Pling (some old are not so good) and more are to published soon. Most of them are translucent when using Lightly based solutions. **When downloading colour schemes via System Settings' "Get new color schemes" you can find most of them with key word "lightly"**. --- If you have knowledge of how to install Lightly to a distribution not included here - please share it with us by writing an answer or a comment.
H2onvety (109 rep)
May 3, 2025, 04:49 AM • Last activity: May 6, 2025, 06:07 PM
0 votes
0 answers
18 views
Fontconfig weight configuration not taking effect
I have the following fontconfig configuration, but the font weights aren't changing as expected. I discovered that changing target="font" to target="pattern" makes it work. ``` Noto Sans medium medium PingFang SC medium medium SF Pro Text medium medium ``` Based on my research, I believe target="fon...
I have the following fontconfig configuration, but the font weights aren't changing as expected. I discovered that changing target="font" to target="pattern" makes it work.
Noto Sans
    
    
      medium
    
    
      medium
    
  

  
    
      PingFang SC 
    
    
        medium
    
      
        medium
    
  

  
    
      SF Pro Text
    
    
        medium
    
    
      medium
Based on my research, I believe target="font" should work as well. Could anyone help me understand what might be causing this behavior?
paraline (1 rep)
Feb 11, 2025, 03:08 PM
3 votes
3 answers
2608 views
How to automate switching between light and dark modes?
I am a user of [Linux Mint](https://en.wikipedia.org/wiki/Linux_Mint). One feature I often wish I had in Linux is the ability to switch between light and dark modes depending on the time of the day, as in macOS and mobile devices. I have put together the following script for switching from light to...
I am a user of [Linux Mint](https://en.wikipedia.org/wiki/Linux_Mint) . One feature I often wish I had in Linux is the ability to switch between light and dark modes depending on the time of the day, as in macOS and mobile devices. I have put together the following script for switching from light to dark mode:
#!/bin/bash
notify-send "Switching to dark mode"
gsettings set org.cinnamon.desktop.wm.preferences theme Mint-Y-Dark
gsettings set org.cinnamon.desktop.interface gtk-theme Mint-Y-Dark
gsettings set org.cinnamon.theme name Mint-Y-Dark
and I have another one for the opposite direction
#!/bin/bash
gsettings set org.cinnamon.desktop.wm.preferences theme Mint-Y
gsettings set org.cinnamon.desktop.interface gtk-theme Mint-Y
gsettings set org.cinnamon.theme name Mint-Y
Currently, I run these manually when I want to switch between the two themes. Most programs respect the OS-wide theme meaning this method works surprisingly well! However, there are three problems that I would like to solve with this approach: 1. Automated switching between light/dark modes depending on the time of day (as in macOS). I tried using cron and anacron but they don't work well for this purpose. When my computer is turned on after a period of being off, I would like it to realise that the time to switch has passed and perform the mode switch (as in macOS and various mobile devices); 2. I would like my terminal (GNOME Terminal, Cinnamon default) to switch from a light theme to a dark theme (and vice versa); and 3. I would like my text editor (Emacs) to load a light/dark theme. Even getting just (1) to work would be quite nice!
affibern (131 rep)
Nov 18, 2020, 09:15 PM • Last activity: Nov 14, 2024, 01:07 PM
-1 votes
1 answers
259 views
Panel/Taskbar disappeared when installing icon pack
When I was installing some icon-packs (from WhiteSur), I noticed that my panel/taskbar suddenly disappeared. I am using Kali Linux with I think XFCE. If it may help when I run xfce-panel--preferences. It gives me an error. "Failed to show the preferences dialog. GDBus.Error:org.freedesktopDBus.Error...
When I was installing some icon-packs (from WhiteSur), I noticed that my panel/taskbar suddenly disappeared. I am using Kali Linux with I think XFCE. If it may help when I run xfce-panel--preferences. It gives me an error. "Failed to show the preferences dialog. GDBus.Error:org.freedesktopDBus.Error.ServiceUnknown: The name of org.xfce.Panel was not provided by any .service files.". If this helps in any way I created .themes and .icons folders before all of this, the second I switched the the whitesur icon pack my taskbar dissapeared.
echo (1 rep)
Oct 9, 2024, 08:09 AM • Last activity: Oct 9, 2024, 08:36 AM
20 votes
6 answers
37461 views
KDE global menu disappeared in Plasma 5.12
I upgraded to plasma 5.12 and the global menus disappeared, and the entry in settings also disappeared. > **Application Style ⇒ Widget Style ⇒ Fine Tuning** I tried deleting the plasma* files from `~/.config` and also the whole `~/.kde` folder thinking it may be some misconfiguration, but none of th...
I upgraded to plasma 5.12 and the global menus disappeared, and the entry in settings also disappeared. > **Application Style ⇒ Widget Style ⇒ Fine Tuning** I tried deleting the plasma* files from ~/.config and also the whole ~/.kde folder thinking it may be some misconfiguration, but none of this helped. comparison before and after
Nini Michaels (323 rep)
Feb 19, 2018, 12:15 PM • Last activity: Aug 25, 2024, 09:17 AM
1 votes
1 answers
2270 views
How can I change the login page background to dark?
So I'm using Parrot Security OS (Mate based UI), and I accidentally change the theme, but while I switch it back, the login page's background (the small box where you chose user and enter password) change from dark to light. I've thought that the default theme might be a customized theme so I enter...
So I'm using Parrot Security OS (Mate based UI), and I accidentally change the theme, but while I switch it back, the login page's background (the small box where you chose user and enter password) change from dark to light. I've thought that the default theme might be a customized theme so I enter live mode in the installer and grab the default theme, but while I later paste it to ~/.theme the login page background doesn't changes back. How can I fix it? ### Edit: I've try to install ParrotSec on other drive and this time the login box background color change on next reboot, and I didn't even touch the appearence part. Why?
Andrew.Wolphoe (345 rep)
Mar 3, 2018, 03:38 PM • Last activity: Feb 17, 2024, 07:00 PM
2 votes
2 answers
1779 views
Command for detecting whether the system is using a dark or light desktop theme?
There's [a way in browsers](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme) to query if the user prefers a dark or light theme so that a website developer could adapt the website's colours according to user preference. Is there also a way to detect that on the command l...
There's [a way in browsers](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme) to query if the user prefers a dark or light theme so that a website developer could adapt the website's colours according to user preference. Is there also a way to detect that on the command line? Is there a command that outputs light or dark (or some equivalent boolean-valued output indicating light or dark?)
Peeyush Kushwaha (586 rep)
May 4, 2022, 06:10 PM • Last activity: Oct 15, 2023, 07:56 AM
1 votes
0 answers
272 views
Custom icons for folders inside drives, should be supported on both Windows and Linux?
I know how to change the icon of a file/folder on Linux (using Dolphin in my case). I know also how to change the icon of a file/folder on Windows 11, both directly in the parameters and using a `desktop.ini` file. I'm more interested in this second option because I want to cusomize icons on an exte...
I know how to change the icon of a file/folder on Linux (using Dolphin in my case). I know also how to change the icon of a file/folder on Windows 11, both directly in the parameters and using a desktop.ini file. I'm more interested in this second option because I want to cusomize icons on an external sotrage unit (so the drive contains the icons it needs to display, and so I need to have the system look at the relative path --on Windows at least, with these stories about varying drive letters). But when I'm done creating (and hiding) all the desktop.ini files and my folders look all pretty in Windows, and I go back to Linux... The icons are the default icons. I expected that much, so I changed the icons the Dolphin way, in the naive hope that it wouldn't beak my "Windows setup". But it did! On Windows the nice icons don't show anymore, the folders are back to default, *even though the desktop.ini are still there and unmodified!!*! This is really anoying. The exact details: there a a few folders on my drive, and the first one (Backups) looks like this: * Backups * desktop.ini * .hidden * .directory \- desktop.ini: [.ShellClassInfo] IconResource=..\.icons\ICO\Backups.ico,0 \- .hidden: System Volume Information desktop.ini \- and .directoy: [Desktop Entry] Icon=/run/media/myusername/Appendix/.icons/ICO/Backups.ico (Appendix is the label of my pendrive). So if anyone has tried this before, all help is welcome. I think I'm close but something's eluding me. I guess on the Windows side.
Ul Tome (137 rep)
Jun 26, 2023, 02:35 AM • Last activity: Jun 26, 2023, 09:50 AM
1 votes
0 answers
105 views
Desktop icons on Kali are small
I am using Linux 6.0.0-kali3-amd64 on Oracle VirtualBox. But, to me the icons on the Desktop appear to be way too small. Same goes for the icons on the top ribbon. I looked up the internet but most of forums addressed the problem by increasing the scaling from 1x to 2x, which in my opinion gets too...
I am using Linux 6.0.0-kali3-amd64 on Oracle VirtualBox. But, to me the icons on the Desktop appear to be way too small. Same goes for the icons on the top ribbon. I looked up the internet but most of forums addressed the problem by increasing the scaling from 1x to 2x, which in my opinion gets too big. Is there another way around this? Any way to scale somewhere in between 1x and 2x?
Aditya Khare (19 rep)
Mar 28, 2023, 08:08 PM
2 votes
1 answers
2115 views
How to get default xfce4 color themes
I have switched from Debian with `systemd` to Devuan without `systemd` and my quality of life has much improved. Both operating systems have `xfce4` as desktop environment. But I have noticed that all the color themes in `Settings -> Appearance -> Style` (I believe this is known as GTK+ themes?) are...
I have switched from Debian with systemd to Devuan without systemd and my quality of life has much improved. Both operating systems have xfce4 as desktop environment. But I have noticed that all the color themes in Settings -> Appearance -> Style (I believe this is known as GTK+ themes?) are missing. The themes that came with standard Debian Bullseye were called: Adawaita, Adawaita-dark, High Contrast, Raleigh, Xfce, Xfce-4.0, Xfce-4.2, Xfce-4.4, Xfce-4.6, Xfce-b5, Xfce-basic, Xfce-cadmium, Xfce-curve, Xfce-dawn, Xfce-dusk, Xfce-flat, Xfce-kde2, Xfce-kolors, Xfce-light, Xfce-orange, Xfce-redmondxp, Xfce-saltlake, Xfce-smooth, Xfce-stellar, Xfce-winter. There is only one theme in the Devuan xfce4-install, and I prefer to change it to one of those that came with standard Debian. Therefore I have some questions: - Were the themes that came with Debian Bullseye contained in some package? If so, what's it called? My goal is to apt install it if possible. - If it is not possible: I noticed in the past that there were subdirectories in /usr/share/themes with names that match the labels in Settings -> Appearance -> Style on Debian Bullseye. Are these connected to the themes in Settings -> Appearance -> Style? - If I install Debian again, can I somehow move them over to Devuan by copying? - If so, how would I do it? PS: I know there are entire websites dedicated to color themes for xfce4, that's not the question.
Mikkel Rev (253 rep)
Sep 17, 2022, 11:24 AM • Last activity: Sep 17, 2022, 01:50 PM
0 votes
1 answers
219 views
Remove themes from Chrome
I am using Chrome web browser on MX Linux 19.2. I installed a theme from Chrome Web store. For removing an installed theme, you have to go to settings and click on appearance. There is an option to reset to default theme. But, in Linux version, this option is nowhere. It only shows a button to shift...
I am using Chrome web browser on MX Linux 19.2. I installed a theme from Chrome Web store. For removing an installed theme, you have to go to settings and click on appearance. There is an option to reset to default theme. But, in Linux version, this option is nowhere. It only shows a button to shift on classic or gtk+ theme. When the theme is changed to classic or gtk, the theme installed from store is simply disabled, but not removed. How can I remove it ?
cheesesticks (391 rep)
Nov 7, 2020, 01:00 PM • Last activity: Oct 29, 2021, 02:18 AM
0 votes
1 answers
145 views
Hide full name in cinnamon
Can I hide full name of desktop objects? Long names keep appearance ugly. Is there a config file or setting for do that? I use cinnamon in linux mint. [![enter image description here][1]][1] [1]: https://i.sstatic.net/d2h7l.png
Can I hide full name of desktop objects? Long names keep appearance ugly. Is there a config file or setting for do that? I use cinnamon in linux mint. enter image description here
Reza Hosseinzadeh (33 rep)
Jun 30, 2021, 08:45 PM • Last activity: Jun 30, 2021, 09:09 PM
0 votes
1 answers
825 views
Increase Firefox tabs in Plasma 5 on high DPI laptop with small screen
In order to increase size I have used larger fonts (beside some other settings like toolbar icons size in Dolphin) and a global scale of 112%. [![enter image description here][1]][1] This is how my panel looks for me to be comfortable with it. But Firefox tabs are too small. [![enter image descripti...
In order to increase size I have used larger fonts (beside some other settings like toolbar icons size in Dolphin) and a global scale of 112%. enter image description here This is how my panel looks for me to be comfortable with it. But Firefox tabs are too small. enter image description here The fonts are OK, fallowing the system settings for font size, but tabs and buttons are not ok, global scaling seems to have no effect... This is on Fedora 34 KDE with Plasma 5.21 - KDE Frameworks 5.80.
cipricus (1779 rep)
May 3, 2021, 12:23 PM • Last activity: May 3, 2021, 09:10 PM
1 votes
0 answers
367 views
How do I change the color of the titlebar close button in KDE Plasma 5.21?
I don't see an option for this in the `System Settings` option. Is it possible to do this one?
I don't see an option for this in the System Settings option. Is it possible to do this one?
anonymouse (11 rep)
Mar 1, 2021, 11:07 AM
0 votes
1 answers
912 views
How do I fix the colors of my icons?
I first noticed an issue I had on Linux Mint using the mate desktop environment. I wasn't able to resolve it, so I thought that switching to a different distro and desktop would be the answer. I'm now using Antergos and the openbox desktop and I've run into the same problem once again. My icons look...
I first noticed an issue I had on Linux Mint using the mate desktop environment. I wasn't able to resolve it, so I thought that switching to a different distro and desktop would be the answer. I'm now using Antergos and the openbox desktop and I've run into the same problem once again. My icons look weird and are showing the wrong colors. They're displaying as shades of pink, red, and white. I noticed this in several areas such as the app icons in the taskbar, icons in my file manager, icons of programs like GIMP, and the window border theme previews in the LXAppearance settings. I've tried several things to try to fix or get around this. I've switched to multiple desktop environments and window managers like fluxbox, icewm, awesome, KDE plasma, and gnome. This issue remains in every single DE and WM. I've also tried changing themes and icon themes and the problem still remains. I'm out of ideas and could really use some help. This has turned my linux desktop into an ugly mess and I really don't want to continue to use it when it's like this. I've included some images of my problem below. Image
user207490 (33 rep)
Dec 28, 2016, 08:42 AM • Last activity: Aug 22, 2020, 06:23 PM
2 votes
1 answers
1475 views
How to override GTK style setting from kde-config-gtk-style for one specific app?
I am quite happy, how my kde on debian handles the theming for gtk apps like firefox or thunderbird. I usually use the `breeze-dark` or `adwaita-dark` themes. However, I use one application (moneyplex) that never looks good with my gtk theming. There are text fields that have ugly white backgrounds...
I am quite happy, how my kde on debian handles the theming for gtk apps like firefox or thunderbird. I usually use the breeze-dark or adwaita-dark themes. However, I use one application (moneyplex) that never looks good with my gtk theming. There are text fields that have ugly white backgrounds with light grey font color in them, where their background should be dark. So I really want to set an override theme for just that one application. I found a frequently named solution to try something like GTK_THEME=Adwaita:light moneyplex and variants of it but it does not work at all. Is there any other environment setting that will override the current gtk theme engine for one app?
darkmattercoder (153 rep)
Apr 11, 2019, 10:40 PM • Last activity: Aug 21, 2020, 02:37 PM
0 votes
0 answers
150 views
The font of the menu of a package on Debian 9 Xfce doesn't look fine
For the package GeoGebra 5, the text of the menu bar looks bad, with a strange (and unwanted) font. [![Font used for GeoGebra 5 menu][1]][1] This is the normal, good look of the menus of other programs: [![Normal appearance of the menus of other programs][2]][2] This behavior is new. It's happening...
For the package GeoGebra 5, the text of the menu bar looks bad, with a strange (and unwanted) font. Font used for GeoGebra 5 menu This is the normal, good look of the menus of other programs: Normal appearance of the menus of other programs This behavior is new. It's happening since around one week ago. Before this issue, I was tired by a poor appearance of my desktop: it looked with an old-fashion; almost all the fonts of the desktop looked no so well. So, I followed this suggestion: https://forum.manjaro.org/t/better-font-settings-in-easy-way-xfce-and-gnome/24319 However, I didn't make the step for Qt configuration. My system works with Qt4. Maybe this is the reason for the trouble. Today, I tried with the Qt4 configuration, font substitution. However, I don't know how to manage rightly this setting. I guess that the shown font is Abydos (it appears in the Qt4 font setting window, substitution area; it's exactly the first item in my fonts list). GeoGebra 5 menu v. sample of Abydos font I have tried too: - changing some options in Setting tools Appearance and Windows Manager - uninstalling (https://askubuntu.com/questions/151941/how-can-you-completely-remove-a-package , post of user2777677), deleting the geogebra and GeoGebra folders of my .config directory, and reinstalling GeoGebra 5 without fixing the issue. My system: Debian 9, Xfce, 64 bits This questions could be similar to my case: - https://unix.stackexchange.com/questions/126281/weird-bug-with-xfce4-menu-panel-font-very-small - https://unix.stackexchange.com/questions/443065/fix-for-ugly-fonts-in-programs-like-keepassxc-or-nextcloud-on-antergos-with-gnom
Jh0an1 Uzca73gu1 (1 rep)
Mar 19, 2020, 01:35 PM
0 votes
1 answers
989 views
Wallpaper slideshow without manual intervention
I wanted to create a desktop wallpaper slideshow with my own set of images as described in this [answer][1] using shotwell but faced certain problems - once photos are selected from shotwell for slideshow ; it continues using even those images which have been deleted manually from the specified fold...
I wanted to create a desktop wallpaper slideshow with my own set of images as described in this answer using shotwell but faced certain problems - once photos are selected from shotwell for slideshow ; it continues using even those images which have been deleted manually from the specified folder after selection of photos - similarly when photos are added they aren't automatically picked up for slideshow In short How to set up the slideshow in such a way that photos are automatically picked or removed ?I will prefer scripts over any extra apps if possible or apps if they are from well known authentic sources .
Madhubala (304 rep)
Dec 23, 2019, 01:06 PM • Last activity: Dec 24, 2019, 03:46 AM
0 votes
1 answers
276 views
Customize password request string
I'd like to know if there's a way to customize the sudo password request. The default string is: [sudo] password for USER: Is there a way to change that to some other custom string, like: Insert sudo password: ? I want to clear this: I'm *not* asking how to change the password. I'm asking how to edi...
I'd like to know if there's a way to customize the sudo password request. The default string is: [sudo] password for USER: Is there a way to change that to some other custom string, like: Insert sudo password: ? I want to clear this: I'm *not* asking how to change the password. I'm asking how to edit the terminal string that appears in the terminal when the system asks for the user password. Thank you! :)
Jimmy Scionti (131 rep)
Aug 19, 2019, 08:15 PM • Last activity: Aug 19, 2019, 08:22 PM
Showing page 1 of 20 total questions