Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Comments on how to manipulate Gnome's "Top Bar"/"Activities Bar"/"Top Panel" using GDK

Post

how to manipulate Gnome's "Top Bar"/"Activities Bar"/"Top Panel" using GDK

+1
−0

I am using Linux and Gnome. Using GDK, I would like to programmatically manipulate the Top Bar (i.e., the bar at the top of the screen with "Activities", the time, etc.). Here is a picture of it:

top bar

I have been unable to find any information online. I have also tried using wnck, but I don't think the Top Bar is accessible through wnck.

If it isn't possible with GDK, then is it possible with another library such as GTK or X11?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

"Manipulate" in what sense? (2 comments)
"Manipulate" in what sense?
Quasímodo‭ wrote over 1 year ago

You say "programmatically manipulate". Does that mean that you would be willing to modify its source code directly, or do you mean writing some external program that would affect the state of the bar?, such as one with Appindicator, as r~~ mentions.

Trevor‭ wrote over 1 year ago

Either way, I suppose. I was hoping there'd be an easy way to do it with an external program. But if that's not possible, then it would be interesting to learn how to do it by digging into the source code.