Hi @Roland! first of all I really love XFE and all work you've done! thanks a lot! Regarding the controls, I also liked the old style which matches better my current IceWM look and feel of old '95 like stuff. So, is it all removed? could I change some flag and recompile to get the old look? I was looking the moderncontrols.cpp hoping to find some hidden option I could disable/enable :/ Actually I see I was using the "clearlooks" one but in version 2 it's different because there's no border lines...
Hi @Roland! first of all I really love XFE and all work you've done! thanks a lot! Regarding the controls, I also liked the old style which matches better my current IceWM look and feel of old '95 like stuff. So, is it all removed? could I change some flag and recompile to get the old look? I was looking the moderncontrols.cpp hoping to find some hidden option I could disable/enable :/ Actually I see I was using the "clearlooks" one but in version 2 it's different because there's no border lines...
Hi @Roland! first of all I really love XFE and all work you've done! thanks a lot! Regarding the controls, I also liked the old style which matches better my current IceWM look and feel of old '95 like stuff. So, is it all removed? could I change some flag and recompile to get the old look? I was looking the moderncontrols.cpp hoping to find some hidden option I could disable/enable :/ Actually I see I was using the "clearlooks" one but in version 2 it's different because there's no border lines...
Hi @Roland! first of all I really love XFE and all work you've done! thanks a lot! Regarding the controls, I also liked the old style which matches better my current IceWM look and feel of old '95 like stuff. So, is it all removed? could I change some flag and recompile to get the old look? I was looking the moderncontrols.cpp hoping to find some hidden option I could disable/enable :/
There is no such issue in Ubuntu 24.04 with gcc 13.3.0 so maybe your issue is related to your OpenSuse Leap system?
In < 2.0 versions, there was a choice between Windows 95 controls (named 'classic controls') and gradient controls (named 'modern controls'). There was no flat theme. I removed the classic control because it's a lot of work to maintain both control styles...
Add back old themes
[FTBS] xfe v2.0.1 on openSUSE Leap 15.6
I got this error when compiling with gcc-13 (on openSUSE Leap 15.6) using C standard "c11" On invoking gcc-13 with -std=gnu11, this error did not arise. It seems that gnu11 pulls in some extra defines that are not included with just c11.
OK, thanks for the patch. It will be included in the next release.
Fix build of 2.0.1 on FreeBSD
Xfe crashes when hitting Ctrl+L
This is fixed in new version Xfe 2.0.1.
Memory leaks using scripts
Hi, I released today Xfe 2.0.1 with a fix for this memory leak.
I have fixed my problem regarding the automounts. Found out about udevil/devmon and started using it (added devmon & to my startup script). It's very small, way smaller than udiskie. Had to change the xfe unmount command to "udevil umount" so non-root user could unmount. Works, and I don't need to use the script I had. Thanks for your great software! (Still waiting for the fix to the memory leaks, however!)
I tested this small program some time ago and it worked: https://github.com/tom5760/usermount There is also this one: https://github.com/rbrito/usbmount (not tested), reported as working here: https://forums.raspberrypi.com/viewtopic.php?t=311091
I tested this small program some time ago and it worked: https://github.com/tom5760/usermount
Yes, I CAN use "udiskie" to auto-mount my USB sticks. It just takes up ~25 MB (?) just sitting there all the time on my little 2 GB RAM machine, which is what I'm trying to avoid. I spent much of the day trying various scripts, commands and such with the udev rules to auto-mount the USB sticks, and could not get it to work except to be mounted by and for root. I have a working script solution that I'll just have to live with and use.
Yes, I CAN use "udiskie" to auto-mount my USB sticks. It just takes up ~25 MB (?) just sitting there all the time on my little 2 GB RAM machine, which is what I'm trying to avoid. I spent much of the day trying various scripts, commands and such with the udev rules to auto-mount the USB sticks, and could not get it to work except to be mounted by and for root. I have a working script solution that I'll just have to live with and use.
Maybe you need to tweak the options in fstab: I used 'defaults' but there are plenty others... And the best would be to install an automounter...
Thanks, Roland, BUT -- not only did that not work for me, it caused me not to be able to boot my HP Stream 13 notebook running MX Linux 23.5 Fluxbox edition. I finally waited long enough during the boot to see a message about a "timeout waiting for dev-sda.device...." I had to plug in a bootable USB linux and edit the /etc/fstab -- first thinking I must have flubbed the syntax or didn't have a CRLF at the end of the line or something. THEN I saw the comment at the top of the file: # Pluggable devices...
In Xfe, mount points are directory paths, not devices. So if you have an automounter, Xfe will retrieve the mount point by reading /proc/mounts, and it will show up in the Places view. If you don't have an automounter, then you need to define the mount point in /etc/fstab, like this (example): /dev/sdd1 /media/my_name vfat defaults 0 0 and then, in Xfe you can mount / umount the USB disk, but only in root mode.
Thanks, Roland! I guess I didn't (still don't) know how to use the mount tool. I DID try it and could not get it to work for me. FWIW, the main environment this is a bigger issue for me is in an MX Linux install on an HP Stream 13 notebook, which has a non-upgradable 2 GB RAM. On that machine, I don't keep anything always running like daemonized Thunar or udiskie. The way I've been doing this is by making a bookmark to /dev/disks/by-uuid and when a USB stick is plugged in, it shows up there. I click...
Thanks, Roland! I guess I didn't (still don't) know how to use the mount tool. I DID try it and could not get it to work for me. FWIW, the main environment this is a bigger issue for me is in an MX Linux install on an HP Stream 13 notebook, which has a non-upgradable 2 GB RAM. On that machine, I don't keep anything always running like daemonized Thunar or udiskie. The way I've been doing this is by making a bookmark to /dev/disks/by-uuid and when a USB stick is plugged in, it shows up there. I click...
HI, thanks for the report. Here are my answers: - custom mount command: it's in Edit / Preferences / Programs / Volume management - memory leak: yes, I already found it and it's fixed in the next version (to be released very soon) - name change: from the beginning, application names wer xfe, xfi, xfp, xfw and now xfa. Long time ago, the Debian package maintainer changed the name of xfi, xfw, and xfp applications because of name conflicts with some other (rather obscure?) packages.
Just ran an example. Prior to mounting one of my partitions via script, xfe's memory footprint was 30.5 MB. After mount, it's 32.7 MB. Then, after using xfe unmount menu action, it's 33.3 MB. Did another one, went to 35 MB then 38.3 MB.
Memory leaks using scripts
Feature Request: Expand folders in list view
Feature Request: Multiple tabs in each panel
I would second that The ability to customize the tool bar, and add launchers for scripts, custom actions, or launch other applications from within xfe would be a great addition Thanks
Feature Request
Brilliant, Thank you Hopefully the next step is browsing the network and mounting shares Thank you again
Awesome! Thank you! Much appreciated!
[1.19.2] Mouse over menu entry disables cursor-left/right
This is fixed in Xfe 2.0.
feature request - xfwrite config
This is fixed in Xfe 2.0.
Filenames not fully displayed but using "..."
File list display
show volume size
display copy speed
Support for MTP/PTP protocol
Point 1: there is now a Places view in XFe 2.0 where you only view your mounted file systems. Point 2: this would require a big change of the code for a very minimal feature.
Make PWD stand out more in the bread crumbs.
Themes
practical set of columns for file list
how can I copy bookmarks to another instance of Xfe?
xfe --geometry flag
In Xfe 2.0, USB drives and MTP devices are shown in the Places view, provided automount and gvfs are installed and working in the system.
Xfe: add a progress bar for the global progress of a file copying/moving process
In Xfe 2.0, the progress bar is now global and displays the copy speed and (estimated) remaining time.
file context menu custom entries
In Edit / Preferences / General, the Autosave layout option allows to retain the window size. So no need to edit the xferc config file.
Bookmarks pane
In Xfe 2.0, there is now a Places view with editable (name, icon, order) bookmarks.
Resolve ~ in path to home directory
This is implemented in Xfe 2.0.
In Xfe, a Scripts menu has been added, so you can use it instead of the right click menu.
In Xfe 2.0, you can unmount USB drives and MTP devices from the Places view.
Folder panel will browse Devices and Networks
In Xfe, there is a Places view that show mounted file systems and network shares (if gvfs is installed).
XFI toolbar request
It's implemented in Xfe 2.0.
Thumbnail size
In Xfe 2.0, you can now select the thumbnail size. It's in Edit / Preferences / Mode / Thumbnails mode.
Add close/exit button in the 'search files window'
In Xfe 2.0, a Quit button has been added to the search window.
Display mounted filesystems
This is implemented in Xfe 2.0
In Xfe 2.0, there is now a default theme called Xfe.
It's in bold font, I think it's quite striking...
option to turn off bread crumb bar
There is an option for that in Edit / Preferences / General : Display a path linker above file list.
Please release as an AppImage, FlatPak, or Snap
Starting with Xfe 2.0, I released an installer that requires no dependency. To install Xfe, type in a terminal: chmod +x xfe-install-linux-amd64.run sudo ./xfe-install-linux-amd64.run
In Xfe 2.0, if an MTP device is plugged and if your system has gvfs then the device is shown in the Places view and can be unmounted.
Alpha transparency for icons
This is done in Xfe 2.0
Point 1: no, there is no tab in Xfe. It would require a major redesign of the program. Point2: the shortcut is Ctrl-F6 (see the list of shortcuts here: http://roland65.free.fr/xfe/index.php?page=docs
Improvement Bookmarks
In Xfe 2.0, there is now a Places view with editable (name, icon, order) bookmarks.
Point 3: In Xfe 2.0, there is now a Places view with editable (name, icon, order) bookmarks.
In Xfe 2.0, columns in detailed file lists can be shown/hidden and reordered.
Add Bookmarks over tree
In Xfe 2.0, there is now a Places view with editable (name, icon, order) bookmarks.
add or remove displayed columns
This feature is available in Xfe 2.0.
show thumbnails for linked files
This is done in Xfe 2.0.
configuration option to order panel columns/fields
In Xfe 2.0, columns in detailed file lists can be shown/hidden and reordered.
view bookmarks in folder tree
In Xfe 2.0, there is now a Places view with editable (name, icon, order) bookmarks.
Bookmarks toolbar