Desktop panel.

Post

Posted
Rating:
#1 (In Topic #714)
Guru
BruceSteers is in the usergroup ‘Guru’
 Does anyone know how to make a desktop panel?

Specifically so the useable desktop adjusts its size.

I'm making a panel with gambas.

Primarily for desktops like gnome that dont allow desktop icons.

So far it shows all *.desktop files from $HOME/Desktop/ and supports the alternative right click actions from the launcher file.

I've got it opening (and auto hiding) at either top or bottom of screen but I want the desktop to shrink a bit like it does when adding something like mate-panel.

Cheers.
Online now: Yes Back to the top

Post

Posted
Rating:
#2
Guru
BruceSteers is in the usergroup ‘Guru’
It's developing into an actual desktop now.

it reads the $HOME/Desktop folder and shows the icons in it ,,, on the desktop :)

As i've made software to deal with a .desktop files Action properties it's a bit annoying that gnome does not display the desktop folder or panels.
I know i can right click the applications in the program browser but it's a pain finding them sometimes

So here's a clip of the desktop app i'm making at mo….

I call it Desktop(ish)

<VIDEO content="http://bws.org.uk/screenrecord-2021-07-28_09.16.21.mp4">[video]
[/video]</VIDEO>
Online now: Yes Back to the top

Post

Posted
Rating:
#3
Avatar
Enthusiast
PJBlack is in the usergroup ‘Enthusiast’
nice ...
Online now: No Back to the top

Post

Posted
Rating:
#4
Avatar
Guru
cogier is in the usergroup ‘Guru’
I've got it opening (and auto hiding) at either top or bottom of screen but I want the desktop to shrink a bit like it does when adding something like mate-panel.

Do you mean the background should fit the new, reduced, size created due to a panel being added? If so, how is the image displayed?
Online now: No Back to the top

Post

Posted
Rating:
#5
Guru
BruceSteers is in the usergroup ‘Guru’

cogier said

I've got it opening (and auto hiding) at either top or bottom of screen but I want the desktop to shrink a bit like it does when adding something like mate-panel.

Do you mean the background should fit the new, reduced, size created due to a panel being added? If so, how is the image displayed?

the video of a different app now, less a panel more a desktop view.
It's currently it's just a borderless transparent window with Stacking set to Below

the original question was about adding a bar to the screen,  yes like you say , the desktop resizing so everything including gambas would then report a different screen height.

I reckon it's probably doable with DBus somehow.
I did some research but didn't find much :(
Online now: Yes Back to the top
1 guest and 0 members have just viewed this.