Changes between Initial Version and Version 1 of UserComments

Show
Ignore:
Timestamp:
03/25/09 12:45:37 (8 years ago)
Author:
tpgww (IP: 114.76.65.205)
Comment:

Reinstate content from old wiki

Legend:

Unmodified
Added
Removed
Modified
  • UserComments

    v1 v1  
     1”’This page is for users to add comments. You can use the @”””DATE@ and @”””MAILTO@ macros, but keep in mind that they don’t get expanded in the preview. 
     2 
     3 
     4 
     5PLEASE DO NOT USE THIS PAGE FOR BUG REPORTS. EMAIL THEM! We often need to follow up with the sender.”’ 
     6 
     7 
     8 
     9—- 
     10 
     11 
     12 
     13emelfm2 dies on my machine when i do “config”, change any option and press OK. Remove of ~/.emelfm2 doesnt help. No error message appears even if started from rxvt. 
     14 
     15Slackware 10.1, xorg 6.8.2. 
     16 
     17 
     18 
     19—- 
     20 
     21 
     22 
     23I found a bug in the command line support. The command: tar czvf somedir-`date +%Y%m%d`.tar.gz somedir fails to work. It’s entirely valid, and worked in emelfm. 
     24 
     25 
     26 
     27”As you haven’t told me any error message, I assume you just don’t know that e2 has a different command handling. First, it doesn’t start a new shell for a command but it runs it directly. Second, the % stuff could go wrong because of the macro expansion. So your solution is to start the command in a new shell and surpress macro expansion. You can do that by using %! at the beginning of the command, e.g.: 
     28 
     29{{{ 
     30 
     31I found a strange bug, I just have to report it. Somehow emelfm2 became a unkillable process on my machine (Ubuntu)! And I think it also reacted strangely to directories, which weren’t there anymore. Since it remembers the last directories you used, and when you start it again and one of the directories doesn’t exist, I thought it handled it stragely. Please look into it. 
     32 
     33 
     34 
     35SWAT 
     36 
     37}}} 
     38 
     39Also take a look at the e2help command which explains this in more detail! Furthermore, there are aliases to make your life easier. The backticks could be added to “the special shell alias”. 
     40 
     41 
     42 
     43 
     44 
     45Hm… there are backticks in that command. Is there a way to make it accept literal text rather than using those as formatting marks? 
     46 
     47 
     48 
     49”Sorry, but I don’t get what you mean here. As i’ve said to the other people writing bug reports on the comments page: ”’PLEASE DO NOT USE THIS PAGE FOR BUG REPORTS. EMAIL THEM!”'[[BR]]–tooar, (2004-09-24T12:09:22Z)” 
     50 
     51 
     52 
     53—- 
     54 
     55It would be great to have a mailing list and CVS access — to keep track on the development of EmelFM2 [[BR]] 
     56 
     57(2004-02-04T13:47:14Z), Nikolai. 
     58 
     59 
     60 
     61—- 
     62 
     63 
     64 
     65Awesome work tooar! 🙂 I lost track of this project for a while, sorry. You have added lots of nice 
     66 
     67improvements over emelfm – I am changing over to it now at version .6. The only things I need to do are to make   
     68 
     69one-liners to undo tarballs etc. (or I’m just mis-configured maybe) and recreate my command bar under the new prefs. 
     70 
     71 
     72 
     73I’m going to poke around the site and see what other plans you have in mind. 
     74 
     75 
     76 
     77I would like to be able to re-order the columns that I choose to show; haven’t seen how to do that yet. Also, the col width 
     78 
     79isn’t saved on mine — maybe those are details for later. Thanks for your work! 
     80 
     81 
     82 
     83pevans At catholic.org, Fri Feb 27 15:31:10 2004 
     84 
     85 
     86 
     87”well, such features will probably be added after/around version 0.1.0 when the file panes are replaced. though, it might take a while until then.[[BR]] –tooar” 
     88 
     89 
     90 
     91—- 
     92 
     93 
     94 
     95I’ve just had a 1st quick play with 0.5. A suggestion: really nail the right-click menu. 
     96 
     97 
     98 
     99“File” actions is misnamed (also applies to folders, in general). “copy as” is missing (maybe it can be added by reconfiguration, haven’t chnecked yet). 
     100 
     101 
     102 
     103Best to tailor the menu and/or sub-menu content (or at least, the enabled content) to suit whatever is selected, which may be: 1 file, >1 file, 1 folder, >1 folder, file(s) + folder(s). 
     104 
     105 
     106 
     107HTH 
     108 
     109Tom 
     110 
     111 
     112 
     113”yes, sorry, your’re right. this will be fixed when the file types are replaced :)[[BR]]–tooar” 
     114 
     115 
     116 
     117—- 
     118 
     119 
     120 
     121Hello, I was wondering if there will be an mount-functionality like in the ‘old’ emelfm. (or is it allready, but did I srew up my /etc/fstab too much?) 
     122 
     123 
     124 
     125Arnout 
     126 
     127 
     128 
     129”well, this should already be possible. currently, i recommend to add a mount file action to directories. in the latest pre-release you could also use a toolbar button with a <custom command> and use something like “;mount %f;cd %f” as argument.[[BR]]–tooar” 
     130 
     131 
     132 
     133—- 
     134 
     135 
     136 
     137Hi 
     138 
     139 Been having a problem with the rename box not expanding to size of the text.basically all I’m able to see is the window border from the window manager.I can type something in and it will rename the file though.Same exact results with the “makedir” button.when creating a new dir the closed box pops up and I can type in a name for that dir,hit enter and it works.One more thing,I really miss the old back button with the right click to go home feature.Think you could add it back as an option or at least something with the above mentioned feature that closely ressembles it?Btw,I’m using version 0.0.7 with gtk2-2.4 along with gcc-3.3.3 on Gentoo-2004.0 if that helps.Think it could be a problem with gcc? 
     140 
     141 
     142 
     143Keep up the great work 
     144 
     145 
     146 
     147Thanks reboant 
     148 
     149 
     150 
     151”This problem seems to derrive from gtk2.4. Please try the latest pre-release from the DownLoads page if that fixes your problems. Furthermore, please report other bugs directly to me via email. Thanks! 😉 
     152 
     153[[BR]]–tooar, (2004-04-06T23:32:20Z)” 
     154 
     155 
     156 
     157”Ops, sorry, i somehow missed the 2nd part of your comment. What do you mean with closely? So far, you at least have two possibilities: 1) add another button to the panebars that changes the dir to home or 2) use the new bookmarks system. I’d recommend number 2. By default, there should be a “home” bookmark at the very top of the main toolbar. (The bookmarks also have an option to open it in the inactive file pane if you press the middle mouse button.)[[BR]]–tooar, (2004-04-20T23:51:41Z)” 
     158 
     159 
     160 
     161—- 
     162 
     163 
     164 
     165Hi, 
     166 
     167this program looks awesome! The new version 0.10 has nice new features. Speed is great in your application. I’ve some request, which I’m going to add in the feature wiki. thanks 
     168 
     169Ralph (http://ralph-wabel.net) 
     170 
     171 
     172 
     173—- 
     174 
     175 
     176 
     177Hmm, perhaps it’s the wrong way, but I don’t like subscribing to a mailing-list for just one question. 
     178 
     179I tried to run 0.1.1 (on gentoo), but it segfaults.  I don’t know if earlier versions work but here is the backtrace: 
     180 
     181 
     182 
     183{{{ 
     184 
     185(gdb) bt 
     186 
     187#0  0x0807a5aa in e2_window_create () 
     188 
     189#1  0x00000000 in ?? () 
     190 
     191#2  0x00000000 in ?? () 
     192 
     193#3  0xb7b3313c in timezone () from /lib/tls/libc.so.6 
     194 
     195#4  0x080a08a9 in e2_utils_update_gtk_settings () 
     196 
     197#5  0x00000001 in ?? () 
     198 
     199#6  0x00000000 in ?? () 
     200 
     201#7  0xbfffee8c in ?? () 
     202 
     203#8  0xb7b3313c in timezone () from /lib/tls/libc.so.6 
     204 
     205#9  0x08069672 in main () 
     206 
     207}}} 
     208 
     209 
     210 
     211I was searching for ages for a good file-manager and gentoo (the file-manager) doesn’t support GTK2: so please help me :). 
     212 
     213 
     214 
     215bye, Adam. (2005-08-07T20:41:34Z) 
     216 
     217 
     218 
     219”Adam, if you see this, please provide some way of contacting you for more detail about the problem. e2_utils_update_gtk_settings() does not make reference to e2_window_create()[[BR]]” 
     220 
     221 
     222 
     223—- 
     224 
     225 
     226 
     227I must admit that emelfm2 is just what i was looking for, but there is one thing that is missing. Some status window during coping or moving files. Some times I would like to cancel or stop coping for moment. 
     228 
     229Everything else is just great!! 
     230 
     231 
     232 
     233”Try the copy and move plugins. They provide progress reports and allow cancellation (but not suspend and resume).[[BR]]” 
     234 
     235 
     236 
     237—- 
     238 
     239 
     240 
     241The links on the DownLoads page should point to the new .net location instead of the old .org :-). 
     242 
     243 
     244 
     245—- 
     246 
     247 
     248 
     249Hello, thank you very much for your work, emelFM2 is very very good. 
     250 
     251Where can i get the icons on tooar’s screenshots? And which gtk2 theme is it? I can’t find a decent dark one.[[BR]] 
     252 
     253Adeus,  
     254 
     255Foster[[BR]] 
     256 
     257edit: i meant Florian’s screenshots, sorry 🙂 
     258 
     259 
     260 
     261Theme is aero[[BR]] 
     262 
     263http://themes.freshmeat.net/projects/aero/ 
     264 
     265 
     266 
     267And I think those icons where included.[[BR]] 
     268 
     269Florian 
     270 
     271 
     272 
     273Thank you, and nice to see the “fail silently when viewing/editing a file without relevant permission” bug was fixed, and it’s faster now.[[BR]] 
     274 
     275Foster. 
     276 
     277 
     278 
     279—- 
     280 
     281 
     282 
     283Fri Nov 24 19:39:08 EST 2006 
     284 
     285 
     286 
     287Sorry about posting this here, but I dunno who ‘freelists’ is and don’t like putting my email address out any more than absolutely necessary. An IRC channel would be great, or a Trac interface with tickets or, at least, a sourceforge page like everybody else. 😉 
     288 
     289 
     290 
     291Anyway: when told to start up in ‘~’ emelfm2 0.3.1 (compiled today on Slackware-current) reports ‘Cannot access ~, going to /home/j/ instead’. Just putting in /home/j works, of course. The odd thing is that ‘~’ works as a ‘bookmarks’ path. Another thing is that emelfm puts in something like ‘~/.share/Trash/files’ or some such as the default path for Trash in the bookmarks. It would be nice if it would getenv() to find $XDG_DATA_HOME and fill in the path from there. On mine, that would give /home/j/.xdg/data/Trash/files. Either way, it would be nice if it would also accept and correctly interpret user-supplied variables like $HOME and $XDG_DATA_HOME and whatnot. 
     292 
     293 
     294 
     295”Turns out that “~” was interpreted anytime other than at the start of a session. 
     296 
     297 
     298 
     299The [http://www.ramendik.ru/docs/trashspec.html FD.O trash spec] wants trashed files to be in $XDG_DATA_HOME/Trash/files. Instead of direct interpretation of $XDG_DATA_HOME (which often doesn’t exist), emelFM2 uses g_get_user_data_dir(). From the glib documentation and [http://standards.freedesktop.org/basedir-spec/latest/ar01s02.html FD.O dirs spec], it looks like that should give the same result. Perhaps some slackware user might explore and feed back on what’s going on, there ? 
     300 
     301 
     302 
     303More generally, an equivalent glib function call is preferred to direct interpretation of environment variables, for determining directories to be used. However variables are interpreted directly when used in commands and actions.” 
     304 
     305 
     306 
     307    Sorry, the actual path emelfm2 puts by default is ‘~/.local/share/Trash/files’, which is the default XDG_DATA_HOME. I may have miscommunicated what I meant, though. emelfm2 correctly trashes a trashed file to my XDG_DATA_HOME/Trash/files – I just meant that emelfm2’s default configuration for the bookmarks defaults to what’s more or less hardcoded in line 566 of e2_bookmark.c. So the user gets ‘The directory ‘/home/j/.local/share/Trash/files/’ does not exist!’ when they click on the bookmark. Of course, you’re going to have to reconfigure the bookmarks for the most part anyway, but it’s just kind of unexpected. New user creates a testfile, trashes it, clicks on the bookmark, gets an error message and can’t see his trashed file. Realizes the bookmarks aren’t set up right for his configuration. (Granted, it’s only weirdos like me who set their XDG* vars, but still. 🙂 Same with the ‘~’ interpretation. I just had to twiddle with emelfm2 a bit much before I could even get started with serious twiddling.) I kind of wonder about the extent of the defaults anyway. Things like spreadsheets being separate from other office docs and opening with specific components like oocalc that I don’t even have. My openoffice calc is scalc and I just set all office filetypes to one category all opened with ‘soffice’. On the one hand, a bunch of defaults like that are very useful examples and serve to get users started but, on the other hand, there’s a lot of stuff to undo, as well. — Anyway, the tilde thing seemed kinda buggy, but I realize now I should have put the bookmarks thing on the ‘FeatureRequests’ page. Sorry about that. 
     308 
     309 
     310 
     311Incidentally, there are typos all over the Makefile (and, I assume, elsewhere) where it’s given as ‘XGD’ instead of ‘XDG’. 
     312 
     313 
     314 
     315Anyway – may have some other quibbles, but this is looking nice. I’ve used emelfm[1] once upon a time. Nice work. 
     316 
     317 
     318 
     319Sat Nov 25 18:31:47 EST 2006 
     320 
     321 
     322 
     323Me again. I just installed xarchiver and it could well be xarchiver’s fault, but I suspect it’s emelfm’s, because it works fine with rox and by itself: when I associate tarballs with xarchiver, xarchiver opens and displays the message ‘Please wait while the content of the archive is being read…’ while the progress indicator goes back and forth perpetually. As I say, it works find under any other condition. It’s like it’s waiting on an exit code emelfm is eating or some kind of communication breakdown, anyway. 
     324 
     325 
     326 
     327”We’ve had a report on this before. Investigation of emelFM2 and xarchiver code indicated that both apps are individually doing reasonable things to run an application, using virtually identical gtk functionality. However, when such usage is nested, the 2 completion reports get “tangled”. Presumably the same would apply to any other app that runs things the same way. Maybe we can come up with some work-around.” 
     328 
     329 
     330 
     331    Well, after posting this, it actually did occur with rox once and behaved properly with emelfm2 once so, true, it definitely isn’t just emelfm2. After that, it occurred to me to try putting it in a wrapper script, where emelfm2 calls ‘wxarchiver’ and the wxarchiver script calls xarchiver, and it seems to work. Now that I read this, I guess the shell script is enough separation to avoid tangling. 🙂 I’m not sure what’s different with rox, though – it must be doing something different to have an inverted success ratio. Still, it turned out it was easy enough to work around (as far as chewing gum and baling wire workarounds an end user can slap on go).