Hi everyone sorry to necrobump this topic, but I find some information in the topic.
The fbmenugen script really creates the icons (sorry by the error above) and place them in /home/user/.cache/fbmenugen/icons/ and modifies the file /home/user/.fluxbox/start with the correct path to the icons ...
Search found 22 matches
- 1. Dec 2024, 21:22
- Forum: Problems
- Topic: Fbmenugen (perl script) doesn't create icons in Fluxbox
- Replies: 3
- Views: 14443
- 29. Nov 2024, 22:05
- Forum: Problems
- Topic: Thunar stopped mounting units in Fluxbox in Salix 15 XFCE
- Replies: 5
- Views: 15004
[SOLVED] Thunar stopped mounting units in Fluxbox in Salix 15 XFCE
Sorry to necrobump this topic, but I found the solution.
After reading this page:
https://wiki.archlinux.org/title/File_manager_functionality#Troubleshooting
I realized that I need a polkit agent . So I read this page https://wiki.archlinux.org/title/Polkit#Authentication_agents and see that in ...
After reading this page:
https://wiki.archlinux.org/title/File_manager_functionality#Troubleshooting
I realized that I need a polkit agent . So I read this page https://wiki.archlinux.org/title/Polkit#Authentication_agents and see that in ...
- 18. Sep 2024, 14:36
- Forum: Problems
- Topic: How to avoid Gslapt downgrade my Sbopkg packages without blacklisting them
- Replies: 2
- Views: 11856
How to avoid Gslapt downgrade my Sbopkg packages without blacklisting them
Hi Salix users!
I installed using Sbopkg the following packages: mednafen 1.32.1-x86_64-1_SBo and mednaffe 0.9.2-x86_64-1_SBo .
When Gslapt check my packages, it suggests to install mednafen 1.29.0-x86_64-2salix15.0 and mednaffe 0.9.1-x86_64-2salix15.0 .
How I tell Gslapt to not downgrade my Sbo ...
I installed using Sbopkg the following packages: mednafen 1.32.1-x86_64-1_SBo and mednaffe 0.9.2-x86_64-1_SBo .
When Gslapt check my packages, it suggests to install mednafen 1.29.0-x86_64-2salix15.0 and mednaffe 0.9.1-x86_64-2salix15.0 .
How I tell Gslapt to not downgrade my Sbo ...
- 26. Jul 2024, 23:25
- Forum: Problems
- Topic: How to set correct permissions for a separated data partition in dual boot with other linux
- Replies: 3
- Views: 3225
Re: How to set correct permissions for a separated data partition in dual boot with other linux
I appreciate this, but I do a backup in a NFST partition (as root using parted magic rescue cd) and formated my partitions to ext4 and done the hint from this post: https://itsfoss.com/set-write-permissio ... ntu-linux/ (used lmd6 and the admin user is mint).
Thanks in advance!
Thanks in advance!
- 17. Jun 2024, 16:58
- Forum: Problems
- Topic: How to set correct permissions for a separated data partition in dual boot with other linux
- Replies: 3
- Views: 3225
How to set correct permissions for a separated data partition in dual boot with other linux
Hi Salix users!
I have a dual boot system: Salix 15 XFCE and a Arch linux distro. Each of them have their own root and home partitions, but I have a data partition ( part01 ) that I share with both. So, for comodoty reasons I done with thunar to allow acesss with user,groups and others read,write ...
I have a dual boot system: Salix 15 XFCE and a Arch linux distro. Each of them have their own root and home partitions, but I have a data partition ( part01 ) that I share with both. So, for comodoty reasons I done with thunar to allow acesss with user,groups and others read,write ...
- 15. Apr 2024, 22:25
- Forum: Problems
- Topic: Thunar stopped mounting units in Fluxbox in Salix 15 XFCE
- Replies: 5
- Views: 15004
Re: Thunar stopped mounting units in Fluxbox in Salix 15 XFCE
Yes, my /usr/bin/startfluxbox contains:
Code: Select all
# Start DBUS session bus:
if [ -z "\$DBUS_SESSION_BUS_ADDRESS" ]; then
eval \$(dbus-launch --sh-syntax --exit-with-session)
fi
- 14. Apr 2024, 16:12
- Forum: Problems
- Topic: Fbmenugen (perl script) doesn't create icons in Fluxbox
- Replies: 3
- Views: 14443
Fbmenugen (perl script) doesn't create icons in Fluxbox
Hi everyone!
I'm using Salix 15 Xfce, and installed Fluxbox 1.37 using Gslapt, and fbmenugen 0.88 using sbopkg, with all dependencies (perl-data-dump perl-linux-desktop-files perl-gtk2 perl-Gtk3 perl-file-desktopentry). But when I run in a terminal the command to generate a menu with icons ...
I'm using Salix 15 Xfce, and installed Fluxbox 1.37 using Gslapt, and fbmenugen 0.88 using sbopkg, with all dependencies (perl-data-dump perl-linux-desktop-files perl-gtk2 perl-Gtk3 perl-file-desktopentry). But when I run in a terminal the command to generate a menu with icons ...
- 14. Apr 2024, 15:34
- Forum: Problems
- Topic: Thunar stopped mounting units in Fluxbox in Salix 15 XFCE
- Replies: 5
- Views: 15004
Re: Thunar stopped mounting units in Fluxbox in Salix 15 XFCE
In time :
When I think about a polkit permission issue, I created the file /etc/polkit-1/rules.d/10-udisks2.rules with:
// Allow udisks2 to mount devices without authentication
// for users in the “wheel” group.
polkit.addRule(function(action, subject) {
if ((action.id == “org.freedesktop.udisks2 ...
When I think about a polkit permission issue, I created the file /etc/polkit-1/rules.d/10-udisks2.rules with:
// Allow udisks2 to mount devices without authentication
// for users in the “wheel” group.
polkit.addRule(function(action, subject) {
if ((action.id == “org.freedesktop.udisks2 ...
- 14. Apr 2024, 14:31
- Forum: Problems
- Topic: Thunar stopped mounting units in Fluxbox in Salix 15 XFCE
- Replies: 5
- Views: 15004
Thunar stopped mounting units in Fluxbox in Salix 15 XFCE
Hi everyone!
I'm using Salix 15.0 XFCE, and installed Fluxbox using Gslapt.
It was mounting my units in Thunar (when I click on the shortcuts in the left panel) but for some reason it stopped, showing no error message.
So I thought that was a polkit permission issue, and tried in a terminal ...
I'm using Salix 15.0 XFCE, and installed Fluxbox using Gslapt.
It was mounting my units in Thunar (when I click on the shortcuts in the left panel) but for some reason it stopped, showing no error message.
So I thought that was a polkit permission issue, and tried in a terminal ...
- 5. Aug 2013, 18:51
- Forum: Suggestions
- Topic: How to Install the proprietary NVIDIA driver
- Replies: 3
- Views: 6106
Re: How to Install the proprietary NVIDIA driver
A sugestion: update the wiki.
Since Slackware 13.37, XORG dropped HAL and uses UDEV to get information about input devices (see: http://blog.tpa.me.uk/2011/03/29/slackware-13-37-xorg-hal/ ) but the Nvidia-installer DOESN'T "knows" this... (see: http://blog.tpa.me.uk/2010/04/09/configuring-nvidia ...
Since Slackware 13.37, XORG dropped HAL and uses UDEV to get information about input devices (see: http://blog.tpa.me.uk/2011/03/29/slackware-13-37-xorg-hal/ ) but the Nvidia-installer DOESN'T "knows" this... (see: http://blog.tpa.me.uk/2010/04/09/configuring-nvidia ...