Witaj na Forum Linuxiarzy
Zanim zalogujesz się, by pisać na naszym forum, zapoznaj się z kilkoma zasadami savoir-vivre'u w dziale Administracja.
Wiadomości z problemami zamieszczone w wątku "Przywitaj się" oraz wszelkie reklamy na naszym forum będą usuwane.

Ostatnie wiadomości

#1
Jaki Linux wybrać / Jakie jest wasze doświadczenie...
Ostatnia wiadomość przez whiteman808 - Dzisiaj o 08:22:21 AM
Witam wszystkich, którzy używali kiedyś Gentoo i mają obycie z linuksem, faktycznie idzie na distrach takich jak Slackware, Gentoo nauczyć się czegoś więcej w kwestii jak działa linux niż na takiej Fedorze, openSUSE, Debianie? Jest sens specjalnie kupować mocne CPU pod kompilację Chromium, Libreoffice, Firefoxa? Pytam bo nie wiem czy za dużo czasu nie poświęcam na dopieszczanie systemu a za mało na faktyczną pracę przez to używanie Gentoo no i nie wiem czy nie lepiej zamiast pchać się w threadrippery specjalnie pod kompilację Gentoo nie złożyć sobie sprzętu z jakimś topowym Ryzenem 9 i postawić na nim np. Debiana albo Archa. Dziękuję i pozdrawiam
#2
Sparky / https://krolik78.ru/
Ostatnia wiadomość przez krolik78.ru - Dzisiaj o 08:03:26 AM
Купить дженерики на сайте https://krolik78.ru/ с доставкой курьером
высокое качество производства Индии
#3
Multimedia / Odp: Polecane odtwarzacze audi...
Ostatnia wiadomość przez linux4ever - Dzisiaj o 07:40:25 AM
@CDeB Z bazujących na mpv jest jeszcze Haruna:https://apps.kde.org/pl/haruna/

Był jeszcze baka mplayer ale nie wiem czy wspierany.

https://github.com/u8sand/Baka-MPlayer/releases/tag/v2.0.4

#4
Pogaduchy / Używanie sterowników closed so...
Ostatnia wiadomość przez linux4ever - Dzisiaj o 07:33:56 AM
Czy używanie sterowników closed source to dobry pomysł?

A może open source mogą je w pełni zastąpić ?
#5
Pogaduchy / Odp: Co da mi Arch czego nie d...
Ostatnia wiadomość przez linux4ever - Dzisiaj o 06:17:17 AM
Cytat: Accura w Lipiec 24, 2025, 10:27:05 PMCo da mi czysty Arch, czego nie da mi CachyOS (notabene też Arch)?

Pełną kontrolę nad systemem w CachyOS masz narzucone GUI i rozwiązania instalacji pakietów.

Na czystym Archu możesz doinstalować dowolny interfejs graficzny lub mieć kilka interfejsów.

Używać Pacmana lub AUR albo POLAUR do wyboru do koloru.

I dowolnie go dostosować czego na CachyOS pewnie nie uświadczysz.
#6
Pogaduchy / Co da mi Arch czego nie da mi ...
Ostatnia wiadomość przez Accura - Lipiec 24, 2025, 10:27:05 PM
Chłopaki, tak szczerze:
Co da mi czysty Arch, czego nie da mi CachyOS (notabene też Arch)?
#7
Pogaduchy / Odp: GTX 1650
Ostatnia wiadomość przez Accura - Lipiec 24, 2025, 08:58:34 PM
Faktycznie po instalacji linux-cachyos-nvidia-open, usunąło poprzedni sterownik.
Większych zmian nie widzę, poza tym, że w tych samych ustawieniach gra obciąża grafikę powiedzmy na 85% a wczoraj było to 99% :) Także jest na plus...
O dziwo nie ma problemu z tym usb c, nie widzę błędów i system wstaje normalnie, a nie ociężale.

Na jakiś czas grafika zostaje, potem kupię coś z AMD jak mówiłem wcześniej, to chyba problemów nie będzie.

BTW, podpowiedzi nadal się rozjeżdżają :)
#8
Slackware / Odp: Thunar nie widzi napędów ...
Ostatnia wiadomość przez sm - Lipiec 24, 2025, 08:41:51 PM
Cytat: linux4ever w Lipiec 24, 2025, 07:27:04 PMTu kilka rozwiązań: https://www.linuxquestions.org/questions/slackware-14/thunar-preferences-advanced-it-looks-like-gvfs-is-not-available-4175709791/ https://superuser.com/questions/228261/how-to-properly-start-gvfs-without-gnomehttps://bbs.archlinux.org/viewtopic.php?id=138066

Spróbuj tych rozwiązań.

