Skip to content

Commit

Permalink
Force xwayland in wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Nov 19, 2024
1 parent ba8330e commit 0a029a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bigocrpdf/usr/bin/bigocrpdf
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ done

cd /usr/share/bigbashview/bcc/apps/bigocrpdf/

LANGUAGE=$BIGBASHVIEW_LANG GDK_BACKEND=x11 SDL_VIDEODRIVER=x11 QT_QPA_PLARFORM=xcb bigbashview index.sh.htm -s 1050x600 -i icon-big-ocr-pdf.svg -n $"Torne seu PDF pesquisável"
LANGUAGE=$BIGBASHVIEW_LANG QT_QPA_PLATFORM=xcb SDL_VIDEODRIVER=x11 WINIT_UNIX_BACKEND=x11 GDK_BACKEND=x11 bigbashview index.sh.htm -s 1050x600 -i icon-big-ocr-pdf.svg -n $"Torne seu PDF pesquisável"
2 changes: 1 addition & 1 deletion bigocrpdf/usr/bin/bigocrpdf-open
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ kdialog --multiple --getopenurl ~ | sed 's|file:///|\n/|g' | sed '/^$/d' | sed '

if [ "$?" = "0" ]; then
cd /usr/share/bigbashview/bcc/apps/bigocrpdf/
LANGUAGE=$BIGBASHVIEW_LANG GDK_BACKEND=x11 SDL_VIDEODRIVER=x11 QT_QPA_PLARFORM=xcb bigbashview index.sh.htm -s 1050x600 -i icon-big-ocr-pdf.svg -n $"Torne seu PDF pesquisável"
LANGUAGE=$BIGBASHVIEW_LANG QT_QPA_PLATFORM=xcb SDL_VIDEODRIVER=x11 WINIT_UNIX_BACKEND=x11 GDK_BACKEND=x11 bigbashview index.sh.htm -s 1050x600 -i icon-big-ocr-pdf.svg -n $"Torne seu PDF pesquisável"
fi

0 comments on commit 0a029a6

Please sign in to comment.