[Bug 1261369]

2020-05-11 Thread Alexxcons-x
(In reply to alexxcons from comment #7) > Related, but not a duplicate: Bug 13868 well .. actually it is a duplicate *** This bug has been marked as a duplicate of bug 13868 *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:/

[Bug 1261369]

2020-05-11 Thread Alexxcons-x
Related, but not a duplicate: Bug 13868 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1261369 Title: No GUI way to enable menubar To manage notifications about this bug go to: https://bugs.launchpa

[Bug 1063140]

2020-05-10 Thread Alexxcons-x
(In reply to Theo Linkspfeifer from comment #8) > Created attachment 9846 [details] > wip patch > > Thanks for testing it. Saving works now with this updated patch. Thanks for that patch Theo .. a feature I really miss :) > but when i restart xfdesktop, the position for drag and drop items is lo

[Bug 1063140]

2020-04-20 Thread Alexxcons-x
*** Bug 16720 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1063140 Title: Drag and Drop position ignored by xfdesktop To manage notifications about

[Bug 812596]

2020-01-07 Thread Alexxcons-x
Possibly duplicate of Bug #14462 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/812596 Title: Automatically extend columns as needed not quite working in Xubuntu 11.04 To manage notifications abou

[Bug 1768521]

2019-10-17 Thread Alexxcons-x
*** Bug 14755 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1768521 Title: ghost files remain after moving files To manage notifications about this b

[Bug 1768521]

2019-10-17 Thread Alexxcons-x
*** Bug 14754 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1768521 Title: ghost files remain after moving files To manage notifications about this b

[Bug 1388946]

2019-10-07 Thread Alexxcons-x
Reopened ... I as well can reproduce the bug. Thanks for finding that old bug ! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1388946 Title: Renaming causes error message "The requested operation co

[Bug 1768521]

2019-09-02 Thread Alexxcons-x
(In reply to Alexander Kurakin from comment #30) > I hoped that's the same bug :( It's something different for sure. See the details here: Bug#15704 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/17685

[Bug 1768521]

2019-07-12 Thread Alexxcons-x
Thanks for testing ! I moved the creation of the folder->monitor into the constructed, since it is anyhow only created once, gave it some more testing, and now pushed it to master and 4.14 Actually I as well wanted to push to the 4.12 branch, but I just realized that it there seems to be some bug

[Bug 1768521]

2019-07-12 Thread Alexxcons-x
Pushed for 4.12 as well ... was some system wide glitch on my side. I just realized the via a sftp connection, all files will remain as ghost files after moving them one folder up. It's not a regression, was like that before. I'll open a new bug for it and see if there is a simple fix. -- You

[Bug 1768521]

2019-07-09 Thread Alexxcons-x
Created attachment 8745 Finally a proper patch The last patch I posted had the downside that it required GIO v2.46 to work, so it is not possible to apply it to 1.8.x .. even for thunar master it would require a GIO bump. (besides that it does not fix the actual problem) Attached a patch which f

[Bug 1768521]

2019-06-28 Thread Alexxcons-x
Created attachment 8693 a better patch The actual problem of the ghost files is triggered because the used FileMonitor is destroyed and re-created on each "thunar_folder_reload". Because of that, some notifications of the FileMonitor are lost, leading to missing folder reloads. While trying to fi

[Bug 1768521]

2019-06-24 Thread Alexxcons-x
Thanks for testing ! Before commit, I will try as well some other approach, since my current fix feels a bit squishy (depends on a magic number) Strictly seen, my patch fixes a different problem (bursts). The patch just makes this bug harder to appear (and harder to reproduce). -- You received

[Bug 1768521]

2019-06-21 Thread Alexxcons-x
> However burst prevention as well seems to work fine with 10ms, or only 1ms > delay Wrong: On 1ms it happens occasionally that there is still a ghost file. On 10ms it happens very seldom. On 100ms so far I did not see any ghost file so far. So 100ms seems to be okish. Probably the minimum dep

[Bug 1768521]

2019-06-21 Thread Alexxcons-x
Created attachment 8658 patch Attached a patch to fix the concrete bug .. the approach seems to work suprisingly well. Possibly it makes sense to use the same burst prevention for other "reload" triggers on other thunar components. I randomly picked a delay of 100ms. However burst prevention as

[Bug 1768521]

2019-06-21 Thread Alexxcons-x
Thanks for that hint ! Before going for a central reload queue, I'll see if I can find a more simple fix. My plan would be to add a minimal delay before doing a reload of a specific thunar-folder (via g_timeout_add). And after that delay, only the latest "reload trigger" is considered, so that bu

[Bug 1768521]

2019-06-20 Thread Alexxcons-x
- Removing "thunar_folder_file_changed" is not an option, because like that, "mv test1 test2" in an open folder will not be recognized by thunar. - Removing only the if (G_UNLIKELY (folder->corresponding_file == file)) is as well bad, since this will cause many unnecesarry folder reloads. The Pro

[Bug 1768521]

2019-06-16 Thread Alexxcons-x
> removing the following if block helps: > https://git.xfce.org/xfce/thunar/tree/thunar/thunar-folder.c#n607 Good spot ! I can confirm that removing the block helps (= removing the whole method). A bit obscure: Removing just the "if" contition ( always executing "thunar_folder_reload") as well

[Bug 1822380]

2019-05-09 Thread Alexxcons-x
Looks like you are mising a generated Makefile ? Possibly try to make clean and ./autogen.sh again before make. Or if nothing helps, do a fresh clone. The following should do: git clone https://git.xfce.org/xfce/thunar --branch thunar-1.8.4 cd thunar curl https://git.xfce.org/xfce/thunar/patch/?

[Bug 1335492]

2019-05-02 Thread Alexxcons-x
Pushed to master and 4.12 branch, to be released in 4.13.4 and 4.12.5 soon. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1335492 Title: [4.11.8] Desktop icons rearrange on each login To manage not

[Bug 1335492]

2019-05-02 Thread Alexxcons-x
Created attachment 8473 patch for master (add symlink to latest) Modified patches to use "latest" instead of "last", like proposed by Simon. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1335492 Titl

[Bug 1335492]

2019-05-02 Thread Alexxcons-x
Created attachment 8474 patch for xfce-4.12 (add symlink to latest) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1335492 Title: [4.11.8] Desktop icons rearrange on each login To manage notificatio

[Bug 1335492]

2019-05-02 Thread Alexxcons-x
Check the attachments, there is one patch for "master", which is the one you want for 4.13: https://bugzilla.xfce.org/attachment.cgi?id=8464 An on for the "xfce-4.12" branch: https://bugzilla.xfce.org/attachment.cgi?id=8467 They do the same thing .. the one for master just did not apply properly

[Bug 1335492]

2019-05-01 Thread Alexxcons-x
I just tried to fix the most critical case, in which all icons reset to default position (since no rc config matching the current workarea is found ) (In reply to Miloš Pavlović from comment #126) > The rc config file is created only after the icons are moved. > If you resize the panel just a few

[Bug 1335492]

2019-04-30 Thread Alexxcons-x
> as i said in comment #88 why using the workarea instead of the whole screen After some thinking on your proposal, I have to say: Its complicated. One problem is, that xfdesktop currently has no support for multiple screens. The "screen0" in the name of the *.rc file currently is just hardcoded,

[Bug 1335492]

2019-04-30 Thread Alexxcons-x
Created attachment 8467 same patch for the xfce-4.12 branch Attached the same patch for the xfce 4.12 branch (the original patch refuses to be applied there) Please test it, if you can. I would like to push it soon. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1335492]

2019-04-26 Thread Alexxcons-x
Created attachment 8464 patch to add symlink to the latest working config, used as fallback forgot to unlink existing links before adding link -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1335492 Ti

[Bug 1335492]

2019-04-26 Thread Alexxcons-x
Created attachment 8463 patch to add symlink to the latest working config, used as fallback (In reply to Underpass from comment #119) > Any chance to have it solved in version 4.14? Here we go. One concrete problem is, that opening the setting menu of the panel will add one extra pixel to the p

[Bug 1678052]

2019-03-22 Thread Alexxcons-x
@Kirill Afonin Your bug was about the "color of a folder", not about emblems. Emblems work fine for me .. they dont work for you ? If so, please open a separate bug for it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.

[Bug 1678052]

2019-03-22 Thread Alexxcons-x
reopened, since there seems to be some demand. Even if there is no manpower to implement such a feature curently, duplicates can be closed against this bug -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 1678052]

2019-03-22 Thread Alexxcons-x
*** Bug 15208 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1678052 Title: Set color to files name To manage notifications about this bug go to: http

[Bug 1509805]

2019-01-18 Thread Alexxcons-x
Thats a known regression of 1.8.x and as well seems to be still a problem for thunar 1.6.x Hope I will have time to look into it soon - Closed as a duplicate - *** This bug has been marked as a duplicate of bug 14583 *** -- You received this bug notification because you are a member of Ubunt

[Bug 1335492]

2018-12-17 Thread Alexxcons-x
Actually this bug seems to be easy to reproduce: 1. Adjust the colum-size of the panel to something odd 2. Logout 3. Login ---> All Icon-Posotions will reset If you already have profiles for all possible free-screen-size combinations, delete some of the configs in ".config/xfce4/desktop," to make

[Bug 1335492]

2018-12-06 Thread Alexxcons-x
*** Bug 14031 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1335492 Title: [4.11.8] Desktop icons rearrange on each login To manage notifications abo

[Bug 1343099]

2018-11-30 Thread Alexxcons-x
Sorry for the late reply ! For Other-App to thunar drag & drop problems there are already some open issues. For thunar to thunar, I did not see any so far. Could you, if possible, tar the folder for which the problem exists, so that we possibly can reproduce the scenario ? Which Thunar-View did

[Bug 1795144]

2018-11-08 Thread Alexxcons-x
Created attachment 8093 fix added patch (dont have push access for thunar-volman yet) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1795144 Title: [xubuntu] thunar is opened when insering usb key e

[Bug 1795144]

2018-11-08 Thread Alexxcons-x
fixed, will be released in thunar-volman 0.10.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1795144 Title: [xubuntu] thunar is opened when insering usb key even if nautilus is the preferred file

[Bug 1795144]

2018-11-08 Thread Alexxcons-x
Hah, interesting configuration, so you are running a thunar daemon in the background, featuring thunar-volman, just to open some other file- manager :P Note that this service will be gone, if you should choose to uninstall thunar. But yes, valid point that the default file-manager should be used

[Bug 1575729]

2018-08-21 Thread Alexxcons-x
*** Bug 14534 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1575729 Title: [Xubuntu] Can't place desktop icons to the 2nd monitor To manage notificat