<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>396796</bug_id>
          
          <creation_ts>2018-07-23 17:41:29 +0000</creation_ts>
          <short_desc>Panel can&apos;t be hidden from scripts</short_desc>
          <delta_ts>2023-09-18 21:42:16 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Plasma</classification>
          <product>plasmashell</product>
          <component>Panel</component>
          <version>master</version>
          <rep_platform>Other</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>1.0</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="dufferzafar">dufferzafar0</reporter>
          <assigned_to name="Plasma Bugs List">plasma-bugs-null</assigned_to>
          <cc>nate</cc>
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1768455</commentid>
    <comment_count>0</comment_count>
    <who name="dufferzafar">dufferzafar0</who>
    <bug_when>2018-07-23 17:41:29 +0000</bug_when>
    <thetext>As suggested in this answer: https://superuser.com/a/294715/222260

I tried a script to hide the panel:

```
var panel = panelById(panelIds[0])
panel.hiding = &apos;autohide&apos;;
```

But this does not hide the panel.

As a workaround I&apos;m using this:

```
panel.height = 0;
```</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1986109</commentid>
    <comment_count>1</comment_count>
    <who name="Nate Graham">nate</who>
    <bug_when>2020-12-17 19:37:42 +0000</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 158556 ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2253902</commentid>
    <comment_count>2</comment_count>
    <who name="Nate Graham">nate</who>
    <bug_when>2023-09-18 21:42:16 +0000</bug_when>
    <thetext>This is possible from Plasma Scripting.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>