[Xfce-bugs] [Bug 15172] Clicking on MTP device in tree-view crashes Thunar

2020-03-13 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=15172 --- Comment #29 from Reuben Green --- Created attachment 9595 --> https://bugzilla.xfce.org/attachment.cgi?id=9595=edit possible fix So this patch seems to fix this in both master and 1.8.12 on my system. All it does is move one line of code a

[Xfce-bugs] [Bug 16504] Jump to home when ejecting a external partition

2020-03-13 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16504 alexxcons changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Xfce-bugs] [Bug 16504] Jump to home when ejecting a external partition

2020-03-13 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16504 --- Comment #5 from Git Bot --- Theo Linkspfeifer referenced this bugreport in commit e0a3676177d09ce4f19e188634d16e10716b39f6 Always jump to Home when ejecting a currently viewed device (Bug #16504)

[Xfce-bugs] [Bug 16504] Jump to home when ejecting a external partition

2020-03-13 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16504 --- Comment #4 from Git Bot --- Theo Linkspfeifer referenced this bugreport in commit c5c3aae0864c73755324154b5f970283cf4829dd Always jump to Home when ejecting a currently viewed device (Bug #16504)

[Xfce-bugs] [Bug 16504] Jump to home when ejecting a external partition

2020-03-13 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16504 Theo Linkspfeifer changed: What|Removed |Added CC||lastonestand...@tutanota.co

[Xfce-bugs] [Bug 16542] Add a new widget for filename input

2020-03-13 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16542 --- Comment #5 from alexxcons --- (In reply to Reuben Green from comment #4) > One question: I initially used properties for max-length and > original-filename, but I changed to not using them after reading somewhere > that it's recommended only to

[Xfce-bugs] [Bug 16472] Easy access to computer:/// in thunar

2020-03-13 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16472 alexxcons changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Xfce-bugs] [Bug 16472] Easy access to computer:/// in thunar

2020-03-13 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16472 --- Comment #23 from Git Bot --- Theo Linkspfeifer referenced this bugreport in commit c9ae13f7b40ef4ce233324b4308171ef325f5c17 Computer: (Bug 16472) - make use of "thunar_g_vfs_is_uri_scheme_supported" to check for computer support - fixed some

[Xfce-bugs] [Bug 16472] Easy access to computer:/// in thunar

2020-03-13 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16472 --- Comment #22 from Git Bot --- Yousuf Philips referenced this bugreport in commit 7acdd87ff7dbf10a3dfd4ea6a263a9aeca7817b8 Computer (Bug #16472) - Change menu tooltip - use the predefined sorting - Fixed comments

[Xfce-bugs] [Bug 12747] Autocomplete should be case insensitive

2020-03-13 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=12747 alexxcons changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Xfce-bugs] [Bug 12747] Autocomplete should be case insensitive

2020-03-13 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=12747 --- Comment #8 from Git Bot --- Theo Linkspfeifer referenced this bugreport in commit c58510b4851f62cf8dac6233df140e3f6c19d4ca Make path entry matching case-insensitive (Bug #12747)

[Xfce-bugs] [Bug 16544] Remove ‘Open New Window’ and ‘Properties’ entries from desktop context menu

2020-03-13 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16544 --- Comment #1 from Jay Philips --- Created attachment 9593 --> https://bugzilla.xfce.org/attachment.cgi?id=9593=edit DE context menus To clarify what i meant by 'not suitable', I meant that its not practical to access folder-level and

[Xfce-bugs] [Bug 15172] Clicking on MTP device in tree-view crashes Thunar

2020-03-13 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=15172 Reuben Green changed: What|Removed |Added CC||reubengree...@gmail.com --- Comment #28

[Xfce-bugs] [Bug 16504] Jump to home when ejecting a external partition

2020-03-13 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16504 --- Comment #2 from Theo Linkspfeifer --- I cannot reproduce this bug. The jump to Home always happens. -- You are receiving this mail because: You are the assignee for the bug. ___ Xfce-bugs mailing

[Xfce-bugs] [Bug 12747] Autocomplete should be case insensitive

2020-03-13 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=12747 Theo Linkspfeifer changed: What|Removed |Added Attachment #6954|0 |1 is obsolete|

[Xfce-bugs] [Bug 16544] New: Remove ‘Open New Window’ and ‘Properties’ entries from desktop context menu

2020-03-13 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16544 Bug ID: 16544 Summary: Remove ‘Open New Window’ and ‘Properties’ entries from desktop context menu Classification: Xfce Core Product: Xfdesktop Version: Unspecified

[Xfce-bugs] [Bug 16543] New: Correct spelling of file system under default icons

2020-03-13 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16543 Bug ID: 16543 Summary: Correct spelling of file system under default icons Classification: Xfce Core Product: Xfdesktop Version: Unspecified Hardware: Other OS: Linux

[Xfce-bugs] [Bug 16542] Add a new widget for filename input

2020-03-13 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=16542 --- Comment #4 from Reuben Green --- Thanks Alex! I'll make the changes you suggest and get a revised patch up. One question: I initially used properties for max-length and original-filename, but I changed to not using them after reading somewhere