Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-shell-notification-center
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-shell-notification-center
Commits
c69bafa9
Commit
c69bafa9
authored
Oct 18, 2025
by
Erik Reider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Print supported layer shell and gtk4-layer-shell versions
parent
90c72956
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
main.vala
src/main.vala
+8
-1
No files found.
src/main.vala
View file @
c69bafa9
...
@@ -116,7 +116,7 @@ namespace SwayNotificationCenter {
...
@@ -116,7 +116,7 @@ namespace SwayNotificationCenter {
string
arg
=
args
[
i
];
string
arg
=
args
[
i
];
switch
(
arg
)
{
switch
(
arg
)
{
case
"-s"
:
case
"-s"
:
case
"--style"
:
case
"--style"
:
style_path
=
args
[++
i
];
style_path
=
args
[++
i
];
break
;
break
;
case
"--skip-system-css"
:
case
"--skip-system-css"
:
...
@@ -238,6 +238,13 @@ namespace SwayNotificationCenter {
...
@@ -238,6 +238,13 @@ namespace SwayNotificationCenter {
env_variables
+=
"%s\n"
.
printf
(
variable
.
to_string
(
envp
));
env_variables
+=
"%s\n"
.
printf
(
variable
.
to_string
(
envp
));
}
}
info
(
"important environment variables:\n%s"
,
env_variables
);
info
(
"important environment variables:\n%s"
,
env_variables
);
info
(
"Gtk4LayerShell version: %u.%u.%u"
,
GtkLayerShell
.
get_major_version
(),
GtkLayerShell
.
get_minor_version
(),
GtkLayerShell
.
get_micro_version
());
info
(
"LayerShell version supported by compositor: %u"
,
GtkLayerShell
.
get_protocol_version
());
}
}
private
static
void
print_help
(
string
[]
args
)
{
private
static
void
print_help
(
string
[]
args
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment