[liquidshell] [Bug 452286] Option to disable panel

2022-04-10 Thread Mikko Merikivi
https://bugs.kde.org/show_bug.cgi?id=452286

Mikko Merikivi  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #6 from Mikko Merikivi  ---
I think marking this as resolved is in order (though I'm not sure which of the
subcategories is the most fitting). Also I don't think those other things I
mentioned in the first post are actual issues, the one in the attachment I'm
thinking is an aberration of having two panels open in the same place. And I
might have been just stupid in the last paragraph, but I said it was just
something potential even then.

-- 
You are receiving this mail because:
You are watching all bug changes.

[liquidshell] [Bug 452286] Option to disable panel

2022-04-10 Thread Martin Koller
https://bugs.kde.org/show_bug.cgi?id=452286

--- Comment #5 from Martin Koller  ---
When you are inside a liquidshell session, then in your .config/autostart/
there will be a file org.kde.liquidshell.desktop
Change it to add  -stylesheet  to the Exec entry and
rename it.
Then log out, rename the file back and then log in.

/usr/bin/start_liquidshell checks if the file is already there when liquidshell
starts and will not remove it when
it ends

-- 
You are receiving this mail because:
You are watching all bug changes.

[liquidshell] [Bug 452286] Option to disable panel

2022-04-10 Thread Mikko Merikivi
https://bugs.kde.org/show_bug.cgi?id=452286

--- Comment #4 from Mikko Merikivi  ---
That seems to be working. Can I put it into config somehow or something so I
can just select a Liquidshell session or whatever it was called? I guess I
could create some autostart script if there's no built-in option.

-- 
You are receiving this mail because:
You are watching all bug changes.

[liquidshell] [Bug 452286] Option to disable panel

2022-04-10 Thread Martin Koller
https://bugs.kde.org/show_bug.cgi?id=452286

--- Comment #3 from Martin Koller  ---
You can do the following trick:
Create a new file, e.g. name it null.css with the content:
DesktopPanel
{
  min-height: 0px;
  max-height: 0px;
}

then start liquidshell -stylesheet null.css

-- 
You are receiving this mail because:
You are watching all bug changes.

[liquidshell] [Bug 452286] Option to disable panel

2022-04-10 Thread Mikko Merikivi
https://bugs.kde.org/show_bug.cgi?id=452286

--- Comment #2 from Mikko Merikivi  ---
I'll try explaining again.

The default desktop shell, Plasmashell, has memory leaks. Therefore using it is
not a favored option. However, going shell-less seems not very great either,
since when if I quit Plasmashell with "kquitapp5 plasmashell", then the desktop
goes into this kind of mode when a single open window is being dragged:
https://i.stack.imgur.com/4RQDU.jpg
This sort of scenario can happen when I am using two monitors and there's no
current need to be showing any window on the secondary monitor so I drag the
last one away from it.

So, an alternative shell seems to be what I'd like to find. Liquidshell indeed
looks dead simple without the panel, but that's enough to fit my very limited
requirements. Just something that shouldn't be causing problems and fixes the
glitchy background on an empty screen. I don't know if there's a list of shells
to be found; maybe there are yet others indeed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[liquidshell] [Bug 452286] Option to disable panel

2022-04-10 Thread Martin Koller
https://bugs.kde.org/show_bug.cgi?id=452286

--- Comment #1 from Martin Koller  ---
liquidshell is more or less "the panel" so if an option would hide it, what
would be a reason to start it in the first place ?
If you want to use latte dock, then why not start it alone ?

-- 
You are receiving this mail because:
You are watching all bug changes.