We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#nwg-shell:matrix.org
preview-foot-themes
nwg-drawer
custom/menu#nwg-drawer
sway/window
wlr/taskbar
state_short
sway/workspaces
bottom-margin
:has()
xdg-desktop-portal
xdg-desktop-portal-wlr
org.fedoraproject.Config.Printing
extra/system-config-printer
/usr/share/dbus-1/interfaces/org.fedoraproject.Config.Printing.xml
org.fedoraproject.Config.Printing.JobApplet
app-print\[email protected]
systemd-xdg-autostart-generator seems to be the reason these show up:
systemd-xdg-autostart-generator
systemctl --user list-unit-files
$ systemctl --user list-unit-files UNIT FILE STATE PRESET app-check\[email protected] generated - [email protected] generated - app-geoclue\x2ddemo\[email protected] generated - [email protected] generated - app-nm\[email protected] generated - app-pamac\x2dtray\[email protected] generated - [email protected] generated - app-print\[email protected] generated - app-remmina\[email protected] generated -
systemctl --user status 'app-print\[email protected]'
$ systemctl --user status 'app-print\[email protected]' ● app-print\[email protected] - Print Queue Applet Loaded: loaded (/home/trinitronx/.config/autostart/print-applet.desktop; generated) Active: active (running) since Wed 2023-07-26 03:04:59 MDT; 1 week 3 days ago Docs: man:systemd-xdg-autostart-generator(8) Main PID: 388949 (applet.py) Tasks: 1 (limit: 77000) Memory: 17.1M CPU: 973ms CGroup: /user.slice/user-1000.slice/[email protected]/app.slice/app-print\[email protected] └─388949 /usr/bin/python3 /usr/share/system-config-printer/applet.py --debug Jul 26 03:04:59 saturn systemd[834]: Starting Print Queue Applet... Jul 26 03:04:59 saturn systemd[834]: Started Print Queue Applet. Jul 26 03:04:59 saturn system-config-printer-applet[388949]: checking for jobs Jul 26 03:07:32 saturn system-config-printer-applet[388949]: checking for jobs Jul 26 03:13:29 saturn system-config-printer-applet[388949]: /usr/share/system-config-printer/applet.py:366: Warning: Source ID 11 was not found when attempting to remove it Jul 26 03:13:29 saturn system-config-printer-applet[388949]: GLib.source_remove (self.timer) Jul 26 03:13:29 saturn system-config-printer-applet[388949]: checking for jobs Jul 26 03:13:29 saturn system-config-printer-applet[388949]: Starting job applet Jul 26 03:13:29 saturn system-config-printer-applet[388949]: Job applet is /org/fedoraproject/Config/Printing/JobApplet/1
systemctl --user cat 'app-print\[email protected]'
$ systemctl --user cat 'app-print\[email protected]' # /run/user/1000/systemd/generator.late/app-print\[email protected] # Automatically generated by systemd-xdg-autostart-generator [Unit] Documentation=man:systemd-xdg-autostart-generator(8) SourcePath=/home/trinitronx/.config/autostart/print-applet.desktop PartOf=graphical-session.target Description=Print Queue Applet After=graphical-session.target [Service] Type=exec ExitType=cgroup ExecStart=:/usr/bin/system-config-printer-applet --debug Restart=no TimeoutStopSec=5s Slice=app.slice ExecCondition=/usr/lib/systemd/systemd-xdg-autostart-condition "" "KDE:GNOME:Cinnamon"
How to call org.fedoraproject.Config.Printing.JobApplet ?
dbus-send
The text was updated successfully, but these errors were encountered:
trinitronx
No branches or pull requests
#nwg-shell:matrix.org
preview-foot-themes
& announcenwg-drawer
viacustom/menu#nwg-drawer
buttonsway/window
titles - WIPwlr/taskbar
state_short
to symbolssway/workspaces
: Hover, active, select transitionswlr/taskbar
: Hover, active, select transitionsbottom-margin
bottom-margin
to match next (WIP / unsure if GTK supports:has()
pseudo-class selector)xdg-desktop-portal
+ DBus related items:xdg-desktop-portal-wlr
org.fedoraproject.Config.Printing
DBus Interfaceextra/system-config-printer
package ArchLinux / Manjaro/usr/share/dbus-1/interfaces/org.fedoraproject.Config.Printing.xml
org.fedoraproject.Config.Printing.JobApplet
??app-print\[email protected]
get started?systemd-xdg-autostart-generator
seems to be the reason these show up:systemctl --user list-unit-files
systemctl --user status 'app-print\[email protected]'
systemctl --user cat 'app-print\[email protected]'
How to call
org.fedoraproject.Config.Printing.JobApplet
?dbus-send
commandsThe text was updated successfully, but these errors were encountered: