Recent posts
#51
Art & Design / Re: Desktop-Foto
Last post by unklarer - 2026/07/17, 11:20:38
conkyrc
Code Select
conky.config = {
--## Begin Window Settings ##################################################
-- Create own window instead of using desktop (required in nautilus)
own_window = true,
own_window_type = 'utility',--normal',
own_window_transparent = true,
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager',
--own_window_colour black
own_window_class = 'Conky',
own_window_title = 'OneLiner',
out_to_wayland = true,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
--## ARGB can be used for real transparency
--## NOTE that a composite manager is required for real transparency.
--## This option will not work as desired (in most cases) in conjunction with
--## own_window_type override
own_window_argb_visual = true,
--## When ARGB visuals are enabled, this use this to modify the alpha value
--## Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
--own_window_argb_value 200
minimum_width = 1600, minimum_height = 0,--# width, height
maximum_width = 1600,--# width, usually a good idea to be '=' or '>' minimum width
gap_x = 140,-- left-right
gap_y = 5,-- up-down
alignment = 'bottom_middle',
--################################################## End Window Settings ###
--## Font Settings #########################################################
-- Use Xft (anti-aliased font and stuff)
use_xft = true,
font = 'DejaVu Sans Mono:size=10',
-- Alpha of Xft font. Must be a value at or between 1 and 0 ###
xftalpha = 0,
-- Force UTF8? requires XFT ###
override_utf8_locale = true,
draw_shades = false,
default_shade_color = 'black',
draw_outline = false,-- amplifies text if yes
default_outline_color = 'black',
uppercase = false,
--##################################################### End Font Settings ###
--## Color Settings #########################################################
default_shade_color = 'grey',
default_outline_color = 'black',
default_color = '#DCDCDC',--220 220 220 Gainsboro
color0 = '#8FBC8F',--143 188 143 DarkSeaGreen
color1 = '#778899',--119 136 153 LightSlateGray #
color2 = '#FF8C00',--255 140 0 DarkOrange
color3 = '#7FFF00',--127 255 0 Chartreuse
color4 = '#FFA07A',--255 160 122 LightSalmon
color5 = '#FFDEAD',--255 222 173 NavajoWhite #
color6 = '#00BFFF',-- 0 191 255 DeepSkyBlue
color7 = '#00FFFF',-- 0 255 255 Cyan
color8 = '#FFFFFF',-- Withe #FFFF00 #255 255 0 Yellow
color9 = '#B22222',--178 34 34 FireBrick
--#################################################### End Color Settings ###
--## Borders Section ########################################################
draw_borders = false,
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 0,
border_outer_margin = 0,
-- border width
border_width = 0,
-- graph borders
draw_graph_borders = false,--yes
default_graph_width = 15, default_graph_height = 40,
--#################################################### End Borders Secton ###
--## Miscellaneous Section ##################################################
-- Boolean value, if true, Conky will be forked to background when started.
background = false,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Default and Minimum size is 256 - needs more for single commands that
-- "call" a lot of text IE: bash scripts
text_buffer_size = 256,
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- change GiB to G and MiB to M
short_units = true,
-- Like it says, ot pads the decimals on % values
-- doesn't seem to work since v1.7.1
pad_percents = 2,
update_interval = 1,
};
conky.text = [[
${goto 150}[${exec uname -r | cut -d '-' -f1} ${color6}HHD${color8} ${hwmon 2 temp 1}°C] >> [/ ${color}${fs_free /} | ${fs_size /} ${color3}DATEN ${color}${fs_free /media/DATEN} | ${fs_size /media/DATEN}] >> [${color6}RAM${color} ${color3}${if_match ${memperc} < 10}00${memperc}\
${else}${if_match ${memperc} < 100}0${memperc}\
${else}${memperc}\
${endif}${endif} %${color} ${mem} | ${memmax}] >> [${color6}CPU ${color8}${hwmon 5 temp 2}°${color} ${color3}1|${color}${if_match ${cpu cpu0} < 10}00${cpu cpu0}\
${else}${if_match ${cpu cpu0} < 100}0${cpu cpu0}\
${else}${cpu cpu0}\
${endif}${endif}·${color3}2|${color}${if_match ${cpu cpu1} < 10}00${cpu cpu1}\
${else}${if_match ${cpu cpu1} < 100}0${cpu cpu1}\
${else}${cpu cpu1}\
${endif}${endif}·${color3}3|${color}${if_match ${cpu cpu2} < 10}00${cpu cpu2}\
${else}${if_match ${cpu cpu2} < 100}0${cpu cpu2}\
${else}${cpu cpu2}\
${endif}${endif}·${cpu} %${color8}] >> [${color6}GPU ${color8}${hwmon 4 temp 2}°C ${color6}MB ${color8}${hwmon 4 temp 3}°C]${color}
]];
#52
Software - Support / Re: Vier Pakete werden nicht a...
Last post by paco - 2026/07/17, 10:55:53Apropos, wird policycoreutils-dbus bei siduction überhaupt benötigt?
Kann also wohl weg, oder sehe ich das falsch?
Code Select
# aptitude why policycoreutils-dbus
Manually installed, current version 3.10-1, priority optional
The candidate version 3.11-1 has priority optional
No dependencies require to install policycoreutils-dbuspolicycoreutils-dbus wurde IMHO bei der Installation mit der letzten Test-iso automatisch mit installiert und wird laut aptitude nicht benötigt.Kann also wohl weg, oder sehe ich das falsch?
#53
Software - Support / Re: Flameshot funktioniert nic...
Last post by Isegrimm666 - 2026/07/17, 09:51:29 #54
Software - Support / Re: Vier Pakete werden nicht a...
Last post by paco - 2026/07/16, 22:21:18Danke, Teil"problem" ist gelöst.
policycoreutils-dbus hängt wohl tatsächlich noch von python bzw. von policycoreutils-dev und policycoreutils-python-utils ab.
Also Füße stillhalten ;-)
policycoreutils-dbus hängt wohl tatsächlich noch von python bzw. von policycoreutils-dev und policycoreutils-python-utils ab.
Also Füße stillhalten ;-)
#55
Software - Support / Re: Flameshot funktioniert nic...
Last post by harley-peter - 2026/07/16, 18:34:56Code Select
apt policy xdg-desktop-portal-gtk
xdg-desktop-portal-gtk:
Installiert: 1.15.3-2
Installationskandidat: 1.15.3-2
Versionstabelle:
*** 1.15.3-2 500
500 https://deb.debian.org/debian unstable/main amd64 Packages
100 /var/lib/dpkg/status@Isegrimm666:
Wenn ich das Programm als normaler Nutzer starte kommt keine Ausgabe. Wenn ich Flameshot als root starte erhalte ich folgendes:
Code Select
flameshot
qt.qpa.theme.dbus: Session DBus not running.
qt.qpa.theme.dbus: Application will not react to setting changes.
Check your DBus installation.
qt.qpa.theme.gnome: dbus connection failed. Last error: QDBusError("org.freedesktop.DBus.Error.NoReply", "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.")
qt.qpa.theme.dbus: Session DBus not running.
qt.qpa.theme.dbus: Application will not react to setting changes.
Check your DBus installation.
qt.qpa.theme.gnome: dbus connection failed. Last error: QDBusError("org.freedesktop.DBus.Error.NoReply", "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.")Wenn ich dann auf das Symbol in der Panelleiste klicke kommt folgendes:Code Select
flameshot: warning: Es wurde kein DBus-Systembenachrichtigungsdienst gefunden
flameshot: error: Kann nicht via DBus verbinden
flameshot: warning: Es wurde kein DBus-Systembenachrichtigungsdienst gefunden
flameshot: error: Could not locate the `org.freedesktop.portal.Desktop` service #56
Software - Support / Re: Vier Pakete werden nicht a...
Last post by hsp - 2026/07/16, 16:26:50 #57
Software - Support / Vier Pakete werden nicht aktua...
Last post by paco - 2026/07/16, 16:12:43Code Select
Seit Tagen werden hier beim d-u folgende Pakete nicht aktualisiert:
# apt full-upgrade
(...)
Aktualisiere nicht:
libavcodec61 libavutil59 libswresample5 policycoreutils-dbus
Die Infos von apt waren mir leider nicht hilfreich und ein apt install -f war ebenfalls ohne Erfolg.
Gibt es einen workaround oder gilt es einfach die Füße stillzuhalten.
#58
Upgrade Warnings / Re: systems halts, but does no...
Last post by finotti - 2026/07/16, 14:16:06Firstly, thanks for the replies!
Quote from: RebeccaHong on 2026/07/16, 13:47:19That usually points to an ACPI or power management issue rather than the shutdown process itself. I'd also check whether the behavior is the same with a newer kernel and make sure the BIOS/UEFI firmware is up to date. Looking through the logs right before shutdown might also reveal an ACPI-related error that explains why it halts but never actually powers off.I don't think that that is the problem. I've just booted to Debian Stable and the shutdown worked as expected.
Quote from: dibl on 2026/07/16, 14:03:20If you will boot to runlevel 3, or change from plasma to runelevel 3 (the multi-user.target), shut down runlevel 5, and THEN issue theThanks for the suggestion. I will give it a try.Code Selectsystemctl poweroffit will reveal whether the problem lies in the sddm/X11 session, or deeper.
#59
Upgrade Warnings / Re: systems halts, but does no...
Last post by dibl - 2026/07/16, 14:03:20If you will boot to runlevel 3, or change from plasma to runelevel 3 (the multi-user.target), shut down runlevel 5, and THEN issue the
Code Select
systemctl poweroff it will reveal whether the problem lies in the sddm/X11 session, or deeper. #60
Software - Support / Re: Flameshot funktioniert nic...
Last post by Isegrimm666 - 2026/07/15, 17:01:08Quote from: harley-peter on 2026/07/14, 18:13:35Seit einem der letzten Upgrades funktioniert Flameshot nicht mehr. Ich kann das Tool zwar starten und das Symbol erscheint auch in der Panelleiste aber wenn ich drauf klicke, dann passiert nichts und nach 30s erscheint die Meldung "Screenshot Portal timed out after 30 seconds". Hat jemand eine Idee wo das Problem liegen könnte?
Hi harley ...
Kann ich hier (KDEPlasma/Wayland) nicht reproduzieren.
Hast Du Flameshot mal über die Konsole gestartet?
Normalerweise kommt keine Ausgabe und das Programm startet. Ist da evtl. bei Dir mehr?