Re: Setting Chromium flags via Plasma app launcher

2019-09-10 Thread Ave Milia
On Tuesday, September 10, 2019 3:33 PM, René J.V. Bertin wrote: > On Tuesday September 10 2019 12:03:17 Ave Milia wrote: > > > Terminal=false > > TerminalOptions=--disable-font-subpixel-positioning > > I think this is for passing options to the terminal emulator programme. Correct. See attempt

Re: Setting Chromium flags via Plasma app launcher

2019-09-10 Thread René J . V . Bertin
On Tuesday September 10 2019 12:03:17 Ave Milia wrote: >Terminal=false >TerminalOptions=--disable-font-subpixel-positioning I think this is for passing options to the terminal emulator programme. However, >Exec=CHROMIUM_USER_FLAGS="--disable-font-subpixel-positioning" chromium %u Have you trie

Re: Setting Chromium flags via Plasma app launcher

2019-09-10 Thread Ave Milia
On Tuesday, September 10, 2019 11:23 AM, René J.V. Bertin wrote: > [latin]Ave[/latin] ;) > > Stop fighting, create a wrapper script that sets the env. variable or adds > the argument, put it in /usr/local/bin and make sure the application launcher > doesn't hard-code the path. I do this kind o

Re: Setting Chromium flags via Plasma app launcher

2019-09-10 Thread René J . V . Bertin
[latin]Ave[/latin] ;) Stop fighting, create a wrapper script that sets the env. variable or adds the argument, put it in /usr/local/bin and make sure the application launcher doesn't hard-code the path. I do this kind of thing all the time with the Lancelot launcher (I'm still rocking a KDE4/Pl

Setting Chromium flags via Plasma app launcher

2019-09-10 Thread Ave Milia
I cannot set Chromium flags in a way so that when I press the icon "Web Browser (subtitle: Chromium)" in Plasma Application Launcher they actually are applied onto the application. What I have tried: Attempt 1: Context menu -> Edit application -> application -> command -> "chromium --disable-font