No i AI podaje:
CytatIn Slackware Linux, Xfce's behavior regarding storage device access and permissions is largely managed through user groups. Specifically, the plugdev and power groups are crucial for handling external devices and power management within the Xfce desktop environment. To ensure full functionality, users should be added to these groups.
Here's a breakdown:

    plugdev Group:
    This group is typically associated with allowing users to mount removable media (like USB drives) and access other external devices.
    power Group:
    This group is essential for power management features, enabling users to control power settings, suspend/hibernate the system, and manage battery levels (if applicable).

Managing Users and Groups:
To add a user to these groups, use the usermod command. For example, to add user myuser to the plugdev group:

sudo usermod -a -G plugdev myuser

And to add them to the power group:

sudo usermod -a -G power myuser

The -a flag adds the user to the group, while -G specifies the group name. After making these changes, the user needs to log out and log back in (or restart) for the group membership to take effect.
Dzięki za odpowiedź. Ten link, który podałeś:
https://www.linuxquestions.org/questions/slackware-14/thunar-preferences-advanced-it-looks-like-gvfs-is-not-available-4175709791/
to znalazłem już wcześniej, wydaje się być najbardziej sensowny. Inne rozpatrujące problemy thunar'a w xfce niekoniecznie. Przecież problem tyczy jedynie sesji i3, tutaj brak sesji dbus, bo pewnie ona nie startuje albo polkit.
Oto mój .xinitrc
Cytat#!/bin/sh

# Start i3
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
    exec ck-launch-session dbus-launch --exit-with-session /usr/bin/i3
else
    exec i3
fi


if [ -z "$DBUS_SESSION_BUS_ADDRESS" ] && [ -x /usr/bin/dbus-run-session ]; then
  exec dbus-run-session -- $0 "$@"
fi

. /etc/X11/xdm/Xsession
a tutaj "wyciąg" z mojego config'u i3. Naprawdę już nie wiem czy coś nie zchrzaniłem w ferworze walki :)
Cytatexec --no-startup-id ibus-autostart

exec --no-startup-id /usr/libexec/at-spi-bus-launcher --launch-immediately         
exec --no-startup-id /usr/lib64/xfce4/notifyd/xfce4-notifyd
exec --no-startup-id /usr/libexec/gvfsd
exec --no-startup-id /usr/share/dbus-1/services/org.gtk.vfs.Daemon.service
exec --no-startup-id /usr/libexec/pam_kwallet_init
exec --no-startup-id /usr/lib/polkit-1/polkit-agent-helper-1
exec --no-startup-id /usr/libexec/polkit-gnome-authentication-agent-1
#exec --no-startup-id sleep 10 && /usr/bin/lxpolkit &
#exec --no-startup-id sleep 10 & /usr/lib/polkit-1/polkitd
exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=secrets
exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=ssh
Do tych grup jestem przypisany:
Cytatusers lp wheel audio video cdrom plugdev power netdev
#9
Slackware / Odp: Thunar nie widzi napędów ...
Ostatnia wiadomość przez sm - Lipiec 24, 2025, 08:04:23 PM
Cytat: CDeB w Lipiec 24, 2025, 07:23:46 PMNie używam slackware, ale wygląda na to że gvfs jest dostępne w repo.

Może doinstalowanie rozwiąże problem.
Tak, to wiem i mam zainstalowane. Skoro w sesji xcfe thunar działa poprawnie...
#10
Slackware / Odp: Thunar nie widzi napędów ...
Ostatnia wiadomość przez linux4ever - Lipiec 24, 2025, 07:27:04 PM
Tu kilka rozwiązań: https://www.linuxquestions.org/questions/slackware-14/thunar-preferences-advanced-it-looks-like-gvfs-is-not-available-4175709791/ https://superuser.com/questions/228261/how-to-properly-start-gvfs-without-gnomehttps://bbs.archlinux.org/viewtopic.php?id=138066

Spróbuj tych rozwiązań.

No i AI podaje:
CytatIn Slackware Linux, Xfce's behavior regarding storage device access and permissions is largely managed through user groups. Specifically, the plugdev and power groups are crucial for handling external devices and power management within the Xfce desktop environment. To ensure full functionality, users should be added to these groups.
Here's a breakdown:

    plugdev Group:
    This group is typically associated with allowing users to mount removable media (like USB drives) and access other external devices.
    power Group:
    This group is essential for power management features, enabling users to control power settings, suspend/hibernate the system, and manage battery levels (if applicable).

Managing Users and Groups:
To add a user to these groups, use the usermod command. For example, to add user myuser to the plugdev group:

sudo usermod -a -G plugdev myuser

And to add them to the power group:

sudo usermod -a -G power myuser

The -a flag adds the user to the group, while -G specifies the group name. After making these changes, the user needs to log out and log back in (or restart) for the group membership to take effect.

Zobacz najnowsze wiadomości na forum