Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Whom computers would destroy, they must first drive mad.


computers / alt.os.linux.mageia / Re: New status bar on top

SubjectAuthor
* New status bar on topVincent Coen
+* Re: New status bar on topBit Twister
|`- Re: New status bar on topfaeychild
+- Re: New status bar on topDavid W. Hodgins
`- Re: New status bar on topfaeychild

1
New status bar on top

<1640441598@f1.n250.z2.fidonet.ftn>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=4287&group=alt.os.linux.mageia#4287

  copy link   Newsgroups: alt.os.linux.mageia
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: VBC...@gmail.com (Vincent Coen)
Newsgroups: alt.os.linux.mageia
Subject: New status bar on top
Date: Sat, 25 Dec 2021 14:13:18 +0000
Organization: A noiseless patient Spider
Lines: 14
Sender: "Vincent Coen" <VBCoen@gmail.com>
Message-ID: <1640441598@f1.n250.z2.fidonet.ftn>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Injection-Info: reader02.eternal-september.org; posting-host="19451433a881064f9b38cc60ee4049a3";
logging-data="31161"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18QQH30fm88OubkXrckqiet"
Cancel-Lock: sha1:3e8H0I8kiy+U/KNFRIqewyJHsmI=
X-FTN-TID: MBSE-FIDO 1.0.7.22 (GNU/Linux-x86_64)
X-Newsreader: GoldED+/LNX 1.1.5 (Linux 5.15.4-server-1.mga8 CPU UNKNOWN)
X-FTN-Sender: Vincent Coen <Vincent.Coen@f1.n250.z2.fidonet.org>
X-FTN-AREA: ALT.OS.LINUX.MAGEIA
X-FTN-CHRS: UTF-8 2
X-FTN-PATH: 250/1
X-FTN-SEEN-BY: 25/0 21 250/0 1 2 3 4 5 6 7 10 21 263/0 301/1
X-FTN-MSGID: 2:250/1@fidonet 61c72799
X-Origin-Newsgroups: alt.os.linux.mageia
X-FTN-PID: GED+LNX 1.1.5-b20180707
X-Comment-To: All
X-FTN-TZUTC: 0000
 by: Vincent Coen - Sat, 25 Dec 2021 14:13 UTC

Hello All!

Over the last two days after some mag updates I now have a status bar at
the top of the screen as well as the normal one on the bottom.

How do I remove the blasted thing?

Mageia devs - Stop changing layouts, formats, functionality from previous
without request from the user !!!

Vincent

Re: New status bar on top

<slrnssegam.13ps7.BitTwister@wb.home.test>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=4288&group=alt.os.linux.mageia#4288

  copy link   Newsgroups: alt.os.linux.mageia
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: BitTwis...@mouse-potato.com (Bit Twister)
Newsgroups: alt.os.linux.mageia
Subject: Re: New status bar on top
Date: Sat, 25 Dec 2021 10:05:40 -0600
Organization: A noiseless patient Spider
Lines: 140
Message-ID: <slrnssegam.13ps7.BitTwister@wb.home.test>
References: <1640441598@f1.n250.z2.fidonet.ftn>
Injection-Info: reader02.eternal-september.org; posting-host="e17edf4a3396bf2b0454436bdff4ea69";
logging-data="29822"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/t87UjlcX3yK2ivFiFMnPo8QRzrVs1fso="
User-Agent: slrn/pre1.0.4-6 (Linux)
Cancel-Lock: sha1:xm36FtEHtP2Ir4wS6/h6dHGp3Z0=
 by: Bit Twister - Sat, 25 Dec 2021 16:05 UTC

On Sat, 25 Dec 2021 14:13:18 +0000, Vincent Coen wrote:
> Hello All!
>
> Over the last two days after some mag updates I now have a status bar at
> the top of the screen as well as the normal one on the bottom.
>
> How do I remove the blasted thing?

Helps if you provide some basic information pertaining to your problem.

Seems you have a DE (Desktop Environment) problem so it would help if
you provided which one being used. afterstep, awesome, Blackbox, cinnamon, dwm, Enlightenment, fluxbox,
Fvwm, fvwm2, fvwm-crystal, Gnome, i3, icewm, jwm, KDE, lightdm, lxde
matchbox, mate, openbox, pekwm, pewwm, plasma, razorqt, spectrwm,
sugar, swm, Unity, windowmaker, xbmc, Xfce,

I can recommend creating a signature file with basic system information.
Better would be a script which creates the signature which keeps the
sig file up to date. For example:

