Re: Default theme for Stretch

2016-10-25 Thread Vladimir Kudrya
Hello everyone! Congratulations for the winner, softWaves is a great looking theme! I on my part would gladly accept any criticism, feedback or advice regarding my theme (Gentle Touch Of The Tentacle) to improve and finalize it before packaging. Someone mentioned color checks earlier. 2016-

Re: Policy on software used to create desktop theme?

2016-10-27 Thread Vladimir Kudrya
I do not think it is appropriate to label or rank artworks or their authors based on the tools they used. I would totally understand a warning about proprietary components on a software description page. But artwork is not software, it does not run itself, so ther

Re: Default theme for Stretch

2016-10-28 Thread Vladimir Kudrya
It is better to convert any text to curves before exporting the end result. 2016-10-28 17:40, juliette Belin пишет: Thanks for the link Holger ! It's great to see it in use ! :) I've just upload the files (png/svg) that I've already made : https://wiki.debian.org/DebianArt/Themes/softWaves?ac

Re: How to add custom locale to /etc/locale.gen

2017-05-28 Thread Vladimir Kudrya
Before I switched to en_DK, I used custom locales. I've just rechecked them with current way of adding custom locales: Added locale files 'en_US@ISO' and 'ru_RU@ISO' to /usr/local/share/i18n/locales/ Added lines: 'en_US.UTF-8@ISO UTF-8' and 'ru_RU.UTF-8@ISO UTF-8' to /usr/local/share/i18n/SUPPOR

Re: In Stretch, Gnome ignores umask setting in ~/.profile

2017-06-23 Thread Vladimir Kudrya
As far as I remember, umask can be set in /etc/login.defs and is handled by pam. 2017-06-24 03:10, gwmf...@openmailbox.org пишет: Due to a bug in Gnome 3.22 (used in Stretch), I've had to revert back to using Jessie. In Stretch (with Gnome 3.22), Gnome ignores the umask setting found in ~/.

Re: [Artwork] Survey for the default artwork for Buster

2018-12-18 Thread Vladimir Kudrya
Hi! To clarify, would the following instructions be correct? 1. Disregard directional hints altogether. ("highest ranking item should be on the top right" seems to be also misleading) 2. Drag 3 or more of your explicit choices to "Your choices" list and rank the

Re: remark about some Desktop session processes

2023-12-06 Thread Vladimir Kudrya
The best way I see it, is to install such units as dependencies for specific DEs, if DEs themselves can be represented as units. Stock sway and other wlroots compositors in debian do not do that. But at least this is how I solved this situation in my wayland session manager: https://github.com

Re: remark about some Desktop session processes

2023-12-06 Thread Vladimir Kudrya
AFAIK GNOME session manages some kind of systemd user unit structure of its own, so maybe `Conflicts=`, possibly with some ordering, can be used on the side of waybar.service to point to some of GNOMEs units. On 06/12/2023 22.18, Vladimir Kudrya wrote: The best way I see it, is to install such

Re: remark about some Desktop session processes

2023-12-06 Thread Vladimir Kudrya
Found another solution: ExecCondition=sh -c 'case "A:${XDG_CURRENT_DESKTOP}:Z" in *:wlroots:* | *:[Ss]way:* | *:[Ll]abwc:* | *:[Ww]ayfire:*) exit 0 ;; *) exit 1 ;; esac' Or negate GNOME values of XDG_CURRENT_DESKTOP the same way. On 06/12/2023 22.38, Vladimir Kudrya wrote:

Re: remark about some Desktop session processes

2023-12-07 Thread Vladimir Kudrya
Even more elegant solution: /lib/systemd/systemd-xdg-autostart-condition that is designed to be used in ExecCondition= of autogenerated XDG Autostart units. It takes two arguments: OnlyShowIn= and NotShowIn= sets, each colon separated. So one can repurpose XDG Autostart filtering for user unit