[Xfce-bugs] [Bug 14173] Thunar Crashed with segfault when deleting file from terminal

2018-01-22 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=14173

--- Comment #4 from Jakub Jankiewicz  ---
Found more info, you need to sort directory by time and both files need to be
at the end so you first need to generate the file that you need to delete and
then save as pdf from inkscape.
Steps:

create file-delete.pdf
save-as file.pdf
delete file-deleted.pdf from terminal (the file-delete.pdf need to be generated
before you save as pdf)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[Xfce-bugs] [Bug 13868] Easy to hide the menubar, tricky to get it back if the shortcut key is not known

2018-01-22 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=13868

--- Comment #6 from Andre Miranda  ---
I agree with Viktor, something like this should be enough:
notify-send "Thunar Menubar is now hidden, use Ctrl+M to restore it"

Easy to implement, since Thunar already supports libnotify.

As always, patches are welcome :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[Xfce-bugs] [Bug 14189] Sort by name does not sort by name (with underscore characters in filenames)

2018-01-22 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=14189

--- Comment #3 from Andre Miranda  ---
Yes, it's an environment variable.
In the example I provided, it's set only for running thunar, but to make it
permanent please refer to Arch's wiki:
https://wiki.archlinux.org/index.php/environment_variables

Here you can find more info about LC_COLLATE and Locale in general:
https://wiki.archlinux.org/index.php/locale#LC_COLLATE:_collation

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[Xfce-bugs] [Bug 14189] Sort by name does not sort by name (with underscore characters in filenames)

2018-01-22 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=14189

hyper-n...@live.co.uk changed:

   What|Removed |Added

URL||INVALID

--- Comment #2 from hyper-n...@live.co.uk ---
Is this an environment variable? To use this, do I put LC_COLLATE=c in my
bashrc or something?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[Xfce-bugs] [Bug 14189] Sort by name does not sort by name (with underscore characters in filenames)

2018-01-22 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=14189

Andre Miranda  changed:

   What|Removed |Added

 CC||andre...@xfce.org
 Status|NEW |RESOLVED
 Resolution|--- |INVALID

--- Comment #1 from Andre Miranda  ---
Actually the underscore is ignored while sorting the files.
This is not Thunar's doing, even Nemo, Nautilus and ls have the same behavior
while sorting the filenames from your example.

From a quick Google I learned that this sorting is determined by LC_COLLATE,
see for yourself:
pkill -i thunar; LC_COLLATE=c thunar

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[Xfce-bugs] [Bug 14189] Sort by name does not sort by name (with underscore characters in filenames)

2018-01-22 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=14189

hyper-n...@live.co.uk changed:

   What|Removed |Added

 CC||hyper-n...@live.co.uk

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[Xfce-bugs] [Bug 14189] New: Sort by name does not sort by name (with underscore characters in filenames)

2018-01-22 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=14189

Bug ID: 14189
   Summary: Sort by name does not sort by name (with underscore
characters in filenames)
Classification: Xfce Core
   Product: Thunar
   Version: 1.6.11
  Hardware: PC (x86_64)
OS: Linux
Status: NEW
  Severity: normal
  Priority: Medium
 Component: General
  Assignee: xfce-bugs@xfce.org
  Reporter: hyper-n...@live.co.uk
CC: be...@xfce.org, hj...@xfce.org
  Target Milestone: 1.8.0

The following files are not sorted by name correctly:

c_cathode_time.C
c_cathode_time.pdf
c_cathode_time.png
cell8_out.root
c_feast_t0.C
c_feast_t0.pdf
c_feast_t0.png

This is the order in which they appear in Thunar.

The order should be either

cell8_out.root
c_cathode_time.C
c_cathode_time.pdf
c_cathode_time.png
c_feast_t0.C
c_feast_t0.pdf
c_feast_t0.png

or

c_cathode_time.C
c_cathode_time.pdf
c_cathode_time.png
c_feast_t0.C
c_feast_t0.pdf
c_feast_t0.png
cell8_out.root

depending on whether you consider the "_" character to come before "a" or after
"z"... Usually it is considered to come before "a".

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[Xfce-bugs] [Bug 14189] Sort by name does not sort by name (with underscore characters in filenames)

2018-01-22 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=14189

hyper-n...@live.co.uk changed:

   What|Removed |Added

   Priority|Medium  |Low
   Severity|normal  |minor

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[Xfce-bugs] [Bug 14187] New: Exec in ~/.config/autostart/*.desktop doesn't support commands with arguments

2018-01-22 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=14187

Bug ID: 14187
   Summary: Exec in ~/.config/autostart/*.desktop doesn't support
commands with arguments
Classification: Xfce Core
   Product: Xfce4-session
   Version: 4.12.0
  Hardware: All
OS: Linux
Status: NEW
  Severity: normal
  Priority: Medium
 Component: General
  Assignee: xfce-bugs@xfce.org
  Reporter: albert.net...@gmail.com
CC: be...@xfce.org, n...@xfce.org
  Target Milestone: Xfce 4.12

The content of `keyboard.desktop` is shown below:

```
[Desktop Entry]
Encoding=UTF-8
Version=0.9.4
Type=Application
Name=colemak keyboard
Comment=
Exec=bash /home/albert/bin/colemak.sh
OnlyShowIn=XFCE;
StartupNotify=false
Terminal=true
Hidden=false

```

Extract the core logic from
https://git.xfce.org/xfce/xfce4-session/tree/scripts/xinitrc.in.in#n162, and
run it in a shell:

```shell
$ cmd=`grep -E "^Exec=" keyboard.desktop | cut -d'=' -f2`; test "$cmd" && which
"$cmd" ; echo $?
1
```

I suppose the spec is
https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s07.html,
and it states that passing arguments are supported.

(Surely, I can work around this problem by dropping the preceding `bash`.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[Xfce-bugs] [Bug 12476] Right-click menu doesn't work properly

2018-01-22 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=12476

Martin Dauskardt  changed:

   What|Removed |Added

 CC||martin.dauska...@gmx.de

--- Comment #2 from Martin Dauskardt  ---
I have the same problem with Thunar 1.6.12 in Xubuntu 17.10.
Problem exists since at least 1.6.10. and occurs on two different machines.
I found several similar reports in the web, but none of the tips (mostly
theme-related) solved the problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[Xfce-bugs] [Bug 14173] Thunar Crashed with segfault when deleting file from terminal

2018-01-22 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=14173

--- Comment #2 from alexxcons  ---
Err ... ok, I have to delete a different file, but still cannot reproduce:
1. Open folder in thunar
2. Open folder in terminal
3. Generate 2 pdf with e.g. gimp ( file1.pdf and file2.pdf ) and close gimp
4. Open inkscape --> save as --> select pdf --> overwrite file2.pdf 
5. In terminal: rm file1.pdf

Does the bug trigger for you with these steps ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[Xfce-bugs] [Bug 14173] Thunar Crashed with segfault when deleting file from terminal

2018-01-22 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=14173

alexxcons  changed:

   What|Removed |Added

 CC||ac...@gmx.de

--- Comment #1 from alexxcons  ---
I cannot reproduce that for thunar-master.
Following steps done ( tried some variations):
1. Open folder in thunar
2. Open folder in terminal
3. Generate some pdf with e.g. gimp ( file.pdf )
4. Open inkscape --> save as --> select pdf --> overwrite file.pdf 
5. In terminal: rm file.pdf

Does the bug trigger for you with the exact steps I took ?  Or is the pdfmerge
somehow required ? ( Since you wrote thunar crashed already on "rm" )

> I can compile Thunar from git and see if this still happen in this version.
This would be great !

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs