[Bug 1390933]

2019-12-19 Thread Andreldm-2
(In reply to Theo Linkspfeifer from comment #11) > I had to install the compiled Mousepad to /usr/local so that the updated > gsettings schema file would be used. Yes confirmed, now it's working almost as expected, only when Search direction is Up and Wrap around is checked, Find won't continue fr

[Bug 1390933]

2019-12-19 Thread Andreldm-2
Hmmm, I don't know if I'm doing wrong, but it seems Wrap around is not working, once it reaches the end of the document it doesn't start from the beginning (same behavior for Find and Replace). Also, Search direction only makes sense if Replace all in is not checked -- You received this bug not

[Bug 1797417]

2019-09-23 Thread Andreldm-2
(In reply to Ivan A. Melnikov from comment #36) > I'm attaching the patch with these two simple changes. Applying it to > xfce4-panel 4.14.0 fixed the issue on my machine. Works for me too, thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1797417]

2019-09-02 Thread Andreldm-2
*** Bug 15821 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/1797417 Title: Background of system tray icons not drawn properly To manage notifications

[Bug 1797417]

2019-07-06 Thread Andreldm-2
(In reply to Denis Dupeyron from comment #19) > Anyway, I would have agreed with you about the issue being limited to > nm-applet, until I found out that after a few back-and-forth of the > compositing on/off setting I could make all the other icons in my panel go > dark background and messed up. S

[Bug 1797417]

2019-06-22 Thread Andreldm-2
Created attachment 8663 screenshot gtk3.24.8+177+gae2ef1472c-1 here on Arch, only network-manager-applet is weird when compositing is disabled. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1797417 T

[Bug 1655398]

2019-04-26 Thread Andreldm-2
(In reply to ondondil from comment #12) > I could reliably trigger the bug in Xubuntu Disco Dingo (xfce4-settings > 4.13.4). After installing daily build of xfce4-settings from xubuntu-dev PPA > it seems that the bug is gone. Looks like the fix worked. Thanks! You're welcome, thanks for the feedba

[Bug 364247]

2019-04-24 Thread Andreldm-2
(In reply to Skunnyk from comment #3) > I can reproduce with xfdesktop 4.12 Can you reproduce with xfdesktop 4.13 (gtk3)? If so, how are you able to reproduce? With an physical AZERTY keyboard? Is it possible to reproduce with a virtual keyboard? -- You received this bug notification because you

[Bug 1822380]

2019-04-24 Thread Andreldm-2
(In reply to Andre Miranda from comment #21) > Nemo is also affected (includes link to upstream): > https://github.com/linuxmint/nemo/issues/2118 Just to be clear, I meant the unnecessary arrow scrolls. Upstream bug: https://gitlab.gnome.org/GNOME/gtk/issues/1843 I'm closing this bug since the fi

[Bug 1655398]

2019-04-23 Thread Andreldm-2
(In reply to David Ayers from comment #8) > I could also only reproduce this with screen shots taken with a sufficiently > high resolution aka buffer. Anything larger than 1920x1080 is enough to reproduce this bug, for instance a laptop connected to an external display. -- You received this bug

[Bug 1655398]

2019-04-23 Thread Andreldm-2
(In reply to Kristian Angelov from comment #10) > Happens to me on 1366x768 resolution screenshots, as well as images copied > directly from various programs (chromium/firefox right click copy; gimp > ctrl+c copy) > Maybe Xorg's max buffer sizes are dependent on memory size? The fix is already in

[Bug 1655398]

2019-04-21 Thread Andreldm-2
Luckily gsd-clipboard code didn't change much since 2011, so finding the fix for this was much easier than I thought. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1655398 Title: 1920x1080 screensho

[Bug 1822380]

2019-04-15 Thread Andreldm-2
Nemo is also affected (includes link to upstream): https://github.com/linuxmint/nemo/issues/2118 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1822380 Title: Thunar right-click menu not expanded To

[Bug 1822380]

2019-04-15 Thread Andreldm-2
(In reply to ToZ from comment #18) > The scrolling right-click menu issue still exists though. I think that's a GTK regression, need to check if there's a bug for this. > Does the same > asynchronous menu population routines exist for the context menu? I don't know that part of code very well, but

[Bug 1822380]

2019-04-14 Thread Andreldm-2
Created attachment 8408 fix.patch The attached patch changes the template loading to be synchronous. I didn't notice any side-effect, with hundreds of files in ~/Templates the context menu appears without any delay. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1819904]

2019-04-10 Thread Andreldm-2
Created attachment 8395 0001-Fix-slider-labels-Bug-14395.patch (In reply to Simon Steinbeiss from comment #9) > - only apply the provider to the style context of the scale widgets Thunar uses gtk_style_context_add_provider_for_screen, so I don't think it's really that bad. > - set the label ins

[Bug 1063140]

2019-04-07 Thread Andreldm-2
*** Bug 12201 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 1822380]

2019-04-04 Thread Andreldm-2
Thanks Thomas for the bisect, unfortunately that commit doesn't show anything that I can related to this bug. I already spent some time investigating this, but nothing conclusive yet, just that the problem may stem from here: https://git.xfce.org/xfce/thunar/tree/thunar/thunar-templates-action.c?

[Bug 1822380]

2019-03-31 Thread Andreldm-2
*** Bug 15226 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/1822380 Title: right-click menu To manage notifications about this bug go to: https://bug

[Bug 1393212]

2019-01-15 Thread Andreldm-2
Created attachment 8240 escape.diff @bluesabre, the attached unescapes the \s sequence, but I'm not sure this is the best approach (it does not handle \n, \t, \r, and \\). I also tried g_strcompress but it didn't work as I expected. xfce_appfinder_model_execute is similar to garcon_gtk_menu_item_

[Bug 1332385]

2019-01-11 Thread Andreldm-2
Closing as reported by ToZ, reopen if this is still a issue even with garcon 0.6.0+. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1332385 Title: Applications Menu plugin not showing Wine Programs s

[Bug 1781298]

2019-01-05 Thread Andreldm-2
Thanks Timo for testing! Fix pushed to master: https://git.xfce.org/xfce/xfdesktop/commit/?id=bbfdae9b69a5fcc5156c1633b385ba6cb81ef4c1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1781298 Title: d

[Bug 1655398]

2018-12-30 Thread Andreldm-2
Since you read both codebases, are you able to identify what could be cause and perhaps provide a patch? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1655398 Title: 1920x1080 screenshot hangs & fai

[Bug 1781298]

2018-12-30 Thread Andreldm-2
Thanks Martin for testing my patch, I'm glad it fixed the problem for you. With regards to the screen size issues you are facing, I'm 99.9% sure it's not caused by xfdesktop, but xfce4-settings. Have you tried reverting the patch or even disabling xfdesktop (xfdesktop -Q)? I'm confident the behavi

[Bug 1781298]

2018-12-27 Thread Andreldm-2
Created attachment 8203 possible-fix.patch The attached patch stops the crashes for me (on lid close), Paul can you give it a try? Explanation: Pixbufs for backdrops are loaded asynchronously, for some reason when the signal "size-prepared"is fired the backdrop may be still invalid, but later a

[Bug 1335492]

2018-12-18 Thread Andreldm-2
@alexxcons the patch proposed in Bug 14979 might help or worsen this one. -- 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 notif

[Bug 1778380]

2018-12-02 Thread Andreldm-2
This is very likely fixed in 4.13, as reported in Bug 13600. Can you check this version? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1778380 Title: xfce4-panel locks itself if a contextual menu is

[Bug 1781298]

2018-12-01 Thread Andreldm-2
*** Bug 14927 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/1781298 Title: desktop app crashed when i switched inputs on my monitor away and back (p

[Bug 1343099]

2018-11-30 Thread Andreldm-2
Closing, reopen if this is still a issue with recent versions. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1343099 Title: drag and drop is sometimes not working To manage notifications about this

[Bug 1738439]

2018-11-30 Thread Andreldm-2
*** Bug 14746 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/1738439 Title: No tooltip is displayed on memory load plugin To manage notifications abou

[Bug 1795144]

2018-11-27 Thread Andreldm-2
0.9.1 actually -- 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 manager To manage notifications

[Bug 1358482]

2018-11-07 Thread Andreldm-2
Closing, reopen if still an issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1358482 Title: xfdesktop crashed with SIGSEGV in XScreenCount() To manage notifications about this bug go to: https:

[Bug 1325069]

2018-09-15 Thread Andreldm-2
*** Bug 14643 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/1325069 Title: miniature view wrong on xfce workspace switcher applet To manage notificat

[Bug 1359175]

2018-06-16 Thread Andreldm-2
I cannot reproduce with Thunar 1.8.1 using Moka as icon theme, probably fixed since then, if not please reopen. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1359175 Title: Icons not themed To mana