Re: [Rosegarden-user] Problem Building for RaspberryPi4

2021-06-19 Thread Ted Felix
On 6/19/21 3:35 PM, Ted Felix wrote: On 6/19/21 1:26 PM, Will Godfrey wrote: E: Unable to find a source package for rosegarden   For that you'll need to edit /etc/apt/sources.list and uncomment the various appropriate deb-src lines.  Then do a sudo apt update.  Now fetching build-dep

Re: [Rosegarden-user] Problem Building for RaspberryPi4

2021-06-19 Thread Ted Felix
On 6/19/21 1:26 PM, Will Godfrey wrote: I'm running devuan beowulf on this (same as all of my other machines), but following the new build instructions, when trying to fetch build-deps I get the error: E: Unable to find a source package for rosegarden For that you'll need to edit

Re: [Rosegarden-user] Problem Building for RaspberryPi4

2021-06-19 Thread Ted Felix
The "qttools5-dev" package has the Qt5LinguistTools stuff for cmake. You might also need the following: qttools5-dev-tools qtchooser Ted. On 6/19/21 1:26 PM, Will Godfrey wrote: I'm running devuan beowulf on this (same as all of my other machines), but following the new build instructions,

[Rosegarden-user] Problem Building for RaspberryPi4

2021-06-19 Thread Will Godfrey
I'm running devuan beowulf on this (same as all of my other machines), but following the new build instructions, when trying to fetch build-deps I get the error: E: Unable to find a source package for rosegarden This doesn't happen on my other machines. So I fell back to picking out the

Re: [Rosegarden-user] MRU - a couple of things

2021-06-19 Thread Ted Felix
Great. I've pushed to master and deleted the filedialog branch. You can do the same as follows: git checkout master git pull git branch -d filedialog That should do it. Ted. On 6/19/21 10:17 AM, chuck elliot wrote: Yep. That all seems good. All the 'Open' options in the file dialog

Re: [Rosegarden-user] MRU - a couple of things

2021-06-19 Thread chuck elliot
Yep. That all seems good. All the 'Open' options in the file dialog take me to the right places. enabling 'Use native dialog' gives me the GTK dialog. The config file now contains: [FileDialog] dontUseNative=true useNativeFileDialogs=false Thanks, Chuck. On 19/06/2021 2:30 pm, Ted

Re: [Rosegarden-user] MRU - a couple of things

2021-06-19 Thread Ted Felix
Ok, I just posted the "final" fix for this to the filedialog branch. Can you test it in there for me before I merge it? If you aren't already in the filedialog branch, check it out: git checkout filedialog Then pull to get up to date. git pull And build as usual. In the

Re: [Rosegarden-user] MRU - a couple of things

2021-06-19 Thread Ted Felix
Glad we finally tracked this one down. It's not complete, though as it only applies to open dialogs. I think we need to make this a setting in the preferences. I'll have a look. Ted. On 6/19/21 5:59 AM, chuck elliot wrote: That did the trick! One caveat - after running the new build

Re: [Rosegarden-user] MRU - a couple of things

2021-06-19 Thread chuck elliot
That did the trick! One caveat - after running the new build for the first time, I had to add the [FileDialog] setting because it wasn't present although the timestamp had updated. However, now I can switch between the aberrant GTK behaviour and the desired Qt behaviour by changing that

Re: [Rosegarden-user] MRU - a couple of things

2021-06-19 Thread chuck elliot
I am using Fedora 33 with the MATE (gnome-2) environment so all that adds up. I should be able to try the modification today... Many thanks Ted. On 19/06/2021 1:41 am, Ted Felix wrote:   Ok, I just pushed a change for you to test to a new branch called filedialog.  If you are using git