----8<----8<----8<<----8< cut below this line ----8<----8<<----8<----8<----8<<
#!/bin/bash
#***********************************************************************
#* gen_sig_file.sh - generate $HOME/.signature file Version 2.3
#*
#* Automatically overwrites $HOME/.signature on each login
#* with basic information about your setup.
#*
#* When you post to Usenet your Usenet client can append it to your
#* post which helps respondents to provide more detailed replies.
#*
#* You need to place the script somewhere in your $PATH environment.
#* echo $PATH to see possible locations.
#*
#* Save as gen_sig_file.sh
#* chmod +x gen_sig_file.sh
#*
#* Script Test Procedure:
#* gen_sig_file.sh
#* cat $HOME/.signature
#*
#* Install:
#* For all users:
#* cp gen_sig_file.sh /usr/local/bin/gen_sig_file.sh
#* chmod +x /usr/local/bin/gen_sig_file.sh
#*
#* For a single user:
#* echo $PATH to see possible locations.
#*
#* Users should use the autostart feature to run gen_sig_file.sh
#* to set the ST and DE values.
#*
#* Login test:
#* click up a terminal
#* su - $USER
#* cat $HOME/.signature
#*
#* There should be no =Unknown values. If so script should be
#* modified to generate a value, or just hard code a value.
#*
#* Modify your Usenet client to add/append $HOME/.signature
#* to your posts and post a message in one of the Usenet test groups
#* to verify it works as desired.
#*
#***********************************************************************

Sig_fn=$HOME/.signature
# Sig_fn=$PWD/.signature

DE="Unknown" # Display Environment gnome, plasma, xfce....
DM="Unknown" # Display Manager lightdm, sddm, gdm, ...
DISTRO="Unknown"
KERNEL="Kernel=$(uname -r) on $(uname -m)"
Service="display-manager.service"
ST="Unknown" # Session Type tty, x11, wayland or mir.

