prateekmedia / appimagepool

A simple, modern AppImageHub Client, powered by flutter.
https://www.pling.com/p/1547076/
GNU General Public License v3.0
647 stars 39 forks source link

Can not change the default application folder (Ubuntu 22.04 - appimagepool v.5.1.0) #98

Closed f-mc2 closed 1 year ago

f-mc2 commented 1 year ago

Basically, the title. I just downloaded the appimage of appimagepool, and I am not able to change the default application folder (nor any other folders in the preferences menu). I click but nothing happens. I tried to remove the file, remove the folder I find in .local/share, but still nothing happens. I apologize in advance if this issue is trivial or misplaced.

prateekmedia commented 1 year ago

can you launch appimagepool from terminal and see if there are any errors?

f-mc2 commented 1 year ago

I get the following:

flutter: Unsupported operation: Unsupported clipPath child g flutter: #0 debugPrintStack (package:flutter/src/foundation/assertions.dart:1209) flutter: #1 FlutterError.dumpErrorToConsole (package:flutter/src/foundation/assertions.dart:1028) flutter: #2 FlutterError.reportError (package:flutter/src/foundation/assertions.dart:1189) flutter: #3 _Elements.clipPath (package:flutter_svg/src/svg/parser_state.dart:491) flutter: #4 SvgParserState.parse (package:flutter_svg/src/svg/parser_state.dart:887) flutter: flutter: #5 SvgParser.parse (package:flutter_svg/parser.dart:27) flutter: flutter: #6 Svg.fromSvgString (package:flutter_svg/svg.dart:139) flutter: flutter: #7 Svg.svgPictureDecoder (package:flutter_svg/svg.dart:57) flutter: flutter: Another exception was thrown: Instance of 'DiagnosticsProperty'

prateekmedia commented 1 year ago

Did you tried clicking on change folder button when you saw these logs? If not please click on that and tell me what errors were there

f-mc2 commented 1 year ago

This is what I get:

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Exception: Couldn't find the executable zenity in the path.

0 isExecutableOnPath (package:file_picker/src/utils.dart:60)

#1 FilePickerLinux._getPathToExecutable (package:file_picker/src/linux/file_picker_linux.dart:119) #2 FilePickerLinux.getDirectoryPath (package:file_picker/src/linux/file_picker_linux.dart:64) #3 PrefsDialog.build.browseFolder (package:appimagepool/src/features/home/presentation/home/prefs_dialog.dart:28)
prateekmedia commented 1 year ago

You are missing zenity on your system, I will try to include that in future on the AppImage itself but just install it from apt for now.

f-mc2 commented 1 year ago

OK, this was so simple. Thank you very much for the help, and sorry for the silly request.

prateekmedia commented 1 year ago

np 😃