type -p lsb_release > /dev/null 2>&1
if [ $? -eq 0 ] ; then
set $(lsb_release -d | grep Description)
if [ $# -gt 1 ] ; then
shift
DISTRO="$@"
fi
fi

if [ -e /etc/os-release ] ; then
. /etc/os-release
DISTRO="$NAME $VERSION"
fi # if [ -e /etc/sysconfig/desktop ]

if [ -e /etc/sysconfig/desktop ] ; then
. /etc/sysconfig/desktop

if [ -n ${DISPLAYMANAGER:-"$DM"} ] ; then
DM="$DISPLAYMANAGER"
fi

if [ -n ${DESKTOP:-"$DE"} ] ; then
DE=$DESKTOP
fi
fi

if [ -e $HOME/.dmrc ] ; then
set -- $(IFS='=' ; echo $(grep ion= $HOME/.dmrc))
DE=$2
fi

if [ -n ${XDG_CURRENT_DESKTOP:-"$DE"} ] ; then
DE=$XDG_CURRENT_DESKTOP
fi

if [ -n ${XDG_SESSION_TYPE:-"$ST"} ] ; then
ST=$XDG_SESSION_TYPE
fi

if [ -e /etc/release ] ; then
DISTRO=$(cat /etc/release)
fi

if [ $(uname -s) = "Darwin" ] ; then
DISTRO=$(sw_vers | sed -ne $'s/ProductVersion://p')
fi

systemctl --quiet is-active $Service 2> /dev/null
if [ $? -eq 0 ] ; then
set -- $( systemctl status $Service | grep PID: )
DM=$(echo $4 | tr -d '() ')
fi

echo -en "-- \nRunning " > $Sig_fn
echo "$DISTRO using" >> $Sig_fn
echo "$KERNEL DM=$DM DE=$DE ST=$ST" >> $Sig_fn
echo "grub2 GPT legacy OS boot" >> $Sig_fn

if [ -x /usr/bin/lspcidrake ] ; then
lspcidrake | grep Card >> $Sig_fn
fi

#***********end gen_sig_file.sh ***************************

Re: New status bar on top

<op.1eyr05dva3w0dxdave@hodgins.homeip.net>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=4289&group=alt.os.linux.mageia#4289

  copy link   Newsgroups: alt.os.linux.mageia
Path: i2pn2.org!i2pn.org!paganini.bofh.team!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: dwhodg...@nomail.afraid.org (David W. Hodgins)
Newsgroups: alt.os.linux.mageia
Subject: Re: New status bar on top
Date: Sat, 25 Dec 2021 10:59:19 -0500
Organization: A noiseless patient Spider
Lines: 30
Message-ID: <op.1eyr05dva3w0dxdave@hodgins.homeip.net>
References: <1640441598@f1.n250.z2.fidonet.ftn>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes
Content-Transfer-Encoding: 8bit
Injection-Info: reader02.eternal-september.org; posting-host="43cd1e402190a9b039b2742114510037";
logging-data="13020"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+xOkleG7z22UCM+V9KrRgU0IYdSTKF+CU="
User-Agent: Opera Mail/12.16 (Linux)
Cancel-Lock: sha1:CtMurieHEcAgoAp1T5y/5HFj3rA=
 by: David W. Hodgins - Sat, 25 Dec 2021 15:59 UTC

On Sat, 25 Dec 2021 09:13:18 -0500, Vincent Coen <VBCoen@gmail.com> wrote:

> Hello All!
>
> Over the last two days after some mag updates I now have a status bar at
> the top of the screen as well as the normal one on the bottom.

The number of panels and location are controlled by configuration settings stored
in /home/$USER

Mageia updates do not alter files in /home

> How do I remove the blasted thing?

Which desktop environment (kde plasma, gnome, xfce, mate, etc.)

> Mageia devs - Stop changing layouts, formats, functionality from previous
> without request from the user !!!

Package updates in the stable releases rarely introduce such changes, and such
updates are only allowed if they are required for security or important bug fixes,
and those fixes can not be applied to the current version.

Now, if you are running cauldron, ignore all of the above. Cauldron is the developers
playground. They are free to alter anything, including breaking things.

Cauldron is not intended to be suitable for users until it gets close to version
freeze.

Regards, Dave Hodgins

Re: New status bar on top

<sq80jm$515$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=4290&group=alt.os.linux.mageia#4290

  copy link   Newsgroups: alt.os.linux.mageia
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: faeych...@nomail.afraid.org (faeychild)
Newsgroups: alt.os.linux.mageia
Subject: Re: New status bar on top
Date: Sun, 26 Dec 2021 07:57:26 +1100
Organization: A noiseless patient Spider
Lines: 22
Message-ID: <sq80jm$515$1@dont-email.me>
References: <1640441598@f1.n250.z2.fidonet.ftn>
<slrnssegam.13ps7.BitTwister@wb.home.test>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 25 Dec 2021 20:57:26 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="ba0c56d893a8ba4efeb12a28d3df732e";
logging-data="5157"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+GZLzVsqaZuGyV2EFzYlm60r8ZHobNfqc="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.4.1
Cancel-Lock: sha1:XTpUDLZZFYa4dxBMeWbB6MtwydE=
In-Reply-To: <slrnssegam.13ps7.BitTwister@wb.home.test>
Content-Language: en-US
 by: faeychild - Sat, 25 Dec 2021 20:57 UTC

On 26/12/21 03:05, Bit Twister wrote:

>
> if [ -x /usr/bin/lspcidrake ] ; then
> lspcidrake | grep Card >> $Sig_fn
> fi
>
> #***********end gen_sig_file.sh ***************************

That has expanded a bit, Bits
I still use the almost original "short version"

I'm tempted to see what it outputs!

regards
--
faeychild
Running plasmashell 5.20.4 on 5.15.10-desktop-1.mga8 kernel.
Mageia release 8 (Official) for x86_64 installed via Mageia-8-x86_64-DVD.iso

Re: New status bar on top

<sq80td$7tl$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=4291&group=alt.os.linux.mageia#4291

  copy link   Newsgroups: alt.os.linux.mageia
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: faeych...@nomail.afraid.org (faeychild)
Newsgroups: alt.os.linux.mageia
Subject: Re: New status bar on top
Date: Sun, 26 Dec 2021 08:02:33 +1100
Organization: A noiseless patient Spider
Lines: 30
Message-ID: <sq80td$7tl$1@dont-email.me>
References: <1640441598@f1.n250.z2.fidonet.ftn>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 25 Dec 2021 21:02:37 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="ba0c56d893a8ba4efeb12a28d3df732e";
logging-data="8117"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/RZaPDmh5W3zdV5jTyw8HdJLHZi/xdCqI="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.4.1
Cancel-Lock: sha1:pF209JK0QKQwD+dXeBev2Iwvhaw=
In-Reply-To: <1640441598@f1.n250.z2.fidonet.ftn>
Content-Language: en-US
 by: faeychild - Sat, 25 Dec 2021 21:02 UTC

On 26/12/21 01:13, Vincent Coen wrote:
> Hello All!
>
> Over the last two days after some mag updates I now have a status bar at
> the top of the screen as well as the normal one on the bottom.
>
> How do I remove the blasted thing?
>
> Mageia devs - Stop changing layouts, formats, functionality from previous
> without request from the user !!!
>
>
> Vincent
>
>
If it is KDE

the right click on the bar

select "Edit Panel"
select "More Options"
click Remove Panel

I have NOT tested this!!!

--
faeychild
Running plasmashell 5.20.4 on 5.15.10-desktop-1.mga8 kernel.
Mageia release 8 (Official) for x86_64 installed via Mageia-8-x86_64-DVD.iso

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor